skairunner / sky-oni-mods

Code for Sky's mods for the game Oxygen Not Included.
MIT License
18 stars 25 forks source link

Bleachstone Refinery - not loading at all #35

Open anon098034545636 opened 4 years ago

anon098034545636 commented 4 years ago

As of 2020-04-03, this mod still does not work. The game crashes on startup with only this mod enabled, giving the message: "An error occurred during start-up with mods active."

anon098034545636 commented 4 years ago

This looks important:


[18:02:53.554] [1] [INFO] Initializing at 2020-04-03 18:02:53.553
[18:02:53.554] [1] [INFO] Save path: /home/user/.config/unity3d/Klei/Oxygen Not Included
[18:02:54.167] [1] [INFO] Using builtin mod system.
[18:02:54.167] [1] [INFO] Loading mod content DLL [Bleachstone Refinery:1875446986] (provides DLL, Animation)
[18:02:54.169] [1] [INFO] Loading MOD dll: BleachstoneRefinery.dll
[18:02:54.300] [1] [INFO] [Bleachstone Refinery] Started with version 1.2.0.0.
[18:02:54.345] [1] [INFO] Localization.Initialize!
[18:02:54.359] [1] [INFO] Loading mod content Animation [Bleachstone Refinery:1875446986] (provides DLL, Animation)
MissingFieldException: Field 'LogicOperationalController.INPUT_PORTS_0_1' not found.
  at BuildingConfigManager.RegisterBuilding (IBuildingConfig config) [0x00131] in <819a05acedc7490fbf0316307ea5bd4a>:0 
  at (wrapper dynamic-method) GeneratedBuildings.LoadGeneratedBuildings_Patch1(System.Collections.Generic.List`1<System.Type>)
  at LegacyModMain.LoadBuildings (System.Collections.Generic.List`1[T] types) [0x00050] in <819a05acedc7490fbf0316307ea5bd4a>:0 
  at LegacyModMain.Load () [0x00042] in <819a05acedc7490fbf0316307ea5bd4a>:0 
  at Assets.CreatePrefabs () [0x00000] in <819a05acedc7490fbf0316307ea5bd4a>:0 
  at Assets.OnPrefabInit () [0x0031c] in <819a05acedc7490fbf0316307ea5bd4a>:0 
  at KMonoBehaviour.InitializeComponent () [0x00068] in <3acb861956454a07b4d46768f41ab6a6>:0 
Rethrow as Exception: Error in GameAssets(Clone).Assets.OnPrefabInit
  at KMonoBehaviour.InitializeComponent () [0x000b1] in <3acb861956454a07b4d46768f41ab6a6>:0 
  at KMonoBehaviour.Awake () [0x00008] in <3acb861956454a07b4d46768f41ab6a6>:0 
UnityEngine.Object:Internal_InstantiateSingleWithParent_Injected(Object, Transform, Vector3&, Quaternion&)
UnityEngine.Object:Internal_InstantiateSingleWithParent(Object, Transform, Vector3, Quaternion)
UnityEngine.Object:Instantiate(Object, Vector3, Quaternion, Transform)
UnityEngine.Object:Instantiate(GameObject, Vector3, Quaternion, Transform)
Util:KInstantiate(GameObject, Vector3, Quaternion, GameObject, String, Boolean, Int32)
Util:KInstantiate(GameObject, GameObject, String)
LaunchInitializer:Update()