Oct 1, 2023
40
4
File "game/script.rpy", line 5, in script call
call main_loop from _call_main_loop
File "game/engine/core.rpy", line 17, in script call
call main_loop_process_events from _call_main_loop_process_events
File "game/engine/core.rpy", line 12, in script call
call expression event_label pass (*event_args) from _call_expression
File "game/game/events/school/day_008/school_history_class_day008.rpy", line 69, in script
jump end_history_class_day8
ScriptError: could not find label 'end_history_class_day8'.
 
Oct 1, 2023
40
4
d
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'end_history_class_day8'.

An exception occured.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "script.rpyc", line 5, in script call
  File "engine/core.rpyc", line 17, in script call
  File "engine/core.rpyc", line 12, in script call
  File "game/events/school/day_008/school_history_class_day008.rpyc", line 69, in script
  File "C:\Users\x\AppData\Local\Temp\Rar$EXa7160.49395\BimboHigh-0.37a-pc\renpy\ast.py", line 1695, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Users\x\AppData\Local\Temp\Rar$EXa7160.49395\BimboHigh-0.37a-pc\renpy\script.py", line 894, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'end_history_class_day8'.

x=User

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Bimbo High 0.37a
Wed Dec 02 17:10:15 2020
Keep getting this error after I am in Day 8 (Bimbo High Class) Can anyone help?:rolleyes:
dude did you fix this problem?
 
4.20 star(s) 18 Votes