originalnicodr / CinematicUnityExplorer

UnityExplorer fork focused on providing tools for creating marketing material for Unity games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Little Witch Nobeta Demo

originalnicodr opened this issue · comments

Are you on the latest version of UnityExplorer?

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

Which release are you using?

BepInEx IL2CPP

Which game did this occur on?

Little Witch Nobeta Demo

Describe the issue.

  • Error on startup
[Error  :  HarmonyX] Failed to patch static bool UnityEngine.Input::GetKey(string name): System.Exception: Parameter "key" not found in method static bool UnityEngine.Input::GetKey(string name)
  at HarmonyLib.Public.Patching.HarmonyManipulator.EmitCallParameter (System.Reflection.MethodInfo patch, Boolean allowFirsParamPassthrough, Mono.Cecil.Cil.VariableDefinition& tmpObjectVar, System.Collections.Generic.List`1& tmpBoxVars) [0x00000] in <filename unknown>:0 
  at HarmonyLib.Public.Patching.HarmonyManipulator.WritePostfixes (HarmonyLib.Internal.Util.Label returnLabel) [0x00000] in <filename unknown>:0 
  at HarmonyLib.Public.Patching.HarmonyManipulator.WriteImpl () [0x00000] in <filename unknown>:0 
[Error  :  HarmonyX] Failed to patch static bool UnityEngine.Input::GetKeyDown(string name): System.Exception: Parameter "key" not found in method static bool UnityEngine.Input::GetKeyDown(string name)
  at HarmonyLib.Public.Patching.HarmonyManipulator.EmitCallParameter (System.Reflection.MethodInfo patch, Boolean allowFirsParamPassthrough, Mono.Cecil.Cil.VariableDefinition& tmpObjectVar, System.Collections.Generic.List`1& tmpBoxVars) [0x00000] in <filename unknown>:0 
  at HarmonyLib.Public.Patching.HarmonyManipulator.WritePostfixes (HarmonyLib.Internal.Util.Label returnLabel) [0x00000] in <filename unknown>:0 
  at HarmonyLib.Public.Patching.HarmonyManipulator.WriteImpl () [0x00000] in <filename unknown>:0 
[Error  :  HarmonyX] Failed to patch static bool UnityEngine.Input::GetKeyUp(string name): System.Exception: Parameter "key" not found in method static bool UnityEngine.Input::GetKeyUp(string name)
  at HarmonyLib.Public.Patching.HarmonyManipulator.EmitCallParameter (System.Reflection.MethodInfo patch, Boolean allowFirsParamPassthrough, Mono.Cecil.Cil.VariableDefinition& tmpObjectVar, System.Collections.Generic.List`1& tmpBoxVars) [0x00000] in <filename unknown>:0 
  at HarmonyLib.Public.Patching.HarmonyManipulator.WritePostfixes (HarmonyLib.Internal.Util.Label returnLabel) [0x00000] in <filename unknown>:0 
  at HarmonyLib.Public.Patching.HarmonyManipulator.WriteImpl () [0x00000] in <filename unknown>:0 
[Warning:UnityExplorer] There is no previous Camera found, reverting to default Free Cam.
[Warning:UnityExplorer] There is no previous Camera found, reverting to default Free Cam.
[Warning:UnityExplorer] There is no previous Camera found, reverting to default Free Cam.
  • There is no previous Camera found, reverting to default Free Cam.