-
Posts
1444 -
Joined
-
Last visited
-
Days Won
83
Content Type
Profiles
Forums
Downloads
Posts posted by Xabi
-
-
6 minutes ago, BusBlogai said:
I have windows 😕
Are you using any script to start it, or just clicking on the .exe? Are you sure you have that file on the same path where the server.exe is located?
-
Search for them on the masterlist, they will be tagged with [EN/US] or something like that
-
15 hours ago, BusBlogai said:
ERROR: Can't load "bt.dat". Terminating in 10 seconds... Why ? 😳
I guess you're under Linux, so you have to execute the ./server after doing cd to the directory where the script is.
-
3 hours ago, debu99 said:
How to fill the character's name, i can't find any place to input text

And i found the error in the server_exceptions.txt
System.IO.FileNotFoundException: Could not load file or assembly 'C:\RAGEMP\server-files\bridge\resources\WiredPlayers\bin\Debug\netcoreapp2.2\WiredPlayers.resources.dll'. 系统找不到指定的文件。 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)I checked folder, there is no wiredplayers.resources.dll generated after compiling
You can ignore that resource error. About the name, there are two inputs on that first button, but your screen resolution seems to be too small.
-
1
-
-
That link is working for me.
-
2 minutes ago, Mauris said:
link dead
Not dead, it's now private as stated on the first post.
-
4 hours ago, caosini said:
when I connect to server and enter password for account, I only get this: https://imgur.com/8YOCwcL To help me
You need to fill questions and answers tables, as stated on the FAQ.
-
45 minutes ago, Mayers said:

Keep 2.2 and uninstall the rest of them.
-
7 minutes ago, Mayers said:
Good Day, set up your server as indicated in the instructions, but gives an error after starting the file "Server.exe", and after crashes, what could it be connected with?
error code: "Failed to initialize CoreCLR, HRESULT: 0x80004005"
Seems to be some error with the .NET Core SDK you're using.
-
11 hours ago, ANDREiKOV09 said:
Can I remove the locations from down right corner? I want to put the name of the server there, but the server name overlaps with the locations
Yes, but that's not gamemode related, you should check the wiki to get the function.
-
1
-
-
35 minutes ago, ANDREiKOV09 said:
how can I open a server on my pc to play with a friend?
There's a video in this thread showing you how to launch a server with this gamemode.
-
17 hours ago, I'm Pickle Rick said:
No not even on the log
Maybe a mismatch with the .NET Core SDK version? Not sure what your issue could be.
17 hours ago, kleinkiko said:Hello
When i connect to the server and downloaded all file nothing happens. No Login screen or something. I stand with the default charakter on the street . Right in the top i see my money . Not more.
No Errors in Logs...
MySQL is right. I use a Windows Server
//EDIT: After i updated the bridge.dll i become a new Error when i connect and the server stops:
start.sh: line 6: 30284 Segmentation fault ./server.exe
I can't give support on linux as I don't fully know how it works.
-
Any error further than those you posted previously? Those don't make the server crash.
-
7 minutes ago, I'm Pickle Rick said:
I tried that but nothing happens it just stays at login page
It should show the register window again if there are no accounts.
-
1 hour ago, I'm Pickle Rick said:
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 upBtw using HeidiSQL and MariaDB
The problem is that exactly, you're pressing "access" twice and it tries to insert the account twice. Remove that account from "accounts" table and press the button only once.
-
54 minutes ago, I'm Pickle Rick said:
Cheers mate! Thank you very much for help! And i will keep supporting you!
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 issueStart 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.
-
1
-
-
45 minutes ago, Fegador said:
I don't have money. Can you help me?
I don't have money. Can you help me?
Obviously not, piracy is not supported here.
-
Buy the game, that will solve your issue.
-
5 hours ago, I'm Pickle Rick said:
Hello once more @Xabi. Well i subscribed for your patreon and got invite to github thanks for that once more!
Now the question is. Where i can find all available commands or keybinds for specific functions?
RegardsYou can get all the commands on Commands.cs serverside class and bindings on Keys.cs clientside class.
-
12 hours ago, chocopops said:
I did that, yet I still get this error:
Why does it use my own PC details despite this being hosted on a server? As you can see above in the error, you'll find MYUSER which is my PC name. Why's it like this, am I doing something wrong?
I did everything step by step, as you can see above my server IP is also being recognized along with the port, yet there's just something wrong.
It should take the credentials you define on meta.xml, did you upload this meta.xml file too?
-
Buy the game, piracy isn't supported here.
-
-
48 minutes ago, chocopops said:
If you want to do it with meta.xml you will have to add that "number"key to it, but it's not necessary at all. So just delete that string port = NAPI.Resource.GetSetting line and also, when you're filling the connection string, there are two ; symbols between the port 2315 and SSLMODE=none.
-
11 minutes ago, Clicked said:
Hi Xabi, i would like to know what features were added/modified after the Patreon and private repo, im considering buying it, thanks and awesome job
Mainly bug and crash fixes on the master branch. There's also a testing branch (which will be merged with master when the new bridge comes) that has more features like voice, multiple code refactoring, and i'm starting with a CEF for the phone. But as I said, currently this branch relies on the new bridge version that has not been released.






[GAMEMODE] WiredPlayers Roleplay Server
in Resources
Posted
Open the powershell window and launch the server.exe from there, that way you'll be able to see what makes it crash.