You are not logged in.
Pages: 1
Topic closed
When I update lib32-libgcrypt from 1.6.5-1 to 1.7.0-1, steam refused to start:
$ LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1' steam
Running Steam on arch rolling 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception hander for appid(steam)/version(1459463254)
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
$ LIBGL_DEBUG=verbose LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1' steam
Running Steam on arch rolling 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1459463254)
libGL: OpenDriver: trying /usr/lib32/xorg/modules/dri/tls/i965_dri.so
libGL: OpenDriver: trying /usr/lib32/xorg/modules/dri/i965_dri.so
libGL: dlopen /usr/lib32/xorg/modules/dri/i965_dri.so failed (/usr/lib32/libgcrypt.so.20: symbol gpgrt_lock_lock, version GPG_ERROR_1.0 not defined in file libgpg-error.so.0 with link time reference)
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
libGL: OpenDriver: trying /usr/lib32/xorg/modules/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib32/xorg/modules/dri/swrast_dri.so
libGL: dlopen /usr/lib32/xorg/modules/dri/swrast_dri.so failed (/usr/lib32/libgcrypt.so.20: symbol gpgrt_lock_lock, version GPG_ERROR_1.0 not defined in file libgpg-error.so.0 with link time reference)
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
$ steam
Running Steam on arch rolling 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception hander for appid(steam)/version(1459463254)
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
Also, I've already removed some prepackaged libraries according to this post.
How can I update lib32-libgcrypt? Thanks in advance.
System information gathered from steam:
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Laptop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Family: 0x6
CPU Model: 0x5e
CPU Stepping: 0x3
CPU Type: 0x0
Speed: 3500 Mhz
8 logical processors
4 physical processors
HyperThreading: Supported
FCMOV: Supported
SSE2: Supported
SSE3: Supported
SSSE3: Supported
SSE4a: Unsupported
SSE41: Supported
SSE42: Supported
AES: Supported
AVX: Supported
CMPXCHG16B: Supported
LAHF/SAHF: Supported
PrefetchW: Unsupported
Network Information:
Network Speed:
Operating System Version:
"Arch Linux" (64 bit)
Kernel Name: Linux
Kernel Version: 4.5.1-1-ARCH
X Server Vendor: The X.Org Foundation
X Server Release: 11803000
X Window Manager: i3
Steam Runtime Version: steam-runtime-release_2016-02-23
Video Card:
Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2) x86/MMX/SSE2
Driver Version: 3.0 Mesa 11.2.1
OpenGL Version: 3.0
Desktop Color Depth: 24 bits per pixel
Monitor Refresh Rate: 59 Hz
VendorID: 0x8086
DeviceID: 0x191b
Number of Monitors: 1
Number of Logical Video Cards: 1
Primary Display Resolution: 1920 x 1080
Desktop Resolution: 1920 x 1080
Primary Display Size: 13.62" x 7.64" (15.59" diag)
34.6cm x 19.4cm (39.6cm diag)
Primary VRAM Not Detected
Sound card:
Audio device: Realtek ALC3266
Memory:
RAM: 7836 Mb
Miscellaneous:
UI Language: English
LANG: en_US.UTF-8
Microphone: Not set
Total Hard Disk Space Available: 238817 Mb
Largest Free Hard Disk Block: 44431 Mb
VR Headset: None detected
Mon Apr 25 03:26:12 2016 GMT: file ''/tmp/dumps/assert_20160425112533_19.dmp'', upload yes: ''CrashID=bp-6f7d2084-c4be-440a-b9b5-f30042160424''
Some additional information:
multilib/lib32-mesa 11.2.1-1
multilib/lib32-mesa-libgl 11.2.1-1
extra/mesa 11.2.1-1
extra/mesa-demos 8.3.0-1
extra/mesa-libgl 11.2.1-1
multilib/lib32-nvidia-utils 364.19-1
extra/nvidia 364.19-1
extra/nvidia-settings 364.19-1
extra/nvidia-utils 364.19-1
multilib/lib32-libglvnd 0.1.0.20160411-1
multilib/lib32-virtualgl 2.5-2
extra/libglvnd 0.1.0.20160411-1
community/libvdpau-va-gl 0.3.6-1
core/libgcrypt 1.7.0-1
Last edited by JasonZhang (2016-04-25 03:38:20)
Offline
I've found the resolution here. Fixed.
Last edited by JasonZhang (2016-04-25 03:38:55)
Offline
I had the same problem! that worked! thanks a lot
Offline
So that deleted file is restored every time steam updates or verifies, and the command needs to be rerun again. Is there a more permanent fix?
Offline
lib32-libgcrypt can be ignored via pacman's config. See the wiki for that. Otherwise, there is no way to prevent steam from re-installing its bad libraries. I have an alias for removing the bad files (and it's also in the wiki somewhere AFAIK):
alias rmbadsteamlibs='find ~/.steam/root/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" \) -print -delete'
alias rmbadsteamlibslocal='find ~/.local/share/Steam/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" \) -print -delete'
That makes it a great deal shorter to fix steam when it gets broken due to this issue.
I am diagnosed with bipolar disorder. As it turns out, what I thought was my greatest weakness is now my greatest strength.
Everyday, I make a conscious choice to overcome my challenges and my problems. It's not easy, but its better than the alternative...
Offline
lib32-libgcrypt can be ignored via pacman's config. See the wiki for that. Otherwise, there is no way to prevent steam from re-installing its bad libraries. I have an alias for removing the bad files (and it's also in the wiki somewhere AFAIK):
alias rmbadsteamlibs='find ~/.steam/root/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" \) -print -delete' alias rmbadsteamlibslocal='find ~/.local/share/Steam/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" \) -print -delete'
That makes it a great deal shorter to fix steam when it gets broken due to this issue.
Your alias is missing something, because of libgcrypt.
Offline
Re-read the first sentence. Simply DOWNGRADE libgcrypt, after doing so IGNORE it in pacman's config.
EDIT: Just noticed this is a solved topic, lets not drag this out anymore.
Last edited by JohnBobSmith (2016-05-03 13:58:02)
I am diagnosed with bipolar disorder. As it turns out, what I thought was my greatest weakness is now my greatest strength.
Everyday, I make a conscious choice to overcome my challenges and my problems. It's not easy, but its better than the alternative...
Offline
Offline
How is that a bad solution? It's what worked for me. And a lot of others too
I am diagnosed with bipolar disorder. As it turns out, what I thought was my greatest weakness is now my greatest strength.
Everyday, I make a conscious choice to overcome my challenges and my problems. It's not easy, but its better than the alternative...
Offline
Downgrading and holding back updates to critical packages in order to fix one package that is known to be finicky is pretty much always a bad solution. And there are pretty much always better solutions, like keeping a seperate copy of the offending lib and passing it only for the program that needs it (which in this case isn't even needed since there wasn't an ABI break per se, so simply remove the old lib from the steam folder).
Offline
How is that a bad solution?
Because it's a partial upgrade.
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
Ah, I see. Thanks wormzy!
I am diagnosed with bipolar disorder. As it turns out, what I thought was my greatest weakness is now my greatest strength.
Everyday, I make a conscious choice to overcome my challenges and my problems. It's not easy, but its better than the alternative...
Offline
https://wiki.archlinux.org/index.php/St … ve_runtime works for me
Offline
Hello!
Today I can not start my steam.
The problem: steam
Running Steam on arch rolling 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1461972496)
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
I tried find the linked solution, but it's not working for me, no file found with this name.
~/.steam/root/ -name "libgpg-error.so*" -print -delete
What other can I do? It worked last week.
Offline
Please don't hijack other peoples threads. See https://wiki.archlinux.org/index.php/St … leshooting and if you still have trouble, open a new thread about it.
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