GhostSquad57 / Steam-Installer-for-Wheezy

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

Segmentation fault running steam-debian #5

Closed megaknight closed 11 years ago

megaknight commented 11 years ago

I'm running Wheezy amd64 and I have every dependency installed. When i run steam-debian on a terminal I get:

julio@julio-linux:~$ steam-debian Running Steam on debian 7.0 64-bit STEAM_RUNTIME is enabled automatically Installing breakpad exception handler for appid(steam)/version(0_client) /home/julio/.local/share/Steam/steam.sh: line 704: 4237 Falha de segmentação $STEAM_DEBUGGER "$STEAMROOT/$PLATFORM/$STEAMEXE" "$@" Installing bootstrap /home/julio/.local/share/Steam/bootstrap.tar.xz Running Steam on debian 7.0 64-bit STEAM_RUNTIME has been set by the user to: /home/julio/.local/share/Steam/ubuntu12_32/steam-runtime Installing breakpad exception handler for appid(steam)/version(0_client) /home/julio/.local/share/Steam/steam.sh: line 704: 4323 Falha de segmentação $STEAM_DEBUGGER "$STEAMROOT/$PLATFORM/$STEAMEXE" "$@"

Do you know what it could be? By the way, I'm new in git, do you know how to create those neat little boxes surrounding console outputs? They look a lot better than raw text :)

Cheers mate!

GhostSquad57 commented 11 years ago

@megaknight Are you sure you have all the necessary packages? If you're on a 64-bit system, you'll have to install a extra package: For ATI Cards: libgl1-fglrx-glx:i386 For Nvidia Cards: libgl1-nvidia-glx:i386 Let me know if you already have one of these packages.

"do you know how to create those neat little boxes surrounding console outputs?" I haven't really messed with git a whole lot, so I'm not to sure what you're talking about.

megaknight commented 11 years ago

Yes, I am sure. I use an ATI card and I installed libgl1-fglrx-glx:i386, just as your documentation said when I was installing the .deb file. I will double check it when I get home. What I mean about the little boxes is when someone is posting console outputs in git, and even in forums, the console text is surrounded by a distinct text box. That way console outputs become much more readable.

Thanks for all your work!

GhostSquad57 commented 11 years ago

@megaknight Oh! you mean this?

Just put a ` at the start and the end.

megaknight commented 11 years ago

Now I'm really sure I have it installed.

julio@julio-linux:~$ sudo apt-get install libgl1-fglrx-glx:i386 [sudo] password for julio: A ler as listas de pacotes... Pronto A construir árvore de dependências A ler a informação de estado... Pronto libgl1-fglrx-glx:i386 já está na versão mais recente. 0 pacotes actualizados, 0 pacotes novos instalados, 0 a remover e 0 não actualizados.

It says the newest version is installed. I have the proprietary fglrx driver from AMD installed, could it be the cause?

GhostSquad57 commented 11 years ago

@megaknight Hmm... Did you install the drivers via your package manager or the one from AMD's site? Steam is VERY strict about were it loads drivers.

Also, check and see if the package realpath is installed; sometimes apt doesn't download it for some weird reason.

megaknight commented 11 years ago

I installed the driver myself from AMD's website and I have realpath installed.

megaknight commented 11 years ago

From what I can see in other websites, it seems I need to install libc6 2.15 from ubuntu. I don't remember if your script installed it or not. May that be the cause?

megaknight commented 11 years ago

It seems I have an issue with my graphics driver, seemed a weird conflict between AMD and Mesa driver... Since it's a bit late now for me, let me sort it out and I'll say something tomorrow.

GhostSquad57 commented 11 years ago

I can definitely say that libc6 isn't the problem as my installer sorts all this out.

megaknight commented 11 years ago

Ok, everything is working like a charm now :) My problem was that I already had AMD's driver installed when I installed libgl1-fglrx-glx:i386. It seems to have confused the system because not only Steam wouldn't load, I completely lost graphics acceleration. Even glxgears wouldn't work and glxinfo | grep OpenGL only returned an error. I reinstalled the driver from AMD and voilá! Everything works now :D Thank you very much for your work and for taking the time to help me!

GhostSquad57 commented 11 years ago

@megaknight I'm very glad to hear you found a fix! AMD's drivers can be a pain in the arse sometimes.

minoltafan commented 10 years ago

Hi megaknigh, how did u do to install AMD drivers ? did u just run the script from AMD? thx very much!

megaknight commented 10 years ago

Em 29-01-2014 19:58, minoltafan escreveu:

Hi megaknigh, how did u do to install AMD drivers ? did u just run the script from AMD? thx very much!

— Reply to this email directly or view it on GitHub https://github.com/GhostSquad57/Steam-Installer-for-Wheezy/issues/5#issuecomment-33623709.

It was a long time ago, but yes, I just ran the instalation script from AMD.