DeepFreeze Continued...

DeepFreeze Continued...

38.2k Downloads

V0.18.0.0 Issues with existing KAC Alarms on install

JPLRepo opened this issue ยท 1 comments

commented

Reported issues with reported errors on install.
(Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

DF.DFIntMemory[FFEBEF74][1694.34]: FixedUpdate failed to update DeepFreeze Internal Alarm Memory

(Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

DF.DFIntMemory[FFEBEF74][1694.34]: Err: System.FormatException: Invalid format for Guid.Guid(string).
at System.Guid+GuidParser.ParseChar (Char c) [0x00000] in :0
at System.Guid+GuidParser.ParseGuid2 () [0x00000] in :0
at System.Guid+GuidParser.Parse () [0x00000] in :0
at System.Guid..ctor (System.String g) [0x00000] in :0
at DF.DFIntMemory.CheckKACAlarmsUpdate () [0x00000] in :0
at DF.DFIntMemory.FixedUpdate () [0x00000] in :0

It would appear invalid GUIDs being returned from the KAC API?
Will code a check for invalid GUIDs and see if this helps.

commented

Fixed by V0.18.1.0
055e859