Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

[Bug]: Could not load file or assembly - UnhollowerBaseLib #204

Open
1 task done
Kalybr50 opened this issue Jan 6, 2023 · 8 comments
Open
1 task done

[Bug]: Could not load file or assembly - UnhollowerBaseLib #204

Kalybr50 opened this issue Jan 6, 2023 · 8 comments
Labels
bug Something isn't working

Comments

@Kalybr50
Copy link

Kalybr50 commented Jan 6, 2023

Are you on the latest version of UnityExplorer?

  • Yes, I'm on the latest version of UnityExplorer.

Which release are you using?

MelonLoader IL2CPP

Which game did this occur on?

Devour

Describe the issue.

I am using MelonLoader v0.6.0 and UnityExplorer net6preview and as far as I understand MelonLoader v0.6.0 does not contain the UnhollowerBaseLib library.
image

Relevant log output

[17:58:48.852] ------------------------------
[17:58:48.882] MelonLoader v0.6.0 ALPHA Pre-Release
[17:58:48.883] OS: Windows 11
[17:58:48.883] Hash Code: C4DAC962FF5E9623DAE8D9FC1AAA8AEC7EFDD2E94D69D4348F2ECCE2CF5314
[17:58:48.883] ------------------------------
[17:58:48.883] Game Type: Il2cpp
[17:58:48.884] Game Arch: x64
[17:58:48.884] ------------------------------
[17:58:48.884] Core::BasePath = D:\Steam\steamapps\common\Devour
[17:58:48.884] Game::BasePath = D:\Steam\steamapps\common\Devour
[17:58:48.884] Game::DataPath = D:\Steam\steamapps\common\Devour\DEVOUR_Data
[17:58:48.884] Game::ApplicationPath = D:\Steam\steamapps\common\Devour\DEVOUR.exe
[17:58:48.884] Runtime Type: net6
[17:58:48.972] ------------------------------
[17:58:48.973] Game Name: DEVOUR
[17:58:48.973] Game Developer: Straight Back Games
[17:58:48.974] Unity Version: 2020.3.38f1
[17:58:48.974] Game Version: 3.3.3
[17:58:48.975] ------------------------------

[17:58:49.541] Preferences Loaded!

[17:58:49.558] Loading Plugins from 'D:\Steam\steamapps\common\Devour\Plugins'...
[17:58:49.561] 0 Plugins loaded.
[17:58:50.045] [MelonStartScreen] Initializing...
[17:58:50.067] [MelonStartScreen] Using Start Screen Theme: "Default"
[17:58:50.105] Loading Il2CppAssemblyGenerator...
[17:58:50.114] [Il2CppAssemblyGenerator] Contacting RemoteAPI...
[17:58:50.261] [Il2CppAssemblyGenerator] RemoteAPI.DumperVersion = 2022.1.0-pre-release.8
[17:58:50.261] [Il2CppAssemblyGenerator] RemoteAPI.ObfuscationRegex = null
[17:58:50.266] [Il2CppAssemblyGenerator] RemoteAPI.MappingURL = null
[17:58:50.267] [Il2CppAssemblyGenerator] RemoteAPI.MappingFileSHA512 = null
[17:58:50.279] [Il2CppAssemblyGenerator] Using Dumper Version: 2022.1.0-pre-release.8
[17:58:50.279] [Il2CppAssemblyGenerator] Using Il2CppInterop Version = 1.4.3-ci.244
[17:58:50.280] [Il2CppAssemblyGenerator] Using Unity Dependencies Version = 2020.3.38
[17:58:50.281] [Il2CppAssemblyGenerator] Using Deobfuscation Regex = null
[17:58:50.281] [Il2CppAssemblyGenerator] Cpp2IL is up to date.
[17:58:50.282] [Il2CppAssemblyGenerator] UnityDependencies is up to date.
[17:58:50.282] [Il2CppAssemblyGenerator] Checking GameAssembly...
[17:58:50.374] [Il2CppAssemblyGenerator] Assembly is up to date. No Generation Needed.

[17:58:50.379] Loading Mods from 'D:\Steam\steamapps\common\Devour\Mods'...
[17:58:50.380] ------------------------------
[17:58:50.407] Melon Assembly loaded: '.\Mods\UnityExplorer.ML.IL2CPP.net6preview.dll'
[17:58:50.407] SHA256 Hash: '181bf3901b820fabbf279fa02d29645c13e9b6c77619dccb0fac1c3cce410375'

[17:58:50.844] Some Melons are missing dependencies, which you may have to install.
If these are optional dependencies, mark them as optional using the MelonOptionalDependencies attribute.
This warning will turn into an error and Melons with missing dependencies will not be loaded in the next version of MelonLoader.
- 'UnityExplorer' is missing the following dependencies:
    - 'UnhollowerBaseLib' v0.4.22.0

[17:58:50.858] ------------------------------
[17:58:50.858] UnityExplorer v4.9.0
[17:58:50.858] by Sinai
[17:58:50.858] Assembly: UnityExplorer.ML.IL2CPP.net6preview.dll
[17:58:50.859] ------------------------------
[17:58:50.859] ------------------------------
[17:58:50.859] 1 Mod loaded.

[17:58:51.413] Registered mono type Il2CppInterop.Runtime.DelegateSupport+Il2CppToMonoDelegateReference in il2cpp domain
[17:58:51.439] Registered mono type MelonLoader.Support.MonoEnumeratorWrapper in il2cpp domain
[17:58:51.442] Registered mono type MelonLoader.Support.SM_Component in il2cpp domain
[17:58:51.448] Support Module Loaded: D:\Steam\steamapps\common\Devour\MelonLoader\Dependencies\SupportModules\Il2Cpp.dll
[17:58:52.087] [UnityExplorer] UnityExplorer 4.9.0 initializing...
[17:58:52.106] [UnityExplorer] [UniverseLib] UniverseLib 1.5.1 initializing...
[17:58:52.108] [UnityExplorer] System.IO.FileNotFoundException: Could not load file or assembly 'UnhollowerBaseLib, Version=0.4.22.0, Culture=neutral, PublicKeyToken=null'. Не удается найти указанный файл.
File name: 'UnhollowerBaseLib, Version=0.4.22.0, Culture=neutral, PublicKeyToken=null'
   at UniverseLib.UniversalBehaviour.Setup()
   at UniverseLib.Universe.Init(Single startupDelay, Action onInitialized, Action`2 logHandler, UniverseLibConfig config)
   at UnityExplorer.ExplorerCore.Init(IExplorerLoader loader)
   at UnityExplorer.ExplorerMelonMod.OnApplicationStart()
   at MelonLoader.MelonEvent.<>c.<Invoke>b__1_0(LemonAction x) in D:\a\MelonLoader\MelonLoader\MelonLoader\Melons\Events\MelonEvent.cs:line 174
   at MelonLoader.MelonEventBase`1.Invoke(Action`1 delegateInvoker) in D:\a\MelonLoader\MelonLoader\MelonLoader\Melons\Events\MelonEvent.cs:line 143
[17:58:54.946] Scene Menu[0] was loaded!
[17:59:16.897] Preferences Saved!
@Kalybr50 Kalybr50 added the bug Something isn't working label Jan 6, 2023
@bud11
Copy link

bud11 commented Jan 11, 2023

Hope this gets fixed soon, not being able to use unityexplorer in 0.6 is stopping me from doing a lot of debugging/inspection in my own mod development

@jadis0x
Copy link

jadis0x commented Jan 12, 2023

I hope it will be fixed soon.

@asc11cat
Copy link

asc11cat commented Feb 8, 2023

This issue is specific for 0.6 ML and seems to be fixed in https://github.com/Baydock/UnityExplorer-NewML fork

@jadis0x @vvdashdash @Kalybr50

@taiyoko
Copy link

taiyoko commented Feb 23, 2023

I am attempting to use this for The Long Dark on 0.6 ML and also getting this error, even with using the fork mentioned above.

@cmkb3
Copy link

cmkb3 commented Mar 7, 2023

@taiyoko

I am attempting to use this for The Long Dark on 0.6 ML and also getting this error, even with using the fork mentioned above.

You need to build the .dlls from source (the fix is not yet included in a release but is contained in the source).

I was having significant and similar issues with MelonLoader v0.6.0 ALPHA / UnityExplorer v4.9.4 with Sons of the Forest -- building from source, installing MelonLoader v0.6.0, and replacing 0harmony.dll with the updated version from MelonLoader's support discord (courtesy link from Joshtt23 in another comment: Google Drive Link - 0harmony.dll via [Bug]: Crash When initialized #210) got me to a working state.

[02:17:40.037] ------------------------------
[02:17:40.074] MelonLoader v0.6.0 ALPHA Pre-Release
[02:17:40.075] OS: Windows 11
[02:17:40.075] Hash Code: C4DAC962FF5E9623DAE8D9FC1AAA8AEC7EFDD2E94D69D4348F2ECCE2CF5314
[02:17:40.075] ------------------------------
[02:17:40.076] Game Type: Il2cpp
[02:17:40.076] Game Arch: x64
[02:17:40.076] ------------------------------
[02:17:40.076] Core::BasePath = C:\Program Files (x86)\Steam\steamapps\common\Sons Of The Forest
[02:17:40.076] Game::BasePath = C:\Program Files (x86)\Steam\steamapps\common\Sons Of The Forest
[02:17:40.076] Game::DataPath = C:\Program Files (x86)\Steam\steamapps\common\Sons Of The Forest\SonsOfTheForest_Data
[02:17:40.077] Game::ApplicationPath = C:\Program Files (x86)\Steam\steamapps\common\Sons Of The Forest\SonsOfTheForest.exe
[02:17:40.077] Runtime Type: net6
[02:17:44.482] ------------------------------
[02:17:44.482] Game Name: SonsOfTheForest
[02:17:44.482] Game Developer: Endnight
[02:17:44.484] Unity Version: 2022.2.3f1
[02:17:44.484] Game Version: UNKNOWN
[02:17:44.484] ------------------------------

[02:17:45.173] Preferences Loaded!

[02:17:45.195] Loading Plugins from 'C:\Program Files (x86)\Steam\steamapps\common\Sons Of The Forest\Plugins'...
[02:17:45.197] 0 Plugins loaded.
[02:17:47.548] Loading Il2CppAssemblyGenerator...
[02:17:47.573] [Il2CppAssemblyGenerator] Contacting RemoteAPI...
[02:17:48.029] [Il2CppAssemblyGenerator] RemoteAPI.DumperVersion = 2022.1.0-pre-release.12
[02:17:48.030] [Il2CppAssemblyGenerator] RemoteAPI.ObfuscationRegex = null
[02:17:48.030] [Il2CppAssemblyGenerator] RemoteAPI.MappingURL = null
[02:17:48.031] [Il2CppAssemblyGenerator] RemoteAPI.MappingFileSHA512 = null
[02:17:48.043] [Il2CppAssemblyGenerator] Using Dumper Version: 2022.1.0-pre-release.12
[02:17:48.043] [Il2CppAssemblyGenerator] Using Il2CppInterop Version = 1.4.3-ci.244
[02:17:48.044] [Il2CppAssemblyGenerator] Using Unity Dependencies Version = 2022.2.3
[02:17:48.044] [Il2CppAssemblyGenerator] Using Deobfuscation Regex = null
[02:17:48.045] [Il2CppAssemblyGenerator] Cpp2IL is up to date.
[02:17:48.045] [Il2CppAssemblyGenerator] UnityDependencies is up to date.
[02:17:48.046] [Il2CppAssemblyGenerator] Checking GameAssembly...
[02:17:48.318] [Il2CppAssemblyGenerator] Assembly is up to date. No Generation Needed.

[02:17:48.323] Loading Mods from 'C:\Program Files (x86)\Steam\steamapps\common\Sons Of The Forest\Mods'...
[02:17:48.324] ------------------------------
[02:17:48.339] Melon Assembly loaded: '.\Mods\UnityExplorer.ML.IL2CPP.net6preview.interop.dll'
[02:17:48.339] SHA256 Hash: 'bd93eddf111c1907df77d2aee4c431571c8bfda342be85f2f28394c76b6c3cc9'

[02:17:48.499] ------------------------------
[02:17:48.499] UnityExplorer v4.9.4
[02:17:48.499] by Sinai
[02:17:48.500] Assembly: UnityExplorer.ML.IL2CPP.net6preview.interop.dll
[02:17:48.500] ------------------------------
[02:17:48.501] ------------------------------
[02:17:48.501] 1 Mod loaded.

[02:17:49.264] Class::Init signatures have been exhausted, using a substitute!
[02:17:49.288] Registered mono type Il2CppInterop.Runtime.DelegateSupport+Il2CppToMonoDelegateReference in il2cpp domain
[02:17:49.321] Registered mono type MelonLoader.Support.MonoEnumeratorWrapper in il2cpp domain
[02:17:49.323] Registered mono type MelonLoader.Support.SM_Component in il2cpp domain
[02:17:49.332] Support Module Loaded: C:\Program Files (x86)\Steam\steamapps\common\Sons Of The Forest\MelonLoader\Dependencies\SupportModules\Il2Cpp.dll
[02:17:49.363] [UnityExplorer] UnityExplorer 4.9.4 initializing...
[02:17:49.390] [UnityExplorer] [UniverseLib] UniverseLib 1.5.4.1 initializing...
[02:17:49.393] Registered mono type UniverseLib.UniversalBehaviour in il2cpp domain
[02:17:49.720] Registered mono type UniverseLib.Runtime.Il2Cpp.Il2CppManagedEnumerator in il2cpp domain
[02:17:49.809] [UnityExplorer] [UniverseLib] Finished UniverseLib initial setup.
[02:17:49.822] Registered mono type UnityExplorer.ExplorerBehaviour in il2cpp domain
[02:17:50.031] [UnityExplorer] Initialized UnityCrashPrevention for: Canvas.get_renderingDisplaySize
[02:17:55.847] [UnityExplorer] [UniverseLib] Loaded Unhollowed modules in 6.1250005 seconds.
[02:17:56.037] [UnityExplorer] [UniverseLib] Setup deobfuscation cache in 0.18900001 seconds.
[02:17:56.041] [UnityExplorer] [UniverseLib] Initialized Legacy Input support
[02:17:56.112] [UnityExplorer] [UniverseLib] 	 IL2CPP method has no corresponding pointer, aborting patch of UnityEngine.AssetBundle.UnloadAllAssetBundles
[02:17:56.114] Registered mono type UniverseLib.AssetBundle in il2cpp domain
[02:17:56.195] [UnityExplorer] [UniverseLib] Loaded modern bundle for Unity 2022.2.3f1
[02:17:56.225] [UnityExplorer] [UniverseLib] UniverseLib 1.5.4.1 initialized.
[02:17:56.228] [UnityExplorer] Creating UI...
[02:17:56.971] [UnityExplorer] UnityExplorer 4.9.4 (IL2CPP) initialized.

image

@The-Mighty-Spud
Copy link

The-Mighty-Spud commented Mar 12, 2023

@cmkb3

I am attempting to use this for The Long Dark on 0.6 ML and also getting this error, even with using the fork mentioned above.

You need to build the .dlls from source (the fix is not yet included in a release but is contained in the source).

I was having significant and similar issues with MelonLoader v0.6.0 ALPHA / UnityExplorer v4.9.4 with Sons of the Forest -- building from source, installing MelonLoader v0.6.0, and replacing 0harmony.dll with the updated version from MelonLoader's support discord (courtesy link from Joshtt23 in another comment: Google Drive Link - 0harmony.dll via [Bug]: Crash When initialized #210) got me to a working state.

[02:17:40.037] ------------------------------
[02:17:40.074] MelonLoader v0.6.0 ALPHA Pre-Release
[02:17:40.075] OS: Windows 11
[02:17:40.075] Hash Code: C4DAC962FF5E9623DAE8D9FC1AAA8AEC7EFDD2E94D69D4348F2ECCE2CF5314
[02:17:40.075] ------------------------------
[02:17:40.076] Game Type: Il2cpp
[02:17:40.076] Game Arch: x64
[02:17:40.076] ------------------------------
[02:17:40.076] Core::BasePath = C:\Program Files (x86)\Steam\steamapps\common\Sons Of The Forest
[02:17:40.076] Game::BasePath = C:\Program Files (x86)\Steam\steamapps\common\Sons Of The Forest
[02:17:40.076] Game::DataPath = C:\Program Files (x86)\Steam\steamapps\common\Sons Of The Forest\SonsOfTheForest_Data
[02:17:40.077] Game::ApplicationPath = C:\Program Files (x86)\Steam\steamapps\common\Sons Of The Forest\SonsOfTheForest.exe
[02:17:40.077] Runtime Type: net6
[02:17:44.482] ------------------------------
[02:17:44.482] Game Name: SonsOfTheForest
[02:17:44.482] Game Developer: Endnight
[02:17:44.484] Unity Version: 2022.2.3f1
[02:17:44.484] Game Version: UNKNOWN
[02:17:44.484] ------------------------------

[02:17:45.173] Preferences Loaded!

[02:17:45.195] Loading Plugins from 'C:\Program Files (x86)\Steam\steamapps\common\Sons Of The Forest\Plugins'...
[02:17:45.197] 0 Plugins loaded.
[02:17:47.548] Loading Il2CppAssemblyGenerator...
[02:17:47.573] [Il2CppAssemblyGenerator] Contacting RemoteAPI...
[02:17:48.029] [Il2CppAssemblyGenerator] RemoteAPI.DumperVersion = 2022.1.0-pre-release.12
[02:17:48.030] [Il2CppAssemblyGenerator] RemoteAPI.ObfuscationRegex = null
[02:17:48.030] [Il2CppAssemblyGenerator] RemoteAPI.MappingURL = null
[02:17:48.031] [Il2CppAssemblyGenerator] RemoteAPI.MappingFileSHA512 = null
[02:17:48.043] [Il2CppAssemblyGenerator] Using Dumper Version: 2022.1.0-pre-release.12
[02:17:48.043] [Il2CppAssemblyGenerator] Using Il2CppInterop Version = 1.4.3-ci.244
[02:17:48.044] [Il2CppAssemblyGenerator] Using Unity Dependencies Version = 2022.2.3
[02:17:48.044] [Il2CppAssemblyGenerator] Using Deobfuscation Regex = null
[02:17:48.045] [Il2CppAssemblyGenerator] Cpp2IL is up to date.
[02:17:48.045] [Il2CppAssemblyGenerator] UnityDependencies is up to date.
[02:17:48.046] [Il2CppAssemblyGenerator] Checking GameAssembly...
[02:17:48.318] [Il2CppAssemblyGenerator] Assembly is up to date. No Generation Needed.

[02:17:48.323] Loading Mods from 'C:\Program Files (x86)\Steam\steamapps\common\Sons Of The Forest\Mods'...
[02:17:48.324] ------------------------------
[02:17:48.339] Melon Assembly loaded: '.\Mods\UnityExplorer.ML.IL2CPP.net6preview.interop.dll'
[02:17:48.339] SHA256 Hash: 'bd93eddf111c1907df77d2aee4c431571c8bfda342be85f2f28394c76b6c3cc9'

[02:17:48.499] ------------------------------
[02:17:48.499] UnityExplorer v4.9.4
[02:17:48.499] by Sinai
[02:17:48.500] Assembly: UnityExplorer.ML.IL2CPP.net6preview.interop.dll
[02:17:48.500] ------------------------------
[02:17:48.501] ------------------------------
[02:17:48.501] 1 Mod loaded.

[02:17:49.264] Class::Init signatures have been exhausted, using a substitute!
[02:17:49.288] Registered mono type Il2CppInterop.Runtime.DelegateSupport+Il2CppToMonoDelegateReference in il2cpp domain
[02:17:49.321] Registered mono type MelonLoader.Support.MonoEnumeratorWrapper in il2cpp domain
[02:17:49.323] Registered mono type MelonLoader.Support.SM_Component in il2cpp domain
[02:17:49.332] Support Module Loaded: C:\Program Files (x86)\Steam\steamapps\common\Sons Of The Forest\MelonLoader\Dependencies\SupportModules\Il2Cpp.dll
[02:17:49.363] [UnityExplorer] UnityExplorer 4.9.4 initializing...
[02:17:49.390] [UnityExplorer] [UniverseLib] UniverseLib 1.5.4.1 initializing...
[02:17:49.393] Registered mono type UniverseLib.UniversalBehaviour in il2cpp domain
[02:17:49.720] Registered mono type UniverseLib.Runtime.Il2Cpp.Il2CppManagedEnumerator in il2cpp domain
[02:17:49.809] [UnityExplorer] [UniverseLib] Finished UniverseLib initial setup.
[02:17:49.822] Registered mono type UnityExplorer.ExplorerBehaviour in il2cpp domain
[02:17:50.031] [UnityExplorer] Initialized UnityCrashPrevention for: Canvas.get_renderingDisplaySize
[02:17:55.847] [UnityExplorer] [UniverseLib] Loaded Unhollowed modules in 6.1250005 seconds.
[02:17:56.037] [UnityExplorer] [UniverseLib] Setup deobfuscation cache in 0.18900001 seconds.
[02:17:56.041] [UnityExplorer] [UniverseLib] Initialized Legacy Input support
[02:17:56.112] [UnityExplorer] [UniverseLib] 	 IL2CPP method has no corresponding pointer, aborting patch of UnityEngine.AssetBundle.UnloadAllAssetBundles
[02:17:56.114] Registered mono type UniverseLib.AssetBundle in il2cpp domain
[02:17:56.195] [UnityExplorer] [UniverseLib] Loaded modern bundle for Unity 2022.2.3f1
[02:17:56.225] [UnityExplorer] [UniverseLib] UniverseLib 1.5.4.1 initialized.
[02:17:56.228] [UnityExplorer] Creating UI...
[02:17:56.971] [UnityExplorer] UnityExplorer 4.9.4 (IL2CPP) initialized.

image

I am having the same problem with Farthest Frontier, may I ask how one would "build the .dlls from source (the fix is not yet included in a release but is contained in the source)."

@Fijxu
Copy link

Fijxu commented Mar 12, 2023

@taiyoko yeah, please give more details in how to. Is necessary to compile everything from the sources? MelonLoader, UnityExplorer, etc.
I was trying to do this on linux with a proton game, then i tried in a Windows VM, and i got the same error

This is my error btw

[18:41:25.891] [WARNING] Some Melons are missing dependencies, which you may have to install.
If these are optional dependencies, mark them as optional using the MelonOptionalDependencies attribute.
This warning will turn into an error and Melons with missing dependencies will not be loaded in the next version of MelonLoader.
- 'UnityExplorer' is missing the following dependencies:
    - 'UnityEngine.CoreModule' v3.7.1.6
    - 'UnhollowerBaseLib' v0.4.22.0
    - 'UnityEngine.UIModule' v3.7.1.6
    - 'UnityEngine.UI' v3.7.1.6
    - 'UnityEngine.TextRenderingModule' v3.7.1.6
    - 'Il2Cppmscorlib' v3.7.1.6
    - 'UnityEngine.AudioModule' v3.7.1.6
    - 'Il2CppSystem.Core' v3.7.1.6
    - 'UnityEngine.PhysicsModule' v3.7.1.6

@ADamnedStranger
Copy link

I do have the same issue with "The Long Dark." It will load the mod but as soon as it initializes, it crashes.
Loading no mods works fine. Replacing the 0Harmony file doesn't work either.

`[15:18:26.463] ------------------------------
[15:18:26.463] UModTld v1.0.0
[15:18:26.463] by Cheryl
[15:18:26.464] Assembly: UModTld.dll
[15:18:26.464] ------------------------------
[15:18:26.479] ------------------------------
[15:18:26.480] WeightTweaks v2.3.1
[15:18:26.480] by Xpazeman
[15:18:26.480] Assembly: WeightTweaks.dll
[15:18:26.481] ------------------------------
[15:18:26.496] ------------------------------
[15:18:26.496] WorkingClocks v1.2.0
[15:18:26.496] by Xpazeman
[15:18:26.497] Assembly: WorkingClocks.dll
[15:18:26.498] ------------------------------
[15:18:26.499] ------------------------------
[15:18:26.500] 26 Mods loaded.

[15:18:27.460] Class::Init signatures have been exhausted, using a substitute!
[15:18:27.486] Registered mono type Il2CppInterop.Runtime.DelegateSupport+Il2CppToMonoDelegateReference in il2cpp domain
[15:18:27.523] Registered mono type MelonLoader.Support.MonoEnumeratorWrapper in il2cpp domain
[15:18:27.526] Registered mono type MelonLoader.Support.SM_Component in il2cpp domain
[15:18:27.535] Support Module Loaded: E:\SteamLibrary\steamapps\common\TheLongDark\MelonLoader\Dependencies\SupportModules\Il2Cpp.dll
[15:18:27.540] Registered mono type AlternativeActionUtilities.AlternativeAction in il2cpp domain
[15:18:27.547] Registered mono type CalorieWaltz.CollectibleCandleComponent in il2cpp domain
[15:18:27.551] Registered mono type ModComponent.SceneLoader.Shaders.SubstituteShadersRecursive in il2cpp domain
[15:18:27.555] Registered mono type ModComponent.SceneLoader.Shaders.SubstituteShadersSingle in il2cpp domain
[15:18:27.556] Registered mono type ModComponent.SceneLoader.Shaders.SubstituteShadersTerrain in il2cpp domain
[15:18:27.557] Registered mono type ModComponent.AssetLoader.SaveAtlas in il2cpp domain
[15:18:27.558] Registered mono type ModComponent.API.AlcoholComponent in il2cpp domain
[15:18:27.559] Registered mono type ModComponent.API.Modifications.AddTag in il2cpp domain
[15:18:27.560] Registered mono type ModComponent.API.Modifications.AttachBehaviour in il2cpp domain
[15:18:27.560] Registered mono type ModComponent.API.Modifications.ChangeLayer in il2cpp domain
[15:18:27.561] Registered mono type ModComponent.API.Modifications.PlayAkSound in il2cpp domain
[15:18:27.562] Registered mono type ModComponent.API.Components.ModBaseComponent in il2cpp domain
[15:18:27.563] Registered mono type ModComponent.API.Components.ModBaseEquippableComponent in il2cpp domain
[15:18:27.565] Registered mono type ModComponent.API.Components.ModBedComponent in il2cpp domain
[15:18:27.566] Registered mono type ModComponent.API.Components.ModBodyHarvestComponent in il2cpp domain
[15:18:27.566] Registered mono type ModComponent.API.Components.ModCharcoalComponent in il2cpp domain
[15:18:27.567] Registered mono type ModComponent.API.Components.ModClothingComponent in il2cpp domain
[15:18:27.568] Registered mono type ModComponent.API.Components.ModCollectibleComponent in il2cpp domain
[15:18:27.568] Registered mono type ModComponent.API.Components.ModCookableComponent in il2cpp domain
[15:18:27.569] Registered mono type ModComponent.API.Components.ModCookingPotComponent in il2cpp domain
[15:18:27.570] Registered mono type ModComponent.API.Components.ModExplosiveComponent in il2cpp domain
[15:18:27.573] Registered mono type ModComponent.API.Components.ModFirstAidComponent in il2cpp domain
[15:18:27.575] Registered mono type ModComponent.API.Components.ModFoodComponent in il2cpp domain
[15:18:27.575] Registered mono type ModComponent.API.Components.ModGenericComponent in il2cpp domain
[15:18:27.576] Registered mono type ModComponent.API.Components.ModGenericEquippableComponent in il2cpp domain
[15:18:27.577] Registered mono type ModComponent.API.Components.ModLiquidComponent in il2cpp domain
[15:18:27.578] Registered mono type ModComponent.API.Components.ModPowderComponent in il2cpp domain
[15:18:27.578] Registered mono type ModComponent.API.Components.ModPurificationComponent in il2cpp domain
[15:18:27.579] Registered mono type ModComponent.API.Components.ModRandomItemComponent in il2cpp domain
[15:18:27.580] Registered mono type ModComponent.API.Components.ModRandomWeightedItemComponent in il2cpp domain
[15:18:27.581] Registered mono type ModComponent.API.Components.ModResearchComponent in il2cpp domain
[15:18:27.582] Registered mono type ModComponent.API.Components.ModToolComponent in il2cpp domain
[15:18:27.583] Registered mono type ModComponent.API.Behaviours.ModFireMakingBaseBehaviour in il2cpp domain
[15:18:27.584] Registered mono type ModComponent.API.Behaviours.ModAccelerantBehaviour in il2cpp domain
[15:18:27.585] Registered mono type ModComponent.API.Behaviours.ModBurnableBehaviour in il2cpp domain
[15:18:27.586] Registered mono type ModComponent.API.Behaviours.ModCarryingCapacityBehaviour in il2cpp domain
[15:18:27.586] Registered mono type ModComponent.API.Behaviours.ModEvolveBehaviour in il2cpp domain
[15:18:27.587] Registered mono type ModComponent.API.Behaviours.ModFireStarterBehaviour in il2cpp domain
[15:18:27.588] Registered mono type ModComponent.API.Behaviours.ModHarvestableBehaviour in il2cpp domain
[15:18:27.590] Registered mono type ModComponent.API.Behaviours.ModMillableBehaviour in il2cpp domain
[15:18:27.591] Registered mono type ModComponent.API.Behaviours.ModRepairableBehaviour in il2cpp domain
[15:18:27.592] Registered mono type ModComponent.API.Behaviours.ModScentBehaviour in il2cpp domain
[15:18:27.592] Registered mono type ModComponent.API.Behaviours.ModSharpenableBehaviour in il2cpp domain
[15:18:27.593] Registered mono type ModComponent.API.Behaviours.ModStackableBehaviour in il2cpp domain
[15:18:27.594] Registered mono type ModComponent.API.Behaviours.ModTinderBehaviour in il2cpp domain
[15:18:27.596] Registered mono type ModSettings.ModSettingsGUI in il2cpp domain
`

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

9 participants