[Flightgear-devel] Re : A plan for a 3.0 release?

2012-06-12 Thread Olivier
Hi all,




 De : Renk Thorsten thorsten.i.r...@jyu.fi
À : FlightGear developers discussions flightgear-devel@lists.sourceforge.net 
Envoyé le : Dimanche 10 juin 2012 12h10
Objet : [Flightgear-devel] A plan for a 3.0 release?
 

 Torsten's question about what the release number should be got me thinking a 
 bit what I would expect from a
 3.0 version, and I thought maybe I can put my outcome for a discussion:

I would also vote for a fully localized interface (including sub-menus) in a 
few languages - or at least the possibility to add language files (incl. 
submenus) after 3.0.

A clear and realistic roadmap with a view ahead on all versions to come is, 
indeed, very important. While we all have our view on what's to be done in our 
own part of FG, having a public roadmap is very important.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Re : A plan for a 3.0 release?

2012-06-12 Thread Jarda Benkovsky
On 06/12/2012 09:15 AM, Olivier wrote:
 I would also vote for a fully localized interface (including sub-menus) in a 
 few languages - or at least the possibility to add language files (incl. 
 submenus) after 3.0.

But that requires the new UI framework, unless you want to limit to
iso-8859-1, does not it?

Edheldil


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Windows crash

2012-06-12 Thread Alan Teeder
With today´s git I now have crashes even with the JSBsim patch reverted.

With a 64 bit build the debugger seems to work and here is the stack trace. 
This points a problem in FGPUIMenuBar.

I am using MSVC 2008,  Jenkins is on VC 2010.

Alan



 ntdll.dll!76eef0b1() 
 [Frames below may be incorrect and/or missing, no symbols loaded for 
ntdll.dll]
 ntdll.dll!76ed9351() 
 ntdll.dll!76e5fae1() 
 KernelBase.dll!07fefd572fca() 
 msvcr90d.dll!_CrtIsValidHeapPointer(const void * 
pUserData=0x00d73790)  Line 2103C++
 msvcr90d.dll!_free_dbg_nolock(void * pUserData=0x00d73790, int 
nBlockUse=1)  Line 1317 + 0xa bytesC++
 msvcr90d.dll!_free_dbg(void * pUserData=0x00d73790, int 
nBlockUse=1)  Line 1258 + 0xe bytesC++
 msvcr90d.dll!free(void * pUserData=0x00d73790)  Line 50C++
 fgfs.exe!FGPUIMenuBar::destroy_menubar()  Line 267C++
 fgfs.exe!FGPUIMenuBar::~FGPUIMenuBar()  Line 94 + 0xa bytesC++
 fgfs.exe!FGPUIMenuBar::`scalar deleting destructor'()  + 0x31 bytesC++
fgfs.exe!std::auto_ptrFGMenuBar::reset(FGMenuBar * 
 _Ptr=0x36a75040)  Line 763 + 0x33 bytesC++
 fgfs.exe!NewGUI::reset(bool reload=false)  Line 109C++
 fgfs.exe!NewGUI::redraw()  Line 87C++
 fgfs.exe!do_gui_redraw(const SGPropertyNode * arg=0x36ee4a10)  
Line 1089C++
 fgfs.exe!SGCommandMgr::execute(const 
std::basic_stringchar,std::char_traitschar,std::allocatorchar   
name=gui-redraw, const SGPropertyNode * arg=0x36ee4a10)  Line 89 + 
0xc bytesC++
 fgfs.exe!f_fgcommand(Context * c=0x2d186fc0, naRef me={...}, int 
argc=2, naRef * args=0x2d188438)  Line 319 + 0x75 bytesC++
 fgfs.exe!setupFuncall(Context * ctx=0x2d186fc0, int nargs=2, int 
mcall=0, int named=0)  Line 316 + 0x49 bytesC
 fgfs.exe!run(Context * ctx=0x2d186fc0)  Line 708 + 0x59 bytesC
 fgfs.exe!naCall(Context * ctx=0x2d186fc0, naRef func={...}, int 
argc=0, naRef * args=0x, naRef obj={...}, naRef locals={...})  
Line 873 + 0x15 bytesC
 fgfs.exe!FGNasalSys::callMethod(naRef code={...}, naRef self={...}, int 
argc=0, naRef * args=0x, naRef locals={...})  Line 119 + 0x8e 
bytesC++
 fgfs.exe!FGNasalSys::call(naRef code={...}, int argc=0, naRef * 
args=0x, naRef locals={...})  Line 104 + 0xb0 bytesC++
 fgfs.exe!FGNasalSys::createModule(const char * 
moduleName=0x02c00af0, const char * fileName=0x36f7a670, const 
char * src=0x36f79e60, int len=385, const SGPropertyNode * 
cmdarg=0x, int argc=0, naRef * args=0x)  Line 
791C++
 fgfs.exe!FGNasalSys::loadModule(SGPath * file=0x00a2e330, const 
char * module=0x02c00af0)  Line 761 + 0x4c bytesC++
 fgfs.exe!FGNasalSys::loadPropertyScripts(SGPropertyNode * 
n=0x02c00ad0)  Line 695 + 0x65 bytesC++
 fgfs.exe!FGNasalSys::loadPropertyScripts()  Line 662 + 0xf bytesC++
 fgfs.exe!FGNasalSys::init()  Line 575C++
 fgfs.exe!fgInitSubsystems()  Line 1270C++
 fgfs.exe!fgIdleFunction()  Line 400 + 0x5 bytesC++
 fgfs.exe!fgOSMainLoop()  Line 285C++
 fgfs.exe!fgMainInit(int argc=1, char * * argv=0x00c94fb0)  Line 
537 + 0x5 bytesC++
 fgfs.exe!main(int argc=1, char * * argv=0x00c94fb0)  Line 251 + 
0x14 bytesC++
 fgfs.exe!__tmainCRTStartup()  Line 586 + 0x19 bytesC
 fgfs.exe!mainCRTStartup()  Line 403C
 kernel32.dll!76d3652d() 
 ntdll.dll!76e6c521() 


From: Frederic Bouvier 
Sent: Friday, June 08, 2012 6:14 PM
To: FlightGear developers discussions 
Subject: Re: [Flightgear-devel] Windows crash

I had a startup crash on jsbsim just after the update. A clean solved the 
problem

-Fred




  De: Alan Teeder ajtee...@v-twin.org.uk
  À: FlightGear developers discussions 
flightgear-devel@lists.sourceforge.net
  Envoyé: Vendredi 8 Juin 2012 19:06:50
  Objet: Re: [Flightgear-devel] Windows crash


  Fred

  The Jenkins build runs fine, have tested with several aircraft.

  I am still using VS2008, with fgfs-win32-VS90-3rdParty+OSG-20110911.zip from 
ftp://ftp.ihg.uni-duisburg.de/FlightGear/Win32/old/.

  I have tried a complete clean cmake and compile with the same results. 
Reverting the JSBsim update commit  clears the crash, which occurs just after 
“loading scenario ´nimitz_demo’” is reported, but before 
“/sim/signals/fdm-initialized” is reported. 

  Alan

  From: Frederic Bouvier 
  Sent: Friday, June 08, 2012 5:32 PM
  To: FlightGear developers discussions 
  Subject: Re: [Flightgear-devel] Windows crash

  Does Jenkins build exhibit that problem ?

  Regards,
  -Fred



Re: [Flightgear-devel] Help with compilation of FlightGear + Locating the Failure module code

2012-06-12 Thread Arnt Karlsen
On Tue, 12 Jun 2012 14:45:58 +0200, Arnt wrote in message 
20120612144558.1b485...@celsius.lan:

 On Sun, 10 Jun 2012 18:20:37 -0400, Ahmad wrote in message 
 CAGQTKNb9t=o_3JkonzQHH21jw=jTrm2p3AJhQCwbk=chgzr...@mail.gmail.com:
 
  Hello Arnt,
  
  I was able to compile fresh copy of the FG code thru the link
  provided from the wiki after several tries. And i m still testing
  the code and I am planning to put it on GPL but i don't know how to
  do that.

..simply put this //  comment section on top of your own cxx files
in your own tree, and swap out Curtis Olson, 1999 etc data with 
your own name, date etc copyright data, and publish it, best way now 
is ask a developer with git submission rights to put it into FG's git
tree. 
 
arnt@celsius:~/FG-git$ head -n 33 fgfs/flightgear/src/Main/fg_io.cxx 
// fg_io.cxx -- higher level I/O channel management routines
//
// Written by Curtis Olson, started November 1999.
//
// Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation; either version 2 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA. 

  Also, I am trying to look for the code of failures available in the
  system but I am unable to find them. Is it possible for you to point
  me in the right direction?

.._not_ without seeing your compile logs.  Urls?

 It would be really gr8 if u can advise me on how to put my code in
 GPL.

..done, see above comment snippet flightgear/src/Main/fg_io.cxx.

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] rembrandt

2012-06-12 Thread Arnt Karlsen
On Sun, 10 Jun 2012 05:11:29 -0600, syd wrote in message 
CABS5FFMCnDiVrU9CSp3CP7USV5OqAtn=zefe0cftek7pf-q...@mail.gmail.com:

 Thought I'd show the state of rembrandt here .This is on an Acer
 Aspire laptop with ATI Mobility Radeon HD4250 graphics...
 and Ive heard that this current Ubuntu fglrx driver is buggy , but
 haven't successfully installed the latest driver from AMD ...
 maybe its time to go back to a desktop setup , and Nvidia :)
 
 
 http://en.zimagez.com/zimage/screenshot-12-06-10-044654am.php
 
 http://en.zimagez.com/zimage/screenshot-12-06-10-043606am.php

..are these _radeon_ screenshots?
Post output of: dmesg | grep -i '\(firmware\|radeon\|kms\)' 

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] The next FlightGear release (summer 2012)

2012-06-12 Thread Arnt Karlsen
On Fri, 08 Jun 2012 12:00:47 +0200, Geoff wrote in message 
1339149647.1793.1.camel@DELL02:

 Hi,
 
 FWIIW I would opt for version 2.8
 
 Concerning Rembrandt, it does not work on either 
 of my 2 ATI cards - Radeon HD 2600 XT, running Ubuntu 

..the latest (12.04)?

 64-bit, 

..dmesg |grep -i '\(firmware\|radeon\|kms\)' says?

  and Windows Vista 32-bit, and a Radeon HD 7700 
 series, in Windows 7 64-bit. I think I have tried all 
 the options mentioned here...
 
 On the 2600 I usually see the corner buffer images, 
 but no shadows. On the 7700 even no corner images, 
 and after a certain time the card driver FAILS! I get 
 a black screen, but thankfully it auto-recovers ;=()
 
 Oh, and I get about a 50%+ drop in frame rate... and 
 at low viewing angles get flashing lime green over 
 the foreground...
 
 So yes, for sure mention Rembrandt, but clearly mark it 
 as in development ;=))
 
 Is there a list anywhere of cards/drivers it DOES 
 work on? If not too expensive maybe I would buy 
 and try one ;=)) I seem to remember someone mentioning 
 such a listing...
 
 On converting a/c, as I think someone mentioned why 
 or how can this be done if the results can not be 
 seen on his system! Sort of chicken and egg story...
 
 And for the 2.8 release, assume the MULTIPLE warnings 
 will be 'removed', or suppressed, namely -
 
 Failed to create beacon for unknown runway 'KONT 26L OM'
 and about 28 more like this...
 
 Image C:/FG/fgdata/Textures/Water/waves-ver10-nm.dds
 uses compressed textures which cannot be supported on some systems.
 Please decompress this texture for improved portability.
 and about 6 more like this...

..what sort of compression did you guys use here???

 We should not need to air this dirty washing on a release 
 product ;=))!


-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] The next FlightGear release (summer 2012)

2012-06-12 Thread Arnt Karlsen
On Thu, 7 Jun 2012 18:59:02 -0600, syd wrote in message 
cabs5ffn+fn_tt2rbcwxp-pcu5ucd-7fmkavdqpgadbmporb...@mail.gmail.com:

  Rembrandt has been around for quite a few months now,
  and the changes required to make an aircraft Rembrandt-compatible
  are pretty small, even if the changes to add proper lights are more
  involved.
 
  If I was being harsh I'd suggest that the aircraft maintainers
  should man up and do it.
  There's still plenty of time before the release...
 
 
 I didn't think it harsh myself , but from my point of view , I'd
 rather not waste time on something I can't see or use... I get about 5
 fps and a brilliant green terrain , with a duplicate black aircraft ,
 not shadow , right beside the main aircraft.
 I think this is an ATI driver problem here since the view resizes
 every time a dialog or
 text pops up on the screen.
 Syd

..maybe.  Screenshot url so we can see, and, command line to 
hang us up there in the same spot so we can post screen shot 
urls and can compare what we see?

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] airwaveXtreme150

2012-06-12 Thread Catherine James
Hugo,

I gave the airwaveXtreme150 a try, but fgfs crashes immediately with the 
following error:

Fatal error: Unrecognized flight model 'larcsim', cannot init flight dynamics 
model.
AL Error (atc): Segmentation fault

This is based on the latest 2.7 build as of 2022 Pacific Daylight Time, June 
12.  (I think that would be 0322 GMT on June 13.)  The fgdata repository was 
updated at the same time.

Should I be looking at a later airwaveXtreme150 model than the one in the git 
repository?



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel