Adam and Eve Inc may contain content you must be 18+ to view.
Are you 18 years of age or older?
← Return to game
Log in with itch.io to leave a comment.
The game crashes at the end of day 0: with this ren'py error and I can't ignore /roll past it:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Day0.rpy", line 4558, in script
jump day001
ScriptError: could not find label 'day001'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\Mount & Blade logs\Play\1 Quarantina\ADAMandEVEInc-0.1-pc\renpy\ast.py", line 1698, in execute
rv = renpy.game.script.lookup(target)
File "D:\Mount & Blade logs\Play\1 Quarantina\ADAMandEVEInc-0.1-pc\renpy\script.py", line 1103, in lookup
raise ScriptError("could not find label '%s'." % str(original))
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
ADAM and EVE Inc 0.1
Tue Sep 17 09:28:01 2024
[/code]
Sorry for that. I obviously forgot to delete this code: jump to.
There should be: return
But you are missing nothing, because you reached the end of the first part. Day 001 I'm working on and will be released soon.
I suggest to save the last scene, where Marc says: Grr, night.
From there you can start the next chapter.
Ah okay, good luck working on the next part
← Return to game
Comments
Log in with itch.io to leave a comment.
The game crashes at the end of day 0: with this ren'py error and I can't ignore /roll past it:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Day0.rpy", line 4558, in script
jump day001
ScriptError: could not find label 'day001'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Day0.rpy", line 4558, in script
jump day001
File "D:\Mount & Blade logs\Play\1 Quarantina\ADAMandEVEInc-0.1-pc\renpy\ast.py", line 1698, in execute
rv = renpy.game.script.lookup(target)
File "D:\Mount & Blade logs\Play\1 Quarantina\ADAMandEVEInc-0.1-pc\renpy\script.py", line 1103, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'day001'.
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
ADAM and EVE Inc 0.1
Tue Sep 17 09:28:01 2024
[/code]
Sorry for that. I obviously forgot to delete this code: jump to.
There should be: return
But you are missing nothing, because you reached the end of the first part. Day 001 I'm working on and will be released soon.
I suggest to save the last scene, where Marc says: Grr, night.
From there you can start the next chapter.
Ah okay, good luck working on the next part