Re: [Flightgear-devel] FlightGear Jenkins Build win32 #926 and older quits

2013-02-10 Thread James Turner
On 9 Feb 2013, at 20:39, Vivian Meazza vivian.mea...@lineone.net wrote: I've just rebuilt SG/FG with MSVC10 using the up-to-date code with the same result: FG quits immediately As stated in the bug report, since I can't run Windows, I need one of the people who runs next, and had a

Re: [Flightgear-devel] FlightGear Jenkins Build win32 #926 and older quits

2013-02-10 Thread Alan Teeder
: [Flightgear-devel] FlightGear Jenkins Build win32 #926 and older quits On 9 Feb 2013, at 20:39, Vivian Meazza vivian.mea...@lineone.net wrote: I've just rebuilt SG/FG with MSVC10 using the up-to-date code with the same result: FG quits immediately As stated in the bug report, since I can't run

Re: [Flightgear-devel] FlightGear Jenkins Build win32 #926 and older quits

2013-02-10 Thread James Turner
On 10 Feb 2013, at 11:50, Alan Teeder ajtee...@v-twin.org.uk wrote: I have just made a successful build and compile with MSVC10, Windows 7. I donĀ“t see any new warning messages in the log either. Oh well. ;( Could you try a debug build and some stepping through the code like I

Re: [Flightgear-devel] FlightGear Jenkins Build win32 #926 and older quits

2013-02-10 Thread Geoff McLane
Hi James, Ok, found the abort almost immediately ;=)) in options.cxx, void Options::init(...) Simple - std::string homedir(getenv(HOME)); is a NO NO... In windows getenv(HOME) will yield a null = (0), and it is a logic error to do - std::string homedir(0); Changed that to - std::string

Re: [Flightgear-devel] FlightGear Jenkins Build win32 #926 and older quits

2013-02-10 Thread James Turner
On 10 Feb 2013, at 12:37, Geoff McLane ubu...@geoffair.info wrote: Ok, found the abort almost immediately ;=)) That's what I hoped :) in options.cxx, void Options::init(...) Simple - std::string homedir(getenv(HOME)); is a NO NO... In windows getenv(HOME) will yield a null = (0),

Re: [Flightgear-devel] FlightGear Jenkins Build win32 #926 and older quits

2013-02-10 Thread Geoff McLane
On Sun, 2013-02-10 at 12:54 +, James Turner wrote: ... Excellent. But my intention was to use %APPDATA% for this on Windows i think? Hi James, And to follow on debugging a bit I do see that it does check for a file - c:/Users/name/AppData/Roaming/flightgear.org/fgfsrc which is using

Re: [Flightgear-devel] FlightGear Jenkins Build win32 #926 and older quits

2013-02-10 Thread Vivian Meazza
Heiko -Original Message- From: Vivian Meazza [mailto:vivian.mea...@lineone.net] Sent: 09 February 2013 20:40 To: 'FlightGear developers discussions' Subject: RE: [Flightgear-devel] FlightGear Jenkins Build win32 #926 and older quits Heiko Today I wanted to test all the new

Re: [Flightgear-devel] FlightGear Jenkins Build win32 #926 and older quits

2013-02-10 Thread Heiko Schulz
Vivian, I reset FG/SG to 23rd Jan - that compiled and ran successfully. Vivian according to James and fred on the bug tracker, the bug has been fixed already. I just wait for Jenkins running again to test. Heiko

Re: [Flightgear-devel] FlightGear Jenkins Build win32 #926 and older quits

2013-02-10 Thread Vivian Meazza
Heiko, -Original Message- From: Heiko Schulz [mailto:aeitsch...@yahoo.de] Sent: 10 February 2013 15:31 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] FlightGear Jenkins Build win32 #926 and older quits Vivian, I reset FG/SG to 23rd Jan - that compiled

Re: [Flightgear-devel] FlightGear Jenkins Build win32 #926 and older quits

2013-02-10 Thread Frederic Bouvier
De: Heiko Schulz aeitsch...@yahoo.de Vivian, I reset FG/SG to 23rd Jan - that compiled and ran successfully. Vivian according to James and fred on the bug tracker, the bug has been fixed already. I just wait for Jenkins running again to test. In the meantime, you can define the

[Flightgear-devel] FlightGear Jenkins Build win32 #926 and older quits

2013-02-09 Thread Heiko Schulz
Hi, Today I wanted to test all the new things I missed in the last couple of weeks. So updated FGdata, and downloaded the last win32 build on the Jenkins build server. To my surprise, fgfs.exe quits when pressing the launch button in FGRun. The console only shows following strange error

Re: [Flightgear-devel] FlightGear Jenkins Build win32 #926 and older quits

2013-02-09 Thread Vivian Meazza
Heiko Today I wanted to test all the new things I missed in the last couple of weeks. So updated FGdata, and downloaded the last win32 build on the Jenkins build server. To my surprise, fgfs.exe quits when pressing the launch button in FGRun. The console only shows following strange

Re: [Flightgear-devel] FlightGear Jenkins Build win32 #926 and older quits

2013-02-09 Thread Arnt Karlsen
On Sat, 9 Feb 2013 20:39:40 -, Vivian wrote in message 01ce0705$9574e520$c05eaf60$@lineone.net: Heiko Today I wanted to test all the new things I missed in the last couple of weeks. So updated FGdata, and downloaded the last win32 build on the Jenkins build server. To my