Whenever I reload or update the plugin, the server becomes unresponsive till I manually restart it. Players can run around just fine, but not chat, do things and progress is not saved.
Reloading or updating plugin crashSolved
Are there any errors in console or messages?
Sadly not, it says it compiled in like 600-1200ms and then it just becomes unresponsive
Merged post
The hook time is 14.13 seconds on boot
Are you using ImageLibrary? Does it get get to where it says XPerience loaded?VliekSadly not, it says it compiled in like 600-1200ms and then it just becomes unresponsive
Merged post
The hook time is 14.13 seconds on boot
It only gets to the part where it says it was compiles successfully, then nothing in console/logs and server becomes unresponsive
Merged post
It doesn't go down, you just cannot do anything if you're already connected
Merged post
Ok so a machine restart solved the problem, but I am getting a MySql error now when the plugin load
01/20 09:19:10 | Calling 'Unload' on 'XPerience v1.3.0' took 30276ms
01/20 09:19:10 | Unloaded plugin XPerience v1.3.0 by MACHIN3
01/20 09:19:10 | Calling 'Unload' on 'XPerience v1.3.0' took average 0ms
01/20 09:19:10 |
01/20 09:19:10 | Loaded plugin XPerience v1.3.0 by MACHIN3
01/20 09:19:10 | []
01/20 09:19:10 | []
01/20 09:19:10 | MySql handle raised an exception (NullReferenceException: Object reference not set to an instance of an object)
at MySql.Data.MySqlClient.MySqlDataReader.Read () [0x0005d] in <8d7380b3d3cf4bd8be324c584f371b44>:0
at MySql.Data.MySqlClient.Driver.LoadServerProperties (MySql.Data.MySqlClient.MySqlConnection connection) [0x0006f] in <8d7380b3d3cf4bd8be324c584f371b44>:0
at MySql.Data.MySqlClient.Driver.Configure (MySql.Data.MySqlClient.MySqlConnection connection) [0x00053] in <8d7380b3d3cf4bd8be324c584f371b44>:0
at MySql.Data.MySqlClient.MySqlConnection.Open () [0x00198] in <8d7380b3d3cf4bd8be324c584f371b44>:0
at Oxide.Core.MySql.Libraries.MySql+MySqlQuery.Handle () [0x00059] in <7a75fa05cbc04391919cf072f240bf30>:0
01/20 09:19:10 | [Image Library] Starting order XPerience
01/20 09:19:11 | Image batch (XPerience) has been stored successfully VliekIt only gets to the part where it says it was compiles successfully, then nothing in console/logs and server becomes unresponsive
Merged post
It doesn't go down, you just cannot do anything if you're already connected
Merged postOk so a machine restart solved the problem, but I am getting a MySql error now when the plugin load
01/20 09:19:10 | Calling 'Unload' on 'XPerience v1.3.0' took 30276ms 01/20 09:19:10 | Unloaded plugin XPerience v1.3.0 by MACHIN3 01/20 09:19:10 | Calling 'Unload' on 'XPerience v1.3.0' took average 0ms 01/20 09:19:10 | 01/20 09:19:10 | Loaded plugin XPerience v1.3.0 by MACHIN3 01/20 09:19:10 | [] 01/20 09:19:10 | [] 01/20 09:19:10 | MySql handle raised an exception (NullReferenceException: Object reference not set to an instance of an object) at MySql.Data.MySqlClient.MySqlDataReader.Read () [0x0005d] in <8d7380b3d3cf4bd8be324c584f371b44>:0 at MySql.Data.MySqlClient.Driver.LoadServerProperties (MySql.Data.MySqlClient.MySqlConnection connection) [0x0006f] in <8d7380b3d3cf4bd8be324c584f371b44>:0 at MySql.Data.MySqlClient.Driver.Configure (MySql.Data.MySqlClient.MySqlConnection connection) [0x00053] in <8d7380b3d3cf4bd8be324c584f371b44>:0 at MySql.Data.MySqlClient.MySqlConnection.Open () [0x00198] in <8d7380b3d3cf4bd8be324c584f371b44>:0 at Oxide.Core.MySql.Libraries.MySql+MySqlQuery.Handle () [0x00059] in <7a75fa05cbc04391919cf072f240bf30>:0 01/20 09:19:10 | [Image Library] Starting order XPerience 01/20 09:19:11 | Image batch (XPerience) has been stored successfully
The SQL side of this mod is a bit tricky and several have reported random errors but it still functions normally. I have been trying to track these errors down and find the causes but it's been difficult. The SQL side if setup properly should still work even with the random console errors.
Locked automatically