Steam for Linux

Steam for Linux

Yamzee 2013 年 9 月 14 日 上午 8:47
[SOLVED] Duke Nukem 3D: Megaton Edition and Shadow Warrior Classic Redux not launching
Recently I had purchased the Humble Bundle and Humble Weekly Bundle. I downloaded these games and when I try to launch them, Steam says I am in-game for a second and then I go back to just being online. No game screen pops-up or anything. Help would be greatly appreciated! :D:
最後修改者:Yamzee; 2013 年 9 月 15 日 上午 7:47
< >
目前顯示第 1-15 則留言,共 18
instabilis 2013 年 9 月 14 日 上午 9:03 
If you're using nvidia drivers you need to make a softlink named "libGL.so" to /usr/lib/nvidia/libGL.so.1 in, ~/.steam/steam/SteamApps/common/Duke Nukem 3D/bin/. Same for Shadow Warrior Redux too.

From Terminal this would be:
$ cd ~/.steam/steam/SteamApps/common/Duke\ Nukem\ 3D/bin/ $ ln -s /usr/lib/nvidia/libGL.so.1 libGL.so
最後修改者:instabilis; 2013 年 9 月 14 日 上午 9:08
Yamzee 2013 年 9 月 14 日 上午 9:39 
引用自 instabilis
If you're using nvidia drivers you need to make a softlink named "libGL.so" to /usr/lib/nvidia/libGL.so.1 in, ~/.steam/steam/SteamApps/common/Duke Nukem 3D/bin/. Same for Shadow Warrior Redux too.

From Terminal this would be:
$ cd ~/.steam/steam/SteamApps/common/Duke\ Nukem\ 3D/bin/ $ ln -s /usr/lib/nvidia/libGL.so.1 libGL.so
Thank you, but I have an AMD/ATI drivers.
kwahoo 2013 年 9 月 15 日 上午 5:38 
So, find your libGL.so.1 file then create the symbolic link:

sudo ln -s /whereisplaced/libGL.so.1 /usr/lib/libGL.so

For open source drivers:
sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/libGL.so

It works both for DN3D and SW.
R3450N 2013 年 9 月 15 日 上午 5:42 
To find your libGL.so, type:

locate libGL.so

You should find various results, but look for the one which pertains to your AMD/ATI driver.
Yamzee 2013 年 9 月 15 日 上午 7:47 
Thank you everyone, but I solved the problem yesterday from another post on how to fix it.
I should've changed the name here and asked for it to be locked, as it is solved.
Nanaki 2013 年 10 月 6 日 下午 12:46 
can you post the link in wich you solve this problem please?, i have the same, regards!!!
Yamzee 2013 年 10 月 7 日 下午 12:44 
I couldn't find it myself after installing a few other distros, the best thing to do is create a symbolic link as shown above.
Kano 2013 年 10 月 7 日 下午 1:29 
The game is wrongly linked and should be fixed, but if you don't want to create a symlink yourself you can try this:
sudo apt-get install libgl1-mesa-dev:i386
pawlowa 2013 年 11 月 11 日 上午 4:49 
Installing libgl1-mesa-dev:i386 worked fine, thanks for your help!
zeusz4u 2013 年 12 月 3 日 上午 1:31 
Thank you, installing libgl1-mesa-dev:i386 worked here as well. I tried the symbolic link first, but it didn't work.
I'm running Ubuntu 13.10 64-bit in Oracle VirtualBox.
NiteSkyNinja 2013 年 12 月 14 日 下午 4:32 
引用自 Kano
The game is wrongly linked and should be fixed, but if you don't want to create a symlink yourself you can try this:
sudo apt-get install libgl1-mesa-dev:i386

I can confirm this worked for me. My Linux laptop is running Ubuntu 13.10 64-bit with Intel HD 4000 graphics.
veryhoudini 2014 年 1 月 9 日 上午 12:15 
sudo apt-get install libgl1-mesa-dev:i386

worked beautifully for me as well Ubuntu 12.04 :boot:
最後修改者:veryhoudini; 2014 年 1 月 9 日 上午 12:16
Ingupin 2014 年 2 月 6 日 上午 10:40 
引用自 Kano
The game is wrongly linked and should be fixed, but if you don't want to create a symlink yourself you can try this:
sudo apt-get install libgl1-mesa-dev:i386

Can confirm this works on current Debian or Linux Mint Debian Edition as well. Got two machines, one running nvidia drivers and LMDE testing, the other running fglrx and Debian testing.
The stated symlink wasn't required at all.
最後修改者:Ingupin; 2014 年 2 月 6 日 上午 10:40
Ghigi 2014 年 2 月 13 日 上午 9:37 
Running SteamOS and the above workaround is not working at all, too many missing dependencies when retreiving the packages....
Yamzee 2014 年 2 月 13 日 下午 1:28 
SteamOS is fairly new, and I myself aren't sure if you can exactly fix it at the moment. Maybe as they add more support for more video cards, then the fix will begin working as it should.

引用自 Ghigi
Running SteamOS and the above workaround is not working at all, too many missing dependencies when retreiving the packages....
< >
目前顯示第 1-15 則留言,共 18
每頁顯示: 1530 50

張貼日期: 2013 年 9 月 14 日 上午 8:47
回覆: 18