McLOVINu
Active Member
- Mar 18, 2018
- 897
- 411
- 187
Found another error by chance:
day_0017.rpy produces an infinite loop.
line 366 states 'jump d17_2', which takes it back in time to before the scene, so it repeats.
should be 'jump d17_2_end' ?
cheers.
edit: ran into first ren'py error:
day_0017.rpy produces an infinite loop.
line 366 states 'jump d17_2', which takes it back in time to before the scene, so it repeats.
should be 'jump d17_2_end' ?
cheers.
edit: ran into first ren'py error:
Code:
I'm sorry, but an uncaught exception occurred.
While loading <renpy.display.im.Image object ('chars/jessica/main/a/right_morty_phone.png') at 0x000000002675d970>:
File "game/scripts/story/day_0039.rpy", line 9111, in script
with dissolve
OSError: Couldn't find file 'chars/jessica/main/a/right_morty_phone.png'.
-- Full Traceback ------------------------------------------------------------
-cut*
Last edited: