Smileey Posted February 2, 2019 Share Posted February 2, 2019 vor 22 Stunden schrieb Xabi: Check the server_exceptions.txt for the logs. You didn't enable client-side C# as stated on the guide. Yes, you are ported to almost every business created. About the CEFs in spanish, you'll have to change the init function on all the .js files under statics/js folder. Ok i try it thank you so much :) Link to comment Share on other sites More sharing options...
Fusion99 Posted February 2, 2019 Share Posted February 2, 2019 49 minutes ago, SharpSabre said: Everything is OK, How can I join my server at localhost? I used ( Create a file called enable-clientside-cs.txt on the root folder where you installed RAGE Multiplayer ) too. but... In wiredplayers folder you have meta.xml file which is linked to your database. Check this xml to see if properly configured under "host"(127.0.0.1). There is also your username, password and name of database to. 1 Link to comment Share on other sites More sharing options...
SharpSabre Posted February 2, 2019 Share Posted February 2, 2019 (edited) 20 minutes ago, Fusion99 said: In wiredplayers folder you have meta.xml file which is linked to your database. Check this xml to see if properly configured under "host"( 127.0.0.1 ). There is also your username, password and name of database to. The server is running perfectly, but when I join my server on localhost (Server and Client are the same locations), the server goes close. Edited February 2, 2019 by SharpSabre Link to comment Share on other sites More sharing options...
Fusion99 Posted February 2, 2019 Share Posted February 2, 2019 5 minutes ago, SharpSabre said: The server is running perfectly, but when I join my server on localhost (Server and Client are the same locations), it goes close. Under bridge you have server_exceptions.txt check this or put it here that log. 1 Link to comment Share on other sites More sharing options...
SharpSabre Posted February 2, 2019 Share Posted February 2, 2019 19 minutes ago, Fusion99 said: Under bridge you have server_exceptions.txt check this or put it here that log. It just spam it : Spoiler ==================[2019/02/02 17:10:02]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'WiredPlayers.resources' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= ==================[2019/02/02 17:10:02]================== System.IO.FileNotFoundException: Could not load file or assembly 'M:\Games and Tools\Archives\GTA V Rage Multiplayer Server\server-files\bridge\resources\WiredPlayers\bin\Debug\netcoreapp2.2\WiredPlayers.resources.dll'. The system cannot find the file specified. File name: 'M:\Games and Tools\Archives\GTA V Rage Multiplayer Server\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) ========================================================= Link to comment Share on other sites More sharing options...
Fusion99 Posted February 2, 2019 Share Posted February 2, 2019 3 minutes ago, SharpSabre said: It just spam it : Hide contents ==================[2019/02/02 17:10:02]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'WiredPlayers.resources' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= ==================[2019/02/02 17:10:02]================== System.IO.FileNotFoundException: Could not load file or assembly 'M:\Games and Tools\Archives\GTA V Rage Multiplayer Server\server-files\bridge\resources\WiredPlayers\bin\Debug\netcoreapp2.2\WiredPlayers.resources.dll'. The system cannot find the file specified. File name: 'M:\Games and Tools\Archives\GTA V Rage Multiplayer Server\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) ========================================================= Are you using VS 2017? It's recommended minimum VS 2017! Otherwise you can't get that dll file in VS 2015! Link to comment Share on other sites More sharing options...
SharpSabre Posted February 2, 2019 Share Posted February 2, 2019 Just now, Fusion99 said: Are you using VS 2017? It's recommended minimum VS 2017! Otherwise you can't get that dll file in VS 2015! Yea I downloaded VS 2017 (45GB) for compile this project. 1 Link to comment Share on other sites More sharing options...
Fusion99 Posted February 2, 2019 Share Posted February 2, 2019 3 minutes ago, SharpSabre said: Yea I downloaded VS 2017 (45GB) for compile this project. Did you check that you have a dll file that is mentioned in the log? Link to comment Share on other sites More sharing options...
SharpSabre Posted February 2, 2019 Share Posted February 2, 2019 There are 2 folders: "es-ES" and "pt-BR", these have that file. Link to comment Share on other sites More sharing options...
Fusion99 Posted February 2, 2019 Share Posted February 2, 2019 1 minute ago, SharpSabre said: There are 2 folders: "es-ES" and "pt-BR", these have that file. Look here : bridge/resources/WiredPlayers/bin/Debug/netcoreapp2.0/WiredPlayers.dll? Link to comment Share on other sites More sharing options...
Recommended Posts