This repository was archived by the owner on Aug 5, 2019. It is now read-only.
forked from kitskub/bSpace
-
Notifications
You must be signed in to change notification settings - Fork 12
Delayed hangup at start #10
Copy link
Copy link
Open
Labels
Milestone
Description
Whenever a CrystalSpace server first starts up, sometimes the CrystalSpace plugin will hang during startup, subsequently delaying the entire startup process. The cause is currently unknown; however, it seems to happen in-between the first and last output of the following snippet.
[18:54:21 INFO]: [CrystalSpace] Enabling CrystalSpace v3.0.0-ALPHA-5
[18:54:21 INFO]: [CrystalSpace] The plugin will now start sending usage stats. You can disable this plugins/PluginMetrics/config.yml!
[18:54:34 INFO]: UUID of player jflory7 is 73402589-7b19-4cc6-97c0-7599c6e9a6d5
[18:55:07 INFO]: UUID of player Tethtibis is 79571497-1da1-488e-b33a-b4315694dfc1
[18:56:20 INFO]: UUID of player Tethtibis is 79571497-1da1-488e-b33a-b4315694dfc1
[18:56:28 INFO]: [CrystalSpace] Enabled version 3.0.0-ALPHA-5.
The code will need to evaluated to determine the issue and then optimize the code. Presently, we are looking at an almost two-minute initialization, which should not be happening.
Reactions are currently unavailable