Page 1 of 1

Crash on freeorion start (MSVS 2015, master/head)

Posted: Thu Jan 05, 2017 7:19 pm
by Ophiuchus
After building freeorion, it crashes since a few commits. The log files don't give a hint, even with verbose-logging.

I thought i have a mismatch between sdk and current head, so got me a both fresh from github. But still no luck

Code: Select all

commit 417ebebdcd5a32335768c3f75dbd0d7732189304
Author: D Benage <[email protected]>
Date:   Wed Jan 4 02:46:50 2017 -0600
One version where this was still working:

Code: Select all

commit ccdc797839463bb421ba6087758365f7e89e009c
Author: D Benage <[email protected]>
Date:   Thu Dec 29 02:17:22 2016 -0600

    Fix supply propegation - ref 6b75066

My system is windows 8.1, 64bit, Visual Studio 2015.

Re: Crash on freeorion start (MSVS 2015, master/head)

Posted: Thu Jan 05, 2017 8:25 pm
by Vezzra
Probably the same I reported here: Issue #1197 - Crash to desktop upon program launch.

Can you check if this is really the same? If it is, you can try again with latest master, Geoff committed a fix a few hours ago. And then report back if the fix works for you.

Re: Crash on freeorion start (MSVS 2015, master/head)

Posted: Fri Jan 06, 2017 12:02 am
by Ophiuchus
Vezzra wrote:Probably the same I reported here: Issue #1197 - Crash to desktop upon program launch.

Can you check if this is really the same? If it is, you can try again with latest master, Geoff committed a fix a few hours ago. And then report back if the fix works for you.
I didnt know how to check. So I just tried the fix and it works :)

Re: Crash on freeorion start (MSVS 2015, master/head)

Posted: Fri Jan 06, 2017 12:59 pm
by Vezzra
Ophiuchus wrote:I didnt know how to check.
Well, I was just thinking comparing what I described in that bug report to what happened to you - if the same happened to you, chances are good it's the same issue. ;)
So I just tried the fix and it works :)
Perfect. Fixed things for me too, so I guess we're good.

Thanks for reporting back.