Closed RyanHakurei closed 11 months ago
BepInEx is also failing for me :(
There seems to be an issue with BepInEx i will remove the support because isn't working with any version here are the logs:
System.TypeInitializationException: The type initializer for 'HarmonyXInterop.HarmonyInterop' threw an exception. ---> System.ArgumentException: method arguments are incompatible
at System.Delegate.CreateDelegate (System.Type type, System.Object firstArgument, System.Reflection.MethodInfo method, System.Boolean throwOnBindFailure, System.Boolean allowClosed) [0x002e3] in <b0b74789f1894dcc9a389d6f5a51da7d>:0
at System.Delegate.CreateDelegate (System.Type type, System.Reflection.MethodInfo method, System.Boolean throwOnBindFailure) [0x00000] in <b0b74789f1894dcc9a389d6f5a51da7d>:0
at System.Delegate.CreateDelegate (System.Type type, System.Reflection.MethodInfo method) [0x00000] in <b0b74789f1894dcc9a389d6f5a51da7d>:0
at HarmonyLib.AccessTools.MethodDelegate[DelegateType] (System.Reflection.MethodInfo method, System.Object instance, System.Boolean virtualCall) [0x00021] in <78c1d5ebcc984a739a6da61ee5e07d42>:0
at HarmonyXInterop.HarmonyInterop..cctor () [0x0005b] in <291bcc5c6d6d41cd8e7e38b09c8ef294>:0
--- End of inner exception stack trace ---
at BepInEx.Preloader.RuntimeFixes.HarmonyInteropFix.Apply () [0x00005] in <2a40e3e9724c465d90976291a9b865b3>:0
I have found this as alternative, but I have no time to add the support:
https://github.com/OCB7D2D/OcbModCompiler
I haven't tested.
need help with this, i'm unable to fix it, if someone know which version works with A21 send me the comands you use or the version
Seems there it's an issue with A21 with BepInEx, I will leave the BepInEx installation for older releases A20 (later i will drop support, when A22 it's out)
Describe the bug The server crashes very early on when Bepinex is enabled in my Docker Compose file. This actually renders the server permanently unstartable too until everything in the serverfiles directory (
/home/sdtdserver/serverfiles/
) is deleted and the startup script is forced to re-download the files.To Reproduce Steps to reproduce the behavior:
/home/sdtdserver/serverfiles/
) are deleted and redownloaded.Expected behavior I expect the server to start.
Screenshots If applicable, add screenshots to help explain your problem.
Versions:
Docker/Docker-compose
Additional context
Here's the log file: