[Flightgear-devel] reset crash

2010-03-16 Thread syd adams
Ran into this , thinking I had a problem with the Primus 1000 ...

When I try a reset from the menu , I get this error :

passed invalid index (0) to FGRouteMgr::jumpToIndex
Fatal error: name may contain only ._- and alphanumeric characters

Ive been trying to hunt this down , but too tired tonight to go any further
.

Cheers
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] reset crash

2010-03-16 Thread Erik Hofman
syd adams wrote:
 Ran into this , thinking I had a problem with the Primus 1000 ...
 
 When I try a reset from the menu , I get this error :
 
 passed invalid index (0) to FGRouteMgr::jumpToIndex
 Fatal error: name may contain only ._- and alphanumeric characters

This looks like a comment from the xml parser.

Erik

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] reset crash

2010-03-16 Thread James Turner

On 16 Mar 2010, at 08:14, Erik Hofman wrote:

 When I try a reset from the menu , I get this error :
 
 passed invalid index (0) to FGRouteMgr::jumpToIndex
 Fatal error: name may contain only ._- and alphanumeric characters
 
 This looks like a comment from the xml parser.

Ouch - the first message is mine - the second I can't claim responsibility for.

What are the steps to reproduce - fire up the Bravo and hit 'reset'?

James

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] reset crash

2010-03-16 Thread Erik Hofman
James Turner wrote:
 On 16 Mar 2010, at 08:14, Erik Hofman wrote:
 What are the steps to reproduce - fire up the Bravo and hit 'reset'?

I've committed a slightly more helpful exception message in props.cxx
It'll provide something like:

Fatal error: '!' found in propertyname after 'velocities'
name may contain only ._- and alphanumeric characters

for: propertyvelocities/air!speed-kt/property
 ^^^
or
Fatal error: '!' found in propertyname after ''
name may contain only ._- and alphanumeric characters

for : propertyvelo!cities/airspeed-kt/property
^^^
That's about that maximum I could get out of the current code without a 
major rewrite.

Erik

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] reset crash

2010-03-16 Thread Csaba Halász
On Tue, Mar 16, 2010 at 9:58 AM, Erik Hofman e...@ehofman.com wrote:
 James Turner wrote:

 I've committed a slightly more helpful exception message in props.cxx
 It'll provide something like:

 Fatal error: '!' found in propertyname after 'velocities'
 name may contain only ._- and alphanumeric characters

 for: propertyvelocities/air!speed-kt/property
                             ^^^
 or
 Fatal error: '!' found in propertyname after ''
 name may contain only ._- and alphanumeric characters

 for : propertyvelo!cities/airspeed-kt/property
                    ^^^
 That's about that maximum I could get out of the current code without a
 major rewrite.

I have already done something similar for my deboost branch:
http://gitorious.org/~jester/fg/jesters-sg-clone/commit/6bb7dd44e6f4ac96641a3391f1fa504b5e6f6345

-- 
Csaba/Jester

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] reset crash

2010-03-16 Thread syd adams
I could reproduce with all the aircraft of mine ... haven't tried anyone
else's yet .


Ouch - the first message is mine - the second I can't claim responsibility
 for.

 What are the steps to reproduce - fire up the Bravo and hit 'reset'?

 James


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] reset crash

2010-03-16 Thread syd adams
OK , could be something on my end. I'll dig a little deeper after work.
Cheers

On Tue, Mar 16, 2010 at 10:46 AM, James Turner zakal...@mac.com wrote:


 On 16 Mar 2010, at 14:08, syd adams wrote:

  I could reproduce with all the aircraft of mine ... haven't tried anyone
 else's yet .

 filed as

http://code.google.com/p/flightgear-bugs/issues/detail?id=107

 the problem is, I can't reproduce it here at all - what do other people
 see? (with latest CVS source)

 James


 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] reset crash

2010-03-16 Thread Victhor
I can confirm this happens with the Tu-154B freeware model.
 James Turner wrote:
  On 16 Mar 2010, at 08:14, Erik Hofman wrote:
  What are the steps to reproduce - fire up the Bravo and hit 'reset'?
 
 I've committed a slightly more helpful exception message in props.cxx
 It'll provide something like:
 
 Fatal error: '!' found in propertyname after 'velocities'
 name may contain only ._- and alphanumeric characters
 
 for: propertyvelocities/air!speed-kt/property
  ^^^
 or
 Fatal error: '!' found in propertyname after ''
 name may contain only ._- and alphanumeric characters
 
 for : propertyvelo!cities/airspeed-kt/property
 ^^^
 That's about that maximum I could get out of the current code without a 
 major rewrite.
 
 Erik
 
 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel