GhostSquad57 / Steam-Installer-for-Wheezy

Re-write of Valve's deb package. (Orphaned)
193 stars 20 forks source link

Crash upon removing friend from list #41

Closed aleksandaratanasov closed 10 years ago

aleksandaratanasov commented 10 years ago

Hi!

First let me thank you for your work. Even though I'm currently installing my first game (previously used Ubuntu and very recently switched to Debian Wheezy) and haven't tested it, your code brought me further than any previous attempt to install and run Steam. :)

That said I think I discovered an issue. Upon removing a "friend" from my friend's list Steam crashed. Here is the console output when this happened:

/home/USER/.local/share/Steam/steam.sh: line 755: 2012 Aborted $STEAM_DEBUGGER "$STEAMROOT/$PLATFORM/$STEAMEXE" "$@" Finished uploading minidump (out-of-process): success = yes response: CrashID=bp-ec51a6fc-1740-4652-8bc7-b9d602140802

If you require further information I'll do my best to provide it whenever possible.

Best regards AA

GhostSquad57 commented 10 years ago

@aleksandaratanasov I couldn't reproduce this problem inside a VM, so I'm going to need a little more info. Just standard stuff. Running 64-bit? Does 3D-Acceleration work? glxgears is good for testing that.

aleksandaratanasov commented 10 years ago

It has all been resolved. It seems that flgrx for my ATI was not installed and glxgears was reporting a missing libGL. After installing it and rebooting removing a friend no longer crashes Steam. Sorry for the fuss. It seems that missing flgrx is the culprit here.