lilwhitemouse / RimWorld-LWM.DeepStorage

A mod for the game RimWorld that has a set of Deep Storage Units that allow storing more than one item at a location.
GNU General Public License v3.0
29 stars 36 forks source link

Error on loading #133

Closed silentdeth closed 1 year ago

silentdeth commented 1 year ago

Error in static constructor of LWM.DeepStorage.ModInit: System.TypeInitializationException: The type initializer for 'LWM.DeepStorage.ModInit' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object at LWM.DeepStorage.Settings.MakeAllStorageDeepStorage () [0x00049] in <39a6e934962b49199c1b5c93dacf58f8>:0 at LWM.DeepStorage.Settings.DefsLoaded () [0x00007] in <39a6e934962b49199c1b5c93dacf58f8>:0 at LWM.DeepStorage.ModInit..cctor () [0x00005] in <39a6e934962b49199c1b5c93dacf58f8>:0 --- End of inner exception stack trace --- at (wrapper managed-to-native) System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(intptr) at System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor (System.RuntimeTypeHandle type) [0x0002a] in :0 at (wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility.Verse.StaticConstructorOnStartupUtility.CallAll_Patch2() (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

ezadEzanee commented 1 year ago

I had the same error too. Full logs https://gist.github.com/7d0dcebf3a7231cb97dcda4a298a8eff

derek-elliott commented 1 year ago

Ran into this issue too. If you unsubscribe and resubscribe, it should clear up.

lilwhitemouse commented 1 year ago

Newest release should fix this (in general)!