ArtiIOMI 2 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?! Share this post Link to post Share on other sites
Joshua 169 Posted June 2, 2018 Great to see continued support on this thread. Share this post Link to post Share on other sites
Xabi 143 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? Share this post Link to post Share on other sites
TheStronght 3 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 Share this post Link to post Share on other sites
Xabi 143 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? Share this post Link to post Share on other sites
Novato 1 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. Share this post Link to post Share on other sites
ronaldo 0 Posted June 7, 2018 (edited) hello someone knows how to tell me how to turn admin Edited June 7, 2018 by ronaldo Share this post Link to post Share on other sites
Xabi 143 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. Share this post Link to post Share on other sites
ronaldo 0 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 Share this post Link to post Share on other sites
ronaldo 0 Posted June 7, 2018 (edited) I tighten the k motor does not turn off what it can be? Edited June 7, 2018 by ronaldo Share this post Link to post Share on other sites