Skip to main content

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

I think something went wrong with the loading of a save from an old version. I went to load a save and ended up with a traceback error and when I click ignore, it takes me back to menu. The new version was opened in a new folder.

Hmm... do you know what the last version you created the savegame on was?

could you upload or screenshot the traceback error, so we can see if there's any useful information?

Version 5.7a.

This is actually the second save I tried to load in new version for testing so the traceback is short.

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/girl_mia.rpy", line 753, in <module>

KeyError: 'ev4'

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

Full traceback:

  File "girl_mia.rpyc", line 481, in script

  File "C:\Users\soult\Downloads\GardenOfVenus-0.7.1-pc\GardenOfVenus-0.7.1-pc\renpy\ast.py", line 1625, in execute

    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)

  File "C:\Users\soult\Downloads\GardenOfVenus-0.7.1-pc\GardenOfVenus-0.7.1-pc\renpy\exports\menuexports.py", line 100, in menu

    condition = renpy.python.py_eval(condition)

  File "C:\Users\soult\Downloads\GardenOfVenus-0.7.1-pc\GardenOfVenus-0.7.1-pc\renpy\python.py", line 1209, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "C:\Users\soult\Downloads\GardenOfVenus-0.7.1-pc\GardenOfVenus-0.7.1-pc\renpy\python.py", line 1202, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/girl_mia.rpy", line 753, in <module>

KeyError: 'ev4'

Windows-10-10.0.26100 AMD64

Ren'Py 8.3.4.24120703

Garden of Venus 0.7.1

Sun Jul  6 10:15:47 2025

[/code]


However, the longer traceback was when I had a save point in my room at night. It gave like: line 89, line 89, line 90, line 90 in the file "my_bedroom"

Hello, me and OCN have a solution we can implement soon enough, but I'd like to test some specific solutions for this, so could i please ask you for your save?

Either upload it thru workupload or join our discord and @ me with it, i'd be grateful.

I hope you can get it from here

https://drive.google.com/file/d/1YqwJ2baXkGrS7n7RwMyVsdfBv-049avS/view?usp=drive...

Should be fixed with the new 0.7.1a hotfix.

so the saves helped out I take it. I'm actually working on a practice visual novel using Pygame for the game and PySide6 for the GUI and everything. I already have test dialogue,  map, and save/load screens. Keep up the good work as well.