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

TypeLoadException without stack trace #62

Closed devdave closed 1 year ago

devdave commented 1 year ago
[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:

I am running the JTV package & a few others so I am having trouble tracking down which mod is conflicting with ConfigManager.

Is it possible that ConfigurationManager.Logger.LogError(ex); isn't printing the stack trace when the exception is caught?

devdave commented 1 year ago

I ran the disk/player.log at ALL level and didn't see anything in particular that might be causing the exception.

ManlyMarco commented 1 year ago

Update BepInEx.

ManlyMarco commented 1 year ago

Closing stale issue.