v-rising / ModernCamera

MIT License
48 stars 3 forks source link

2.0.0 Bug - No Configuration options listed in the Options menu #27

Open UnavengedAvo opened 3 months ago

UnavengedAvo commented 3 months ago

I installed this mod along with BepInExPack_V_Rising, and it seems to be working. However, I do not seem to have the menu options to configure it.

I did notice the following error in the logs after I opened the options menu. ( Edit:Seems like this was also raised in #22)

[Error  :Il2CppInterop] During invoking native->managed trampoline
Exception: System.MissingMethodException: Method not found: 'Void ProjectM.UI.SettingsEntry_Dropdown.Initialize(Stunlock.Localization.LocalizationKey, Il2CppSystem.Nullable_Unboxed`1<Stunlock.Localization.LocalizationKey>, Il2CppSystem.Collections.Generic.List`1<System.String>, Int32, Int32, Il2CppSystem.Action`1<Int32>, Boolean, Boolean, Boolean)'.
   at Silkworm.Hooks.OptionsPanel_Interface_Hook.Start(OptionsPanel_Interface __instance)
   at DMD<ProjectM.UI.OptionsPanel_Interface::Start>(OptionsPanel_Interface this)
   at (il2cpp -> managed) Start(IntPtr , Il2CppMethodInfo* )

And then the following error being spammed as mentioned in #21:

[Error  :Il2CppInterop] During invoking native->managed trampoline
Exception: System.NullReferenceException: Object reference not set to an instance of an object.
   at ModernCamera.Patches.ActionWheelSystem_Patch.OnUpdate(ActionWheelSystem __instance)
   at DMD<ProjectM.UI.ActionWheelSystem::OnUpdate>(ActionWheelSystem this)
   at (il2cpp -> managed) OnUpdate(IntPtr , Il2CppMethodInfo* )
xinping1989 commented 3 months ago

Issue #24 already , library needs update after the recent hotfixes