Author Topic: Problems with open freespace in linux  (Read 3798 times)

0 Members and 1 Guest are viewing this topic.

Offline marvn

  • 23
Problems with open freespace in linux
(sorry for my english ;))
I've installed Open freespace 3.6.9 on ubuntu 7.04 and with fs2_open script I can run it. But I have problem in game, because when i try to use numbers (for example for communication), it's not work. Even if I try to change controls to some nuber, it did not work...it seems like a din't even press it...
My second problem is with FRED, because I cannot run it with wine...is there some linux FRED for linux?

 

Offline marvn

  • 23
Re: Problems with open freespace in linux

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Re: Problems with open freespace in linux
My second problem is with FRED, because I cannot run it with wine...is there some linux FRED for linux?
FRED works well so long as you use a new enough version of Wine (0.9.47 or better).  There can be issues actually starting FRED though, which you can tell because you'll get some sort of "can't run from root" message.  This is actually fixed in CVS builds, but in older builds you can start it with a command like this (assuming that you are in the same directory as the binary): wine `winepath -w fred2_open_3_6_9.exe`.  What that does is make sure to pass the complete windows path to the EXE, and then it should start up fine.  Newer code doesn't require this, but this old method will still work the same with the newer code.

 

Offline marvn

  • 23
Re: Problems with open freespace in linux
i've just installed wine 0.9.47, but still it not works
m@MSI-ubuntu:/media/sda5/FS$ wine fred2_open_3_6_9.exe
err:module:import_dll Library OpenAL32.dll (which is needed by L"Z:\\media\\sda5\\FS\\fred2_open_3_6_9.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\media\\sda5\\FS\\fred2_open_3_6_9.exe" failed, status c0000135
if I try to wine FRED2.exe, it's as you said "Fred2 cannot be run from drive root directory!"
« Last Edit: November 09, 2007, 11:03:45 am by marvn »

 

Offline Jeff Vader

  • The Back of the Hero!
  • Moderator
  • 212
  • Bwahaha
Re: Problems with open freespace in linux
err:module:import_dll Library OpenAL32.dll (which is needed by L"Z:\\media\\sda5\\FS\\fred2_open_3_6_9.exe") not found
I'm not a Linux guru. Hell, I know nothing about Linux. But still I'll bet that someone hasn't installed OpenAL. You'll need that for starters. Go to the OpenAL site and see if you can figure out what to do with the Linux stuff there. Or if you can find it with Synaptic or what was it called again. That might also work.
23:40 < achillion > EveningTea: ass
23:40 < achillion > wait no
23:40 < achillion > evilbagel: ass
23:40 < EveningTea > ?
23:40 < achillion > 2-letter tab complete failure

14:08 < achillion > there's too much talk of butts and dongs in here
14:08 < achillion > the level of discourse has really plummeted
14:08 < achillion > Let's talk about politics instead
14:08 <@The_E > butts and dongs are part of #hard-light's brand now
14:08 <@The_E > well
14:08 <@The_E > EvilBagel's brand, at least

01:06 < T-Rog > welp
01:07 < T-Rog > I've got to take some very strong antibiotics
01:07 < achillion > penis infection?
01:08 < T-Rog > Chlamydia
01:08 < achillion > O.o
01:09 < achillion > well
01:09 < achillion > I guess that happens
01:09 < T-Rog > at least it's curable
01:09 < achillion > yeah
01:10 < T-Rog > I take it you weren't actually expecting it to be a penis infection
01:10 < achillion > I was not

14:04 < achillion > Sometimes the way to simplify is to just have a habit and not think about it too much
14:05 < achillion > until stuff explodes
14:05 < achillion > then you start thinking about it

22:16 < T-Rog > I don't know how my gf would feel about Jewish conspiracy porn

15:41 <-INFO > EveningTea [[email protected]] has joined #hard-light
15:47 < EvilBagel> butt
15:51 < Achillion> yes
15:53 <-INFO > EveningTea [[email protected]] has quit [Quit: http://www.mibbit.com ajax IRC Client]

18:53 < Achillion> Dicks are fun

21:41 < MatthTheGeek> you can't spell assassin without two asses

20:05 < sigtau> i'm mining titcoins from now on

00:31 < oldlaptop> Drunken antisocial educated freezing hicks with good Internet == Finland stereotype

11:46 <-INFO > Kobrar [[email protected]] has joined #hard-light
11:50 < achtung> Surely you've heard of DVDA
11:50 < achtung> Double Vaginal Double ANal
11:51 < Kobrar> ...
11:51 <-INFO > Kobrar [[email protected]] has left #hard-light []

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Re: Problems with open freespace in linux
Just grab the Windows version of OpenAL and install it with Wine.  Should work fine after that.

 

Offline marvn

  • 23
Re: Problems with open freespace in linux
Just grab the Windows version of OpenAL and install it with Wine.  Should work fine after that.
good...problem with OpenAL is solved...
but when i try: wine fred2_open_3_6_9.exe,  there is error "Freespace2/Fred2 cannot be run from drive root directory!", the same as i try run FRED2.exe...

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Re: Problems with open freespace in linux
but when i try: wine fred2_open_3_6_9.exe,  there is error "Freespace2/Fred2 cannot be run from drive root directory!", the same as i try run FRED2.exe...
You have to use the winepath trick that I mentioned in my first post.  Newer code doesn't require that, but most every existing build (like 3.6.9) does.

 

Offline marvn

  • 23
Re: Problems with open freespace in linux
sorry, I forget it...now I can run FRED2.exe, but I when i try fred2_open_3_6_9.exe, there is some problem with X11 :(
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  128 (XFree86-DRI)
  Minor opcode of failed request:  7 ()
  Value in failed request:  0x75
  Serial number of failed request:  535
  Current serial number in output stream:  535

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Re: Problems with open freespace in linux
Hmm.  Try running it with the -no_vsync cmdline option (like "wine `winepath -w fs2_open_3_6_9.exe` -no_vsync") and see if that fixes it.

  
Re: Problems with open freespace in linux
I'm having the same problem, but when i try to do what taylor said nothing happens, it still says "cannot run from drive root"

 
Re: Problems with open freespace in linux
Anyone? please help me :(