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

Questions, problems and discussion about compiling FreeOrion.

Moderator: Oberlus

Post Reply
Message
Author
Ophiuchus
Programmer
Posts: 3433
Joined: Tue Sep 30, 2014 10:01 am
Location: Wall IV

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

#1 Post 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.
Attachments
freeorion.log
(8.36 KiB) Downloaded 279 times
Any code or patches in anything posted here is released under the CC and GPL licences in use for the FO project.

Look, ma... four combat bouts!

User avatar
Vezzra
Release Manager, Design
Posts: 6095
Joined: Wed Nov 16, 2011 12:56 pm
Location: Sol III

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

#2 Post 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.

Ophiuchus
Programmer
Posts: 3433
Joined: Tue Sep 30, 2014 10:01 am
Location: Wall IV

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

#3 Post 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 :)
Any code or patches in anything posted here is released under the CC and GPL licences in use for the FO project.

Look, ma... four combat bouts!

User avatar
Vezzra
Release Manager, Design
Posts: 6095
Joined: Wed Nov 16, 2011 12:56 pm
Location: Sol III

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

#4 Post 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.

Post Reply