I’ve been playing it all weekend
kend without a hitch and really good performance.
And then it updated…I held my breath and … F*** !!, it broke.
Started initial process 11331 from gamemoderun /home/<user>/.local/share/lutris/runners/wine/lutris-GE-Proton8-12-x86_64/bin/wine /media/ssd2/Games/path-of-exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile/PathOfExile.exe --nologo --noasync --nopreload -gc 2
Start monitoring process.
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
esync: up and running.
wine: RLIMIT_NICE is <= 20, unable to use setpriority safely
Assertion failed: !status && "vkDestroyQueryPool", file /home/ubuntu/buildbot/runners/wine/wine-src/dlls/winevulkan/loader_thunks.c, line 3426
Monitored process exited.
Initial process has exited (return code: 768)
Exit with return code 768
I think the libgamemodeauto stuff is not part of the problem (although that message seems to come up A LOT - and there doesn’t seem to be a clear fix for it).
This is what looks like is causing the crash and burn. I’ve tried really tearing down the runner config , disabling so much stuff you’d think it wouldn’t even try to run and that message still shows up.
Assertion failed: !status && “vkDestroyQueryPool”, file /home/ubuntu/buildbot/runners/wine/wine-src/dlls/winevulkan/loader_thunks.c, line 3426
ALL weekend it was working, and beautifully.
Extremely unlikely this is a config problem. Looks like GGG has done something mean. This is way above my paygrade, but I’m happy to try some things if anyone has any suggestions.
Thanks !
edit:
This thread on the PoE support forum has some interesting information and potential fix.
https://www.pathofexile.com/forum/view-thread/3406436
Sadly the fix didn’t work for me.
edit(2):
Gotta work on those reading skills.
The patch described in the forum thread was for steam deck and so calls out the steam executable
application name="Path of Exile" executable="PathOfExile_x64Steam.exe"
I’m not running steam. Therefore in the .drirc file, simply change
PathOfExile_x64Steam.exe
to
PathOfExile.exe
And that fixed it.
Until they patch again I suppose.