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

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

@Kalybr50

Description

@Kalybr50

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions