-
Posts
1444 -
Joined
-
Last visited
-
Days Won
83
Content Type
Profiles
Forums
Downloads
Posts posted by Xabi
-
-
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.
-
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 errorThe 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)
-
Just now, Jordan409 said:
yes I know but it closes directly my console when I start the server
Open the console first and then execute the server.exe from there. After that, check what's the error showing as I have it working with that happening.
-
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.
-
You can use the newest version again (there will be some errors on server_exceptions but I have it working)
-
26 minutes ago, NSGLennard said:
I´m Join the Server
https://www.bilder-upload.eu/bild-6b6cfb-1542120320.jpg.html
Only the Blibs are on the MAP!
Console:
01:https://www.bilder-upload.eu/bild-f1e5b1-1542120863.jpg.html
02:https://www.bilder-upload.eu/bild-e3932c-1542120684.jpg.html
As said before, don't use the latest version on GitHub, get the one from this website (1.1.0 version)
-
1 minute ago, Jordan409 said:
so the commands in "acl.xml" are useless is that of "messages.cs"
Obviously, there's no point on the guide asking to modify/use the ACL, if you just follow the guide step by step, you should have the gamemode working.
-
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)
-
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 invisibleYou changed the default settings, ACL shouldn't be enabled. Also, the commands you are testing are from admin and welcomemessages resources?
-
9 minutes ago, Jordan409 said:
by doing / ban / ghostmode I do not have access to commands
Do you have ACL enabled? Also, what's /ghostmode?
-
You have to buy the game in order to play, it will solve most of your problems.
-
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?
-
Just now, Jordan409 said:
even when going out his step notAre you sure you rejoined the server when changing the value?
-
13 minutes ago, Jordan409 said:
I went back to the other version but I have a problem I put in "AdminRank" on my name 4 I still have no access to commands
http://www.noelshack.com/2018-45-6-1541808338-capture.png
http://www.noelshack.com/2018-45-6-1541808615-20181110010920-1.jpg
Did you try using it when you spawn into the game, not in the lobby?
-
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.
-
21 minutes ago, Jordan409 said:
Then make sure you have the latest .dll and recompile the gamemode.
-
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?
-
1 hour ago, netouss said:
Hello, i have one problem in my server_exceptions.
==================[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
NetoussDon't use latest version, get the one on this web. Seems that there are issues with resource files.
-
1 hour ago, Takumi_Dev said:
Xabi Can i help me?
I get this error...
http://prntscr.com/lev3l6
I have already compiled the file several times and still the error continues.
Visual Studio 2017thx
FAQ on GitHub.
-
5 hours ago, Tacktiik said:
Hello, I can not compile the csproj in dll. Can someone share it with me or explain to me how? Thank

https://cdn.discordapp.com/attachments/508771503140110339/509065355184963587/Sans_titre.pngAre you using Visual Studio 2017?
-
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.
-
1
-
-
3 hours ago, Jordan409 said:
how do we put admin because I can not do it
Answered on the FAQ located at GitHub.
-
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.pngwhat 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.
-
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 frenchSeems that you don't have MySql.Data.dll copied into runtime folder.

[GAMEMODE] WiredPlayers Roleplay Server
in Resources
Posted
No, Database.cs reads all the data from meta.xml file by tags, shouldn't be edited.