-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A RuntimeException happened while ticking the server #7
Comments
Before I can solve your problem, I'm going to need a little more information about the problem you're mentioning.
😓 Sorry for the late reply, but if the problem persists you can always |
I got some other people encountering the error and the source is mostly modification of region files during server runtime, because chunks, loaded in NukkitX, cannot be found after their properties have changed. |
I have the same error. I try to fix it that way: I have to mention that the map I am using was NOT imported. It was server generated. This error is pretty critical, since it prevents players from joining when the max player count is set to 1. Players will get a "Server is full" message even though the server is empty. |
I haven't added Regarding the issue of player timeout, we can rule it out since the player exited normally at |
In my case, this happens about 10 minutes after all players have offline. You've given me some food for thought, perhaps this is a block uninstallation issue? I'm going to investigate further and try to reproduce the issue after setting the max player count to 1. |
🐞 I found a bug
Issue Description:
I've come across an issue while monitoring my PowerNukkitX server logs. The logs contain a runtime exception error that I would like to report. Below is the relevant log entry:
This error occurred during the server tick, leading to an unexpected runtime exception. It appears to be related to the Nukkit server's internal processing.
Steps to Reproduce:
I'm unable to provide specific steps to reproduce this issue as it occurred unexpectedly. The logs provided above contain valuable information for debugging.
Server Information:
Additional Information:
If you require any additional information or logs to investigate this issue further, please let me know, and I'll provide the necessary details.
The text was updated successfully, but these errors were encountered: