Temperz87 / Ultrakill-Custom-Arms-Proof-Of-Concept

Adds custom arms to Ultrakill, togglable with G while cheats are enabled
MIT License
8 stars 3 forks source link

Completely does not work - MissingMethodException on GetKeyBind() #10

Closed PetersonE1 closed 1 year ago

PetersonE1 commented 1 year ago
[Info   :   BepInEx] Supports SRE: False
[Info   :   BepInEx] System platform: Bits64, Windows
[Message:   BepInEx] Preloader started
[Info   :   BepInEx] Loaded 1 patcher method from [BepInEx.Preloader 5.4.15.0]
[Info   :   BepInEx] 1 patcher plugin loaded
[Info   :   BepInEx] Patching [UnityEngine.CoreModule] with [BepInEx.Chainloader]
[Message:   BepInEx] Preloader finished
[Message:   BepInEx] Chainloader ready
[Message:   BepInEx] Chainloader started
[Info   :   BepInEx] 3 plugins to load
[Warning:   BepInEx] Plugin [UMM 0.4.3] targets a wrong version of BepInEx (5.4.19.0) and might not work until you update
[Info   :   BepInEx] Loading [UnityExplorer 4.3.2]
[Message:UnityExplorer] UnityExplorer 4.3.2 initializing...
[Message:UnityExplorer] Cached AppDomain assemblies in 0.2827319 seconds
[Message:UnityExplorer] Initialized Legacy Input support
[Message:UnityExplorer] Finished core setup, waiting for UI setup...
[Info   :   BepInEx] Loading [UKScreenshot 1.0]
[Info   :   BepInEx] Loading [UMM 0.4.3]
[Message:   BepInEx] Chainloader startup complete
[Message:UnityExplorer] [Unity] PrefsManager initialized
[Message:UnityExplorer] [Unity] UMM initializing!
[Message:UnityExplorer] [Unity] Trying to mod persistent data file from D:\Program Files (x86)\Steam\steamapps\common\ULTRAKILL\BepInEx\plugins\UMM\persistent mod data.json
[Message:UnityExplorer] [Unity] UMM: Trying to load common asset bundle from D:\Program Files (x86)\Steam\steamapps\common\ULTRAKILL\ULTRAKILL_Data\StreamingAssets\common
[Message:UnityExplorer] [Unity] UMM: Trying to get verison.
[Message:UnityExplorer] [Unity] Loaded common asset bundle
[Message:UnityExplorer] [Unity] Beginning UltraModManager
[Message:UnityExplorer] [Unity] Adding mod info D:\Program Files (x86)\Steam\steamapps\common\ULTRAKILL\BepInEx\UMM Mods\CustomArms.dll CustomArmMod
[Message:UnityExplorer] [Unity] Adding mod info D:\Program Files (x86)\Steam\steamapps\common\ULTRAKILL\BepInEx\UMM Mods\RatWithAGun\RatMod.dll Main
[Message:UnityExplorer] [Unity] Adding mod info D:\Program Files (x86)\Steam\steamapps\common\ULTRAKILL\BepInEx\UMM Mods\TestMod\TestMod.dll TestMod
[Message:UnityExplorer] [Unity] Adding mod info D:\Program Files (x86)\Steam\steamapps\common\ULTRAKILL\BepInEx\UMM Mods\ULTRAKILLtweaker\ULTRAKILLtweaker.dll MainClass
[Message:UnityExplorer] [Unity] Adding mod info D:\Program Files (x86)\Steam\steamapps\common\ULTRAKILL\BepInEx\UMM Mods\Ultrakit\ULTRAKIT.dll Plugin
[Message:UnityExplorer] [Unity] Found 5 mods that can be loaded.
[Message:UnityExplorer] [Unity] Trying to load mod Custom Arms
[Error  :UnityExplorer] [Unity] Caught exception while trying to load modinformation Custom Arms
[Error  :UnityExplorer] [Unity] MissingMethodException: InputActionState UMM.UKAPI.GetKeyBind(string,string)
[Error  :UnityExplorer] [Unity] NullReferenceException: Object reference not set to an instance of an object
[Message:UnityExplorer] Creating UI...
[Message:UnityExplorer] Loading modern bundle for Unity 2019.4.16f1
[Message:UnityExplorer] UnityExplorer 4.3.2 initialized.
[Message:UnityExplorer] [Unity] Loading the common bundle
[Error  :UnityExplorer] [Unity] The AssetBundle 'StreamingAssets\common' can't be loaded because another AssetBundle with the same files is already loaded.
[Error  :UnityExplorer] [Unity] NullReferenceException: Object reference not set to an instance of an object
[Message:UnityExplorer] [Unity] Loading the common bundle
[Error  :UnityExplorer] [Unity] The AssetBundle 'StreamingAssets\common' can't be loaded because another AssetBundle with the same files is already loaded.
[Error  :UnityExplorer] [Unity] NullReferenceException: Object reference not set to an instance of an object
[Message:UnityExplorer] [Unity] Loading the common bundle
[Error  :UnityExplorer] [Unity] The AssetBundle 'StreamingAssets\common' can't be loaded because another AssetBundle with the same files is already loaded.
[Error  :UnityExplorer] [Unity] NullReferenceException: Object reference not set to an instance of an object
[Message:UnityExplorer] [Unity] Loading the common bundle
[Error  :UnityExplorer] [Unity] The AssetBundle 'StreamingAssets\common' can't be loaded because another AssetBundle with the same files is already loaded.
[Error  :UnityExplorer] [Unity] NullReferenceException: Object reference not set to an instance of an object
[Message:UnityExplorer] [Unity] Loading the common bundle
[Error  :UnityExplorer] [Unity] The AssetBundle 'StreamingAssets\common' can't be loaded because another AssetBundle with the same files is already loaded.
[Error  :UnityExplorer] [Unity] NullReferenceException: Object reference not set to an instance of an object
[Message:UnityExplorer] [Unity] Loading the common bundle
[Error  :UnityExplorer] [Unity] The AssetBundle 'StreamingAssets\common' can't be loaded because another AssetBundle with the same files is already loaded.
[Error  :UnityExplorer] [Unity] NullReferenceException: Object reference not set to an instance of an object
etc. ad infinitum...
PetersonE1 commented 1 year ago

Fails even if all other UMM mods and BepInEx plugins are removed.

Temperz87 commented 1 year ago

I've reuploaded the version but this time built off the correct version, see if that works, if so I'll close this issue.

PetersonE1 commented 1 year ago

That worked, mod loads now.