From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 102625] Game Crashlands crashes on startup Date: Fri, 08 Sep 2017 13:27:43 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1091438590==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 453A16EB5C for ; Fri, 8 Sep 2017 13:27:43 +0000 (UTC) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1091438590== Content-Type: multipart/alternative; boundary="15048772630.35A6d.14737"; charset="UTF-8" --15048772630.35A6d.14737 Date: Fri, 8 Sep 2017 13:27:43 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D102625 Bug ID: 102625 Summary: Game Crashlands crashes on startup Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/radeonsi Assignee: dri-devel@lists.freedesktop.org Reporter: ratatosk.yggdrasil@googlemail.com QA Contact: dri-devel@lists.freedesktop.org Created attachment 134084 --> https://bugs.freedesktop.org/attachment.cgi?id=3D134084&action=3Dedit gdb output when running crashlands Running on Arch with latest Mesa in the official repositories (17.1.8) via mesa-git from AUR or 17.0.x in Ubuntu 16.04 and 17.04 Crashlands crashes on startup (a window opens and immediately closes again) in combination with a Radeon RX 470. On another machine using integrated HD 6620G it runs fine (Ubuntu 16.04). Using LLVMPIPE via LIBGL_ALWAYS_SOFTWARE=3D1 and GALLIUM_DRIVER=3Dllvmpipe = the game runs as expected. When starting the game from command line I get a segfault with this message: ./run.sh: Zeile 3: 2218 Speicherzugriffsfehler (Speicherabzug geschrieben) LD_LIBRARY_PATH=3D./lib:$LD_LIBRARY_PATH ./runner This error however seems to be unrelated to the crash because it remains ev= en if using LLVMPIPE. Running via gdb produces the attached output. GNU gdb (GDB) 8.0.1 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from runner...(no debugging symbols found)...done. (gdb) run Starting program: /home/nagezahn/.local/share/Steam/steamapps/common/Crashlands/runner=20 /home/nagezahn/.local/share/Steam/steamapps/common/Crashlands/runner: /usr/lib32/libcrypto.so.1.0.0: no version information available (required by /home/nagezahn/.local/share/Steam/steamapps/common/Crashlands/runner) /home/nagezahn/.local/share/Steam/steamapps/common/Crashlands/runner: /usr/lib32/libssl.so.1.0.0: no version information available (required by /home/nagezahn/.local/share/Steam/steamapps/common/Crashlands/runner) [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". *************************************** * YoYo Games Linux Runner V1.3 * ***************************************=20=20 CommandLine: -game game.unx ExeName=3D /home/nagezahn/.local/share/Steam/steamapps/common/Crashlands/ru= nner MemoryManager allocated: 1723148 INI DisplayName=3DCrashlands SavePrePend /home/nagezahn/.config/Crashlands/=20 GAMEPAD: Initialising Ubuntu support Attempting to set gamepadcount to 4 Steam being initialised with appId 391730 Steam_Init Error: Failed to load libsteam_api.so: libsteam_api.so: cannot open shared object file: No such file or directory Failed LoadSteamLib() call: Error loading libsteam_api.so SteamInit failed: Error loading libsteam_api.so Display Size(Pixels): 1920,1200 GameDisplayName=3DCrashlands Win #1 XF86VidModeExtension-Version 2.2 libGL error: failed to create dri screen libGL error: failed to load driver: swrast Got Doublebuffered Visual! glX-Version 1.4 Icon: w=3D120 h=3D120 X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 155 (GLX) Minor opcode of failed request: 3 (X_GLXCreateContext) Value in failed request: 0x0 Serial number of failed request: 30 Current serial number in output stream: 32 [Inferior 1 (process 3337) exited with code 01] --=20 You are receiving this mail because: You are the assignee for the bug.= --15048772630.35A6d.14737 Date: Fri, 8 Sep 2017 13:27:43 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated
Bug ID 102625
Summary Game Crashlands crashes on startup
Product Mesa
Version git
Hardware x86-64 (AMD64)
OS Linux (All)
Status NEW
Severity normal
Priority medium
Component Drivers/Gallium/radeonsi
Assignee dri-devel@lists.freedesktop.org
Reporter ratatosk.yggdrasil@googlemail.com
QA Contact dri-devel@lists.freedesktop.org

Created attac=
hment 134084 [details]
gdb output when running crashlands

Running on Arch with latest Mesa in the official repositories (17.1.8) via
mesa-git from AUR or 17.0.x in Ubuntu 16.04 and 17.04 Crashlands crashes on
startup (a window opens and immediately closes again) in combination with a
Radeon RX 470. On another machine using integrated HD 6620G it runs fine
(Ubuntu 16.04).

Using LLVMPIPE via LIBGL_ALWAYS_SOFTWARE=3D1 and GALLIUM_DRIVER=3Dllvmpipe =
the game
runs as expected.

When starting the game from command line I get a segfault with this message:
./run.sh: Zeile 3:  2218 Speicherzugriffsfehler  (Speicherabzug geschrieben)
LD_LIBRARY_PATH=3D./lib:$LD_LIBRARY_PATH ./runner

This error however seems to be unrelated to the crash because it remains ev=
en
if using LLVMPIPE.

Running via gdb produces the attached output.

GNU gdb (GDB) 8.0.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copy=
ing"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/so=
ftware/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.g=
nu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word&=
quot;...
Reading symbols from runner...(no debugging symbols found)...done.
(gdb) run
Starting program:
/home/nagezahn/.local/share/Steam/steamapps/common/Crashlands/runner=20
/home/nagezahn/.local/share/Steam/steamapps/common/Crashlands/runner:
/usr/lib32/libcrypto.so.1.0.0: no version information available (required by
/home/nagezahn/.local/share/Steam/steamapps/common/Crashlands/runner)
/home/nagezahn/.local/share/Steam/steamapps/common/Crashlands/runner:
/usr/lib32/libssl.so.1.0.0: no version information available (required by
/home/nagezahn/.local/share/Steam/steamapps/common/Crashlands/runner)
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".

***************************************
*     YoYo Games Linux Runner V1.3    *
***************************************=20=20
CommandLine: -game game.unx
ExeName=3D /home/nagezahn/.local/share/Steam/steamapps/common/Crashlands/ru=
nner
MemoryManager allocated: 1723148
INI DisplayName=3DCrashlands
SavePrePend /home/nagezahn/.config/Crashlands/=20
GAMEPAD: Initialising Ubuntu support
Attempting to set gamepadcount to 4
Steam being initialised with appId 391730
Steam_Init
Error: Failed to load libsteam_api.so: libsteam_api.so: cannot open shared
object file: No such file or directory
Failed LoadSteamLib() call: Error loading libsteam_api.so
SteamInit failed: Error loading libsteam_api.so
Display Size(Pixels): 1920,1200
GameDisplayName=3DCrashlands
Win #1
XF86VidModeExtension-Version 2.2
libGL error: failed to create dri screen
libGL error: failed to load driver: swrast
Got Doublebuffered Visual!
glX-Version 1.4
Icon: w=3D120 h=3D120
X Error of failed request:  BadValue (integer parameter out of range for
operation)
  Major opcode of failed request:  155 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  30
  Current serial number in output stream:  32
[Inferior 1 (process 3337) exited with code 01]


You are receiving this mail because:
  • You are the assignee for the bug.
= --15048772630.35A6d.14737-- --===============1091438590== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1091438590==--