Posts by Rojo92

The Aternos forums are now deprecated

Learn more about this change here.

For help regarding Aternos, we recommend you to visit our support center.

    Hello!

    I have a mod server in Forge 1.15.2 (31.2.27) version. When I try to start de server, it crashed. The message in the log is as follows:


    [27Jun2020 18:28:07.240] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Couldn't load server icon
    6483java.lang.IllegalStateException: Shutdown in progress
    6484at java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:66) ~[?:1.8.0_252]
    6485at java.lang.Runtime.addShutdownHook(Runtime.java:211) ~[?:1.8.0_252]
    6486at com.sun.imageio.stream.StreamCloser$2.run(StreamCloser.java:101) ~[?:1.8.0_252]
    6487at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_252]
    6488at com.sun.imageio.stream.StreamCloser.addToQueue(StreamCloser.java:84) ~[?:1.8.0_252]
    6489at javax.imageio.stream.FileCacheImageOutputStream.<init>(FileCacheImageOutputStream.java:95) ~[?:1.8.0_252]
    6490at com.sun.imageio.spi.OutputStreamImageOutputStreamSpi.createOutputStreamInstance(OutputStreamImageOutputStreamSpi.java:68) ~[?:1.8.0_252]
    6491at javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:419) ~[?:1.8.0_252]
    6492at javax.imageio.ImageIO.write(ImageIO.java:1583) ~[?:1.8.0_252]
    6493at net.minecraft.server.MinecraftServer.func_184107_a(MinecraftServer.java:747) [?:?]
    6494at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:618) [?:?]
    6495at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]


    Thanks!