UnityExplorer
UnityExplorer copied to clipboard
[Bug]: Unable to get Ui to open
Are you on the latest version of UnityExplorer?
- [X] Yes, I'm on the latest version of UnityExplorer.
Which release are you using?
MelonLoader IL2CPP
Which game did this occur on?
Animal Jam (Play Wild)
Describe the issue.
I cant seem to get the Unityexplorer Ui to work, even if I press f7. It says the mod is installed, but doesn't run.
Relevant log output
[17:06:09.040] ------------------------------
[17:06:09.041] MelonLoader v0.5.4 Open-Beta
[17:06:09.041] OS: Windows 10
[17:06:09.041] Hash Code: 99102531024810154100579910097100505048995753975597975597101485351514856
[17:06:09.042] ------------------------------
[17:06:09.042] Game Type: Il2Cpp
[17:06:09.042] Game Arch: x64
[17:06:09.042] ------------------------------
[17:06:09.042] Core::BasePath = C:\Users\Eve\AppData\Local\Programs\WildWorks\Animal Jam\Data\build
[17:06:09.042] Game::BasePath = C:\Users\Eve\AppData\Local\Programs\WildWorks\Animal Jam\Data\build
[17:06:09.043] Game::DataPath = C:\Users\Eve\AppData\Local\Programs\WildWorks\Animal Jam\Data\build\Play Wild_Data
[17:06:09.043] Game::ApplicationPath = C:\Users\Eve\AppData\Local\Programs\WildWorks\Animal Jam\Data\build\Play Wild.exe
[17:06:11.623] ------------------------------
[17:06:11.624] Game Name: Animal Jam
[17:06:11.624] Game Developer: WildWorks
[17:06:11.625] Unity Version: 2020.3.14f1
[17:06:11.625] Game Version: 75.0.19
[17:06:11.625] ------------------------------
[17:06:11.845] Preferences Loaded!
[17:06:11.858] [Il2CppUnityTls] Patching mono_unity_get_unitytls_interface...
[17:06:11.858] [Il2CppUnityTls] Patching il2cpp_unity_install_unitytls_interface...
[17:06:11.979] [Il2CppUnityTls] Calling Il2CppInstallUnityTlsInterface...
[17:06:12.002] Loading Plugins...
[17:06:12.005] ------------------------------
[17:06:12.005] No Plugins Loaded!
[17:06:12.005] ------------------------------
[17:06:12.461] Loading MelonStartScreen...
[17:06:12.489] Using Start Screen Theme: "Default"
[17:06:12.591] User32::SetTimer original: 0x7FFD49833BA0
[17:06:12.592] Applying USER32.dll::SetTimer Hook at 0x7FFD49833BA0
[17:06:12.592] Creating delegate for original USER32.dll::SetTimer (0x7FFD09C60360)
[17:06:12.593] Applied USER32.dll::SetTimer patch
[17:06:13.365] Loading Il2CppAssemblyGenerator...
[17:06:13.385] Contacting RemoteAPI...
[17:06:13.977] RemoteAPI.DumperVersion = null
[17:06:13.978] RemoteAPI.UnhollowerVersion = null
[17:06:13.979] RemoteAPI.ObfuscationRegex = null
[17:06:13.979] RemoteAPI.MappingURL = null
[17:06:13.980] RemoteAPI.MappingFileSHA512 = null
[17:06:13.981] Using Dumper Version: 2022.1.0-pre-release.3
[17:06:13.982] Using Il2CppAssemblyUnhollower Version = 0.4.18.0
[17:06:13.982] Using Unity Dependencies Version = 2020.3.14
[17:06:13.983] Using Deobfuscation Regex = null
[17:06:13.984] Cpp2IL is up to date.
[17:06:13.984] Il2CppAssemblyUnhollower is up to date.
[17:06:13.985] UnityDependencies is up to date.
[17:06:13.985] Checking GameAssembly...
[17:06:14.373] Assembly Generation Needed!
[17:06:14.377] Executing Cpp2IL...
[17:06:14.380] "C:\Users\Eve\AppData\Local\Programs\WildWorks\Animal Jam\Data\build\MelonLoader\Dependencies\Il2CppAssemblyGenerator\Cpp2IL\Cpp2IL.exe" --game-path "C:\Users\Eve\AppData\Local\Programs\WildWorks\Animal Jam\Data\build" --exe-name "Play Wild" --use-processor attributeinjector --output-as dummydll
[17:06:14.434] ===Cpp2IL by Samboy063===
[17:06:14.435] A Tool to Reverse Unity's "il2cpp" Build Process.
[17:06:14.436] Version 2022.1.0-pre-release.3
[17:06:14.436]
[17:06:14.437] [Warn] [Program] NO_COLOR set, disabling ANSI color codes as you requested.
[17:06:14.438] [Info] [Program] Running on Win32NT
[17:06:14.522] [Info] [Plugins] Using Plugin: Cpp2IL Built-In
[17:06:14.532] [Info] [Program] Determined game's unity version to be 2020.3.14
[17:06:14.574] [Info] [Library] Initializing Metadata...
[17:06:14.575] [Info] [Library] Using actual IL2CPP Metadata version 27.1
[17:06:15.560] [Info] [Library] Initialized Metadata in 986ms
[17:06:15.561] [Info] [Library] Using binary type Portable Executable (from LibCpp2IL)
[17:06:15.562] [Info] [Library] Searching Binary for Required Data...
[17:06:20.825] [Info] [Library] Got Binary codereg: 0x182BF9A20, metareg: 0x182BFB910 in 5263ms.
[17:06:20.826] [Info] [Library] Initializing Binary...
[17:06:21.104] [Info] [Library] Initialized Binary in 279ms
[17:06:21.185] [Info] [Library] Mapping pointers to Il2CppMethodDefinitions...Processed 119761 OK (81ms)
[17:06:21.464] [ERROR]
[17:06:21.474] [ERROR] Unhandled Exception: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
[17:06:21.475] [ERROR] Parameter name: length
[17:06:21.475] [ERROR] at System.Range.GetOffsetAndLength(Int32 length) in /_/src/IndexRange/Range.cs:line 99
[17:06:21.476] [ERROR] at Cpp2IL.Core.Extensions.MiscExtensions.SubArray[T](T[] source, Range range) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL.Core\Extensions\MiscExtensions.cs:line 112
[17:06:21.477] [ERROR] at Cpp2IL.Core.Utils.X86Utils.GetRawManagedOrCaCacheGenMethodBody(UInt64 ptr, Boolean isCaGen) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL.Core\Utils\X86Utils.cs:line 49
[17:06:21.478] [ERROR] at Cpp2IL.Core.Model.Contexts.MethodAnalysisContext..ctor(Il2CppMethodDefinition definition, TypeAnalysisContext parent) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL.Core\Model\Contexts\MethodAnalysisContext.cs:line 80
[17:06:21.479] [ERROR] at Cpp2IL.Core.Model.Contexts.TypeAnalysisContext.<.ctor>b__28_0(Il2CppMethodDefinition m) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL.Core\Model\Contexts\TypeAnalysisContext.cs:line 71
[17:06:21.479] [ERROR] at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
[17:06:21.480] [ERROR] at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
[17:06:21.480] [ERROR] at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
[17:06:21.481] [ERROR] at Cpp2IL.Core.Model.Contexts.TypeAnalysisContext..ctor(Il2CppTypeDefinition il2CppTypeDefinition, AssemblyAnalysisContext containingAssembly) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL.Core\Model\Contexts\TypeAnalysisContext.cs:line 71
[17:06:21.482] [ERROR] at Cpp2IL.Core.Model.Contexts.AssemblyAnalysisContext..ctor(Il2CppAssemblyDefinition assemblyDefinition, ApplicationAnalysisContext appContext) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL.Core\Model\Contexts\AssemblyAnalysisContext.cs:line 50
[17:06:21.483] [ERROR] at Cpp2IL.Core.Model.Contexts.ApplicationAnalysisContext..ctor(Il2CppBinary binary, Il2CppMetadata metadata, Single metadataVersion) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL.Core\Model\Contexts\ApplicationAnalysisContext.cs:line 73
[17:06:21.483] [ERROR] at Cpp2IL.Core.Cpp2IlApi.OnLibInitialized() in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL.Core\Cpp2IlApi.cs:line 203
[17:06:21.486] [ERROR] at Cpp2IL.Program.MainWithArgs(Cpp2IlRuntimeArgs runtimeArgs) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL\Program.cs:line 324
[17:06:21.487] [ERROR] at Cpp2IL.Program.Main(String[] args) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL\Program.cs:line 268
[17:06:22.040] [Info] [Program] Creating application model...
[17:06:22.135] Loading Mods...
[17:06:22.179] [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:
- 'UnhollowerBaseLib' v0.4.22.0
- 'Il2Cppmscorlib' v3.7.1.6
- 'Il2CppSystem.Core' v3.7.1.6
[17:06:22.182] ------------------------------
[17:06:22.183] 1 Mod Loaded
[17:06:22.183] ------------------------------
[17:06:22.183] UnityExplorer v4.7.12
[17:06:22.184] by Sinai
[17:06:22.209] SHA256 Hash: b0bbcc8c45c4a57a23bf055bccb16019ca196cea2d4e2f184fc879da8777456c
[17:06:22.210] ------------------------------
[17:06:22.217] [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:
- 'UnhollowerBaseLib' v0.4.22.0
- 'Il2Cppmscorlib' v3.7.1.6
- 'Il2CppSystem.Core' v3.7.1.6
[17:06:22.225] [ERROR] No Support Module Loaded!
This seems to be an issue with MelonLoader, you may want to ask them for help.
[17:06:21.474] [ERROR] Unhandled Exception: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
[17:06:21.475] [ERROR] Parameter name: length
[17:06:21.475] [ERROR] at System.Range.GetOffsetAndLength(Int32 length) in /_/src/IndexRange/Range.cs:line 99
[17:06:21.476] [ERROR] at Cpp2IL.Core.Extensions.MiscExtensions.SubArray[T](T[] source, Range range) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL.Core\Extensions\MiscExtensions.cs:line 112
[17:06:21.477] [ERROR] at Cpp2IL.Core.Utils.X86Utils.GetRawManagedOrCaCacheGenMethodBody(UInt64 ptr, Boolean isCaGen) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL.Core\Utils\X86Utils.cs:line 49
[17:06:21.478] [ERROR] at Cpp2IL.Core.Model.Contexts.MethodAnalysisContext..ctor(Il2CppMethodDefinition definition, TypeAnalysisContext parent) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL.Core\Model\Contexts\MethodAnalysisContext.cs:line 80
[17:06:21.479] [ERROR] at Cpp2IL.Core.Model.Contexts.TypeAnalysisContext.<.ctor>b__28_0(Il2CppMethodDefinition m) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL.Core\Model\Contexts\TypeAnalysisContext.cs:line 71
[17:06:21.479] [ERROR] at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
[17:06:21.480] [ERROR] at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
[17:06:21.480] [ERROR] at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
[17:06:21.481] [ERROR] at Cpp2IL.Core.Model.Contexts.TypeAnalysisContext..ctor(Il2CppTypeDefinition il2CppTypeDefinition, AssemblyAnalysisContext containingAssembly) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL.Core\Model\Contexts\TypeAnalysisContext.cs:line 71
[17:06:21.482] [ERROR] at Cpp2IL.Core.Model.Contexts.AssemblyAnalysisContext..ctor(Il2CppAssemblyDefinition assemblyDefinition, ApplicationAnalysisContext appContext) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL.Core\Model\Contexts\AssemblyAnalysisContext.cs:line 50
[17:06:21.483] [ERROR] at Cpp2IL.Core.Model.Contexts.ApplicationAnalysisContext..ctor(Il2CppBinary binary, Il2CppMetadata metadata, Single metadataVersion) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL.Core\Model\Contexts\ApplicationAnalysisContext.cs:line 73
[17:06:21.483] [ERROR] at Cpp2IL.Core.Cpp2IlApi.OnLibInitialized() in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL.Core\Cpp2IlApi.cs:line 203
[17:06:21.486] [ERROR] at Cpp2IL.Program.MainWithArgs(Cpp2IlRuntimeArgs runtimeArgs) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL\Program.cs:line 324
[17:06:21.487] [ERROR] at Cpp2IL.Program.Main(String[] args) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL\Program.cs:line 268
[17:06:22.040] [Info] [Program] Creating application model...
[17:06:22.135] Loading Mods...
[17:06:22.179] [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:
- 'UnhollowerBaseLib' v0.4.22.0
- 'Il2Cppmscorlib' v3.7.1.6
- 'Il2CppSystem.Core' v3.7.1.6