Zeta Posted August 29, 2019 Posted August 29, 2019 (edited) I'm getting error on RemainingText and RemainingTextAttribute For example: public static async void ExtractCommand(Client player, [RemainingText] string targetString) Edited August 29, 2019 by Zeta
Xabi Posted August 29, 2019 Author Posted August 29, 2019 2 hours ago, Zeta said: I'm getting error on RemainingText and RemainingTextAttribute For example: public static async void ExtractCommand(Client player, [RemainingText] string targetString) Don't use that branch, it's under private testing.
Zeta Posted August 30, 2019 Posted August 30, 2019 ==================[30/08/2019 21:24:56]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'WiredPlayers.resources' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= ==================[30/08/2019 21:24:56]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'WiredPlayers.resources' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= ==================[30/08/2019 21:24:58]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'System.Net.Sockets.resources' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= ==================[30/08/2019 21:24:58]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'System.Net.Sockets.resources' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= ==================[30/08/2019 21:24:58]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'System.Management.resources' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= ==================[30/08/2019 21:24:58]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'System.Management.resources' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= ==================[30/08/2019 21:24:58]================== System.PlatformNotSupportedException: System.Management currently is only supported for Windows desktop applications. at new System.Management.ManagementObjectSearcher(string queryString) ========================================================= I have those exception on server logs... And nothing appens when player joins server (Yes, I have created the txt file for the cs clientside and no hidden extension)
Xabi Posted August 30, 2019 Author Posted August 30, 2019 System.PlatformNotSupportedException: System.Management currently is only supported for Windows desktop applications. That should be the cause, where did you get that from?
Zeta Posted August 31, 2019 Posted August 31, 2019 It's your version on github.. i'm on win 10. It appears when I simply start the server
Xabi Posted August 31, 2019 Author Posted August 31, 2019 5 hours ago, Zeta said: It's your version on github.. i'm on win 10. It appears when I simply start the server Well, show all the startup logs then, never found that issue.
Atesh Posted August 31, 2019 Posted August 31, 2019 @MadalinAdv this resource is not available 4free anymore.
Xabi Posted September 1, 2019 Author Posted September 1, 2019 18 hours ago, MadalinAdv said: error 404 - other download link? Go to "resources" section if you want the free version. If not, read the first post as you did to find the link to know how to get the latest one.
Stephan Kraviz Posted September 1, 2019 Posted September 1, 2019 8 hours ago, Xabi said: Go to "resources" section if you want the free version. If not, read the first post as you did to find the link to know how to get the latest one. And what's the difference between the free version and the paid one ?
Recommended Posts