Jump to content

DestroyedBallistic

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by DestroyedBallistic

  1. I tried to update my minehut server from 1.18.3 to 1.19 and the server just doesnt start anymore.
    Heres the log if anyone wants to help.
     

    Server starting, setting up fifo connections and writing server ready.
    Downloading mojang_1.19.jar
    Applying patches
    Starting org.bukkit.craftbukkit.Main
    System Info: Java 17 (OpenJDK 64-Bit Server VM 17.0.1+12) Host: Linux 5.15.0-46-generic (amd64)
    Loading libraries, please wait...
    2023-02-24 04:53:53,268 ServerMain WARN Advanced terminal features are not available in this environment
    [04:53:56 INFO]: Building unoptimized datafixer
    [04:53:57 INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
    [04:53:59 INFO]: Loaded 7 recipes
    [04:54:01 INFO]: Starting minecraft server version 1.19
    [04:54:01 INFO]: Loading properties
    [04:54:01 INFO]: This server is running Paper version git-Paper-81 (MC: 1.19) (Implementing API version 1.19-R0.1-SNAPSHOT) (Git: 86f87ba)
    [04:54:01 INFO]: Server Ping Player Sample Count: 12
    [04:54:01 INFO]: Using 4 threads for Netty based IO
    [04:54:02 INFO]: Default game type: ADVENTURE
    [04:54:02 INFO]: Generating keypair
    [04:54:02 INFO]: Starting Minecraft server on *:25575
    [04:54:02 INFO]: Using epoll channel type
    [04:54:02 INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
    [04:54:02 INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
    [04:54:02 INFO]: [MinehutCosmetics] Loading MinehutCosmetics v1.0.0
    [04:54:02 INFO]: [ViaVersion] Loading ViaVersion v4.5.1
    [04:54:02 INFO]: [ViaVersion] ViaVersion 4.5.1 is now loaded, injecting!
    [04:54:03 INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
    [04:54:03 INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
    [04:54:03 INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
    [04:54:03 INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
    [04:54:03 INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
    [04:54:03 INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
    [04:54:03 INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
    [04:54:03 INFO]: [ViaVersion] Loading 1.17 -> 1.18 mappings...
    [04:54:03 INFO]: [ViaVersion] Loading 1.18 -> 1.19 mappings...
    [04:54:03 INFO]: [ViaVersion] Loading 1.19 -> 1.19.3 mappings...
    [04:54:03 INFO]: [MinehutPlugin] Loading MinehutPlugin v1.0-SNAPSHOT
    [04:54:03 INFO]: Server permissions file permissions.yml is empty, ignoring it
    [04:54:03 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    [04:54:03 WARN]: The server will make no attempt to authenticate usernames. Beware.
    [04:54:03 WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
    [04:54:03 WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
    [04:54:03 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
    [04:54:03 INFO]: Preparing level "world"
    [04:54:05 INFO]: [ViaVersion] Loading block connection mappings ...
    [04:54:05 INFO]: Preparing start region for dimension minecraft:overworld
    [04:54:09 WARN]: java.lang.RuntimeException: Server attempted to load chunk saved with newer version of minecraft! 3218 > 3105
    [04:54:09 WARN]: 	at net.minecraft.world.level.chunk.storage.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:152)
    [04:54:09 WARN]: 	at com.destroystokyo.paper.io.chunk.ChunkLoadTask.executeTask(ChunkLoadTask.java:117)
    [04:54:09 WARN]: 	at com.destroystokyo.paper.io.chunk.ChunkLoadTask.run(ChunkLoadTask.java:42)
    [04:54:09 WARN]: 	at com.destroystokyo.paper.io.chunk.ChunkTaskManager.pollNextChunkTask(ChunkTaskManager.java:261)
    [04:54:09 WARN]: 	at net.minecraft.server.level.ChunkProviderServer$b.x(ChunkProviderServer.java:1255)
    [04:54:09 WARN]: 	at net.minecraft.server.level.ChunkProviderServer.d(ChunkProviderServer.java:821)
    [04:54:09 WARN]: 	at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1347)
    [04:54:09 WARN]: 	at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1329)
    [04:54:09 WARN]: 	at net.minecraft.util.thread.IAsyncTaskHandler.bq(IAsyncTaskHandler.java:114)
    [04:54:09 WARN]: 	at net.minecraft.server.MinecraftServer.executeModerately(MinecraftServer.java:1300)
    [04:54:09 WARN]: 	at net.minecraft.server.MinecraftServer.prepareLevels(MinecraftServer.java:783)
    [04:54:09 WARN]: 	at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:615)
    [04:54:09 WARN]: 	at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:420)
    [04:54:09 WARN]: 	at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:306)
    [04:54:09 WARN]: 	at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1122)
    [04:54:09 WARN]: 	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:303)
    [04:54:09 WARN]: 	at java.base/java.lang.Thread.run(Thread.java:833)
    /home/minecraft/signal/start_cmd: line 1:   122 Killed                  /opt/java/17/bin/java -Xmx${SERVER_RAM} -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -DIReallyKnowWhatIAmDoingISwear -Djline.terminal=jline.UnsupportedTerminal -jar server.jar
×
×
  • Create New...