View Single Post
Old 02-21-2010, 09:57 PM   #2
Irishray
Moderator
 
Irishray's Avatar
 
Join Date: May 2007
Location: Dallas, TX
Posts: 359
Quote:
Originally Posted by Green & Gold Heart View Post
I'm running Ubuntu 9.10. Got the game installed, however it won't run. The shortcut doesn't work.

Running OOTP10 from command line returns "illegal instruction".

Got the same results using sudo command to run the game.

Any ideas?
One simple question: are you running the 32-bit or the 64-bit version of Ubuntu 9.10? If you are running the 64-bit version, you will almost certainly have to install the 32-bit emulation packages from the package repository.

Also what is the output of ldd when run against your ootp10 executable? Here is mine as an example:

ray@gentoo5 ~/ootp10_v10_4_36_last $ ldd ootp10
linux-gate.so.1 => (0xf76e1000)
libX11.so.6 => /usr/lib32/libX11.so.6 (0xf75a7000)
libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/32/libstdc++.so.6 (0xf74b8000)
libXext.so.6 => /usr/lib32/libXext.so.6 (0xf74a9000)
libz.so.1 => /lib32/libz.so.1 (0xf7495000)
libXxf86vm.so.1 => /usr/lib32/libXxf86vm.so.1 (0xf748e000)
libasound.so.2 => /usr/lib32/libasound.so.2 (0xf73d9000)
libgcc_s.so.1 => /lib32/libgcc_s.so.1 (0xf73cb000)
libc.so.6 => /lib32/libc.so.6 (0xf7283000)
libdl.so.2 => /lib32/libdl.so.2 (0xf727f000)
libm.so.6 => /lib32/libm.so.6 (0xf7259000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf723f000)
libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf7226000)
libXau.so.6 => /usr/lib32/libXau.so.6 (0xf7222000)
libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf721c000)
/lib/ld-linux.so.2 (0xf76e2000)
librt.so.1 => /lib32/librt.so.1 (0xf7213000)

The game can and should be run as a regular user, sudo is NOT required.
__________________
Ray

Linux - Xubuntu 23.04 64-Bit

Last edited by Irishray; 02-21-2010 at 09:58 PM. Reason: corrected a typo
Irishray is offline