You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added additional debugging information to the ExposeData method, and verified cachedArtilleryCompsBombarding is the type expected, and contains only the type expected, so I'm not sure what is causing the problem. Skipping saving cachedArtilleryCompsBombarding or emptying it during the save removes the error.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Stack Trace
This produces the following exception:
Which happens on line 113 of
WorldArtilleryTracker.cs
when trying to save the non-emptycachedArtilleryCompsBombarding
.Mod List
Harmony
Core
Royalty
VFE Framework
VFE Sec
Hugs Lib
Better Mods Mismatch Window
Notes
I added additional debugging information to the
ExposeData
method, and verifiedcachedArtilleryCompsBombarding
is the type expected, and contains only the type expected, so I'm not sure what is causing the problem. Skipping savingcachedArtilleryCompsBombarding
or emptying it during the save removes the error.The text was updated successfully, but these errors were encountered: