Crash on linux i686

Questions, answers and issues regarding releases.
Post Reply
Arthaus
Posts: 2
Joined: Mon Feb 06, 2017 8:43 am

Crash on linux i686

Post by Arthaus »

Hi!

A some time ago I switch off my computer without switch off KS (native 1.3 version). Anyway before computer shut down I save progress (Rin, Act 2 - it 's important)

After I launch game I saw this traceback:

Code: Select all

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/_layout/classic_main_menu.rpym", line 23, in script
AttributeError: 'NoneType' object has no attribute 'get'

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

Full traceback:
  File "/home/arthur/Загрузки/Katawa Shoujo 1.3.1/renpy/execution.py", line 288, in run
    node.execute()
  File "/home/arthur/Загрузки/Katawa Shoujo 1.3.1/renpy/ast.py", line 720, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/home/arthur/Загрузки/Katawa Shoujo 1.3.1/renpy/python.py", line 1308, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/classic_main_menu.rpym", line 52, in <module>
    layout.button(label, "mm", enabled=eval(enabled), clicked=clicked)
  File "/home/arthur/Загрузки/Katawa Shoujo 1.3.1/renpy/python.py", line 1342, in py_eval
    return eval(py_compile(source, 'eval'), globals, locals)
  File "<none>", line 1, in <module>
  File "/home/arthur/Загрузки/Katawa Shoujo 1.3.1/renpy/loadsave.py", line 446, in list_saved_games
    extra_info = c.get_json().get("_save_name", "")
AttributeError: 'NoneType' object has no attribute 'get'

Linux-3.19.0-32-generic-i686-athlon-with-debian-jessie-sid
Ren'Py 6.16.5.525
But if I press "Ignore" I hit in "additional materials" (materials shows as thought I pass route of Lilly, Act 3! 0_o). If I try exit from "Add Materials" I return to traceback ^

I delete game, and repeat repack archive with game (version from torrents - original KS with russian translate), but history with error and strange Add. Materials repeat. Again.

If it important, my battery in motherboard is dead and time - not wrong, but if I connect to internet time became wrong. When I shut down comp I was not connected to Web, when I launch game after that (when I get error launch) I was connect to web.

Thanks in advance)
Arthaus
Posts: 2
Joined: Mon Feb 06, 2017 8:43 am

Re: Crash on linux i686

Post by Arthaus »

I found solution. If you see this traceback, you need go to the home folder press "ctrl+h", then you have to go to '.renpy' folder and delete folder "Katawa Shoujo" in this place.

Also I delete old save files (which I save before delete old crashed version and add to new KS later).

Have fun, not breaking brains with problem!
Post Reply