Jump to content

GTX

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by GTX

  1. 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.globals.Globals.CheckPlayerEventKeyEvent(Client player) in :line 1131
       --- 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
    
     
    
     
  2. I have no idea how to become an administrator. You could also tell me what are the keys to open the menus

    
     
    [N] Starting network... - OK: (IPv4-only) at 127.0.0.1:22005
    (node:100312) ExperimentalWarning: The ESM module loader is experimental.
    [M] Announcing into master server...
    Loading packages
    Initializing bridge (0.3.5.0)..
    This is not a published, standalone application and we are unable to locate the .NET Core SDK.  Please make sure that it is installed; see http://microsoft.com/net/core for more details.
    Initializing Bootstrapper.dll (0.3.5.0)..
    -> SERVER STARTED AT 4/16/2018 7:30:08 PM
    ACLEnabled: True
    Loaded 498 entries from vehicleData.json
    [M] Connected to master list.
    Loading resources..
    -> Starting WiredPlayers resource..
    WiredPlayers: setting as Gamemode resource
    WiredPlayers: loading scripts.. found 82 script(s)
    WiredPlayers: reading referenced assemblies.. found 11 reference(s)
    WiredPlayers: loading referenced assembly System.ComponentModel.Primitives.dll from resources/WiredPlayers/
    WiredPlayers: loading referenced assembly System.Security.Cryptography.Primitives.dll from runtime/
    WiredPlayers: loading referenced assembly System.Security.Cryptography.Algorithms.dll from runtime/
    WiredPlayers: loading referenced assembly System.Text.Encoding.CodePages.dll from runtime/
    WiredPlayers: loading referenced assembly System.Text.Encoding.dll from runtime/
    WiredPlayers: loading referenced assembly System.Security.Permissions.dll from runtime/
    WiredPlayers: loading referenced assembly System.Configuration.ConfigurationManager.dll from runtime/
    WiredPlayers: loading referenced assembly System.Data.Common.dll from runtime/
    WiredPlayers: loading referenced assembly System.Data.dll from runtime/
    WiredPlayers: loading referenced assembly Newtonsoft.Json.dll from runtime/
    WiredPlayers: loading referenced assembly MySql.Data.dll from runtime/
    WiredPlayers: compiling scripts..

     

    every time I enter the sv now restarts and is stuck there

  3.  

    9 minutes ago, Xabi said:

    As I stated previously in this post, you have to fill the socialName with your social club account and the password field, with a MD5 hashed password.

    Ok and the password has to be the same as the social club ?. Because he does not want to start

  4. Help me please

    -> Error starting 'WiredPlayers'
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the specified MySQL hosts. ---> System.AggregateException: One or more errors occurred. (No se puede establecer una conexión ya que el equipo de destino denegó expresamente dicha conexión 192.168.1.2:3306) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No se puede establecer una conexión ya que el equipo de destino denegó expresamente dicha conexión 192.168.1.2:3306
       at void System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
       at bool System.Net.Sockets.Socket.DoMultipleAddressConnectCallback(object result, MultipleAddressConnectAsyncResult context)
       at bool System.Net.Sockets.Socket.DoMultipleAddressConnectCallback(object result, MultipleAddressConnectAsyncResult context)
       at void System.Net.Sockets.Socket.MultipleAddressConnectCallback(IAsyncResult result)
       at void System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
       at void System.Net.Sockets.TcpClient.EndConnect(IAsyncResult asyncResult)
       at Task System.Net.Sockets.TcpClient.ConnectAsync(string host, int port)+(IAsyncResult asyncResult) => { } [1]
       at void System.Threading.Tasks.TaskFactory<TResult>.FromAsyncCoreLogic(IAsyncResult iar, Func<IAsyncResult, TResult> endFunction, Action<IAsyncResult> endAction, Task<TResult> promise, bool requiresSynchronization)
       --- End of inner exception stack trace ---
       at void System.Threading.Tasks.Task.ThrowIfExceptional(bool includeTaskCanceledExceptions)
       at bool System.Threading.Tasks.Task.Wait(int millisecondsTimeout, CancellationToken cancellationToken)
       at Stream MySql.Data.Common.StreamCreator.GetTcpStream(MySqlConnectionStringBuilder settings)
       at void MySql.Data.MySqlClient.NativeDriver.Open()
       --- End of inner exception stack trace ---
       at MySql.Data.MySqlClient.NativeDriver.Open()
       at MySql.Data.MySqlClient.Driver.Open()
       at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
       at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection()
       at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
       at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
       at MySql.Data.MySqlClient.MySqlPool.GetConnection()
       at MySql.Data.MySqlClient.MySqlConnection.Open()
       at WiredPlayers.database.Database.LoadAllBusiness() in database/Database.cs:line 1208
       at WiredPlayers.business.Business.LoadDatabaseBusiness() in business/Business.cs:line 21
       at WiredPlayers.database.Database.OnResourceStart() in database/Database.cs:line 43
       --- 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) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\ResourceInfo.cs:line 33
       at System.Collections.Generic.List`1.ForEach(Action`1 action)
       at GTANetworkInternals.EventHandler.ParseEx(Event _event, ScriptingEngine engine, Object[] arguments) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\EventHandler.cs:line 903
       at System.Collections.Generic.List`1.ForEach(Action`1 action)
       at GTANetworkInternals.GameServer.StartResource(String resourceName, String parent) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\Resources.cs:line 327

×
×
  • Create New...