Closed Tiziano-Caruana closed 1 year ago
P.S. I tried to solve the issue by myself, without success. I'll attach the save_dump.txt here: save_dump.txt
Maybe line 626 can help to identify the problem:
1 roots['store.requests'] = <module 'requests' from 'C:\\Users\\HOME\\Desktop\\LearnToCodeRPG-1.5-pc\\lib\\python3.9\\requests\\__init__.pyc'>
P.P.S. Found the problem!
The edit made to game/scripts/splashscreen.rpy
in commit 458482ea93f908b7f6d6c307956881ba71f7581b is causing the crash.
Performing a rollback of said edit fixes the problem, allowing the user to save the game
What bug did you encounter?
This error gets dumped when I try to save the game. It doesn't trigger a crash, and we can just rollback or ignore the error, but that means that progresses will not be saved
Steps to Reproduce
Use the "back" feature at least once and try to save the game
Screenshots
https://user-images.githubusercontent.com/78723550/209465502-9d4297e5-4743-4bd7-a0f7-aab1b60413c6.mp4
Additional Information
No response