Oxygen Not Included

Oxygen Not Included

Advanced Liquid Cooler
rakslice 25 Jun, 2021 @ 6:17pm
problem since Jun 25 update
After the update today, when loading the mod, oni gives an error about insufficient disk space while trying to write to the mods directory of this mod, but I have several gigs free on the drive this is on. Perhaps there is some other unwanted file I/O happening that getting an error that it misinterprets as a disk space problem?
Last edited by rakslice; 26 Jun, 2021 @ 10:04pm
< >
Showing 1-4 of 4 comments
rakslice 25 Jun, 2021 @ 7:19pm 
According to the player.log it's failing to load, and then also trying to uninstall and reinstall every time which presumably fails because the DLL file is already open:

[02:13:13.397] [1] [INFO] Loading mod content DLL [Advanced Liquid Cooler:2119775064] (provides DLL) [02:13:13.398] [1] [INFO] Loading MOD dll: AdvancedLiquidCooler.dll [02:13:13.410] [1] [ERROR] null Exception while loading mod 2119775064.Steam at C:/Users/rakslice/Documents/Klei/OxygenNotIncluded/mods/Steam/2119775064. System.TypeLoadException: Could not resolve type with token 01000019 (from typeref, class/assembly HarmonyLib.HarmonyPatch, 0Harmony, Version=2.0.5.0, Culture=neutral, PublicKeyToken=null) at (wrapper managed-to-native) System.MonoCustomAttrs.GetCustomAttributesInternal(System.Reflection.ICustomAttributeProvider,System.Type,bool) at System.MonoCustomAttrs.GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inheritedOnly) [0x00013] in <9577ac7a62ef43179789031239ba8798>:0 at System.MonoCustomAttrs.GetCustomAttributes (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inherit) [0x00037] in <9577ac7a62ef43179789031239ba8798>:0 at System.RuntimeType.GetCustomAttributes (System.Boolean inherit) [0x00000] in <9577ac7a62ef43179789031239ba8798>:0 at Harmony.HarmonyMethodExtensions.GetHarmonyMethods (System.Type type) [0x00001] in <1b23547042994e96b8b6361dbe3791d9>:0 at Harmony.HarmonyInstance.<PatchAll>b__9_0 (System.Type type) [0x00001] in <1b23547042994e96b8b6361dbe3791d9>:0 at Harmony.CollectionExtensions.Do[T] (System.Collections.Generic.IEnumerable`1[T] sequence, System.Action`1[T] action) [0x0001b] in <1b23547042994e96b8b6361dbe3791d9>:0 at Harmony.HarmonyInstance.PatchAll (System.Reflection.Assembly assembly) [0x00007] in <1b23547042994e96b8b6361dbe3791d9>:0 at KMod.DLLLoader.LoadDLLs (System.String harmonyId, System.String path) [0x002b8] in <ab4bdc425be2489bb8a9b667082958c0>:0 Exception while loading mod 2119775064.Steam at C:/Users/rakslice/Documents/Klei/OxygenNotIncluded/mods/Steam/2119775064. System.TypeLoadException: Could not resolve type with token 01000019 (from typeref, class/assembly HarmonyLib.HarmonyPatch, 0Harmony, Version=2.0.5.0, Culture=neutral, PublicKeyToken=null) at (wrapper managed-to-native) System.MonoCustomAttrs.GetCustomAttributesInternal(System.Reflection.ICustomAttributeProvider,System.Type,bool) at System.MonoCustomAttrs.GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inheritedOnly) [0x00013] in <9577ac7a62ef43179789031239ba8798>:0 at System.MonoCustomAttrs.GetCustomAttributes (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inherit) [0x00037] in <9577ac7a62ef43179789031239ba8798>:0 at System.RuntimeType.GetCustomAttributes (System.Boolean inherit) [0x00000] in <9577ac7a62ef43179789031239ba8798>:0 at Harmony.HarmonyMethodExtensions.GetHarmonyMethods (System.Type type) [0x00001] in <1b23547042994e96b8b6361dbe3791d9>:0 at Harmony.HarmonyInstance.<PatchAll>b__9_0 (System.Type type) [0x00001] in <1b23547042994e96b8b6361dbe3791d9>:0 at Harmony.CollectionExtensions.Do[T] (System.Collections.Generic.IEnumerable`1[T] sequence, System.Action`1[T] action) [0x0001b] in <1b23547042994e96b8b6361dbe3791d9>:0 at Harmony.HarmonyInstance.PatchAll (System.Reflection.Assembly assembly) [0x00007] in <1b23547042994e96b8b6361dbe3791d9>:0 at KMod.DLLLoader.LoadDLLs (System.String harmonyId, System.String path) [0x002b8] in <ab4bdc425be2489bb8a9b667082958c0>:0 (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35) [02:13:13.412] [1] [INFO] Failed to load mod Advanced Liquid Cooler...disabling

... and later ...

[02:13:21.849] [1] [INFO] Advanced Liquid Cooler: Successfully loaded from path 'root' with content 'DLL'. [02:13:21.849] [1] [INFO] Subscribe to mod Advanced Liquid Cooler [02:13:21.849] [1] [INFO] Uninstalling mod Advanced Liquid Cooler [02:13:21.851] [1] [INFO] UnauthorizedAccessException during IO on C:/Users/rakslice/Documents/Klei/OxygenNotIncluded/mods/Steam/2119775064 , squelching. Stack trace was: Access to the path "C:/Users/rakslice/Documents/Klei/OxygenNotIncluded/mods/Steam/2119775064\AdvancedLiquidCooler.dll" is denied. at Klei.FileUtil.DoIOFunc[T] (System.Func`1[TResult] io_op, System.Int32 retry_count) [0x00032] in <7888ce3a87c24906b6c550663f653f46>:0 at Klei.FileUtil.DoIODialog[T] (System.Func`1[TResult] io_op, System.String io_subject, T fail_result, System.Int32 retry_count) [0x00000] in <7888ce3a87c24906b6c550663f653f46>:0 [02:13:21.851] [1] [INFO] Error encountered during file access: IOError error: C:/Users/rakslice/Documents/Klei/OxygenNotIncluded/mods/Steam/2119775064 [02:13:21.853] [1] [INFO] Reporting error. [02:13:21.853] [1] [INFO] Access to the path "C:/Users/rakslice/Documents/Klei/OxygenNotIncluded/mods/Steam/2119775064\AdvancedLiquidCooler.dll" is denied. [02:13:21.853] [1] [INFO] at Klei.FileUtil.DoIOFunc[T] (System.Func`1[TResult] io_op, System.Int32 retry_count) [0x00032] in <7888ce3a87c24906b6c550663f653f46>:0 at Klei.FileUtil.DoIODialog[T] (System.Func`1[TResult] io_op, System.String io_subject, T fail_result, System.Int32 retry_count) [0x00000] in <7888ce3a87c24906b6c550663f653f46>:0 [02:13:21.865] [1] [INFO] Submitting crash: DontDestroyOnLoad only works for root GameObjects or components on root GameObjects. (Filename: Line: 589) [02:13:21.871] [1] [INFO] Can't uninstall Advanced Liquid Cooler: directory deletion failed [02:13:21.871] [1] [INFO] Failed. Will re-install on restart.


rakslice 25 Jun, 2021 @ 7:39pm 
I get the same exception with the same missing type token number with the current versions of your other three mods also.
rakslice 2 Jul, 2021 @ 4:51pm 
Still having this same problem as of the latest update of the mod
rakslice 2 Jul, 2021 @ 4:54pm 
This is without the DLC; is there a way you can still test that?
< >
Showing 1-4 of 4 comments
Per page: 1530 50