- Jul 3, 2021
- 4,803
- 23,226
This is strange. Usually if you get a crash to do with the Ren'py code itself, the game catches it and reports it in a traceback.txt file.ok, I have read through a lot of the thread, and searched for the word "crash" and read the results, but so far I could not find a solution to my problem... not even sure if anybody else has encountered it. if there is a solution I must have overlooked it and I am sorry, in that case just gently prod me in the direction of it
I play a non-modded version of 8.2 and it ran ok so far. But in Ep. 4 (I chose to stay with Sage), it always crashes the game when sage leaves the room to prepare the movie night and I exit her room (the screen below). The task-app says to check out swyper, talk to sage, and then rest on sages bed. It does not matter if I used Swyper or not, it always crashes when I exit. I tried the compressed and not-compressed (18Gig) version, and I tried the hotfix. Has anybody got a solution or am I just fucked?
View attachment 1604394
This appears to have more to do with the executable itself. I would extract all the *.rpa files and if there's *.rpyc, I would run un.rpyc to decompile them into all their *.rpy files. I would then grab the latest version of Ren'PY and recompile the game myself. It's not as much work as it seems. You can use rpsExtract to extract all the files from the RPA files, and un.rpyc to decompile any rpyc files (I forget if this includes the original source rpy or not off hand). Remaking it with Ren'PY is simple. Maybe that will work for you, I can't see why not.