![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Gaming & Leisure A section for users who strive to play the latest games on linux. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: May 2005
Beans: 4
|
Stepmania Issues
Just to let you all know from the start, I can be classified as an extreme novice as far as linux goes.
I've downloaded Stepmania 3.9-rc3 from sourceforge. http://sourceforge.net/project/showf...group_id=37892 I've unzipped it. After attempting to run it, I get this error: Code:
error while loading shared libraries: libvorbisfile.so.3: cannot open shared object file: No such file or directory |
|
|
|
|
|
#2 | |
|
Dipped in Ubuntu
![]() Join Date: Aug 2005
Location: East Lansing, MI
Beans: 509
Ubuntu 7.10 Gutsy Gibbon
|
Re: Stepmania Issues
Quote:
Code:
ls -l /usr/lib | grep libvorbisfile |
|
|
|
|
|
|
#3 | ||
|
Spilled the Beans
![]() Join Date: Jan 2006
Beans: 14
|
Re: Stepmania Issues
I'm having the same problem. I'm also on AMD64. I already have libvorbisfile3 installed:
Quote:
Quote:
|
||
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: Nov 2005
Beans: 11
|
Re: Stepmania Issues
The problems you're encountering are due to the fact that the binary you've downloaded is for the 32 bit version of StepMania -- and thus StepMania is looking for the 32 bit version of libvorbis (and every other library it uses). You've got two choices at this point, either install a chroot style environment for running 32 bit apps (under which I've never had much luck with getting a joystick to report more than two buttons) or compile it for 64 bit systems. Unfortunately, the StepMania 3.9 source code is not AMD64 safe right out of the box. I've attached a patch that allows it to compile and run just fine on AMD 64 systems. Hope this helps.
|
|
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() Join Date: Sep 2006
My beans are hidden!
|
Re: Stepmania Issues
Thanks of the patch.
But how do i use it? Before or after ./configure ? I'm kinda new to linux so i dunno of these kind of things. Cheers. -J |
|
|
|
|
|
#6 |
|
First Cup of Ubuntu
![]() Join Date: Sep 2006
Beans: 9
|
Re: Stepmania Issues
*bump*
I'm having the same problem. How do I install this patch? |
|
|
|
|
|
#7 |
|
A Carafe of Ubuntu
![]() Join Date: May 2006
Location: USA
Beans: 131
Ubuntu 9.04 Jaunty Jackalope
|
Re: Stepmania Issues
Super bump. Ditto.
__________________
See, the problem with the world today is stupidity. I don't think it should be a crime or anything, but what I think we should do is take all the safety lables off everything and let the problem solve itself. |
|
|
|
|
|
#8 |
|
First Cup of Ubuntu
![]() Join Date: Aug 2005
Beans: 5
|
Well if you just want to use the official Stepmania linux binary i put this together pretty quickly.
http://www.sciboy.org/stepmania/StepMania-AMD64.tar.gz I couldn't get that patch working so i just chucked together the libraries it needed with some other dudes wrapper script. It'll work with both the 3.9 and 4.0 binaries, just extract it into the StepMania directory and run the script. |
|
|
|
|
|
#9 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2007
Beans: 1
|
Re: Stepmania Issues
I tried to run the script, but appeared this:
Error: directory not safe? Check /tmp/wrap32-root (check=root-700-diretório) |
|
|
|
|
|
#10 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2006
My beans are hidden!
|
Re: Stepmania Issues
Hi there:
1- Open amd64-wrapper.sh with gedit, vim or whatever you use to edit text files. 2- In a terminal execute this command (used in the script): Code:
/usr/bin/stat -c "%U-%a-%F" /tmp/wrap32-$USER/ Code:
ibon-700-directorio 4- The rest you must to do is to find in file you have already opened something like: Code:
if [ $? -ne 0 -o "$check" != "$USER-700-directory" ]; then, 5- Save, run and enjoy! Cheers, txapelgorri. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|