Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Cross-Platform Development => Topic started by: WMCoolmon on July 08, 2005, 07:43:39 pm

Title: Latest Linux prob
Post by: WMCoolmon on July 08, 2005, 07:43:39 pm
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.
Title: Latest Linux prob
Post by: taylor on July 08, 2005, 11:23:32 pm
Fixed.
Title: Latest Linux prob
Post by: WMCoolmon on July 08, 2005, 11:46:38 pm
Woot. :)  Guess I should've mantised it.
Title: Latest Linux prob
Post by: WMCoolmon on July 24, 2005, 04:22:35 am
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
Title: Latest Linux prob
Post by: taylor on July 24, 2005, 01:08:31 pm
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.