RE: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Sean Barnes
> Hmm. I'd like to see the output of 'pgserver -l' and a copy of > your config file if you are using one. > > The 'driver already loaded' message is actually talking about the > input driver. (i should clarify this i suppose) Are you loading > sdlinput in the config file? The sdlfb driver automat

RE: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Micah Dowty
Hmm. I'd like to see the output of 'pgserver -l' and a copy of your config file if you are using one. The 'driver already loaded' message is actually talking about the input driver. (i should clarify this i suppose) Are you loading sdlinput in the config file? The sdlfb driver automatically lo

RE: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Sean Barnes
> Frederic changed some of the build system macros for SDL, but > nothing in the code has changed that should break SDL. SDL works > fine for me. Make sure you are really loading the SDL driver with > a '-v sdlfb' on the command line. > > When I do that it complains that the driver is already lo

Re: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Philippe Ney
Done. At this time, I cannot explain exactly why, but passing an empty string break pgserver running in Copilot environment. It's now #ifdef'ed I apologize for the time you maybe lost, guys. -philippe > Actually, Philippe, that change to pgmain might be the cause of this problem. I just >tried r

Re: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Philippe Ney
Micah Dowty wrote: > > Actually, Philippe, that change to pgmain might be the cause of this problem. I just >tried running the latest CVS code with no config file, and it segfaulted. The gdb >backtrace reveals that apparently sscanf() didn't like being passed a NULL string on >line 400 of pgma

Re: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Micah Dowty
Actually, Philippe, that change to pgmain might be the cause of this problem. I just tried running the latest CVS code with no config file, and it segfaulted. The gdb backtrace reveals that apparently sscanf() didn't like being passed a NULL string on line 400 of pgmain.c The way the line orig

Re: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Philippe Ney
> It seems like pgserver will crash if you try and start it without a > /etc/pgserver.conf file. Not a big problem, as long as you realize why it's > happening =) You might want to install a basic config file in "make > install" On pc? Strange... I don't saw anything like that, but I had somethi

[Pgui-devel] pgserver crashes without config file

2001-07-16 Thread Sean Barnes
It seems like pgserver will crash if you try and start it without a /etc/pgserver.conf file. Not a big problem, as long as you realize why it's happening =) You might want to install a basic config file in "make install" Also, I can't seem to run PicoGUI with SDL anymore. Did something important