GhostSquad57 / Steam-Installer-for-Wheezy

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

Repeat of Issue #27 #36

Closed michaeljoelphillips closed 10 years ago

michaeljoelphillips commented 10 years ago

Greetings,

I'm having a similar issue to issue #27 even with the LC_ALL=C variable.

nomad@debian ~ $ LC_ALL=C steam-debian Running Steam on debian 7 64-bit STEAM_RUNTIME is enabled automatically Installing breakpad exception handler for appid(steam)/version(1393366296_client) Uploading dump (out-of-process) [proxy ''] /tmp/dumps/crash_20140323234701_1.dmp /home/nomad/.local/share/Steam/steam.sh: line 755: 4437 Segmentation fault $STEAM_DEBUGGER "$STEAMROOT/$PLATFORM/$STEAMEXE" "$@" mv: cannot stat `/home/nomad/.steam/registry.vdf': No such file or directory Installing bootstrap /home/nomad/.local/share/Steam/bootstrap.tar.xz Reset complete! Restarting Steam by request... Running Steam on debian 7 64-bit STEAM_RUNTIME has been set by the user to: /home/nomad/.local/share/Steam/ubuntu12_32/steam-runtime Installing breakpad exception handler for appid(steam)/version(1393366296_client) Uploading dump (out-of-process) [proxy ''] /tmp/dumps/crash_20140323234702_1.dmp /home/nomad/.local/share/Steam/steam.sh: line 755: 4573 Segmentation fault $STEAM_DEBUGGER "$STEAMROOT/$PLATFORM/$STEAMEXE" "$@" Finished uploading minidump (out-of-process): success = yes response: CrashID=bp-725df3ee-e543-4e58-a572-a3e8b2140323 Finished uploading minidump (out-of-process): success = yes response: CrashID=bp-2ed31d65-b353-43c6-bbe1-7e5232140323

Any and all help is appreciated.

Edit: I should mention that I was able to get it working long enough to install Dota but it wouldn't launch because of my fglrx driver. I fixed the driver but the game still wouldn't launch. I closed steam and when I restarted I ran into this issue.

GhostSquad57 commented 10 years ago

@Nomad145 Hello! Thank you for submitting this issue, I will try and help get to the bottom of this.

Try steam-debian --reset and tell me if that fixes anything.

michaeljoelphillips commented 10 years ago

Thanks for the reply!

I did some googling before posting and that seemed like a common fix for a lot of people with the same issue. That didn't work for me, however. On Mar 24, 2014 6:17 AM, "Keith" notifications@github.com wrote:

@Nomad145 https://github.com/Nomad145 Hello! Thanks you for submitting this issue, I will try and help to to the bottom of this.

Try steam-debian --reset and tell me if that fixes anything.

Reply to this email directly or view it on GitHubhttps://github.com/GhostSquad57/Steam-Installer-for-Wheezy/issues/36#issuecomment-38432932 .

GhostSquad57 commented 10 years ago

@Nomad145 Can you confirm 3D acceleration is working? glxgears is a good test tool.

Edit: I should mention that I was able to get it working long enough to install Dota but it wouldn't > launch because of my fglrx driver. I fixed the driver but the game still wouldn't launch. I closed steam and when I restarted I ran into this issue.

What did you do to fix the drivers?

michaeljoelphillips commented 10 years ago

Glxgears returns the following:

fgl_glxgears: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

To install the drivers, I installed the libgl1-fglrx-glx:i386 package.

michaeljoelphillips commented 10 years ago

After installing the 64 bit version of libgl1-fglrx-glx I get the following segfault after running fgl_glxgears:

nomad@debian ~ $ fgl_glxgears Using GLX_SGIX_pbuffer Segmentation fault

GhostSquad57 commented 10 years ago

@Nomad145 So this must be an issue with your drivers. Can you tell me all the fglrx packages you have installed? fglrx-driver, fglrx-control, etc.

michaeljoelphillips commented 10 years ago

I think you're right. I installed the proprietary ATI driver from AMD's website.

root@debian:/home/nomad# dpkg --get-selections | grep fglrx glx-alternative-fglrx install libfglrx:amd64 install libfglrx:i386 install libfglrx-amdxvba1:amd64 install libfglrx-amdxvba1:i386 install libgl1-fglrx-glx:amd64 install libgl1-fglrx-glx:i386 install

root@debian:/home/nomad# lsmod | grep fglrx fglrx 7359580 106 button 12937 1 fglrx

Anything I'm missing or should have installed instead?

GhostSquad57 commented 10 years ago

@Nomad145 Back when I was using an AMD card, I couldn't get the drivers from the site to work; I installed from the unstable repo.

I would purge the current drivers you have installed, and try reinstalling them.

GhostSquad57 commented 10 years ago

@Nomad145 Any progress?

GhostSquad57 commented 10 years ago

@Nomad145 Have you had any luck? If there's no reply, I'll close this bug within 3 days.