Hi there first time to use thie ressource
I got error x2
This one i dont understand - i know very little on csharp/c++
-> Error starting 'WiredPlayers'
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Text.Encoding.CodePages, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
at void WiredPlayers.database.Database.OnResourceStart()
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at GTANetworkInternals.ScriptingEngine.InvokeVoidMethod(String method, Object[] args)
at System.Collections.Generic.List`1.ForEach(Action`1 action)
at GTANetworkInternals.EventHandler.ParseEx(Event _event, ScriptingEngine engine, Object[] arguments)
at System.Collections.Generic.List`1.ForEach(Action`1 action)
at GTANetworkInternals.GameServer.StartResource(String resourceName, String parent)
After some time i got this one too
=========================================================
==================[01/04/2019 03:05:47PM]==================
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Text.Encoding.CodePages, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
at void WiredPlayers.database.Database.OnResourceStart()
--- End of inner exception stack trace ---
at object RuntimeMethodHandle.InvokeMethod(object target, object[] arguments, Signature sig, bool constructor)
at object System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(object obj, object[] parameters, object[] arguments)
=========================================================
==================[01/04/2019 03:06:47PM]==================
System.NullReferenceException: Object reference not set to an instance of an object.
at void WiredPlayers.globals.Globals.OnMinuteSpent(object unused) in something\bridge\resources\WiredPlayers\globals\Globals.cs:line 151
=========================================================
==================[01/04/2019 03:06:47PM]==================
System.NullReferenceException: Object reference not set to an instance of an object.
at void WiredPlayers.globals.Globals.OnMinuteSpent(object unused) in something\bridge\resources\WiredPlayers\globals\Globals.cs:line 151
at void System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, object state)
=========================================================
and crash the server
Any help?