https://bugs.freedesktop.org/show_bug.cgi?id=99762
Bug ID: 99762 Summary: black mesa not launching Product: Mesa Version: 13.0 Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/radeonsi Assignee: dri-devel@lists.freedesktop.org Reporter: bronsonmathews@gmail.com QA Contact: dri-devel@lists.freedesktop.org
I see not command line output, so can only assume a recent driver update has caused this game to stop running.
Using mesa 13.0.3 on a radeon 6970 under kde neon.
Running the game from steam gives no error in the console, and does nothing. I had it working fine previously with an older version.
https://bugs.freedesktop.org/show_bug.cgi?id=99762
--- Comment #1 from Samuel Pitoiset samuel.pitoiset@gmail.com --- At first look, I thought "Black Mesa" was a joke but it's not. Funny name! :-)
According to https://steamcommunity.com/app/362890/discussions/0/312265327168384714/, the Linux version seems to have various issues. I will let you know when I can test myself.
Thanks for reporting.
https://bugs.freedesktop.org/show_bug.cgi?id=99762
Samuel Pitoiset samuel.pitoiset@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|black mesa not launching |"Black Mesa" not launching
https://bugs.freedesktop.org/show_bug.cgi?id=99762
--- Comment #2 from Samuel Pitoiset samuel.pitoiset@gmail.com --- "Black Mesa" is working here, both with mesa 13.0.4 and mesa-git. Tested on RX480.
https://bugs.freedesktop.org/show_bug.cgi?id=99762
smoki smoki00790@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|Drivers/Gallium/radeonsi |Drivers/Gallium/r600
https://bugs.freedesktop.org/show_bug.cgi?id=99762
--- Comment #3 from Bronson bronsonmathews@gmail.com --- ok i found a linux script to launch the game under linux in the folder. This is the error log i get from the command line:
libGL error: unable to load driver: r600_dri.so libGL error: driver pointer missing libGL error: failed to load driver: r600 libGL error: unable to load driver: swrast_dri.so libGL error: failed to load driver: swrast 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: 94 Current serial number in output stream: 95
https://bugs.freedesktop.org/show_bug.cgi?id=99762
Vedran Miletić vedran@miletic.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |77449
Referenced Bugs:
https://bugs.freedesktop.org/show_bug.cgi?id=77449 [Bug 77449] Tracker bug for all bugs related to Steam titles
https://bugs.freedesktop.org/show_bug.cgi?id=99762
Gregor Münch gr.muench@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTOURBUG Status|NEW |RESOLVED
--- Comment #4 from Gregor Münch gr.muench@gmail.com --- This is a game bug caused by old / incompatible lib files. I had exact the same issue and solved it by adding this to the game launch options: LD_PRELOAD='./libcxxrt.so:/usr/$LIB/libstdc++.so.6' %command%
dri-devel@lists.freedesktop.org