HGL
ratty-blush
humankind EGS version
game crashes few seconds after pressing launch, changes resolution for one second, then returns to Heroic. Log attached. Could not find "EOS overlay" to disable anywhere
29 Replies
plain-purple•2mo ago
Do you really think this log is useful?
Did you take a brief look at it?
ratty-blushOP•2mo ago
what do you mean? wrong log attached?
plain-purple•2mo ago
yes
I mean just look at it
You will understand why
ratty-blushOP•2mo ago
hope that is proper one
ratty-blushOP•2mo ago
Still suck at linux file system 🙂
plain-purple•2mo ago
That is proper log.
That looks like Nvidia driver blows up in swapchain resizing.
Can you try with Intel igpu?
DXVK_FILTER_DEVICE_NAME="530" or DXVK_FILTER_DEVICE_NAME="SKL GT2"
Should make it work with igpuratty-blushOP•2mo ago
where to type it?
like launching with arguments?
plain-purple•2mo ago


plain-purple•2mo ago
Env var
DXVK_FILTER_DEVICE_NAME key , "SKL GT2" value
no need for =
Also add DXVK_HUD key, full value as another entry
To confirm which gpu is usedratty-blushOP•2mo ago
added, only one change is , Humankind logo appeared for a second
plain-purple•2mo ago

plain-purple•2mo ago
Do this too
As i have a suspicion that gpu select didnt work
ratty-blushOP•2mo ago
added boyh entries
plain-purple•2mo ago
Post new log then
It will tell
ratty-blushOP•2mo ago
plain-purple•2mo ago
Those env vars worked, game indeed uses your igpu now but still fails.
And ofc works just fine here
plain-purple•2mo ago

ratty-blushOP•2mo ago
made it! had to install and turn on EOS Overlay, nad include variables mentioned by you. Thanks!

plain-purple•2mo ago
wot, game requires eos overlay to be active?!
ratty-blushOP•2mo ago
.... but it works much slower than on Windows 🙁 like 9-12 FPS on medium settings. Around 15 on minimum, but it sucks
plain-purple•2mo ago
Never think of such a possibility
DXVK_HUD=full please
Take a screenshot while it is up
If your vram gets full, that is expected
ratty-blushOP•2mo ago
DXVK_HUD=full is set, sreenshot is fom my game with it
plain-purple•2mo ago
plain-purple•2mo ago

plain-purple•2mo ago
Look at my hud vs yours
info everywhere
Found the reason
"showFps": true
Disable that show fps toggle
Since that is basically DXVK_HUD=fps it takes prio
Rather than fullratty-blushOP•2mo ago
you were right, had to disable fps counter. Anyway, seems like game uses my intel gpu instead GTX

ratty-blushOP•2mo ago
this are variables you told me

plain-purple•2mo ago
Remove filter one
That was for testing to see if nv gpu is the problem
That env var makes game work on igpu
But you dont need that anymore
ratty-blushOP•2mo ago
seems like "nvida on demand" doesnt work properly. After manually swintching to performance mode, game works on 30+ fps, and hud indicates GTX.
