crash when the game starts
Today, I downloaded what was on the git then, as required, I ran pip. It visibly builded without problem but, just after i start the game, it crashed
here is the console output :
nicolas@nicolas-G5-5587:~/Documents/programmes/tuxemon_d/2020_04_16/Tuxemon-development$ python tuxemon.py
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
Enabling logging for module: neteria.server
Enabling logging for module: neteria.core
No handlers could be found for logger "tuxemon.core.rumble"
Traceback (most recent call last):
File "tuxemon.py", line 62, in <module>
main.main(load_slot=args.slot)
File "/home/nicolas/Documents/programmes/tuxemon_d/2020_04_16/Tuxemon-development/tuxemon/core/main.py", line 80, in main
client.push_state("StartState")
File "/home/nicolas/Documents/programmes/tuxemon_d/2020_04_16/Tuxemon-development/tuxemon/core/state.py", line 416, in push_state
instance.startup(**kwargs)
File "/home/nicolas/Documents/programmes/tuxemon_d/2020_04_16/Tuxemon-development/tuxemon/core/states/start/__init__.py", line 75, in startup
index = get_index_of_latest_save()
File "/home/nicolas/Documents/programmes/tuxemon_d/2020_04_16/Tuxemon-development/tuxemon/core/save.py", line 167, in get_index_of_latest_save
save_data = open_save_file(save_path)
File "/home/nicolas/Documents/programmes/tuxemon_d/2020_04_16/Tuxemon-development/tuxemon/core/save.py", line 152, in open_save_file
return cbor.load(save_file)
EOFError: read nothing, apparent EOF
Note : I don't longer use my raspberry. I now use ubuntu on a regular computer.
By Asmanel 16 Apr 2020 18:57
New member · 6 comments