You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nukkit should start up successfully without crashing on newer Linux versions (E.g Debian Bullseye), and kernel versions that contain + in the version name.
Actual Behavior
Nukkit will crash during startup with an error (NumberFormatException for input string "13+bpo") causing the process to exit.
Steps to Reproduce
Start the nukkit-1.0-SNAPSHOT.jar snapshot with a Linux kernel that contains a + symbol (E.g 6.6.13+bpo-amd64)
Our aim is to provide all major versions of Nukkit to our customers as server types in server hosting. However based on this, we'll only be able to support the newer versions of Nukkit only.
I assume there's not too much we can do about this, and our only other option is to move the kernel to a standard version?
Expected Behavior
Nukkit should start up successfully without crashing on newer Linux versions (E.g Debian Bullseye), and kernel versions that contain
+
in the version name.Actual Behavior
Nukkit will crash during startup with an error (NumberFormatException for input string "13+bpo") causing the process to exit.
Steps to Reproduce
Debug Information
Checklist:
The text was updated successfully, but these errors were encountered: