View Full Version : Smokin' Guns
spcwingo
July 16th, 2009, 02:52 AM
Anybody else tried this (http://www.smokin-guns.net/) game? I think it's a keeper!
accLinux
July 16th, 2009, 02:47 PM
I can't get it to play (:
spcwingo
July 16th, 2009, 02:58 PM
Make sure that the file named smokinguns.x86 is marked as executable. After that try launching from the terminal to see the error codes. For instance, say that the folder Smokin' Guns is in your Home folder. Rename that folder to Smokin_Guns. Then, to launch from the terminal just:
cd Smokin_Guns
Followed by:
./smokinguns.x86
If it gives you error codes and you need help to resolve, just copy/paste in your next post.
accLinux
July 16th, 2009, 04:16 PM
Ok, here is the output from the terminal:
nick@nick-desktop:~$ cd ~/Smokin_Guns
nick@nick-desktop:~/Smokin_Guns$ ./smokinguns.x86
./smokinguns.x86: error while loading shared libraries: libopenal.so.0: cannot open shared object file: No such file or directory
Seems like I need yet another library: I've had problems with almost all of my games and libs in 9.04.....................Alien Arena 2009, et, UrT, now this............................Wow! Not easy!
spcwingo
July 16th, 2009, 04:24 PM
You can try installing with:
sudo apt-get install libopenal0a
If that doesn't get it (it may be different on Jaunty...I'm still on Hardy), just search in synaptic for libopenal.
PureLoneWolf
July 17th, 2009, 01:01 AM
Ok, here is the output from the terminal:
nick@nick-desktop:~$ cd ~/Smokin_Guns
nick@nick-desktop:~/Smokin_Guns$ ./smokinguns.x86
./smokinguns.x86: error while loading shared libraries: libopenal.so.0: cannot open shared object file: No such file or directory
I had the same issue - try sudo ln -s /usr/lib/libopenal.so.1 /usr/lib/libopenal.so.0 in a terminal.
tommcd
July 17th, 2009, 03:58 AM
Here is an article about "Smokin' Guns" from linux.com:
http://www.linux.com/archive/feature/142226
accLinux
July 21st, 2009, 11:20 PM
I had the same issue - try sudo ln -s /usr/lib/libopenal.so.1 /usr/lib/libopenal.so.0 in a terminal.
Hey thanks man. it now works (:
Where do you guys get these terminal commands, and what does this one do?
spcwingo
July 22nd, 2009, 12:03 AM
You're just making a symbolic link (in Windows terms these would be called shortcuts). Let's break down that command.
sudo
is Super User DO.
ln -s
is LiNk with a switch of -s (symbolic)
/usr/lib/libopenal.so.1
is the file to be linked to and finally,
/usr/lib/libopenal.so.0
is the link itself.
It's refreshing to see someone who actually wants to know what the commands do and why. Most people just want it to work with little to no regard as to why it works. Thank you for being genuinely interested. :)
accLinux
July 30th, 2009, 08:21 PM
You're just making a symbolic link (in Windows terms these would be called shortcuts). Let's break down that command.
sudo
is Super User DO.
ln -s
is LiNk with a switch of -s (symbolic)
/usr/lib/libopenal.so.1
is the file to be linked to and finally,
/usr/lib/libopenal.so.0
is the link itself.
It's refreshing to see someone who actually wants to know what the commands do and why. Most people just want it to work with little to no regard as to why it works. Thank you for being genuinely interested. :)
Thanks for the explaination! Learning more all the time!
Rumbl3
July 30th, 2009, 08:30 PM
was just reading about this game lol sounds awesome the multiplayer bank robbery. DLing right now. Ahhhh quake 3 engine ftw on linux gaming :)
xgr3gx
November 2nd, 2009, 11:40 AM
Anybody have luck getting Smokin' Guns to run on x86-64 Ubuntu? I had it working fine in 64bit Gentoo.
I installed the 32bit Compat libraries (ia32 package) but I still get errors about missing libraries, but the libraries do exist. I think the 32bit app is trying to load 64bit libs.
Any one have any luck?
Thanks,
Greg
spcwingo
November 8th, 2009, 12:14 AM
What errors do you get when you run it from a terminal?
mysteriousdarren
November 9th, 2009, 01:47 PM
I use Smoking guns with x86-64 Ubuntu Karmic, it works really well on how much I've been playing it. I also used it in Jaunty. I played for several hours and did not have any trouble at all. Give it a try, its a fun game.
gradinaruvasile
November 9th, 2009, 01:53 PM
Guys, install it from here:
http://www.playdeb.net/updates/?q=smokinguns
It worked for me without any engineering involved.
PS Great game!
Legendário
January 4th, 2010, 06:39 PM
It's a very good game. But unfortunately lacks people on the servers.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.