View Issue Details

IDProjectCategoryLast Update
0009611AI War 1 / ClassicCrash/ExceptionSep 18, 2012 9:53 pm
ReporterEternaly_Lost Assigned To 
Severitycrash 
Status newResolutionopen 
Product Version5.083 
Summary0009611: Crash on Exit
DescriptionWhen the game exits, I get a windows error that says the following.


---------------------------
Error
---------------------------
There has been an error.
Error running D:\Steam\steamapps\common\ai war fleet command/AIWar.exe : child killed: segmentation violation
The application will exit now.
---------------------------
OK
---------------------------

Well I was already exiting the program, such a error is annoying.
TagsNo tags attached.
Internal Weight

Activities

TechSY730

Sep 18, 2012 7:52 pm

reporter   ~0028447

Well, at least the program was kind enough to hold off seg-faulting until you are done anyways. ;)

keith.lamothe

Sep 18, 2012 9:53 pm

administrator   ~0028449

Very odd, I don't think the mono code CAN segfault unless there's an engine bug (in Unity or the version of mono, which is not all that old).

So perhaps it's the like-5-lines-long c++ plugin I had to toss in there to detect "does the game window have focus?" That seems kinda unlikely, though, it's basically just a pinvoke call and returning a value based on that.

Issue History

Date Modified Username Field Change
Sep 18, 2012 5:40 pm Eternaly_Lost New Issue
Sep 18, 2012 7:52 pm TechSY730 Note Added: 0028447
Sep 18, 2012 9:53 pm keith.lamothe Note Added: 0028449
Apr 14, 2014 9:28 am Chris_McElligottPark Category Bug - Crash or Exception => Crash/Exception