Re: [Flightgear-devel] Dashes in filenames

2005-03-15 Thread Thomas Förster
Am Montag 14 MÃrz 2005 22:41 schrieb Martin Spott:
> Martin Spott wrote:
> > I didn't hunt for debug output this morning but I'll do that tonight.
> > My friend told me something like "FlightGear is broken, it stops after
> > selecting the A-10" - so I assume 'fgrun' works correctly,
>
> I was unable to reproduce after I reverted the filename change. I
> wasn't able to reprocude this effect with the A-10fl neither.
> Might there be an issue with this single "A-10cl-set.xml" file in the
> installer package which got lost (the issue) during renaming ?
> I'm aware that this souds a bit strange, but I would not tell this
> story if it actually didn't happen 

Problem with file permissions? Just a guess...

Thomas

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Dashes in filenames

2005-03-15 Thread Frederic Bouvier
Quoting Martin Spott :

> Martin Spott wrote:
>
> > I didn't hunt for debug output this morning but I'll do that tonight.
> > My friend told me something like "FlightGear is broken, it stops after
> > selecting the A-10" - so I assume 'fgrun' works correctly,
>
> I was unable to reproduce after I reverted the filename change. I
> wasn't able to reprocude this effect with the A-10fl neither.
> Might there be an issue with this single "A-10cl-set.xml" file in the
> installer package which got lost (the issue) during renaming ?
> I'm aware that this souds a bit strange, but I would not tell this
> story if it actually didn't happen 
>
> I'll reinstall FlightGear on the PeeCee some day this week to determine
> if the problem persists,


IIRC, there has been permission issues in the unix base package. Maybe they
affected fgsetup too.

-Fred

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Dashes in filenames

2005-03-14 Thread Martin Spott
Martin Spott wrote:

> I didn't hunt for debug output this morning but I'll do that tonight.
> My friend told me something like "FlightGear is broken, it stops after
> selecting the A-10" - so I assume 'fgrun' works correctly,

I was unable to reproduce after I reverted the filename change. I
wasn't able to reprocude this effect with the A-10fl neither.
Might there be an issue with this single "A-10cl-set.xml" file in the
installer package which got lost (the issue) during renaming ?
I'm aware that this souds a bit strange, but I would not tell this
story if it actually didn't happen 

I'll reinstall FlightGear on the PeeCee some day this week to determine
if the problem persists,

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Dashes in filenames

2005-03-14 Thread Martin Spott
Frederic Bouvier wrote:

> Could you elaborate ? What are the symptoms and what is the log at a verbose 
> log
> level ? Is it ok in fgrun ?

I didn't hunt for debug output this morning but I'll do that tonight.
My friend told me something like "FlightGear is broken, it stops after
selecting the A-10" - so I assume 'fgrun' works correctly,

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Dashes in filenames

2005-03-14 Thread Erik Hofman
Dave Culp wrote:
Which one should be the guideline on how to deal with this issue:
Should modelers avoid using dashes in filenames except the one in
"-set.xml" of should the Windws binary get enabled to handle these
names ?

I was under the impression that if the directory name is A-10 then there must 
be a file in it named A-10-set.xml.   Is this wrong?
It used to be that way, it's not necessary anymore for recent version of 
FlightGear (I think 0.9.0 and later).

Erik
___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Dashes in filenames

2005-03-14 Thread Dave Culp

> Which one should be the guideline on how to deal with this issue:
> Should modelers avoid using dashes in filenames except the one in
> "-set.xml" of should the Windws binary get enabled to handle these
> names ?

I was under the impression that if the directory name is A-10 then there must 
be a file in it named A-10-set.xml.   Is this wrong?


Dave

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Dashes in filenames

2005-03-14 Thread Frederic Bouvier
Quoting Martin Spott :

> A friend of mine (the best I have) brought this to my attention:
>
> The current Windows binary of FlightGear as present in the 0.9.8a
> download package refuses to load aircraft with a dash in the filename.
> This _might_ be an issue in general but I don't know if it acually is.
> It is _definitely_ an issue with the A-10 in the reduced base package
> of the 0.9.8a installer - as I was able to verify. After renaming the
> "A-10cl-set.xml" file to "A10cl-set.xml" I was able to load the
> aircraft without any trouble.
>
> Which one should be the guideline on how to deal with this issue:
> Should modelers avoid using dashes in filenames except the one in
> "-set.xml" of should the Windws binary get enabled to handle these
> names ?

Could you elaborate ? What are the symptoms and what is the log at a verbose log
level ? Is it ok in fgrun ?
I don't see that problem on my development version and I don't remember seeing a
change in this area of the code recently.

-Fred

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Dashes in filenames

2005-03-14 Thread Erik Hofman
Martin Spott wrote:
A friend of mine (the best I have) brought this to my attention:
The current Windows binary of FlightGear as present in the 0.9.8a
download package refuses to load aircraft with a dash in the filename.
This _might_ be an issue in general but I don't know if it acually is.
It is _definitely_ an issue with the A-10 in the reduced base package
of the 0.9.8a installer - as I was able to verify. After renaming the
"A-10cl-set.xml" file to "A10cl-set.xml" I was able to load the
aircraft without any trouble.
Which one should be the guideline on how to deal with this issue:
Should modelers avoid using dashes in filenames except the one in
"-set.xml" of should the Windws binary get enabled to handle these
names ?
It sounds like a bug, we need to look at it.
Erik
___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


[Flightgear-devel] Dashes in filenames

2005-03-14 Thread Martin Spott
A friend of mine (the best I have) brought this to my attention:

The current Windows binary of FlightGear as present in the 0.9.8a
download package refuses to load aircraft with a dash in the filename.
This _might_ be an issue in general but I don't know if it acually is.
It is _definitely_ an issue with the A-10 in the reduced base package
of the 0.9.8a installer - as I was able to verify. After renaming the
"A-10cl-set.xml" file to "A10cl-set.xml" I was able to load the
aircraft without any trouble.

Which one should be the guideline on how to deal with this issue:
Should modelers avoid using dashes in filenames except the one in
"-set.xml" of should the Windws binary get enabled to handle these
names ?

Cheers,
Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d