ArtiIOMI Posted June 2, 2018 Posted June 2, 2018 Hi, i have problem with transfer this map to linux bridge. I do some step, and bridge say: -> Resource WiredPlayers started! Started! Waiting for connections.. [P] Plugin bridge.so loaded! Started HTTP server at 22006 port. but when i connect to server then Unhandled Exception: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot convert null to 'int' because it is a non-nullable value type at CallSite.Target(Closure , CallSite , Object ) at System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0) at Szynka.globals.Globals.OnMinuteSpent(Object unused) in globals/Globals.cs:line 239 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.TimerQueueTimer.CallCallback() at System.Threading.TimerQueueTimer.Fire() at System.Threading.TimerQueue.FireNextTimers() Aborted (core dumped) and How to fix it?!
Xabi Posted June 2, 2018 Author Posted June 2, 2018 6 hours ago, ArtiIOMI said: Hi, i have problem with transfer this map to linux bridge. I do some step, and bridge say: -> Resource WiredPlayers started! Started! Waiting for connections.. [P] Plugin bridge.so loaded! Started HTTP server at 22006 port. but when i connect to server then Unhandled Exception: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot convert null to 'int' because it is a non-nullable value type at CallSite.Target(Closure , CallSite , Object ) at System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0) at Szynka.globals.Globals.OnMinuteSpent(Object unused) in globals/Globals.cs:line 239 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.TimerQueueTimer.CallCallback() at System.Threading.TimerQueueTimer.Fire() at System.Threading.TimerQueue.FireNextTimers() Aborted (core dumped) and How to fix it?! Did you run the client with admin rights?
TheStronght Posted June 3, 2018 Posted June 3, 2018 (edited) Zitat Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot convert null to 'int' because it is a non-nullable value type at int CallSite.Target(Closure, CallSite, object) at TRet System.Dynamic.UpdateDelegates.UpdateAndExecute1<T0, TRet>(CallSite site, T0 arg0) at void WiredPlayers.login.Login.GetPlayerCustomSkinEvent(Client player, Client target) in :line 430 --- 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.RemoteEventParser.Parse(Client sender, UInt64 eventNameHash, Object[] args) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\RemoteEventHandler.cs:line 97 at Bootstrapper.EventInternalClass.OnPlayerRemoteEvent(UInt16 playerId, UInt64 eventHash, UInt32 argsCount, IntPtr args) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\EventHandler.cs:line 503 Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot convert null to 'int' because it is a non-nullable value type at int CallSite.Target(Closure, CallSite, object) at TRet System.Dynamic.UpdateDelegates.UpdateAndExecute1<T0, TRet>(CallSite site, T0 arg0) at void WiredPlayers.login.Login.GetPlayerCustomSkinEvent(Client player, Client target) in :line 430 --- 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.RemoteEventParser.Parse(Client sender, UInt64 eventNameHash, Object[] args) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\RemoteEventHandler.cs:line 97 at Bootstrapper.EventInternalClass.OnPlayerRemoteEvent(UInt16 playerId, UInt64 eventHash, UInt32 argsCount, IntPtr args) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\EventHandler.cs:line 503 Gerade eben schrieb TheStronght: Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot convert null to 'int' because it is a non-nullable value type at int CallSite.Target(Closure, CallSite, object) at TRet System.Dynamic.UpdateDelegates.UpdateAndExecute1<T0, TRet>(CallSite site, T0 arg0) at void WiredPlayers.login.Login.GetPlayerCustomSkinEvent(Client player, Client target) in :line 430 --- 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.RemoteEventParser.Parse(Client sender, UInt64 eventNameHash, Object[] args) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\RemoteEventHandler.cs:line 97 at Bootstrapper.EventInternalClass.OnPlayerRemoteEvent(UInt16 playerId, UInt64 eventHash, UInt32 argsCount, IntPtr args) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\EventHandler.cs:line 503 Edited June 3, 2018 by TheStronght
Xabi Posted June 3, 2018 Author Posted June 3, 2018 2 hours ago, TheStronght said: Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot convert null to 'int' because it is a non-nullable value type at int CallSite.Target(Closure, CallSite, object) at TRet System.Dynamic.UpdateDelegates.UpdateAndExecute1<T0, TRet>(CallSite site, T0 arg0) at void WiredPlayers.login.Login.GetPlayerCustomSkinEvent(Client player, Client target) in :line 430 --- 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.RemoteEventParser.Parse(Client sender, UInt64 eventNameHash, Object[] args) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\RemoteEventHandler.cs:line 97 at Bootstrapper.EventInternalClass.OnPlayerRemoteEvent(UInt16 playerId, UInt64 eventHash, UInt32 argsCount, IntPtr args) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\EventHandler.cs:line 503 Doing what exactly?
Novato Posted June 4, 2018 Posted June 4, 2018 On 02/06/2018 at 4:38 AM, Xabi said: Try logging again into the game, it's a known bug that I found and it's commit pending. ok, thanks.
ronaldo Posted June 7, 2018 Posted June 7, 2018 (edited) hello someone knows how to tell me how to turn admin Edited June 7, 2018 by ronaldo
Xabi Posted June 7, 2018 Author Posted June 7, 2018 1 hour ago, ronaldo said: hello someone knows how to tell me how to turn admin Set adminRank to 4 on 'users' table.
ronaldo Posted June 7, 2018 Posted June 7, 2018 (edited) 11 minutos atrás, Xabi disse: Defina adminRank como 4 na tabela 'users'. 6 minutos atrás, ronaldo disse: it worked out Edited June 7, 2018 by ronaldo
ronaldo Posted June 7, 2018 Posted June 7, 2018 (edited) I tighten the k motor does not turn off what it can be? Edited June 7, 2018 by ronaldo
Recommended Posts