Jump to content

I'm Pickle Rick

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by I'm Pickle Rick

  1. 3 hours ago, Xabi said:

    Start a new CMD or PowerShell window and launch server.exe from there, that way you will prevent the console closing when it crashes and you will be able to see what's the error.

    Unhandled Exception: MySql.Data.MySqlClient.MySqlException: Duplicate entry 'ProphetDK' for key 'PRIMARY'
       at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
       at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
       at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
       at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
       at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
       at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
       at WiredPlayers.database.Database.RegisterAccount(String socialName, String password) in C:\RAGEMP\server-files\bri
    e\resources\WiredPlayers\database\Database.cs:line 162
       at WiredPlayers.character.Login.<>c__DisplayClass2_0.<RegisterAccountEvent>b__1() in C:\RAGEMP\server-files\bridge\
    sources\WiredPlayers\character\Login.cs:line 114
       at System.Collections.Generic.List`1.ForEach(Action`1 action)
       at GTANetworkInternals.TaskMngr.PulseSimple()
       at Bootstrapper.EventInternalClass.Tick()
    

     


    Well it is connected to database and when i press access twice after i type password this error comes up. And after when i launch server again and try to login i nothing happens server still stays up

    Btw using HeidiSQL and MariaDB

  2. 16 hours ago, Xabi said:

    You can get all the commands on Commands.cs serverside class and bindings on Keys.cs clientside class.

    Cheers mate! Thank you very much for help! And i will keep supporting you!

    17 hours ago, Xabi said:

    You can get all the commands on Commands.cs serverside class and bindings on Keys.cs clientside class.

    System.IO.FileNotFoundException: Could not load file or assembly 'C:\RAGEMP\server-files\bridge\resources\WiredPlayers\bin\Debug\netcoreapp2.2\WiredPlayers.resources.dll'. The system cannot find the file specified.
    File name: 'C:\RAGEMP\server-files\bridge\resources\WiredPlayers\bin\Debug\netcoreapp2.2\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)
    



    This is the error i get after i try to register to server and it crashes. After relaunch of server it welcomes me back but can't login and server doesn't crash. Any ideas? Followed your guide on github but still having this issue
  3. On 7/7/2019 at 7:21 PM, Norman_124 said:

    Hello,
    I have a problem when I go to my server, I start as a silver man and the server crashes. I have installed the gtanetwork nuget. Now the server remains switched on but you stand around as a default type.

    Thx

    Having same issue done created txt file into main Rage-MP folder but nothing happens. And i'm hosting on my VM

×
×
  • Create New...