Author Topic: Latest Linux prob  (Read 2121 times)

0 Members and 1 Guest are viewing this topic.

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Quote
$ ./fs2_open_r
open /dev/[sound/]mixer: No such file or directory
Error initializing graphics: Cant get 'VideocardFs2open' reg entry.

The default video entry is now in place.  Please try running the game again...
(edit ~/.fs2_open/fs2_open.ini to change from default resolution)


However, I had to make ~/.fs2_open/fs2_open.ini manually.
-C

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Fixed.

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Woot. :)  Guess I should've mantised it.
-C

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Bouncy!

I got a CTD today while attacking a Ravana. Nothing much was happenig; it was at ~20%, I was in a Medusa with two Rockeyes and Hornets. :wtf: Crazy FREDders.

Anyhow, does this line mean anything?

Code: [Select]
line 5: 17131 Segmentation fault
-C

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Not sure.  I know I've something similar before but I can't remember what it meant.  I would usually get output formated like that if it was some scripting/python error.

Just make sure to always run in gdb if possible and it will be easier to figure this stuff out.  If you are using a release build just make sure it has debugging symbols (-g) and then a backtrace will still be useful.