I found a solution. This took my entire day to diagnose and figure out how to fix. Also it breaks the text patching bat and the exe must be ran directly, rather than the RUN_THIS.bat.Also erifla, I went through on your save and was able to clear the dungeon on windows. I didn't encounter any issues.
If there is a patch issue that would cause the problem, I wouldn't know what it is at the moment. If you get any other hints of an issue feel free to post.
Even on windows, the memory does balloon during the chain of events, but it only reaches a max of about 1,400,000 KB for me.
So I would maybe look through any of the config you can change related to memory or look up similar issues.
If you patch the exe with
You must be registered to see the links
, the game is able to run with significantly more memory usage before it runs out.The problem appears to be that wine requires a bit more virtual memory than windows for 32 bit applications, and that the exe's must be flagged to use 4gb instead of the default limit of ~1.8-2gb. In wine, this limit is closer to ~1.3gb (somewhat varies per system?), just short of being able to finish that cutscene. This patch should theoretically also prevent any potential issues on windows, too!
It seems to have broken the batch file that fixes text things so for now I'll just use it in emergency situations. Having to read that monospaced text isn't the most fun thing in the world...