Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Yeah, the vsync settings are messed up at the moment, it's up for some change here soon.
I lowered everything and turned everything off.
Still happening.
Try verifying game files and restarting everything. The demo build is very similar to the full build as far as structure so I'd be shocked if one worked and one didn't.
If resetting fails, send me a DM on discord and we'll look at some logs.
https://www.reddit.com/r/linux_gaming/comments/1i7bnwd/comment/m8jzv0h/
The quick fix is to change Erenshor’s Launch Options to:
LD_PRELOAD=”” %COMMAND%
If you want to keep Steam Overlay:
LD_PRELOAD="" VK_LOADER_LAYERS_ENABLE=VK_LAYER_VALVE_steam_overlay_64 %COMMAND%
If you want Mangohud and Gamemode:
LD_PRELOAD="/usr/lib/libgamemodeauto.so.0" VK_LOADER_LAYERS_ENABLE=VK_LAYER_MANGOHUD_overlay_x86_64 gamemoderun %COMMAND%
If you want Steam Overlay, Mangohud, and Gamemode:
LD_PRELOAD="/usr/lib/libgamemodeauto.so.0" VK_LOADER_LAYERS_ENABLE=VK_LAYER_MANGOHUD_overlay_x86_64,VK_LAYER_VALVE_steam_overlay_64 gamemoderun %COMMAND%
All credit for this goes to the author of the above Reddit comment; I’m simply expanding it here just in case the original post disappears.
This only works in Steam on Linux. If you're having this issue on Windows, I'm sorry, I don't know how to fix that.
Sure thing! I’ll add it to the discord when I’m at a computer I can do it from.
I hesitate to offer it as an official fix, since there’s limited broad testing on it and Linux support isn’t official, but it’s low risk to try and worked for me (typical user-forum stuff!).
For what it's worth: confirmed that this fixed the stuttering on my Manjaro Linux desktop. After inserting LD_PRELOAD="" gamemoderun %COMMAND% into game's steam properties and turning off vsync, the stuttering did not start after the usual 20 odd minutes of game play.
As a better test, I ran Erenshor for 16 hours straight (played last night, left game on overnight around where simplayers frequently gathered and killed things, and came back this morning). Everything remained smooth and responsive as if I had started the game up fresh. Played another couple hours after work and still no sign of stuttering.