Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Exception in IL2CPP-to-Managed trampoline #731

Closed
6 of 7 tasks
phoob-stack opened this issue Sep 2, 2024 · 1 comment
Closed
6 of 7 tasks

[Bug]: Exception in IL2CPP-to-Managed trampoline #731

phoob-stack opened this issue Sep 2, 2024 · 1 comment
Labels
Bug / Issue Something isn't working Completed

Comments

@phoob-stack
Copy link

phoob-stack commented Sep 2, 2024

All of the following criteria must be met

  • All Requirements must be installed.
  • Changed the title so that it doesn't just says "[Bug]: "
  • I have searched the GitHub issues for my bug, even in the closed issues.

All of the following are optional to answer

  • Tried reinstalling the Game.
  • Tried reinstalling MelonLoader.
  • Tried restarting PC.
  • Was able to see the Start Screen.

Describe the issue.

As discussed with Samboy (thank you btw)
using 2022.1.0 PRERELEASE
Unity : 2023.2.13F1
Game : ECO

[20:30:45.367] MelonLoader v0.6.4 Open-Beta
[20:30:45.368] OS: Windows 11
[20:30:45.368] Hash Code: 57EE1B42E1FB9958A6BA7AB968E66098D05A9C82A5236075512B7E61BC7C2A65
[20:30:45.368] ------------------------------
[20:30:45.368] Game Type: Il2cpp
[20:30:45.369] Game Arch: x64
[20:30:45.369] ------------------------------
[20:30:45.369] Core::BasePath = W:\SteamLibrary\steamapps\common\Eco
[20:30:45.369] Game::BasePath = W:\SteamLibrary\steamapps\common\Eco
[20:30:45.369] Game::DataPath = W:\SteamLibrary\steamapps\common\Eco\Eco_Data
[20:30:45.369] Game::ApplicationPath = W:\SteamLibrary\steamapps\common\Eco\Eco.exe
[20:30:45.369] Runtime Type: net6
[20:30:45.604] ------------------------------
[20:30:45.604] Game Name: Eco
[20:30:45.605] Game Developer: Strange Loop Games
[20:30:45.606] Unity Version: 2023.2.13f1
[20:30:45.606] Game Version: UNKNOWN
[20:30:45.606] ------------------------------

[20:30:49.489] Preferences Loaded!

[20:30:50.326] Loading UserLibss from 'W:\SteamLibrary\steamapps\common\Eco\UserLibs'...

[20:30:50.332] Loading Plugins from 'W:\SteamLibrary\steamapps\common\Eco\Plugins'...
[20:30:50.333] 0 Plugins loaded.
[20:30:50.670] Loading Il2CppAssemblyGenerator...
[20:30:50.696] [Il2CppAssemblyGenerator] Contacting RemoteAPI...
[20:30:50.874] [Il2CppAssemblyGenerator] RemoteAPI.DumperVersion = null
[20:30:50.874] [Il2CppAssemblyGenerator] RemoteAPI.ObfuscationRegex = null
[20:30:50.875] [Il2CppAssemblyGenerator] RemoteAPI.MappingURL = null
[20:30:50.875] [Il2CppAssemblyGenerator] RemoteAPI.MappingFileSHA512 = null
[20:30:50.908] [Il2CppAssemblyGenerator] Using Dumper Version: 2022.1.0-pre-release.15
[20:30:50.908] [Il2CppAssemblyGenerator] Using Il2CppInterop Version = 1.4.6-ci.433+45e22c2cb80a9586114a1815d77cc20104fd896c
[20:30:50.909] [Il2CppAssemblyGenerator] Using Unity Dependencies Version = 2023.2.13
[20:30:50.909] [Il2CppAssemblyGenerator] Using Deobfuscation Regex = null
[20:30:50.910] [Il2CppAssemblyGenerator] Cpp2IL is up to date.
[20:30:50.910] [Il2CppAssemblyGenerator] UnityDependencies is up to date.
[20:30:50.910] [Il2CppAssemblyGenerator] Checking GameAssembly...
[20:30:51.091] [Il2CppAssemblyGenerator] Assembly is up to date. No Generation Needed.

[20:30:51.092] Loading Mods from 'W:\SteamLibrary\steamapps\common\Eco\Mods'...
[20:30:51.093] 0 Mods loaded.

[20:30:52.515] Class::Init signatures have been exhausted, using a substitute!
[20:30:52.616] Registered mono type Il2CppInterop.Runtime.DelegateSupport+Il2CppToMonoDelegateReference in il2cpp domain
[20:30:52.639] Registered mono type MelonLoader.Support.MonoEnumeratorWrapper in il2cpp domain
[20:30:52.641] Registered mono type MelonLoader.Support.SM_Component in il2cpp domain
[20:30:52.651] No Support Module Loaded!
[20:30:53.585] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Start()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentStart(IntPtr , Il2CppMethodInfo* )
[20:30:53.587] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.602] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.612] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.612] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.614] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.629] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.643] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.658] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.706] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.709] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.710] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.712] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.713] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.713] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.714] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.715] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.716] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.717] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.718] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.719] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.720] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.721] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.724] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.725] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.726] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.727] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.728] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.729] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.730] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.731] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.732] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.733] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.734] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.734] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.735] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.736] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.737] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.738] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.742] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.743] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.745] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.747] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.747] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.748] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.749] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.750] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.751] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.751] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.752] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.753] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.754] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.755] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.759] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.760] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.762] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.763] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.763] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.765] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.765] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.766] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.767] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.768] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.769] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.769] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.770] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.775] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.776] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.777] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.779] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.780] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.780] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.781] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.782] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.783] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.784] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.784] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.785] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.786] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.787] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.788] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.788] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.792] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.793] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.794] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.795] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )
[20:30:53.796] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.Exception: ICall with signature UnityEngine.Transform::SetAsLastSibling was not resolved
   at (missing icall delegate) MelonLoader.Support.SM_Component+SetAsLastSiblingDelegate(IntPtr )
   at MelonLoader.Support.SM_Component.SiblingFix()
   at MelonLoader.Support.SM_Component.Update()
   at Trampoline_VoidThisMelonLoader.Support.SM_ComponentUpdate(IntPtr , Il2CppMethodInfo* )```

### Did you attach your log file?

Yes, I attached my log file to the text box above.
@HerpDerpinstine HerpDerpinstine added Bug / Issue Something isn't working Work-in-Progress This issue or pull request is being worked on currently labels Sep 15, 2024
@HerpDerpinstine
Copy link
Member

Please try this again using the latest alpha-development windows x64 nightly
The issue should hopefully be resolved now.

@HerpDerpinstine HerpDerpinstine added Completed and removed Work-in-Progress This issue or pull request is being worked on currently labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug / Issue Something isn't working Completed
Projects
None yet
Development

No branches or pull requests

2 participants