Xabi 143 Posted February 2 1 hour ago, SharpSabre said: Can you guide, how? What's your exact problem? 1 Share this post Link to post Share on other sites
SharpSabre 2 Posted February 2 (edited) 16 minutes ago, Xabi said: What's your exact problem? 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... Edited February 2 by SharpSabre Share this post Link to post Share on other sites
berkay22 0 Posted February 2 Is this gamemode text-roleplay or voice-chat? Share this post Link to post Share on other sites
Smileey 63 Posted February 2 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 :) Share this post Link to post Share on other sites
Fusion99 6 Posted February 2 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 Share this post Link to post Share on other sites
SharpSabre 2 Posted February 2 (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 by SharpSabre Share this post Link to post Share on other sites
Fusion99 6 Posted February 2 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 Share this post Link to post Share on other sites
SharpSabre 2 Posted February 2 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) ========================================================= Share this post Link to post Share on other sites
Fusion99 6 Posted February 2 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! Share this post Link to post Share on other sites
SharpSabre 2 Posted February 2 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 Share this post Link to post Share on other sites