In case it's helpful I got an error message, I started from the start and the ignore button let me continue.
Amazing game by the way, especially like the music and writing!
Edit: I got a second error message, after talking to the Naga bartender, this one didn't allow me to ignore it but I could rollback.
Edit2: Third error message at the credits, Hope it helps.
Amazing game by the way, especially like the music and writing!
Edit: I got a second error message, after talking to the Naga bartender, this one didn't allow me to ignore it but I could rollback.
Edit2: Third error message at the credits, Hope it helps.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Mission 1 script.rpy", line 602, in script
if flash1 == True or floyd_pet_desire11 == True or saved_self == True:
File "game/Mission 1 script.rpy", line 602, in <module>
if flash1 == True or floyd_pet_desire11 == True or saved_self == True:
NameError: name 'floyd_pet_desire11' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Mission 1 script.rpy", line 602, in script
if flash1 == True or floyd_pet_desire11 == True or saved_self == True:
File "D:\jdown\BrokenSky-V0 1-win\BrokenSky-V0.1-win\renpy\ast.py", line 1842, in execute
if renpy.python.py_eval(condition):
File "D:\jdown\BrokenSky-V0 1-win\BrokenSky-V0.1-win\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\jdown\BrokenSky-V0 1-win\BrokenSky-V0.1-win\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Mission 1 script.rpy", line 602, in <module>
if flash1 == True or floyd_pet_desire11 == True or saved_self == True:
NameError: name 'floyd_pet_desire11' is not defined
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
Broken Sky V0.1
Fri Jun 21 01:34:03 2024
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/nadir_events.rpy", line 2318, in script
jump sl_start_menu
ScriptError: could not find label 'sl_start_menu'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/nadir_events.rpy", line 2318, in script
jump sl_start_menu
File "D:\jdown\BrokenSky-V0 1-win\BrokenSky-V0.1-win\renpy\ast.py", line 1698, in execute
rv = renpy.game.script.lookup(target)
File "D:\jdown\BrokenSky-V0 1-win\BrokenSky-V0.1-win\renpy\script.py", line 1103, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'sl_start_menu'.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Mission 1 script.rpy", line 2186, in script
owner "jordana#1181, Valkera"
Exception: Sayer 'owner' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Mission 1 script.rpy", line 2186, in script
owner "jordana#1181, Valkera"
File "D:\jdown\BrokenSky-V0 1-win\BrokenSky-V0.1-win\renpy\ast.py", line 2557, in execute
Say.execute(self)
File "D:\jdown\BrokenSky-V0 1-win\BrokenSky-V0.1-win\renpy\ast.py", line 575, in execute
who = eval_who(self.who, self.who_fast)
File "D:\jdown\BrokenSky-V0 1-win\BrokenSky-V0.1-win\renpy\ast.py", line 464, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'owner' is not defined.
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
Broken Sky V0.1
Fri Jun 21 02:35:45 2024
Last edited: