Jump to content

Xabi

Moderators
  • Posts

    1444
  • Joined

  • Last visited

  • Days Won

    83

Posts posted by Xabi

  1. 1 minute ago, Drakenid said:
    
    Now I got something like that

     

     

    -> Error starting 'WiredPlayers' System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Host '192.168.1.14' is not allowed to connect to this MariaDB server at MySqlPacket MySql.Data.MySqlClient.MySqlStream.ReadPacket() at void MySql.Data.MySqlClient.NativeDriver.Open() at void MySql.Data.MySqlClient.Driver.Open() at Driver MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) at Driver MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection() at Driver MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() at Driver MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() at Driver MySql.Data.MySqlClient.MySqlPool.GetConnection() at void MySql.Data.MySqlClient.MySqlConnection.Open() at List<BusinessModel> WiredPlayers.database.Database.LoadAllBusiness() in C:\RAGEMP\server-files\bridge\resources\WiredPlayers\database\Database.cs:line 1222 at void WiredPlayers.business.Business.LoadDatabaseBusiness() in C:\RAGEMP\server-files\bridge\resources\WiredPlayers\business\Business.cs:line 18 at void WiredPlayers.database.Database.OnResourceStart() in C:\RAGEMP\server-files\bridge\resources\WiredPlayers\database\Database.cs:line 44 --- 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)

    You only edited meta.xml right? Some people also edit Database.cs file, which shouldn't be edited as far as you don't have the error with SSL connections.

  2. 38 minutes ago, Drakenid said:

    -> 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 'MySql.Data, Version=8.0.13.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d'. Nie można odnaleźć określonego pliku.
       at List<BusinessModel> WiredPlayers.database.Database.LoadAllBusiness()
       at void WiredPlayers.business.Business.LoadDatabaseBusiness() in C:\RAGEMP\server-files\bridge\resources\WiredPlayers\business\Business.cs:line 18
       at void WiredPlayers.database.Database.OnResourceStart() in C:\RAGEMP\server-files\bridge\resources\WiredPlayers\database\Database.cs:line 44
       --- 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)

     

     

     

    
    I've updated gtanetwork.api and Mysql.Data and I got this error

    The MySQL should be up to date. I don't recommend updating the bridge Nuget, as it seems to have some issues (it doesn't load the CEF/gamemode at all)

  3. 20 minutes ago, Jordan409 said:

    I tried your new version I always have the same error

    ================== [15/11/2018 17:39:24] ==================
    System.IO.FileNotFoundException: Could not load the specified file.
    File name: 'WiredPlayers.resources'
       at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent (AssemblyName assemblyName)
    ================================================== =======

    ================== [15/11/2018 17:39:24] ==================
    System.IO.FileNotFoundException: Could not load file or assembly 'C: \ RAGEMP \ server-files \ bridge \ resources \ WiredPlayers \ bin \ Debug \ netcoreapp2.0 \ WiredPlayers.resources.dll'. The specified file can not be found.
    File name: 'C: \ RAGEMP \ server-files \ bridge \ resources \ WiredPlayers \ bin \ Debug \ netcoreapp2.0 \ WiredPlayers.resources.dll'
       at void System.Runtime.Loader.AssemblyLoadContext.LoadFromPath (IntPtr ptrNativeAssemblyLoadContext, string ilPath, string niPath, ObjectHandleOnStack retAssembly)
       at Assembly System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath (string assemblyPath)


    ================================================== =======

    That's what I said two posts above, there are some errors but it's working.

  4. 3 minutes ago, Jordan409 said:

     

    It may come from Admin and welcomemessages resources but why Acl should not be enabled? it's because I looked in the file "acl.xml" which is located in the folder bridge

     

     

    
    <? xml version = "1.0"?>
    <acl xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns: xsd = "http://www.w3.org/2001/XMLSchema">
      <group name = "Everyone">
        <acl name = "Default" />
        <object name = "user. *" />
        <object name = "resource. *" />
      </ Group>
      <group name = "Moderator">
        <acl name = "Moderator" />
      </ Group>
      <group name = "Admin">
        <acl name = "Moderator" />
        <acl name = "Admin" />
      </ Group>
      <acl name = "Default">
        <right name = "command.kick" access = "false" />
        <right name = "command.ban" access = "false" />
        <right name = "command.stop" access = "false" />
        <right name = "command.start" access = "false" />
        <right name = "command.restart" access = "false" />
        <right name = "command.kill" access = "false" />
        <right name = "command.forcemap" access = "false" />
        <right name = "command.ghostmode" access = "false" />
        <right name = "command.settime" access = "false" />
        <right name = "command.setweather" access = "false" />
        <right name = "command.blackout" access = "false" />
      </ Acl>
      <acl name = "Moderator">
        <right name = "command.kick" access = "true" />
        <right name = "command.ban" access = "true" />
        <right name = "command.kill" access = "true" />
        <right name = "command.forcemap" access = "true" />
        <right name = "command.ghostmode" access = "true" />
        <right name = "command.settime" access = "true" />
        <right name = "command.setweather" access = "true" />
        <right name = "command.blackout" access = "true" />
      </ Acl>
      <acl name = "Admin">
        <right name = "command.stop" access = "true" />
        <right name = "command.start" access = "true" />
        <right name = "command.restart" access = "true" />
      </ Acl>
    </ Acl>

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     Ducut I looked at the commands and I tried and it's his orders that do not work

    Those are the default commands comming with the default resources on bridge. I said multiple times that the commands are located on Messages.cs, it's also on GitHub (Commands.cs for 1.2.0 version)

  5. Just now, Jordan409 said:
    
    Yes I have activated acl
    "<? xml version =" 1.0 "?>
    <config xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns: xsd = "http://www.w3.org/2001/XMLSchema">
      <Acl_enabled> true </ acl_enabled>
      <Log_console> true </ log_console>
      <Log_chat> true </ log_chat>
      <resource src = "WiredPlayers" />
      <resource src = "admin" />
      <resource src = "welcomemessages" />
    </ Config> "
    
    The ghostmode is normally to be invisible

    You changed the default settings, ACL shouldn't be enabled. Also, the commands you are testing are from admin and welcomemessages resources?

  6. 7 hours ago, Jordan409 said:

     

     

    It's nice that "adminrank" that you have to change to become an admin because I'm well connected to the database because when I add money from the database it works well and also when i do / login his met No account found with your name.

    That /login is to log into the ACL, not used currently. About the admin rank, it has to be working if you do the same you do for money, which commands did you try?

  7. 1 hour ago, Jordan409 said:

     

    I regained everything now his tells me his ================== [08/11/2018 21:48:22] ================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'WiredPlayers.resources'    at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent (AssemblyName assemblyName) ================================================== =======

    Don't get the latest version on Github.

  8. 1 minute ago, Jordan409 said:

     

    Hello everyone, I have a problem on the server what I have byzzare is that I have nothing to touch to go to the server 2 times his walk very well and the why I have a problem when I join the server it is pass nothing I'm blocked nothing is displayed in game here is the error: ================== [08/11/2018 20:34:03] ================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'MySql.Data'    at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent (AssemblyName assemblyName) ================================================== ======= Knowing that I did not touch the file MySql.Data and it is in the folder byzzare because I really touched nothing while his walked very well http://www.noelshack.com/2018-45-4-1541705984-20181108203415-1.jpg http://www.noelshack.com/2018-45-4-1541705995-capzzture.png

    Maybe you updated the MySQL Nuget to the latest version?

  9. 1 hour ago, netouss said:

    Hello, i have one problem in my server_exceptions.

      Hide contents

    ==================[07/11/2018 16:09:38]==================
    System.IO.FileNotFoundException: Could not load the specified file.
    File name: 'Bootstrapper'
       at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)
    =========================================================

    ==================[07/11/2018 16:09:38]==================
    System.IO.FileNotFoundException: Could not load the specified file.
    File name: 'WiredPlayers.resources'
       at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)
    =========================================================

    ==================[07/11/2018 16:09:38]==================
    System.IO.FileNotFoundException: Could not load file or assembly 'C:\RageMpServerTest\RageMpServerTest\server-files\bridge\resources\WiredPlayers\bin\Debug\netcoreapp2.0\WiredPlayers.resources.dll'. Le fichier spécifié est introuvable.
    File name: 'C:\RageMpServerTest\RageMpServerTest\server-files\bridge\resources\WiredPlayers\bin\Debug\netcoreapp2.0\WiredPlayers.resources.dll'
       at void System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, string ilPath, string niPath, ObjectHandleOnStack retAssembly)
       at Assembly System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(string assemblyPath)

    Can you help me please ?
    Why is trying to load WiredPlayers.resources.dll  ?

    Thanks in advance :)

    Netouss

    Don't use latest version, get the one on this web. Seems that there are issues with resource files.

  10. 12 minutes ago, Norman_124 said:

    I would have two questions about your game mode: If I bought clothes, it will not be saved, is the feature not yet implemented? Which file controls your GUI or Speedmeter? Thank you very much: D

    They get stored on the latest version of the gamemode, or better said 1.1.0+

     

    You can find the speedmeter on globals/dxDrawer.js file.

    • Like 1
  11. 55 minutes ago, Jordan409 said:

    Thanks for your quick answer,

    I just watched and yet I have the files bootstraper.dll and Mysql.Data.dll
    http://www.noelshack.com/2018-44-6-1541271118-cffapture.png

    what is problem is that it happened suddenly without doing anything

    There have been some updates on RAGE's client, maybe one of them has overwritten some files? I'm having the first error about the Bootstrapper, but it doesn't crash the server.

  12. 5 minutes ago, Jordan409 said:

    Hello I have a problem that happened to me like nothing without having to change when I start the server in the console I have no error but in the file server_exceptions I have it as error:

    ================== [03/11/2018 18:51:44] ==================
    System.IO.FileNotFoundException: Could not load the specified file.
    File name: 'Bootstrapper'
        at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent (AssemblyName assemblyName)
    ================================================== =======

    ================== [03/11/2018 18:51:44] ==================
    System.IO.FileNotFoundException: Could not load the specified file.
    File name: 'MySql.Data'
        at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent (AssemblyName assemblyName)
    ================================================== =======
    when i try to join my server it's crash my game sorry for my language i'm french

    Seems that you don't have MySql.Data.dll copied into runtime folder.

×
×
  • Create New...