Page 2 of 2
Posted: Thu Jun 22, 2006 9:02 am
by Massimo32
akshay wrote:
I have downloaded the linux version tarball and the blitzmax source code and unzipped it in the folder where i untarred the linux tarball....OK
where can i get the above library ...i use suse 10.1....
how do i start the game ?
thanks
In suse the library should be already installed (it's in the xorg-x11-libs package).
So try this (as root):
Code: Select all
ln -s /usr/X11/lib/libXxf86vm.so.1 /usr/X11/lib/libXxf86vm.so
ldconfig
Ciao.
Posted: Thu Jun 22, 2006 6:42 pm
by akshay
Massimo32 wrote:akshay wrote:
I have downloaded the linux version tarball and the blitzmax source code and unzipped it in the folder where i untarred the linux tarball....OK
where can i get the above library ...i use suse 10.1....
how do i start the game ?
thanks
In suse the library should be already installed (it's in the xorg-x11-libs package).
So try this (as root):
Code: Select all
ln -s /usr/X11/lib/libXxf86vm.so.1 /usr/X11/lib/libXxf86vm.so
ldconfig
Ciao.
the first line says the file is already installed...actually i had installed the library separately via YaST and the second line apparently does something in the bakground but no physical result on the Konsole
again how do i start the game...
I iNstalled it along with the blitzmax source code(some files with .bmx extension)..
./yoda-soccer gives me permission error as su
thanks
Posted: Thu Jun 22, 2006 7:29 pm
by Massimo32
akshay wrote:
again how do i start the game...
I iNstalled it along with the blitzmax source code(some files with .bmx extension)..
You don't need the source code to run the game.
akshay wrote:
./yoda-soccer gives me permission error as su
Could you copy&paste the error?
Posted: Sat Jun 24, 2006 9:37 pm
by akshay
Massimo32 wrote:akshay wrote:
again how do i start the game...
I iNstalled it along with the blitzmax source code(some files with .bmx extension)..
You don't need the source code to run the game.
akshay wrote:
./yoda-soccer gives me permission error as su
Could you copy&paste the error?
I resolved that error...but another one cropped up..
when i type ./yoda_soccer it starts...so i click on friendly and then custom teams i select two arbitrary temas and click on play...after selecting jerseys i click on play match and it quts and gives me this error
workstation:/home/akshay/Documents/yoda_soccer_072 # ./yoda_soccer
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 135 (XFree86-VidModeExtension)
Minor opcode of failed request: 10 (XF86VidModeSwitchToMode)
Value in failed request: 0x3000003
Serial number of failed request: 59
Current serial number in output stream: 62
Posted: Sat Jun 24, 2006 9:53 pm
by Massimo32
akshay wrote:
I resolved that error...but another one cropped up..
when i type ./yoda_soccer it starts...so i click on friendly and then custom teams i select two arbitrary temas and click on play...after selecting jerseys i click on play match and it quts and gives me this error
workstation:/home/akshay/Documents/yoda_soccer_072 # ./yoda_soccer
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 135 (XFree86-VidModeExtension)
Minor opcode of failed request: 10 (XF86VidModeSwitchToMode)
Value in failed request: 0x3000003
Serial number of failed request: 59
Current serial number in output stream: 62
The error is related to the game being unable to switch the graphics resolution required for the match,
I don't have a solution but you may try:
- switch from Fullscreen to Windowed mode and viceversa (in Game Options)
- using different resolution (in Match Options)