Xabi Posted March 4, 2018 Author Posted March 4, 2018 1 minute ago, cmdflow said: Can it be that system.management.dll is not used anymore and it is now system.data.ddl which includes those library? Or maybe it's used by Mysql.Data.dll, I'm not sure about it but, anyway, it doesn't harm having it there
Flow Posted March 4, 2018 Posted March 4, 2018 Mmmh. I can log into Server but server keeps crashing. Think some librarys will cause that so it's not usable. Thanks for sharing anyway
Xabi Posted March 4, 2018 Author Posted March 4, 2018 3 minutes ago, cmdflow said: Mmmh. I can log into Server but server keeps crashing. Think some librarys will cause that so it's not usable. Thanks for sharing anyway Any log in server_exceptions.txt located into bridge folder? Just to check if I'm missing any other libraries and upload them.
jeanclau Posted March 4, 2018 Posted March 4, 2018 11 minutes ago, Xabi said: Or maybe it's used by Mysql.Data.dll, I'm not sure about it but, anyway, it doesn't harm having it there Do not you better make an update to link good files and finish faster?
Xabi Posted March 4, 2018 Author Posted March 4, 2018 Just now, jeanclau said: Do not you better make an update to link good files and finish faster? Sure, I will a new version to the resources as soon as I fix the problems in this post.
jeanclau Posted March 4, 2018 Posted March 4, 2018 1 minute ago, Xabi said: Sure, I will a new version to the resources as soon as I fix the problems in this post. Thank you beautifully!
Flow Posted March 4, 2018 Posted March 4, 2018 ==================[04.03.2018 17:02:35]================== System.PlatformNotSupportedException: System.Management currently is only supported for Windows desktop applications. at new System.Management.ManagementObjectSearcher(string queryString) ========================================================= ==================[04.03.2018 17:04:40]================== System.PlatformNotSupportedException: System.Management currently is only supported for Windows desktop applications. at new System.Management.ManagementObjectSearcher(string queryString) ========================================================= ==================[04.03.2018 17:08:30]================== System.UriFormatException: Invalid URI: The format of the URI could not be determined. at void Uri.CreateThis(string uri, bool dontEscape, UriKind uriKind) ========================================================= ==================[04.03.2018 17:08:30]================== System.NullReferenceException: Object reference not set to an instance of an object. at void WiredPlayers.weapons.Weapons.OnPlayerWeaponSwitch(Client player, WeaponHash oldWeapon, WeaponHash newWeapon) in :line 445 ========================================================= ==================[04.03.2018 17:08:30]================== System.UriFormatException: Invalid URI: The format of the URI could not be determined. at void Uri.CreateThis(string uri, bool dontEscape, UriKind uriKind) ========================================================= ==================[04.03.2018 17:08:30]================== System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object. at void WiredPlayers.weapons.Weapons.OnPlayerWeaponSwitch(Client player, WeaponHash oldWeapon, WeaponHash newWeapon) in :line 445 --- End of inner exception stack trace --- at object RuntimeMethodHandle.InvokeMethod(object target, object[] arguments, Signature sig, bool constructor) at object System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(object obj, object[] parameters, object[] arguments) ========================================================= ==================[04.03.2018 17:12:27]================== System.PlatformNotSupportedException: System.Management currently is only supported for Windows desktop applications. at new System.Management.ManagementObjectSearcher(string queryString) Well i can learn from the files so i am already happy even if i can't use it
Xabi Posted March 4, 2018 Author Posted March 4, 2018 1 minute ago, cmdflow said: ==================[04.03.2018 17:02:35]================== System.PlatformNotSupportedException: System.Management currently is only supported for Windows desktop applications. at new System.Management.ManagementObjectSearcher(string queryString) ========================================================= ==================[04.03.2018 17:04:40]================== System.PlatformNotSupportedException: System.Management currently is only supported for Windows desktop applications. at new System.Management.ManagementObjectSearcher(string queryString) ========================================================= ==================[04.03.2018 17:08:30]================== System.UriFormatException: Invalid URI: The format of the URI could not be determined. at void Uri.CreateThis(string uri, bool dontEscape, UriKind uriKind) ========================================================= ==================[04.03.2018 17:08:30]================== System.NullReferenceException: Object reference not set to an instance of an object. at void WiredPlayers.weapons.Weapons.OnPlayerWeaponSwitch(Client player, WeaponHash oldWeapon, WeaponHash newWeapon) in :line 445 ========================================================= ==================[04.03.2018 17:08:30]================== System.UriFormatException: Invalid URI: The format of the URI could not be determined. at void Uri.CreateThis(string uri, bool dontEscape, UriKind uriKind) ========================================================= ==================[04.03.2018 17:08:30]================== System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object. at void WiredPlayers.weapons.Weapons.OnPlayerWeaponSwitch(Client player, WeaponHash oldWeapon, WeaponHash newWeapon) in :line 445 --- End of inner exception stack trace --- at object RuntimeMethodHandle.InvokeMethod(object target, object[] arguments, Signature sig, bool constructor) at object System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(object obj, object[] parameters, object[] arguments) ========================================================= ==================[04.03.2018 17:12:27]================== System.PlatformNotSupportedException: System.Management currently is only supported for Windows desktop applications. at new System.Management.ManagementObjectSearcher(string queryString) Well i can learn from the files so i am already happy even if i can't use it Ok, that seems to be a bug related to the GameMode itself, so I'll fix it and upload a new version. Thank you very much!
Xabi Posted March 4, 2018 Author Posted March 4, 2018 1 hour ago, jeanclau said: When will it be ready? The gamemode itself is ready to use with that new library in the repository, the issue that makes the server crash has been reported in the bugtracker. Anyway, if you want to avoid crashes, you can comment the PlayerWeaponSwitch event.
Recommended Posts