GhostSquad57 / Steam-Installer-for-Wheezy

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

Segmentation fault #30

Closed chokri closed 10 years ago

chokri commented 10 years ago

Hi, i've installed Steam on my Debian 7 Wheezy everything is done but when I lunch it on Terminal it say "Segmentation fault" ??? I'm running a 64 debian 7 Wheezy and I have this by lspci -v | less: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller Any Solutions?

GhostSquad57 commented 10 years ago

Could you please post the full output of the terminal.

chokri commented 10 years ago

Only Segmentation fault

GhostSquad57 commented 10 years ago

@chokri I'm going to need a little more info to figure out was causes the segfault. Try steam-debian | tee steamlog.txt this makes a file named steamlog.txt and appends the terminal output to it. Please paste the contents of steamlog.txt here

chokri commented 10 years ago

No I think there is something wrong !! Or I missed some packages !! also with steam-debian | tee steamlog.txt it say "Segmentation fault"

GhostSquad57 commented 10 years ago

@chokri OK. Try steam --reset Also, make sure you have the package libgl1-mesa-glx:i386 installed. If neither of those work, try LC_ALL=C steam-debian

chokri commented 10 years ago

OK, another crash and lost of session...hmmm I verified the libgl1-mesa-glx:i386 it's installed, after steam --reset it mv the bootstrap adn when I lunched steam>log I got this (may help): Setting up Steam content in /home/chokri/.local/share/Steam Running Steam on debian 7 64-bit STEAM_RUNTIME is enabled automatically Installing breakpad exception handler for appid(steam)/version(0_client) XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0" after 25 requests (25 known processed) with 0 events remaining. ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt". [2013-12-20 14:47:25] Startup - updater built Nov 25 2013 18:07:05

GhostSquad57 commented 10 years ago

@chokri did you try LC_ALL=C steam-debian?

chokri commented 10 years ago

Yes and it say the same thing: Segmentation fault

GhostSquad57 commented 10 years ago

@chokri Hmm... I've done some digging around and it seems like a problem with Intel's Integrated Video Chips. Just to make sure, what's your terminal output when launching glxgears

chokri commented 10 years ago

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

GhostSquad57 commented 10 years ago

OK, that's interesting. Do you have libgl1-mesa-dev libgl1-mesa-dri:i386 libgl1-mesa-glx libgl1-mesa-glx:i386 and libgl1-mesa-dri installed?

chokri commented 10 years ago

only libgl1-mesa-dev is not installed and I cannot install it it say that it's for unstable version this is chat it say when I try to install (it's a french):

apt-get install libgl1-mesa-dev Lecture des listes de paquets... Fait Construction de l'arbre des dépendances
Lecture des informations d'état... Fait Certains paquets ne peuvent être installés. Ceci peut signifier que vous avez demandé l'impossible, ou bien, si vous utilisez la distribution unstable, que certains paquets n'ont pas encore été créés ou ne sont pas sortis d'Incoming. L'information suivante devrait vous aider à résoudre la situation :

Les paquets suivants contiennent des dépendances non satisfaites : libgl1-mesa-dev : Dépend: mesa-common-dev (= 8.0.5-4+deb7u2) mais ne sera pas installé Dépend: libgl1-mesa-glx (= 8.0.5-4+deb7u2) mais 9.2.2-1 devra être installé Dépend: libxext-dev mais ne sera pas installé E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».

GhostSquad57 commented 10 years ago

@chokri libgl1-mesa-dev contains libGL.so which is needed by most 3D Accelerated Games; without it, most games will simply crash.

Dépend: libgl1-mesa-glx (= 8.0.5-4+deb7u2) mais 9.2.2-1 devra être install

So you have the unstable repos enabled? What does your /etc/apt/sources.list file look like?

GhostSquad57 commented 10 years ago

@chokri Try installing libgl1-mesa-dev this way: apt-get install -t unstable libgl1-mesa-dev

chokri commented 10 years ago

this is /etc/apt/sources.list

# 
# deb cdrom:[Debian GNU/Linux 7.2.0 _Wheezy_ - Official amd64 NETINST Binary-1 20131012-14:04]/ wheezy main
# deb cdrom:[Debian GNU/Linux 7.2.0 _Wheezy_ - Official amd64 NETINST Binary-1 20131012-14:04]/ wheezy main
deb http://ftp.fr.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
# wheezy-updates, previously known as 'volatile'
deb http://ftp.fr.debian.org/debian/ wheezy-updates main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ wheezy-updates main contrib non-free
deb http://ftp.us.debian.org/debian/ testing main contrib non-free
GhostSquad57 commented 10 years ago

@chokri Okay. Try apt-get install -t testing libgl1-mesa-dev

chokri commented 10 years ago

Ok, I thing that the drivers is not available. I'm not ready to use a testing or unstable version on my PC, so I may istall steam on other PC. thank you @GhostSquad57 for helping me with all regards