Crash when closing display server and generating an image
ISSOtm opened this issue ยท 2 comments
I can run the following steps to reliably crash the server:
- Start my X server (graphical server)
- Start the Minecraft server (in my case, using
screen
) - Shut down the X server
- Try to generate an image: crash-2022-05-18_16.39.43-server.txt
Since starting the server before launching X11 works fine (both with it on and off), it appears that image2map
detects whether a GUI is present at startup and expects it to persist if found.
It's java's behaviour, can't be fixed without changing image library (through not sure if there is an alternative)
A cursory look at the API indicates that a workaround just might be possible. Can you point me at where the Image
is being created?