LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-11-2014, 06:33 AM   #1
odie111
LQ Newbie
 
Registered: Jun 2014
Posts: 3

Rep: Reputation: Disabled
Steam doesn't work. No Error messages.


Hello,

i'm using a new install of Slackware 14.1 (i just installed the A base and went on from there to get a working X environment etc.)

I used this guide: docs.slackware.com/slackware:multilib to achieve multilib compatibility.

Then I installed OpenAL and flashplayer-plugin from AlienBobs repo.

I am using the official ATI Proprietary driver which i installed via installpkg from the generated package of the install script.

Some (maybe helpfull outputs):

Code:
13:29 ~ ls /var/log/packages | grep flash
flashplayer-plugin-11.2.202.359-x86_64-1alien
flashplayer-plugin-compat32-11.2.202.359-x86_64-1aliencompat32

13:30 ~ ls /var/log/packages | grep OpenAL
OpenAL-1.15.1-x86_64-2alien
OpenAL-compat32-1.15.1-x86_64-2aliencompat32

13:30 ~ ls /var/log/packages | grep steam 
steamclient-1.0.0.45-i386-1alien
Code:
13:31 ~ sh -x /usr/bin/steam
+ export LD_LIBRARY_PATH=/usr/lib/seamonkey
+ LD_LIBRARY_PATH=/usr/lib/seamonkey
+ export SDL_AUDIODRIVER=alsa
+ SDL_AUDIODRIVER=alsa
+ export STEAM_FRAME_FORCE_CLOSE=1
+ STEAM_FRAME_FORCE_CLOSE=1
+ '[' -f /home/ja/.steam4slackware ']'
++ cd /usr/bin
++ echo /usr/bin
+ export STEAMSCRIPT=/usr/bin/steam
+ STEAMSCRIPT=/usr/bin/steam
+ export STEAMSCRIPT_VERSION=100045
+ STEAMSCRIPT_VERSION=100045
+ export TEXTDOMAIN=steam
+ TEXTDOMAIN=steam
++ id -u
+ '[' 1000 == 0 ']'
+ setup_variables
+ STEAMPACKAGE=steam
+ STEAMCONFIG=/home/ja/.steam
+ STEAMDATALINK=/home/ja/.steam/steam
+ STEAMBOOTSTRAP=steam.sh
++ readlink -e -q /home/ja/.steam/steam
+ LAUNCHSTEAMDIR=/home/ja/.local/share/Steam
++ detect_platform
++ echo ubuntu12_32
+ LAUNCHSTEAMPLATFORM=ubuntu12_32
++ dirname /usr/bin/steam
+ LAUNCHSTEAMBOOTSTRAPFILE=/usr/bin/bootstraplinux_ubuntu12_32.tar.xz
+ '[' '!' -f /usr/bin/bootstraplinux_ubuntu12_32.tar.xz ']'
+ LAUNCHSTEAMBOOTSTRAPFILE=/usr/lib/steam/bootstraplinux_ubuntu12_32.tar.xz
+ STEAM_DATA_HOME=/home/ja/.local/share
+ case "$STEAMPACKAGE" in
+ CLASSICSTEAMDIR=/home/ja/Steam
+ DEFAULTSTEAMDIR=/home/ja/.local/share/Steam
+ [[ ! -d /home/ja/.steam ]]+ check_bootstrap /home/ja/.local/share/Steam
+ [[ -n /home/ja/.local/share/Steam ]]
+ [[ -x /home/ja/.local/share/Steam/steam.sh ]]
+ return 0
+ [[ ! -L /home/ja/.steam/steam ]]
+ check_bootstrap /home/ja/.local/share/Steam
+ [[ -n /home/ja/.local/share/Steam ]]
+ [[ -x /home/ja/.local/share/Steam/steam.sh ]]
+ return 0
+ check_bootstrap /home/ja/.local/share/Steam
+ [[ -n /home/ja/.local/share/Steam ]]
+ [[ -x /home/ja/.local/share/Steam/steam.sh ]]
+ return 0
+ cp /usr/lib/steam/bootstraplinux_ubuntu12_32.tar.xz /home/ja/.local/share/Steam/bootstrap.tar.xz
+ cd /home/ja/.local/share/Steam
++ command -v tee
+ '[' /usr/bin/tee '!=' '' ']'
+ mkdir -p --mode=777 /tmp/dumps
+ exec /home/ja/.local/share/Steam/steam.sh
+ tee /tmp/dumps/ja_stdout.txt
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
After this nothing happens.

Graphics working (fgl_glxgears 3000 FPS). Flash player and audio works in firefox.

Any help is appreciated.
 
Old 06-11-2014, 07:34 AM   #2
WhiteWolf1776
Member
 
Registered: Oct 2010
Location: Bowling Green, KY
Distribution: Slackware
Posts: 288

Rep: Reputation: 95
I believe your issue is... you just installed A base and went from there to get a working X environment. Alien's packages and scripts, along with all of those on slackbuilds.org expect you to do a FULL install.

Likely you are missing some x or other required library, and that library error is being logged somewhere in the steam tree... but it's going to take you 10x the effort and time to find it as it would have to just do a full install.
 
Old 06-11-2014, 07:38 AM   #3
odie111
LQ Newbie
 
Registered: Jun 2014
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by WhiteWolf1776 View Post
I believe your issue is... you just installed A base and went from there to get a working X environment. Alien's packages and scripts, along with all of those on slackbuilds.org expect you to do a FULL install.

Likely you are missing some x or other required library, and that library error is being logged somewhere in the steam tree... but it's going to take you 10x the effort and time to find it as it would have to just do a full install.
But there are no errors when installing the scripts or when i ran the multilib installation. Everything else is also working as expected.
 
Old 06-11-2014, 07:41 AM   #4
WhiteWolf1776
Member
 
Registered: Oct 2010
Location: Bowling Green, KY
Distribution: Slackware
Posts: 288

Rep: Reputation: 95
Slackware does not force you to resolve dependencies. The scripts ran, installed libraries and other bits of software and logged their installation, that is as far as the slackware package management goes. This is by design.

It is up to the admin to be sure all libraries and other bits have all of their dependencies resolved properly. This is easily done from a FULL install as then you have a stable base to work from. It's also why FULL install is recommended and the other options are marked as, if my memory is not failing me pre-coffee, Expert modes.

Bottom line, it is very possible all the scripts ran and installed their software payloads, but you are still left with missing libraries or bits that the system really expected to be there.
 
Old 06-11-2014, 11:36 AM   #5
odie111
LQ Newbie
 
Registered: Jun 2014
Posts: 3

Original Poster
Rep: Reputation: Disabled
The solution was getting rid of my "minimal installation" which wasn't minimal either in the end.

Recommended installation -> wiki guide for multilib. #done
 
Old 06-11-2014, 01:30 PM   #6
moisespedro
Senior Member
 
Registered: Nov 2013
Location: Brazil
Distribution: Slackware
Posts: 1,223

Rep: Reputation: 195Reputation: 195
"If you don't perform a full install you are on your own", that is what they say :P
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
logging messages from my program doesn't reach /var/log/messages rajas Programming 4 09-18-2011 12:38 AM
[SOLVED] Flash plugin doesn't work. Error installing VLC. ShellyCat Linux - Software 7 09-21-2010 06:15 AM
[SOLVED] mplayer doesn't work ,error :libaudiofile.so.0, how to fix it? wubai Slackware 15 12-30-2009 09:50 PM
Windows won't boot from GRUB but doesn't give any error messages benav Linux - Newbie 10 09-25-2009 07:48 AM
automake error/make doesn't work anymore deadlove75 Linux - Software 0 06-22-2004 06:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration