gurrgur / er-patcher

Elden Ring enhancement patches (ultrawide support, custom frame rate limits and more) seamlessly integrated with steam.
MIT License
301 stars 25 forks source link

Game wont start #73

Open TrepTheSnake opened 2 months ago

TrepTheSnake commented 2 months ago

Hey!

I'm kind of noob with this kind of stuff but I followed the instruction religiously and the game simply won't start when I start it from steam. I see a relatively windows open for a fraction of second (cant see what it is at all), then it disappear and the game stops. I made sure to try a launch I knew would work fine : python er-patcher --rate 165 --all -- %command%

I also added er-patcher to T:\SteamLibrary\steamapps\common\ELDEN RING\Game which is the same folder as where the exe of the game is.

please help!

thank you!

terminalpain commented 2 months ago

I had a similar issue, I made my own little command line using the examples, I think I 1st tried:

python er-patcher --rate 100 -u -- %command%

but I press start it does something, then the stop button reverts back to start and obv no game.

I then just straight up copied one of the lines with Mangohud in it cos I do have mangohud enabled globally and it worked fine.

python er-patcher --rate 144 -uvca -- env WINE_FULLSCREEN_FSR=1 MANGOHUD=1 MANGOHUD_CONFIG=histogram %command%

Altho I removed --rate 144 and tried -f just to unlock the 60fps limit, but I am still stuck at 60.

CachyOS/KDE6.1

Braunbaer42 commented 2 months ago

Thx Terminalpain! this worked for me: python er-patcher --rate 144 -uvca -- env WINE_FULLSCREEN_FSR=1 MANGOHUD=1 MANGOHUD_CONFIG=histogram %command%

terminalpain commented 2 months ago

No worries! Also, although -f didn't work, I did have success with --rate 100 :) I use 100 cos that's my max refreshrate. Anyway glad I helped someone! <3