BepInEx / BepInEx.ConfigurationManager

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

F1 not working #54

Closed Alatarius closed 1 year ago

Alatarius commented 1 year ago

I just installed this on a new system (Win 11) yesterday and the config manager doesn't appear when I press F1. I am not tech savvy so looking at logs is useless for me as I wouldn't know what an error in the logs look like nor where to find them.

This works perfectly on Win 7 but not on my Win 11 system.

ManlyMarco commented 1 year ago

Windows version has no effect on whether this will work or not. Most likely something is wrong with your bepinex install, either ask in a dedicated modding community for your game or send the full game output log.

hkpD commented 1 year ago

Since one of the recent updates the console is being spammed with the following error:

[Error : Unity Log] TypeLoadException: Could not resolve type with token 01000070 (from typeref, class/assembly BepInEx.UnityInput, BepInEx, Version=5.4.20.0, Culture=neutral, PublicKeyToken=null) Stack trace:

This is with the only mods installed being BepInEx and Configuration Manager. Removing Configuration Manager stops the error.

ManlyMarco commented 1 year ago

@hkpD Can you post the full output_log?

ManlyMarco commented 1 year ago

Closing as stale

Stroichik commented 1 year ago

i got same issue. F1 not showing Config GUI in game and got lots of red errors. Vortex install .dll into ConfigurationManager folder inside plugins folder. image

But even if i move dll manually to plugins folder nothing changes. image

LogOutput.log

ManlyMarco commented 1 year ago

@Stroichik Update BepInEx to latest version. Please ask on the valheim discord server for further help.

Stroichik commented 1 year ago

Yeah, thx. I figured it out already about vesions. it was not too obvious, since its Vortex that automatically downloads both Bepinex + ConfigMenu, but it downloads Bepinex 5.4.19 and ConfigMenu 17.1.0. It wasn't like that 6 months ago since i played last time, so i wasn't sure whats wrong. Downgrading CM to 17.0 worked for me.