Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

My game keeps crashing.  It's right after the scenario where Daisy has the maid outfit on, and you just finished eating.  I get the phrase "When she walked off to the bathroom, my eyes followed her." then I get an error message that says:

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/day3noon.rpy", line 1899, in <module>

NameError: name 'lovescore' is not defined

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

Full traceback:

  File "day3noon.rpyc", line 1899, in script

  File "renpy/ast.py", line 2115, in execute

    if renpy.python.py_eval(condition):

  File "renpy/python.py", line 1092, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "renpy/python.py", line 1085, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/day3noon.rpy", line 1899, in <module>

NameError: name 'lovescore' is not defined

Windows-10-10.0.19041 AMD64

Ren'Py 7.5.3.22090809

Herheartsdesire 1.06

Sun Jul 23 20:58:24 2023

```


And the game won't progress past that.

(3 edits)

Hey there-

As a quick hack to fix that particular issue, you can create a text file with a line that says: 

default lovescore = deelovescore 

Or instead of adding a text file if you know how to decompile ren'py games, you can edit the script.rpy file and add that line.

I checked the Steam version is newer than the Itch version and does not have this particular bug.

I'll have the Itch version patched later today and send a message to everybody who downloaded, thanks again for reporting this.

Okay, the upload finished, I'll send a message to everybody who purchased on Itch that the newer, corrected version is available.

Thanks man, much appreciated!  Love the game so far!

No problem, if there are any other issues with the Itch version, just report them here; once the overhaul is done, I'm going to push that version everywhere to ensure if there are more bugs, it's easy to replicate & fix.