Michal78900 / WaitAndChillReborn

9 stars 7 forks source link

Error on starting server #19

Open OliverRaw opened 3 months ago

OliverRaw commented 3 months ago

Apon starting my SCPSL Server, I am met with an error from WaitAndChillReborn. The error is found below

[2024-03-28 19:41:34.199 +11:00] [ERROR] [Exiled.Loader] Error while initializing plugin WaitAndChillReborn (at )! System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown. Could not load type of field 'WaitAndChillReborn.Methods+<>c__DisplayClass2_0:<>9__0' (1) due to: Could not resolve type with token 0100003a from typeref (expected class 'Exiled.API.Features.Door' in assembly 'Exiled.API, Version=7.0.5.0, Culture=neutral, PublicKeyToken=null') assembly:Exiled.API, Version=7.0.5.0, Culture=neutral, PublicKeyToken=null type:Exiled.API.Features.Door member:(null) at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool) at System.Reflection.Assembly.GetTypes () [0x00000] in <75633565436c42f0a6426b33f0132ade>:0 at Exiled.Loader.Loader.CreatePlugin (System.Reflection.Assembly assembly) [0x00000] in <ce80af71388642a4be665e5c36151c21>:0 System.TypeLoadException: Could not load type of field 'WaitAndChillReborn.Methods+<>c__DisplayClass2_0:<>9__0' (1) due to: Could not resolve type with token 0100003a from typeref (expected class 'Exiled.API.Features.Door' in assembly 'Exiled.API, Version=7.0.5.0, Culture=neutral, PublicKeyToken=null') assembly:Exiled.API, Version=7.0.5.0, Culture=neutral, PublicKeyToken=null type:Exiled.API.Features.Door member:(null) [2024-03-28 19:41:34.215 +11:00] [ERROR] [Exiled.Loader] System.TypeLoadException: Could not load type of field 'WaitAndChillReborn.Methods+<>c__DisplayClass2_0:<>9__0' (1) due to: Could not resolve type with token 0100003a from typeref (expected class 'Exiled.API.Features.Door' in assembly 'Exiled.API, Version=7.0.5.0, Culture=neutral, PublicKeyToken=null') assembly:Exiled.API, Version=7.0.5.0, Culture=neutral, PublicKeyToken=null type:Exiled.API.Features.Door member:(null)

Does anyone know why this is and how to fix it?