Skip to content

Instantly share code, notes, and snippets.

@nipsy
Last active January 8, 2019 03:42
Show Gist options
  • Save nipsy/b3b4e2d315e3300445410919ff800080 to your computer and use it in GitHub Desktop.
Save nipsy/b3b4e2d315e3300445410919ff800080 to your computer and use it in GitHub Desktop.
Magicka 2 Linux x86-64 crash
$ cd ~/.steam/steam/steamapps/common/Magicka\ 2/engine; ~/.steam/ubuntu12_32/steam-runtime/run.sh ./Magicka2_x64
[Window] Desktop resolution determined to be 1920x1080.
[Window] Opening window with size 1920x1080 and fullscreen = 1.
xscreensaver-command: not active: idle timer reset.
sh: 1: gnome-screensaver-command: not found
sh: 1: mate-screensaver-command: not found
Setting breakpad minidump AppID = 238370
Steam_SetMinidumpSteamID: Caching Steam ID: 76561197963623635 [API loaded no]
[GL] Successfully created OpenGL context!
[GL] RENDERER: GeForce GTX 1080/PCIe/SSE2
[GL] VERSION: 4.6.0 NVIDIA 410.78
[GL] VENDOR: NVIDIA Corporation
[gl_extensions] Loading GL4 functions...
[gl_texture] Patching format: b
Internal: 8059, Format: 1908, Type: 8036
Internal: 881a, Format: 1908, Type: 140b
[GLRenderer] Display 0 modes:
[GLRenderer] 2880x576 (Non-standard aspect)
[GLRenderer] 2880x480 (Non-standard aspect)
[GLRenderer] 1920x1080 (16:9)
[GLRenderer] 1440x576 (Non-standard aspect)
[GLRenderer] 1440x480 (Non-standard aspect)
[GLRenderer] 1280x720 (16:9)
[GLRenderer] 720x576 (5:4)
[GLRenderer] 720x480 (3:2)
[GLRenderer] 640x480 (4:3)
[GLRenderContext] Max draw-buffers: 8
[SaveSystem] Save dir: /home/nipsy/.bitsquid/Magicka2
Auto configuration failed
140668532011520:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libssl_conf.so): libssl_conf.so: cannot open shared object file: No such file or directory
140668532011520:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:
140668532011520:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=ssl_conf, path=ssl_conf
140668532011520:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=ssl_conf
AL lib: ReleaseALC: 1 device not closed
[1] 11500 exit 1 ~/.steam/ubuntu12_32/steam-runtime/run.sh ./Magicka2_x64
$ STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0 ~/.steam/ubuntu12_32/steam-runtime/run.sh ./Magicka2_x64
[Window] Desktop resolution determined to be 1920x1080.
[Window] Opening window with size 1920x1080 and fullscreen = 1.
xscreensaver-command: not active: idle timer reset.
sh: 1: gnome-screensaver-command: not found
Setting breakpad minidump AppID = 238370
Steam_SetMinidumpSteamID: Caching Steam ID: 76561197963623635 [API loaded no]
sh: 1: mate-screensaver-command: not found
[GL] Successfully created OpenGL context!
[GL] RENDERER: GeForce GTX 1080/PCIe/SSE2
[GL] VERSION: 4.6.0 NVIDIA 410.78
[GL] VENDOR: NVIDIA Corporation
[gl_extensions] Loading GL4 functions...
[gl_texture] Patching format: b
Internal: 8059, Format: 1908, Type: 8036
Internal: 881a, Format: 1908, Type: 140b
[GLRenderer] Display 0 modes:
[GLRenderer] 2880x576 (Non-standard aspect)
[GLRenderer] 2880x480 (Non-standard aspect)
[GLRenderer] 1920x1080 (16:9)
[GLRenderer] 1440x576 (Non-standard aspect)
[GLRenderer] 1440x480 (Non-standard aspect)
[GLRenderer] 1280x720 (16:9)
[GLRenderer] 720x576 (5:4)
[GLRenderer] 720x480 (3:2)
[GLRenderer] 640x480 (4:3)
[GLRenderContext] Max draw-buffers: 8
[SaveSystem] Save dir: /home/nipsy/.bitsquid/Magicka2
Auto configuration failed
140598910281408:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libssl_conf.so): libssl_conf.so: cannot open shared object file: No such file or directory
140598910281408:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:
140598910281408:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=ssl_conf, path=ssl_conf
140598910281408:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=ssl_conf
AL lib: ReleaseALC: 1 device not closed
[1] 15225 exit 1 STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0 ./Magicka2_x64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment