Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

new bug! new bug!

the game crashes in claire.rpy around line 1970 when Rachel was unlocked before: you used as speaker "rachel" instead of the correct "rac"

While running game code:
   File "game/scripts/locations/policestation.rpy", line 46, in script call
     call rac_hangout_label from _call_rac_hangout_label
   File "game/scripts/mainstory/claire.rpy", line 1974, in script
     rachel "Hmm.. Someone's talking about me.."
 Exception: Sayer 'rachel' is not defined.

Jeepers... Thank you so much for these bug hunts. I have fixed (hopefully most of them) them on my current project based on your findings. The grammar/writing fixes should be live for the next update, but crashes like these I might need a patch as it actually blocks progression.

the exception is not a hard crash, ignoring it works fine - it "only" looks ugly and your players lose two lines of non-plot relevant dialogue

you know the built-in linter*? this error class is reported by the tool

* https://www.renpy.org/doc/html/developer_tools.html#lint

Ah that's what that was for. I did remember using it once when I started new, but I only thought it was just a statistics tool. I never saw any issues, which is what I'm seeing now. Yikes.. thanks again for your knowledge.

de nada, I like boobies AND bugs, and you deliver both :P

and I never mentioned that I like your game, looking forward to see the plot unfold!