Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Game wont start #73

Open
TrepTheSnake opened this issue Jun 22, 2024 · 3 comments
Open

Game wont start #73

TrepTheSnake opened this issue Jun 22, 2024 · 3 comments

Comments

@TrepTheSnake
Copy link

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
Copy link

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
Copy link

Braunbaer42 commented Jun 25, 2024

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

@terminalpain
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@Braunbaer42 @terminalpain @TrepTheSnake and others