It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Just checking, but I assume the OP has the following packages installed, listed as requirements on the game's store page:

Requires the following packages to be installed: libc6:i386, libasound2:i386, libasound2-data:i386, libasound2-plugins:i386 and dependencies.
avatar
blakstar: Just checking, but I assume the OP has the following packages installed, listed as requirements on the game's store page:

Requires the following packages to be installed: libc6:i386, libasound2:i386, libasound2-data:i386, libasound2-plugins:i386 and dependencies.
Ubuntu 14.10 32bit already comes with all of these. I've tried his distro in live cd mode across 2 completely different systems (one with an nvidia card and the other a crappy intel integrated gpu), it worked just fine on both.
avatar
blakstar: Just checking, but I assume the OP has the following packages installed, listed as requirements on the game's store page:

Requires the following packages to be installed: libc6:i386, libasound2:i386, libasound2-data:i386, libasound2-plugins:i386 and dependencies.
avatar
Ganni1987: Ubuntu 14.10 32bit already comes with all of these. I've tried his distro in live cd mode across 2 completely different systems (one with an nvidia card and the other a crappy intel integrated gpu), it worked just fine on both.
OK, thanks -- wasn't at my PC at the time so I couldn't check. Posted from my tablet.

EDIT: Oh, and I'm on Ubuntu too, and it works fine for me, as stated above.
Post edited March 17, 2015 by blakstar
avatar
blakstar: Just checking, but I assume the OP has the following packages installed, listed as requirements on the game's store page:

Requires the following packages to be installed: libc6:i386, libasound2:i386, libasound2-data:i386, libasound2-plugins:i386 and dependencies.
avatar
Ganni1987: Ubuntu 14.10 32bit already comes with all of these. I've tried his distro in live cd mode across 2 completely different systems (one with an nvidia card and the other a crappy intel integrated gpu), it worked just fine on both.
Yep I got all those downloaded and installed too, and still no go.
avatar
Ganni1987: Ubuntu 14.10 32bit already comes with all of these. I've tried his distro in live cd mode across 2 completely different systems (one with an nvidia card and the other a crappy intel integrated gpu), it worked just fine on both.
avatar
pimpmonkey2382.313: Yep I got all those downloaded and installed too, and still no go.
Could you try (in the terminal):

cd "/opt/GOG Games/Wasteland 1 - The Original Classic/game"

and then:

./wasteland

and let us know if you get any errors -- avoiding the start.sh script altogether, just to make sure.
Post edited March 17, 2015 by blakstar
low rated
avatar
pimpmonkey2382.313: Yep I got all those downloaded and installed too, and still no go.
avatar
blakstar: Could you try (in the terminal):

cd "/opt/GOG Games/Wasteland 1 - The Original Classic/game"

and then:

./wasteland

and let us know if you get any errors -- avoiding the start.sh script altogether, just to make sure.
Just have this happen


:~$ cd "/opt/GOG Games/Wasteland 1 - The Original Classic/game"
:/opt/GOG Games/Wasteland 1 - The Original Classic/game$ ./wasteland
:/opt/GOG Games/Wasteland 1 - The Original Classic/game$

avatar
pimpmonkey2382.313: No such file or directory on all 3, and I know the directory is there I just looked in the file explorer.
avatar
niniendowarrior: I think I know what's happening to the no such files or directory. It must be because of the white space characters. Do this for me and copy the contents.

$ dpkg --list | grep gog

Here's an explanation. This above asks Debian Package Manager to list down all installed apps and then we're going to filter the list by the word "gog".

I would expect something like this to show up.
gog-wasteland

Then do this:
$ dpkg --listfiles gog-wasteland

Replace gog-wasteland with WHATEVER name pops up on your dpkg --list command.

Copy the contents and paste it here. This gives us who are trying to help you a baseline of where the stuff are in your computer. This also allows us to get the diagnostics commands we are asking you to do to work.

Good luck and post back. :)
says command not found for

$ dpkg --list | grep gog
Post edited March 17, 2015 by pimpmonkey2382.313
Have you tried downloading the tarball, extracting it in your home folder and running the game from there? Otherwise you can also go to /opt/GOG and copy the Wasteland folder to the home.
One other thing I can think of -- what resolution is your monitor running at? Apparently, there are some reports of Wasteland being a bit fussy about certain resolutions.
avatar
blakstar: One other thing I can think of -- what resolution is your monitor running at? Apparently, there are some reports of Wasteland being a bit fussy about certain resolutions.
1024 x 768, the highest the ubuntu will let me have.
avatar
blakstar: One other thing I can think of -- what resolution is your monitor running at? Apparently, there are some reports of Wasteland being a bit fussy about certain resolutions.
avatar
pimpmonkey2382.313: 1024 x 768, the highest the ubuntu will let me have.
Hmmm... I've seen something, can't remember where unfortunately, that said the game may have issues if being run at less than 1280x1024 (or that may have been 1280x720) -- as I understand it, it prefers 16:9 resolutions
avatar
blakstar: One other thing I can think of -- what resolution is your monitor running at? Apparently, there are some reports of Wasteland being a bit fussy about certain resolutions.
avatar
pimpmonkey2382.313: 1024 x 768, the highest the ubuntu will let me have.
That is awfully low and I think that there's something going on here especially when a simple dpkg command isn't found.

Do this and attach the textfile with the output.

$ glxinfo
avatar
pimpmonkey2382.313: 1024 x 768, the highest the ubuntu will let me have.
avatar
niniendowarrior: That is awfully low and I think that there's something going on here especially when a simple dpkg command isn't found.

Do this and attach the textfile with the output.

$ glxinfo
It might be better to drop this script into the wasteland install folder and run it instead. (It's sort of a "dxdiag for Linux" that dumps glxinfo as well as a bunch of other things, so it should save some back-and-forthing)

https://gist.github.com/ssokolow/3759156

(You want to put it inside the wasteland install folder because it uses its on-disk location as the game's location when reporting things like amount of free space, number of free inodes, etc.)

Another thing that may help is "strace wasteland > wasteland_strace.txt"
Post edited March 18, 2015 by ssokolow
All I can say is, that GoG's Wasteland runs perfect on Mint 16.

I don't know if it has been mentioned already, but if you run a 64bit distro, you usually need to install the "ia32-libs" for many games. If you got Synaptic, just look them up and install them.
avatar
niniendowarrior: That is awfully low and I think that there's something going on here especially when a simple dpkg command isn't found.

Do this and attach the textfile with the output.

$ glxinfo
avatar
ssokolow: It might be better to drop this script into the wasteland install folder and run it instead. (It's sort of a "dxdiag for Linux" that dumps glxinfo as well as a bunch of other things, so it should save some back-and-forthing)

https://gist.github.com/ssokolow/3759156

(You want to put it inside the wasteland install folder because it uses its on-disk location as the game's location when reporting things like amount of free space, number of free inodes, etc.)

Another thing that may help is "strace wasteland > wasteland_strace.txt"
That's a good script. I've never seen it before. Nice.
avatar
niniendowarrior: That is awfully low and I think that there's something going on here especially when a simple dpkg command isn't found.

Do this and attach the textfile with the output.

$ glxinfo
avatar
ssokolow: It might be better to drop this script into the wasteland install folder and run it instead. (It's sort of a "dxdiag for Linux" that dumps glxinfo as well as a bunch of other things, so it should save some back-and-forthing)

https://gist.github.com/ssokolow/3759156

(You want to put it inside the wasteland install folder because it uses its on-disk location as the game's location when reporting things like amount of free space, number of free inodes, etc.)

Another thing that may help is "strace wasteland > wasteland_strace.txt"
Ok, what do I do, make a txt file of it?
avatar
niniendowarrior: That is awfully low and I think that there's something going on here especially when a simple dpkg command isn't found.

Do this and attach the textfile with the output.

$ glxinfo
avatar
ssokolow: It might be better to drop this script into the wasteland install folder and run it instead. (It's sort of a "dxdiag for Linux" that dumps glxinfo as well as a bunch of other things, so it should save some back-and-forthing)

https://gist.github.com/ssokolow/3759156

(You want to put it inside the wasteland install folder because it uses its on-disk location as the game's location when reporting things like amount of free space, number of free inodes, etc.)

Another thing that may help is "strace wasteland > wasteland_strace.txt"
Ok ran the script, it says glxinfo is not installed.
Post edited March 18, 2015 by pimpmonkey2382.313