BepInEx / BepInEx.ConfigurationManager

Plugin configuration manager for BepInEx
https://www.patreon.com/ManlyMarco
GNU Lesser General Public License v3.0
231 stars 53 forks source link

Crashing on Startup #36

Closed huantianad closed 3 years ago

huantianad commented 3 years ago

I've been trying to get the Configuration Manager to work for Rhythm Doctor, however the mod seems to crash on startup. The logs show this message:

[Info : BepInEx] Loading [Configuration Manager 16.3]
[Error : BepInEx] Error loading [Configuration Manager 16.3]:

with nothing related to the mod after the colon. Using BepInEx 5.4.15 x86.

ManlyMarco commented 3 years ago

Send full output_log.

huantianad commented 3 years ago

LogOutput.log

huantianad commented 3 years ago

Enabling Debug output in log gives me this:

[Info   :   BepInEx] Loading [Configuration Manager 16.3]
[Error  :   BepInEx] Error loading [Configuration Manager 16.3] : 
[Debug  :   BepInEx] System.BadImageFormatException: 
File name: 'Z:\home\huantian\.local\share\Steam\steamapps\common\Rhythm Doctor\BepInEx\plugins\ConfigurationManager\ConfigurationManager.dll'
  at (wrapper managed-to-native) System.Reflection.Assembly.LoadFrom(string,bool)
  at System.Reflection.Assembly.LoadFrom (System.String assemblyFile, System.Security.Policy.Evidence securityEvidence) [0x00000] in <437ba245d8404784b9fbab9b439ac908>:0 
  at System.Reflection.Assembly.LoadFile (System.String path, System.Security.Policy.Evidence securityEvidence) [0x0002b] in <437ba245d8404784b9fbab9b439ac908>:0 
  at (wrapper dynamic-method) BepInEx.Preloader.RuntimeFixes.HarmonyInteropFix.DMD<BepInEx.Preloader.RuntimeFixes.HarmonyInteropFix::LoadFile>(string)
  at BepInEx.Preloader.RuntimeFixes.HarmonyInteropFix.OnAssemblyLoad (System.Reflection.Assembly& __result, System.String __0) [0x0001d] in <15f3291f43c349b081b7df5a6bd0da5a>:0 
  at (wrapper dynamic-method) System.Reflection.Assembly.DMD<System.Reflection.Assembly::LoadFile>(string)
  at BepInEx.Bootstrap.Chainloader.Start () [0x006c8] in <bbae040f5584497abcdcacf749ce7218>:0

Should've enabled that earlier

ManlyMarco commented 3 years ago

Looks like a corrupted dll, try redownloading. If that doesn't help try moving the game to a directory like z:\test and see if that helps. Also make sure you're using latest version of bepinex.

huantianad commented 3 years ago

Sorry I haven't been able to test this so far, bepin is a bit broken for me rn