Re: [Flightgear-devel] Re: Multiplayer crashes with unknown aircrafts, any solution?

2005-07-15 Thread Robicd
Melchior FRANZ ha scritto: * Roberto Inzerillo -- Friday 15 July 2005 11:04: But FGFS crashes every time a new user joins the server with an aircraft which is not in my dir tree. The problem is common to many people who used this multiplayer mode. Is there any chance we can get a new binary

Re: [Flightgear-devel] Re: Multiplayer crashes with unknown aircrafts, any solution?

2005-07-15 Thread Erik Hofman
Robicd wrote: Melchior FRANZ ha scritto: The binary workaround can be downloaded here: http://www.flightgear.org/Downloads/aircraft/ Of course, Melchior ... I know :-| But this solution doesn't fit to this specific problem. Looking at the Multiplayer code I can see this code can use a

Re: [Flightgear-devel] Re: Multiplayer crashes with unknown aircrafts, any solution?

2005-07-15 Thread Jon Stockill
Robicd wrote: Of course, Melchior ... I know :-| But this solution doesn't fit to this specific problem. FlightGear will crash _before_ I know which http://www.flightgear.org/Downloads/aircraft/ I need to download! Some other idea? Will FGFS check/discard/revert_to_default network packets

Re: [Flightgear-devel] Re: Multiplayer crashes with unknown aircrafts, any solution?

2005-07-15 Thread Jon Stockill
Erik Hofman wrote: Looking at the Multiplayer code I can see this code can use a good overhaul anyway. It needs to adapt the SGSubsystem style and use the AIModel code to display the models, which will also allow it to show up on the radar. It's probably not too much work to do since most

Re: [Flightgear-devel] Re: Multiplayer crashes with unknown aircrafts, any solution?

2005-07-15 Thread Robicd
That's why you install *all* of them! And fgfs doesn't really crash. It just throws an exception that is only caught in bootstrap.cxx and causes a 'regular' abort(). That's called error handling! :-) Some other idea? Will FGFS check/discard/revert_to_default network packets with not existing

Re: [Flightgear-devel] Re: Multiplayer crashes with unknown aircrafts, any solution?

2005-07-15 Thread Frederic Bouvier
Melchior FRANZ wrote: Some other idea? Will FGFS check/discard/revert_to_default network packets with not existing Aircraft identifications inside? I guess I fixed that in CVS. Haven't tested it, though. And I can't make binary packages ... Here is one :

Re: [Flightgear-devel] Re: Multiplayer crashes with unknown aircrafts, any solution?

2005-07-15 Thread Robicd
Some other idea? Will FGFS check/discard/revert_to_default network packets with not existing Aircraft identifications inside? I guess I fixed that in CVS. Haven't tested it, though. And I can't make binary packages ... Here is one :

Re: [Flightgear-devel] Re: Multiplayer crashes with unknown aircrafts, any solution?

2005-07-15 Thread Robicd
Frederic Bouvier ha scritto: Here is one : ftp://ftp.ihg.uni-duisburg.de/FlightGear/Win32/fgfs-win32-20050715.zip I get the following in console: WARNING: ssgSGIHeader::: Failed to open 'g:/Programmi/FlightGear/data/Textures/Sky/cl_cumulus.rgb' for reading. WARNING: ssgSGIHeader::: Failed

Re: [Flightgear-devel] Re: Multiplayer crashes with unknown aircrafts, any solution?

2005-07-15 Thread Ampere K. Hardraade
On July 15, 2005 01:25 pm, Frederic Bouvier wrote: As always, it may need an up-to-date ( I mean CVS ) base package. Just try it and report success or failure. -Fred There were some problems related to multiplayer reported by CVS users yesterday. Specially, regardless of other planes actual

Re: [Flightgear-devel] Re: Multiplayer crashes with unknown aircrafts, any solution?

2005-07-15 Thread Robicd
Yes, you are missing the base package. Keys are now only repeatable if repeatable is actually set for this key in $FG_ROOT/keyboard.xml. There was a bug before that did always enable autorepeat. How should I set this property for a key? Something like what follows? key n=360

Re: [Flightgear-devel] Re: Multiplayer crashes with unknown aircrafts, any solution?

2005-07-15 Thread Robicd
key n=360 namePageUp/name descIncrease throttle or autopilot autothrottle./desc repeatableyes/repeatable ... /key Error reading properties: mismatched tag at g:/Programmi/FlightGear/data/keyboard.xml, line 1134, column 3 What's the correct syntax? The syntax is correct in what