itch.io Spring Selects Series A
On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(5 edits)

I haven't reached the end of the story yet, but it is quite a beautiful one. have reached the end of the story and it is AMAZING. Anyhow, I think I found a glitch regarding one of the choices.

KINDA SPOILERS, I GUESS, SO DON'T READ ANY FURTHER IF YOU HAVEN'T READ YET

So, when the traveller gets to choose between lying to Daffodil and telling the truth, I chose to tell the truth the first time around. The next time, I decided to lie to her, but I got hit by an "An exception has occurred" error. I don't know anything about Ren'Py, so I have no idea what it's saying. I just pressed Ignore and everything seemed to work out alright, but, who knows, maybe it messed up something in the background.

Should probably post the traceback thing

I'm sorry, but an uncaught exception occurred.

While running game code:

File "game/script.rpy", line 3121, in script

File "renpy/common/000window.rpy", line 117, in execute_window_show

trans = eval(p)

File "game/script.rpy", line 3121, in <module>

NameError: name 'dissolv' is not defined

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

Full traceback:

File "game/script.rpy", line 3121, in script

File "C:\Users\xxxx\Downloads\Once_on_a_windswept_night-1.0-all\Once_on_a_windswept_night-1.0-all\renpy\ast.py", line 1696, in execute

self.call("execute")

File "C:\Users\xxxx\Downloads\Once_on_a_windswept_night-1.0-all\Once_on_a_windswept_night-1.0-all\renpy\ast.py", line 1714, in call

return renpy.statements.call(method, parsed, *args, **kwargs)

File "C:\Users\xxxx\Downloads\Once_on_a_windswept_night-1.0-all\Once_on_a_windswept_night-1.0-all\renpy\statements.py", line 144, in call

return method(parsed, *args, **kwargs)

File "renpy/common/000window.rpy", line 117, in execute_window_show

trans = eval(p)

File "C:\Users\xxxx\Downloads\Once_on_a_windswept_night-1.0-all\Once_on_a_windswept_night-1.0-all\renpy\python.py", line 1670, in py_eval

return py_eval_bytecode(code, globals, locals)

File "C:\Users\xxxx\Downloads\Once_on_a_windswept_night-1.0-all\Once_on_a_windswept_night-1.0-all\renpy\python.py", line 1665, in py_eval_bytecode

return eval(bytecode, globals, locals)

File "game/script.rpy", line 3121, in <module>

NameError: name 'dissolv' is not defined

Windows-8-6.2.9200

Ren'Py 6.99.11.1749

Once on a windswept night 1.0

LOVE THAT LINK TO YURI GAME JAM 2016 BY THE WAY! Even if it is a joke, I'd say it kind of gives some nice insight into her character.

SPOILERS END HERE

.Thank you, I'm glad you liked it u///u
This is a very simple problem haha. I mispelt one of the transitions as 'dissolv' instead of 'dissolve'. Ignoring this won't have any negative impact on the story and it won't mess anything up.
I just updated the game so this shouldn't be a problem anymore, though.
Thank you for telling me!