Created
May 26, 2018 12:12
-
-
Save flajann2/3e6dcc3ef391eae76a99208da2536d1f to your computer and use it in GitHub Desktop.
Steam crashes even with cleanup command... Kubuntu 18.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
λ find ~/.steam/root/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" \) -print -delete | |
λ DISPLAY=:0 LIBGL_DEBUG=verbose steam | |
Running Steam on ubuntu 18.04 64-bit | |
STEAM_RUNTIME is enabled automatically | |
Pins up-to-date! | |
Installing breakpad exception handler for appid(steam)/version(1526683293) | |
libGL: screen 0 does not appear to be DRI2 capable | |
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/tls/swrast_dri.so | |
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/swrast_dri.so | |
libGL: Can't open configuration file /home/lordalveric/.drirc: No such file or directory. | |
libGL: Can't open configuration file /home/lordalveric/.drirc: No such file or directory. | |
libGL error: No matching fbConfigs or visuals found | |
libGL error: failed to load driver: swrast | |
Installing breakpad exception handler for appid(steam)/version(1526683293) | |
Installing breakpad exception handler for appid(steam)/version(1526683293) | |
Gtk-Message: 14:09:41.681: Failed to load module "gail" | |
Gtk-Message: 14:09:41.681: Failed to load module "atk-bridge" | |
libGL: screen 0 does not appear to be DRI2 capable | |
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/tls/swrast_dri.so | |
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/swrast_dri.so | |
libGL: Can't open configuration file /home/lordalveric/.drirc: No such file or directory. | |
libGL: Can't open configuration file /home/lordalveric/.drirc: No such file or directory. | |
libGL error: No matching fbConfigs or visuals found | |
libGL error: failed to load driver: swrast | |
crash_20180526140940_1.dmp[9871]: Uploading dump (out-of-process) | |
/tmp/dumps/crash_20180526140940_1.dmp | |
/home/lordalveric/.local/share/Steam/steam.sh: line 927: 9771 Segmentation fault (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@" | |
crash_20180526140940_1.dmp[9871]: Finished uploading minidump (out-of-process): success = yes | |
crash_20180526140940_1.dmp[9871]: response: CrashID=bp-8f041cf3-01a6-45ae-ae11-60fbd2180526 | |
crash_20180526140940_1.dmp[9871]: file ''/tmp/dumps/crash_20180526140940_1.dmp'', upload yes: ''CrashID=bp-8f041cf3-01a6-45ae-ae11-60fbd2180526'' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment