-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panorama fails on startup #1801
Comments
I have this same issue as well. Panorama has never been able to run on my system. |
Just stumbled across the solution: I had an Xbox 360 controller attached, with no controllers Panorama launches as expected. Launching it with a controller attached leads to the black screen and crash. Console output of the failed launch: https://paste.pound-python.org/show/h0ISxJcGvdackqlNfNsb/ |
Already tried with |
If you find any CrashIDs or minidumps (commonly found in |
Just made a fresh one, to be on the safe side. (Dumps tend to get smelly if you leave them around too long.) |
For reference, the attached minidump is a SIGSEGV in engine_client.so. |
Correct. Which is as much as I was able to figure out from a gdb run, since I don't have debug symbols. |
I have the same issue, i have to try and start the game 50 times and hope that it doesnt crash, very rarelly it works. |
-nojoy worked for me! I want to know why, but not enough to read much more |
I had same issue in my debian (testing/unstable). It helped:
|
YES!! Thank you @pmadzik, that worked for me too! Now the question is: Why did that work? (Also, how did you know to try it?) Hopefully this info will help Valve find a true solution. |
I saw this message in my dump file:
The LD_LIBRARY_PATH variable content is also there and it indicate that directory with steam version of library libpng12 follows the system directory (which contains libpng12 as symbolic link to libpng16), but the "pinned" directory precedes system directory. |
The better question then is what's symlinking libpng12 to libpng16 ... they aren't ABI compatible. |
Maybe it just debian idiosyncrasy. |
FYI this is still a problem. After the latest update, CS:GO didn't fire up, and I needed to recreate the symlink. |
FYI, this is still a problem - after the latest batch of updates, I had to reapply the workaround. |
My friend just had this problem. He was on discord at the same time and solved it by closing discord and csgo, then opening csgo before discord. A cold reboot didn't fix the issue. Not sure why that happened but the issue is persistent. Might be useful info for somebody. |
@joshuaflood, after I deleted all my steam files due to steam overlay refusing to work and redownloading (fixed overlay). I Started getting random crashes, I use teamspeak and after reading your comment I started opening teamspeak after csgo, it haven't crashed since. I did however also clean dust out of my machine so it might be because of that aswell, but no more crashes. |
FYI, this is still a problem, and the same workaround still applies. |
Checking in to report that (a) this is still a problem, and (b) the symlink still works. Valve, please, can you just get Steam to create the symlink? |
Your system information
Steam
->Help
->System Information
) in a gist: https://gist.github.com/Rosuav/09cb97da931958d4e3837162c9e272e1Please describe your issue in as much detail as possible:
I fire up the game. It goes to a black screen, then terminates.
Steps for reproducing this issue:
I've updated my Debian to the latest that I can get hold of, I've updated my NVIDIA drivers, I've uninstalled CS:GO and reinstalled it fresh, I've blown away my configs, I've done everything I can think of to try to fix this. Scaleform worked mostly-correctly (the occasional UI glitch), but Panorama has simply never worked for me.
If it helps, the crash in question is a segfault and appears to come from engine_client.so.
The text was updated successfully, but these errors were encountered: