Cuberite Forum

Full Version: Raspberry Pi Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Keep getting the following error
[Image: IEz2c9R.png]
Looking at it, there is something already running on port 25565. Run this command
Code:
netstat -tulpn | grep :25565
and it will list the process running on this port.

Was able to reproduce the same crash on my side.