View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0024270 | AI War 2 | Crash/Exception | Dec 24, 2020 1:41 pm | Dec 30, 2020 3:56 pm | |
Reporter | NRSirLimbo | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | 2.709 Obedient Engineers | ||||
Fixed in Version | 2.711 Deep Memories | ||||
Summary | 0024270: Exception Popup at Arcen.AIW2.Core.Faction.DoFactionStepLogic | ||||
Description | Playing with DLC 1/2, lots of mods, but this seems to be in the AIW2 core faction logic, not a faction itself. | ||||
Tags | No tags attached. | ||||
related to | 0024275 | resolved | Chris_McElligottPark | repeating error involving shot without origin causes extremely slow game speed |
|
|
|
I think this might be the same thing as what I just posted? |
|
Did you fix the "missing method exception" in the mods that were on? That was about 4 minutes before this error. |
|
One: * In the case of a mod that is not updated and has a missing method exception during an attempt to draw a notification tooltip, it will now just not draw the tooltip. Next time the mod author compiles their code, the compiler will make them fix it, but until then it won't break games. |
|
Two: * Greatly expanded the instrumentation on the DoFactionStepLogic method logic so that if we have an error happen in there we will know exactly where it is and what faction it is for. This doesn't actually fix anything, and the errors in there seem very rare, but it will let us fix them after someone runs into them again. |
|
Thanks! * Fixed an issue where one branch of code that is used to create shots (bullets) would not properly set the origin system, even in single-player and on hosts. ** This branch is not used by any actual main game code, but appears to be used by some mods. That code branch is now marked as deprecated, which will force mod authors to recompile when they start using this method, with instructions on what to do. In the meantime, any mods that are triggering this code path will just have those particular shots not appear, since they would only be a source of errors, anyhow. This is the last of what I found in that log. |
Date Modified | Username | Field | Change |
---|---|---|---|
Dec 24, 2020 1:41 pm | NRSirLimbo | New Issue | |
Dec 24, 2020 1:41 pm | NRSirLimbo | File Added: ArcenDebugLog.txt | |
Dec 26, 2020 5:10 pm | Isiel | Note Added: 0060161 | |
Dec 26, 2020 5:11 pm | Isiel | Relationship added | related to 0024275 |
Dec 30, 2020 12:40 pm | Chris_McElligottPark | Note Added: 0060179 | |
Dec 30, 2020 3:22 pm | Chris_McElligottPark | Note Added: 0060188 | |
Dec 30, 2020 3:45 pm | Chris_McElligottPark | Note Added: 0060189 | |
Dec 30, 2020 3:56 pm | Chris_McElligottPark | Assigned To | => Chris_McElligottPark |
Dec 30, 2020 3:56 pm | Chris_McElligottPark | Status | new => resolved |
Dec 30, 2020 3:56 pm | Chris_McElligottPark | Resolution | open => fixed |
Dec 30, 2020 3:56 pm | Chris_McElligottPark | Fixed in Version | => 2.711 Deep Memories |
Dec 30, 2020 3:56 pm | Chris_McElligottPark | Note Added: 0060190 |