protonscr

Crash with 390 nvidia driver

steamclosed Distro Family: Arch
ValveSoftware/steam-for-linux#6361 · opened 2019-07-04 by ttc0419 · updated 2019-07-06 · 3 comments · github
Tttc0419 2019-07-04 github

Your system information

  • Steam client version (build number or date): 1.0.0.61-1
  • Distribution (e.g. Ubuntu): Arch
  • Opted into Steam client beta?: [Yes/No] No
  • Have you checked for system updates?: [Yes/No] Yes

Steps for reproducing this issue:

Open steam-native

System Log:

/home/william/.local/share/Steam/steam.sh: line 106: VERSION_ID: unbound variable
/home/william/.local/share/Steam/steam.sh: line 106: VERSION_ID: unbound variable
Running Steam on arch  64-bit
STEAM_RUNTIME is disabled by the user
Installing breakpad exception handler for appid(steam)/version(1560817063)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Installing breakpad exception handler for appid(steam)/version(1560817063)
Installing breakpad exception handler for appid(steam)/version(1560817063)

(steam:3582): Gtk-WARNING **: 21:56:19.371: Unable to locate theme engine in module_path: "adwaita",

(steam:3582): Gtk-WARNING **: 21:56:19.378: Unable to locate theme engine in module_path: "adwaita",
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Steam: An X Error occurred
X Error of failed request:  GLXBadContext
Major opcode of failed request:  155
Serial number of failed request:  52
xerror_handler: X failed, continuing
Steam: An X Error occurred
X Error of failed request:  BadValue (integer parameter out of range for operation)
Major opcode of failed request:  155
Value in failed request:  0x0
Serial number of failed request:  51
xerror_handler: X failed, continuing
Steam: An X Error occurred
X Error of failed request:  BadMatch (invalid parameter attributes)
Major opcode of failed request:  155
Serial number of failed request:  53
xerror_handler: X failed, continuing
crash_20190704215617_1.dmp[3596]: Uploading dump (out-of-process)
/tmp/dumps/crash_20190704215617_1.dmp
/home/william/.local/share/Steam/steam.sh: line 712:  3582 Segmentation fault      $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
crash_20190704215617_1.dmp[3596]: Finished uploading minidump (out-of-process): success = yes
crash_20190704215617_1.dmp[3596]: response: CrashID=bp-0d6fa6f4-d621-4504-a777-c95c12190704
crash_20190704215617_1.dmp[3596]: file ''/tmp/dumps/crash_20190704215617_1.dmp'', upload yes: ''CrashID=bp-0d6fa6f4-d621-4504-a777-c95c12190704''

Dump file: here

Kkisak-valve maintainer 2019-07-04 github

Hello @Galaxy0419, does any 32 bit opengl application like glxinfo32 from lib32-mesa-demos work? Swrast is mesa's slower software renderer, and the fact steam is trying to use it hints that you're trying to use mesa's libGL.so with the nvidia proprietary driver, which is incompatible. Please check if lib32-nvidia-390xx-utils is installed on your system.

Tttc0419 2019-07-05 github

Installing lib32-nvidia-390xx-utils solves the issue.

Lleimao 2019-07-06 github

So Ubuntu Steam is only compatible with 32-bit driver and applications?

Nothing extracted yet.