GhostSquad57 / Steam-Installer-for-Wheezy

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

Seg fault starting steam-debian #23

Closed solomon56 closed 11 years ago

solomon56 commented 11 years ago

┌─[solomon@Sucker] - [~] - [2013-07-26 06:21:48] └─[0] steam-debian Segmentation fault

Jul 26 18:22:46 Sucker kernel: [91975.388966] steam[11926]: segfault at 1c ip 00007fa9c6ed7683 sp 00007fff2d879720 error 4 in ld-2.17.so[7fa9c6ec9000+21000]

seems like its loading 2.17 even though 2.15.so is in the right spots

┌─[solomon@Sucker] - [~] - [2013-07-26 06:24:41] └─[0] ls -la /usr/lib/steam/i386-linux-gnu/ld-linux.so.2 lrwxrwxrwx 1 root root 10 Jul 10 09:17 /usr/lib/steam/i386-linux-gnu/ld-linux.so.2 -> ld-2.15.so ┌─[solomon@Sucker] - [~] - [2013-07-26 06:24:48] └─[0] ls -la /usr/lib/steam/x86_64-linux-gnu/ld-linux-x86-64.so.2 lrwxrwxrwx 1 root root 10 Jan 28 03:59 /usr/lib/steam/x86_64-linux-gnu/ld-linux-x86-64.so.2 -> ld-2.15.so ┌─[solomon@Sucker] - [~] - [2013-07-26 06:24:57] └─[0]

GhostSquad57 commented 11 years ago

@solomon56 Could you please post info about your distro so I can get a better idea of what's causing this issue? By info, I mean: Output of uname -a, what version of libc6 you have installed on your system, and what Shell you're using.

solomon56 commented 11 years ago

┌─[solomon@Sucker] - [~] - [2013-07-27 06:57:40] └─[0] dpkg -l |grep libc6 ii libc6:amd64 2.17-7 amd64 Embedded GNU C Library: Shared libraries ii libc6:i386 2.17-7 i386 Embedded GNU C Library: Shared libraries ii libc6-dev:amd64 2.17-7 amd64 Embedded GNU C Library: Development Libraries and Header Files ii libc6-i686:i386 2.17-7 i386 Embedded GNU C Library: Shared libraries [i686 optimized]

┌─[solomon@Sucker] - [~] - [2013-07-27 06:54:08] └─[0] uname -a Linux Sucker 3.10-1-amd64 #1 SMP Debian 3.10.1-1 (2013-07-16) x86_64 GNU/Linux

┌─[solomon@Sucker] - [~] - [2013-07-27 06:54:20] └─[0] echo $SHELL /bin/zsh

┌─[solomon@Sucker] - [~] - [2013-07-27 06:57:46] └─[0] cat /etc/issue.net Debian GNU/Linux jessie/sid

regular steam seems to have its own weird issue. where it cant find certain resources.

GhostSquad57 commented 11 years ago

@solomon56 >[0] dpkg -l |grep libc6

ii libc6:amd64 2.17-7 amd64 Embedded GNU C Library: Shared libraries ii libc6:i386 2.17-7 i386 Embedded GNU C Library: Shared libraries ii libc6-dev:amd64 2.17-7 amd64 Embedded GNU C Library: Development Libraries and Header Files ii libc6-i686:i386 2.17-7 i386 Embedded GNU C Library: Shared libraries [i686 optimized]

Since you're running testing with libc6 2.17, you shouldn't be using my package; your version of libc6 is higher and thats making conflicts.

regular steam seems to have its own weird issue. where it cant find certain resources.

If your having an issue with Steam, my package won't help, even if you bypass the libc error. I recommended posting the issue you are having with Steam to Valve's steam-for-linux GitHub page.