LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 04-12-2008, 05:07 PM   #1
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Rep: Reputation: 31
Freespace dependencies problem (Game)


Hello,
I am tring to run freespace on linux and here is what I get
(I followed instructions in freespace wiki)
Code:
[linux@dhcppc3 freespace]$ ./fs2_open.bin
open /dev/[sound/]dsp: Device or resource busy
Could not open SDL library: libSDL.so: cannot open shared object file: No such file or directory
Could not open ESoundD library: libesd.so: cannot open shared object file: No such file or directory
Could not open aRts library: libartsc.so: cannot open shared object file: No such file or directory
libGL warning: 3D driver claims to not support visual 0x63
do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
Try running with LIBGL_THROTTLE_REFRESH and LIBL_SYNC_REFRESH unset.
ERROR: " Web cursor bitmap not found.  This is most likely due to one of three reasons:         1) You're running FreeSpace Open from somewhere other than your FreeSpace 2 folder;     2) You've somehow corrupted your FreeSpace 2 installation;      3) You haven" at graphics/2d.cpp:1526
[linux@dhcppc3 freespace]$
how can I start the game?

ps: I know this is not the Game forum but I think this is the right forum for this issue.
 
Old 04-12-2008, 06:38 PM   #2
anupamsr
Member
 
Registered: Sep 2004
Location: India
Distribution: Kubuntu, Archlinux, Suse, Gentoo, Mandrake
Posts: 371

Rep: Reputation: 30
How did you install the game? :-)

Here is what you need to do: you need to install SDL, arts, esound.

You might have some problems with listening the game music. Tell us if it is so...

The last error is something I don't know about
 
Old 04-13-2008, 03:20 AM   #3
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Original Poster
Rep: Reputation: 31
Thank you anupamsr,
The game does not start at all.
I used the "-nosound" parameter and here is what I got
Code:
[linux@dhcppc3 freespace]$ ./fs2_open.bin -nosound
libGL warning: 3D driver claims to not support visual 0x63
do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
Try running with LIBGL_THROTTLE_REFRESH and LIBL_SYNC_REFRESH unset.
ERROR: " Web cursor bitmap not found.  This is most likely due to one of three reasons:         1) You're running FreeSpace Open from somewhere other than your FreeSpace 2 folder;     2) You've somehow corrupted your FreeSpace 2 installation;      3) You haven" at graphics/2d.cpp:1526
[linux@dhcppc3 freespace]$
any ideas?
 
Old 04-13-2008, 03:27 AM   #4
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
Quote:
Originally Posted by AGazzaz View Post
Thank you anupamsr,
The game does not start at all.
I used the "-nosound" parameter and here is what I got
Code:
[linux@dhcppc3 freespace]$ ./fs2_open.bin -nosound
libGL warning: 3D driver claims to not support visual 0x63
do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
Try running with LIBGL_THROTTLE_REFRESH and LIBL_SYNC_REFRESH unset.
ERROR: " Web cursor bitmap not found.  This is most likely due to one of three reasons:         1) You're running FreeSpace Open from somewhere other than your FreeSpace 2 folder;     2) You've somehow corrupted your FreeSpace 2 installation;      3) You haven" at graphics/2d.cpp:1526
[linux@dhcppc3 freespace]$
any ideas?
Error:
Web cursor bitmap not found. This is most likely due to one of three reasons:
1) You're running FreeSpace Open from somewhere other than your FreeSpace 2 folder;
2) You've somehow corrupted your FreeSpace 2 installation;
3) You haven't installed FreeSpace 2 at all.
Number 1 can be fixed by simply moving the FreeSpace Open executable file to the FreeSpace 2 folder. Numbers 2 and 3 can be fixed by installing or reinstalling FreeSpace 2. If neither of these solutions fixes your problem, you've found a bug and should report it.

http://www.google.com/search?source=...=Google+Search
 
Old 04-13-2008, 04:07 AM   #5
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Original Poster
Rep: Reputation: 31
Thank you SqdnGuns,
I was running freespace form a folder containing only the executables.
Now I am getting this error
Code:
[linux@dhcppc3 Freespace]$ ./fs2_open.bin -nosound
libGL warning: 3D driver claims to not support visual 0x63
do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
Try running with LIBGL_THROTTLE_REFRESH and LIBL_SYNC_REFRESH unset.
[linux@dhcppc3 Freespace]$
Now the game is too slow (you have to wait a few seconds till the mouse moves)

what can I do now?
 
Old 04-13-2008, 04:30 AM   #6
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
Quote:
Originally Posted by AGazzaz View Post
Thank you SqdnGuns,
I was running freespace form a folder containing only the executables.
Now I am getting this error
Code:
[linux@dhcppc3 Freespace]$ ./fs2_open.bin -nosound
libGL warning: 3D driver claims to not support visual 0x63
do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
Try running with LIBGL_THROTTLE_REFRESH and LIBL_SYNC_REFRESH unset.
[linux@dhcppc3 Freespace]$
Now the game is too slow (you have to wait a few seconds till the mouse moves)

what can I do now?
Open up a terminal and type:

unset LIBGL_THROTTLE_REFRESH
unset LIBL_SYNC_REFRESH

then start Freespace from that terminal
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FreeSpace sound delay JBailey742 Linux - Games 0 09-30-2007 03:31 PM
Making another partition from freespace DIRdiver Linux - Newbie 7 01-21-2007 03:36 PM
Installing game with dependencies. The_Messiah Linux - Software 4 04-08-2005 05:40 AM
Anyone get Freespace 2 working? badmofo666 Linux - Software 8 10-21-2004 12:06 PM
Problems with FreeSpace 1&2 JaseP Linux - Games 2 02-05-2004 04:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 07:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration