How to intall it (linux)

Insert here your troubles, infos and request about YSoccer's technical questions.
Massimo32
Chapman's successor
Chapman's successor
Posts: 852
Joined: Wed Dec 29, 2004 1:14 pm
Location: Turin, Italy

Post 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.
akshay
Someone..
Posts: 3
Joined: Wed Jun 21, 2006 8:47 pm

Post 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 :)
Massimo32
Chapman's successor
Chapman's successor
Posts: 852
Joined: Wed Dec 29, 2004 1:14 pm
Location: Turin, Italy

Post 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?
akshay
Someone..
Posts: 3
Joined: Wed Jun 21, 2006 8:47 pm

Post 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
Massimo32
Chapman's successor
Chapman's successor
Posts: 852
Joined: Wed Dec 29, 2004 1:14 pm
Location: Turin, Italy

Post 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)
Post Reply