You are not logged in.
Pages: 1
Topic closed
Hi,
I updated system today and Dota 2 stopped working. Tried to Google everywhere, used everything (windowed mode of Steam, reinstall of drivers + Steam). I'm using mesa drivers and integrated Intel graphics. Any idea what's wrong?
pid 3290 != 3289, skipping destruction (fork without exec?)
ERROR: ld.so: object '/home/majzlik/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/majzlik/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Using breakpad crash handler
Setting breakpad minidump AppID = 570
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Steam_SetMinidumpSteamID: Caching Steam ID: 76561198045131128 [API loaded yes]
Steam_SetMinidumpSteamID: Setting Steam ID: 76561198045131128
Setting breakpad minidump AppID = 373300
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
Last edited by Majzlik (2016-05-17 12:22:42)
Offline
See: Here.
The gameoverlayrenderer.so is a red herring, it is not your problem those messages are normal. See the link above for what is almost certainly the issue and how to fix it.
Offline
See: Here.
The gameoverlayrenderer.so is a red herring, it is not your problem those messages are normal. See the link above for what is almost certainly the issue and how to fix it.
Having same issue, but deleting Steam runtime libraries doesn't really help.
Offline
headkase wrote:See: Here.
The gameoverlayrenderer.so is a red herring, it is not your problem those messages are normal. See the link above for what is almost certainly the issue and how to fix it.
Having same issue, but deleting Steam runtime libraries doesn't really help.
I thought it is this issue, but it's not. Tried deleting libraries but the error message is still the same.
Offline
I thought it is this issue, but it's not. Tried deleting libraries but the error message is still the same.
Made a report at Valve github page:
https://github.com/ValveSoftware/Dota-2/issues/842
Offline
I think I have the same problem. I have not tested dota2 but it seems to affect any 64bit game. For example The Talos principle 32 bit, runs ok but 64 bit not.
Until yesterday I had no problem with talos 64bit.
the difference between the two on terminal is
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
Offline
Downgrade libgcrypt to 1.6.5 for a temporary fix.
Offline
Downgrade libgcrypt to 1.6.5 for a temporary fix.
Thank you, this worked for me after an hour of reading old answers to this issue and hunting down random steam files.
Offline
Downgrade libgcrypt to 1.6.5 for a temporary fix.
Yes, this fix works. I'm waiting for "official" fix from Valve (issue on github you posted) to close this thread.
Offline
I really LOVE the archlinux comunity I can confirm the solution. Downgrade the libgcrypt resolve the issue. You can download the old version from https://archive.archlinux.org/. Here are the 32 and 64 bits versions. Remember install with "sudo pacman -U package". Happy dota!
[EN] In the world there are 10 kinds of people, those who understand binary and those who not.
[ES] En el mundo hay 10 tipos de personas, las que entienden binario y las que no.
Offline
I confirm that downgrading libgcrypt works. Talos 64bit and other games (It seems to me that 64bit games have the problem) does work after the downgrade.
Downgrading IS NOT A FIX!!! how can you name that a fix? (and just say that it is not "official". It is not a fix, it is just a downgrade that works. (the "good" news is that for the moment the downgrade is contained to only this package)
Offline
ok, something new. (more bad news)
new lib32-libgcrypt arrived as well, and... more games (Stacking among them) do not work. So the only reason 32 bit games were not affected was that the lib32 packege had not upgraded as well.
Downgrade of lib32-libgcrypt also works.
Last edited by fanisg (2016-04-22 13:08:22)
Offline
Works fine with last upgrade of system:
pacman -Qs libgcrypt
local/lib32-libgcrypt 1.7.0-1
General purpose cryptographic library based on the code from GnuPG (32-bit)
local/lib32-libgpg-error 1.22-1
Support library for libgcrypt (32-bit)
local/libgcrypt 1.7.0-2
General purpose cryptographic library based on the code from GnuPG
local/libgpg-error 1.22-1
Support library for libgcrypt
I got libgcrypt-1.7.0-1, which was faulty, so problem is solved with libgcrypt-1.7.0-2 (don't confuse lib32-libgcrypt and libgcrypt).
Last edited by Majzlik (2016-05-17 12:16:42)
Offline
For me, the libgcrypt 1.7.0-2 still doesn't works.
Last edited by varg04444 (2016-05-17 13:09:01)
[EN] In the world there are 10 kinds of people, those who understand binary and those who not.
[ES] En el mundo hay 10 tipos de personas, las que entienden binario y las que no.
Offline
Try to LD_PRELOAD libstdc++. If this works you can also delete it from the runtime.
Offline
I have tried a lot of suggestions regarding this problem.
The best solution that I found is here - https://bbs.archlinux.org/viewtopic.php … 6#p1417306
It works for me every time steam stops working after a system upgrade.
Offline
I know this solution but I'm not sure it is connected with this issue. I tried it but with libgcrypt 1.7.0.1 it didn't work. The problem could be with steam reinstalling, if you reinstall Steam, you got libstdc++ in steam folder again, so it doesn't matter if you got libgcrypt 1.7.0.1 or libgcrypt 1.7.0.2.
Btw should I leave this thread "closed" or reopen it?
Offline
For the record, I had the same issue and found this fix (without having to mess with libgcrypt) :
LD_PRELOAD="libpthread.so.0 libGL.so.1" __GL_THREADED_OPTIMIZATIONS=1 optirun steam
Offline
For the record, I had the same issue and found this fix (without having to mess with libgcrypt) :
LD_PRELOAD="libpthread.so.0 libGL.so.1" __GL_THREADED_OPTIMIZATIONS=1 optirun steam
Thank you. It's late summer 2019, and I've had the exact same bug described here. Your fix here solved it for me.
Offline
That's great, but you don't need to necrobump the topic with an empty post. Please don't do this again.
https://wiki.archlinux.org/index.php/Co … bumping%22
https://wiki.archlinux.org/index.php/Co … mpty_posts
Closing.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Pages: 1
Topic closed