View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0023301 | AI War 2 | Crash/Exception | Jun 14, 2020 6:12 pm | Jun 16, 2020 4:56 pm | |
Reporter | NRSirLimbo | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | Beta 2.065 To Infinity And... No, Knock It Off | ||||
Fixed in Version | Beta 2.073 Filesize Finalization | ||||
Summary | 0023301: Exception Popup: "Tried to write int32 NonNeg, but passed value was -1, which is out of range! [...]" (Modded) | ||||
Description | Got an exception that's tied to serialization. It seems to stem from at Arcen.AIW2.Core.GameEntity_Squad.SerializeTo (Arcen.Universal.ArcenSerializationBuffer Buffer) which is why I don't think it's my code that's causing this, even though it's modded (Galactic Conquest between 0.9.1 and 0.9.2 currently). | ||||
Tags | No tags attached. | ||||
|
|
|
Tried to write Int32 NonNeg, but passed value was: -1, which is out of range! Value set to 0 so your save would work. (Unknown field being saved) at System.Environment.get_StackTrace () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.DebugLogDestination Destination, System.Boolean IncludeStackTrace, Arcen.Universal.Verbosity Verbosity) [0x00000] in <893f828a97c94108b07ac8799b5b128f>:0 at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.DebugLogDestination Destination, Arcen.Universal.Verbosity Verbosity) [0x00000] in <893f828a97c94108b07ac8799b5b128f>:0 at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.Verbosity Verbosity) [0x00000] in <893f828a97c94108b07ac8799b5b128f>:0 at Arcen.Universal.ArcenSerializationBuffer.AddInt32 (Arcen.Universal.ReadStyle RStyle, System.Int32 Item, System.String FieldNameForErrors) [0x00000] in <893f828a97c94108b07ac8799b5b128f>:0 at Arcen.AIW2.Core.GameEntity_Squad.SerializeTo (Arcen.Universal.ArcenSerializationBuffer Buffer) [0x00000] in <4a5fbe0325e1411d88ec5b927a662846>:0 |
|
This should either be fixed next version, OR we should actually have info on what the field was that had the exception. Sorry about that! |
Date Modified | Username | Field | Change |
---|---|---|---|
Jun 14, 2020 6:12 pm | NRSirLimbo | New Issue | |
Jun 14, 2020 6:12 pm | NRSirLimbo | File Added: 20200615000839_1.jpg | |
Jun 14, 2020 6:12 pm | NRSirLimbo | File Added: ArcenDebugLog.txt | |
Jun 14, 2020 8:20 pm | BadgerBadger | Note Added: 0057303 | |
Jun 15, 2020 4:00 pm | BadgerBadger | Assigned To | => Chris_McElligottPark |
Jun 15, 2020 4:00 pm | BadgerBadger | Status | new => assigned |
Jun 16, 2020 4:56 pm | Chris_McElligottPark | Status | assigned => resolved |
Jun 16, 2020 4:56 pm | Chris_McElligottPark | Resolution | open => fixed |
Jun 16, 2020 4:56 pm | Chris_McElligottPark | Fixed in Version | => Beta 2.073 Filesize Finalization |
Jun 16, 2020 4:56 pm | Chris_McElligottPark | Note Added: 0057314 |