gurrgur / er-patcher

Elden Ring enhancement patches (ultrawide support, custom frame rate limits and more) seamlessly integrated with steam.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game crashing after 3 minutes when using --all

metinc opened this issue · comments

I tested this under Linux and Elden Ring 1.0.5. When I launch the game with python er-patcher --rate 144 --all -- %command% it crashes after something like 3 minutes. In the console I can see this error:

wine: Unhandled stack overflow at address 000000007B07F12B (thread 011c), starting debugger...
wine: Unhandled page fault on read access to FFFFFFFFFFFFFFFF at address 0000000141A071EA (thread 0218), starting debugger...

The address 000000007B07F12B is always the same (while the other address changes every crash).

But when I use only the commands that I really need I can play without any issues: python er-patcher -u -a --rate 144 -- %command%

I just noticed that I get the same error without this mod, but after several hours of playing. So it seems this mod can make it crash faster but it is not the source of the issue.