Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

So, I downloaded the new update and overwrote the 0.07 files. The game won't start anymore:

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00start.rpy", line 189, in script

    python:

  File "renpy/common/00start.rpy", line 190, in <module>

    renpy.execute_default_statement(True)

  File "game/images.rpy", line 11, in set_default

    default pc = Player(4,2,5,-5,1,0)

  File "game/images.rpy", line 11, in <module>

    default pc = Player(4,2,5,-5,1,0)

TypeError: __init__() takes at least 12 arguments (7 given)

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

Full traceback:

  File "renpy/common/00start.rpy", line 189, in script

    python:

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

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "renpy/python.py", line 2245, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "renpy/common/00start.rpy", line 190, in <module>

    renpy.execute_default_statement(True)

  File "renpy/exports.py", line 3753, in execute_default_statement

    i.set_default(start)

  File "game/images.rpy", line 11, in set_default

    default pc = Player(4,2,5,-5,1,0)

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

    return eval(bytecode, globals, locals)

  File "game/images.rpy", line 11, in <module>

    default pc = Player(4,2,5,-5,1,0)

TypeError: __init__() takes at least 12 arguments (7 given)

Windows-10-10.0.19041

Ren'Py 7.4.11.2266

The DeLuca Family 0.08.0.3

Sun Jun 26 11:47:24 2022

```

EDIT:
So, I ignored the first message and I got to the main menu. Realized all my saves were from .06 appearently, even though I was quite sure I played .07.
Anyway, I deleted the old saves as they were not compatible anyway. Started a new game with full experience. Skipped the introduction, and during the home-tour, another error came up, this time a shorter one.

So I deleted all old files and only extracted the new ones. It works now just fine, but it would be interesting what leads to the problem in the first place.

I usually always update renpy-games by just extracting the new files over the old ones, and in ~90% of the time, there is no problem with that. 

So, I played for a couple hours now, progressed to Stage 9 of the Main-Story, Lv5 Soladato. I had around 6 saves by now, and as mentioned earlier, deleted all saves of the prior game-versions.

But now all of the old saves reappeared and my .08 saves are ALL gone, except for the auto-saves.... this is rather strange.