Skip to content

1.9.0.0 version freezes the server #144

@trassert

Description

@trassert

Log with 1.9.0.0

$ java -Xms2048M -Xmx2048M -jar server.jar nogui
Starting org.bukkit.craftbukkit.Main
[03:04:10 INFO]: [bootstrap] Running Java 25 (Java HotSpot(TM) 64-Bit Server VM 25+37-LTS-jvmci-b01; Oracle Corporation Oracle GraalVM 25+37.1) on Linux 6.8.0-90-generic (amd64)
[03:04:10 INFO]: [bootstrap] Loading Purpur 1.21.11-2542-HEAD@6452678 (2025-12-24T23:52:47Z) for Minecraft 1.21.11
[03:04:11 INFO]: [PluginInitializerManager] Initializing plugins...
[03:04:11 INFO]: [ReobfServer] Remapping server...
[03:04:22 INFO]: [ReobfServer] Done remapping server in 10625ms.
[03:04:22 INFO]: [PluginRemapper] Remapping plugin 'plugins/ImageFrame-1.9.0.0.jar'...
[03:04:23 INFO]: [PluginRemapper] Done remapping plugin 'plugins/ImageFrame-1.9.0.0.jar' in 1398ms.
[03:04:23 INFO]: [PluginInitializerManager] Initialized 1 plugin
[03:04:23 INFO]: [PluginInitializerManager] Bukkit plugins (1):
 - ImageFrame (1.9.0.0)
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by org.joml.MemUtil$MemUtilUnsafe (file:/media/server/%D0%A2%D0%B5%D1%81%D1%82%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5%20%D0%B8%20%D0%B1%D0%B8%D0%BB%D0%B4%D0%B8%D0%BD%D0%B3/TestServer/libraries/org/joml/joml/1.10.8/joml-1.10.8.jar)
WARNING: Please consider reporting this to the maintainers of class org.joml.MemUtil$MemUtilUnsafe
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[03:04:31 INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, profilesHost=https://api.mojang.com, name=PROD]
[03:04:34 INFO]: Loaded 1470 recipes
[03:04:34 INFO]: Loaded 1584 advancements
[03:04:34 INFO]: [ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry] Initialising converters for DataConverter...
[03:04:35 INFO]: [ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry] Finished initialising converters for DataConverter in 824,6ms
[03:04:35 INFO]: Starting minecraft server version 1.21.11
[03:04:35 INFO]: Loading properties
[03:04:36 INFO]: This server is running Purpur version 1.21.11-2542-HEAD@6452678 (2025-12-24T23:52:47Z) (Implementing API version 1.21.11-R0.1-SNAPSHOT)
[03:04:36 INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
[03:04:36 INFO]: Server Ping Player Sample Count: 12
[03:04:36 INFO]: Using 4 threads for Netty based IO
[03:04:37 INFO]: [MoonriseCommon] Paper is using 3 worker threads, 1 I/O threads
[03:04:38 INFO]: Default game type: CREATIVE
[03:04:38 INFO]: Generating keypair
[03:04:38 INFO]: Starting Minecraft server on *:25560
[03:04:38 INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[03:04:38 INFO]: Paper: Using OpenSSL 3.x.x (Linux x86_64) cipher from Velocity.
[03:04:38 INFO]: [ImageFrame] Loading server plugin ImageFrame v1.9.0.0
[03:04:38 INFO]: Server permissions file permissions.yml is empty, ignoring it
[03:04:38 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[03:04:38 WARN]: The server will make no attempt to authenticate usernames. Beware.
[03:04:38 WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[03:04:38 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[03:04:38 INFO]: Preparing level "world"
[03:04:39 INFO]: [ca.spottedleaf.moonrise.common.util.MoonriseConstants] NUMA enable flag is not set; however there is NUMA interaction support for this OS.
[03:04:39 INFO]: [ca.spottedleaf.moonrise.common.util.MoonriseConstants] Detected 1 NUMA nodes.
[03:04:40 INFO]: Loading 0 persistent chunks for world 'minecraft:overworld'...
[03:04:40 INFO]: Preparing spawn area: 100%
[03:04:40 INFO]: Prepared spawn area in 2 ms
[03:04:40 INFO]: Loading 0 persistent chunks for world 'minecraft:the_nether'...
[03:04:40 INFO]: Prepared spawn area in 0 ms
[03:04:40 INFO]: Loading 0 persistent chunks for world 'minecraft:the_end'...
[03:04:40 INFO]: Prepared spawn area in 0 ms
[03:04:40 INFO]: Done preparing level "world" (1.560s)
[03:04:40 INFO]: [ImageFrame] Enabling ImageFrame v1.9.0.0
> pl
>

Log with 1.8.7.0

$ java -Xms2048M -Xmx2048M -jar server.jar nogui
Starting org.bukkit.craftbukkit.Main
[03:06:31 INFO]: [bootstrap] Running Java 25 (Java HotSpot(TM) 64-Bit Server VM 25+37-LTS-jvmci-b01; Oracle Corporation Oracle GraalVM 25+37.1) on Linux 6.8.0-90-generic (amd64)
[03:06:31 INFO]: [bootstrap] Loading Purpur 1.21.11-2542-HEAD@6452678 (2025-12-24T23:52:47Z) for Minecraft 1.21.11
[03:06:31 INFO]: [PluginInitializerManager] Initializing plugins...
[03:06:32 INFO]: [PluginRemapper] Remapping plugin 'plugins/ImageFrame-1.8.7.0.jar'...
[03:06:35 INFO]: [PluginRemapper] Done remapping plugin 'plugins/ImageFrame-1.8.7.0.jar' in 3168ms.
[03:06:35 INFO]: [PluginInitializerManager] Initialized 1 plugin
[03:06:35 INFO]: [PluginInitializerManager] Bukkit plugins (1):
 - ImageFrame (1.8.7.0)
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by org.joml.MemUtil$MemUtilUnsafe (file:/media/server/%D0%A2%D0%B5%D1%81%D1%82%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5%20%D0%B8%20%D0%B1%D0%B8%D0%BB%D0%B4%D0%B8%D0%BD%D0%B3/TestServer/libraries/org/joml/joml/1.10.8/joml-1.10.8.jar)
WARNING: Please consider reporting this to the maintainers of class org.joml.MemUtil$MemUtilUnsafe
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[03:06:43 INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, profilesHost=https://api.mojang.com, name=PROD]
[03:06:46 INFO]: Loaded 1470 recipes
[03:06:46 INFO]: Loaded 1584 advancements
[03:06:46 INFO]: [ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry] Initialising converters for DataConverter...
[03:06:47 INFO]: [ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry] Finished initialising converters for DataConverter in 728,8ms
[03:06:47 INFO]: Starting minecraft server version 1.21.11
[03:06:47 INFO]: Loading properties
[03:06:47 INFO]: This server is running Purpur version 1.21.11-2542-HEAD@6452678 (2025-12-24T23:52:47Z) (Implementing API version 1.21.11-R0.1-SNAPSHOT)
[03:06:48 INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
[03:06:48 INFO]: Server Ping Player Sample Count: 12
[03:06:48 INFO]: Using 4 threads for Netty based IO
[03:06:50 INFO]: [MoonriseCommon] Paper is using 3 worker threads, 1 I/O threads
[03:06:51 INFO]: Default game type: CREATIVE
[03:06:51 INFO]: Generating keypair
[03:06:51 INFO]: Starting Minecraft server on *:25560
[03:06:51 INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[03:06:51 INFO]: Paper: Using OpenSSL 3.x.x (Linux x86_64) cipher from Velocity.
[03:06:51 INFO]: [ImageFrame] Loading server plugin ImageFrame v1.8.7.0
[03:06:51 INFO]: Server permissions file permissions.yml is empty, ignoring it
[03:06:51 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[03:06:51 WARN]: The server will make no attempt to authenticate usernames. Beware.
[03:06:51 WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[03:06:51 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[03:06:51 INFO]: Preparing level "world"
[03:06:51 INFO]: [ca.spottedleaf.moonrise.common.util.MoonriseConstants] NUMA enable flag is not set; however there is NUMA interaction support for this OS.
[03:06:51 INFO]: [ca.spottedleaf.moonrise.common.util.MoonriseConstants] Detected 1 NUMA nodes.
[03:06:53 INFO]: Loading 0 persistent chunks for world 'minecraft:overworld'...
[03:06:53 INFO]: Preparing spawn area: 100%
[03:06:53 INFO]: Prepared spawn area in 2 ms
[03:06:53 INFO]: Loading 0 persistent chunks for world 'minecraft:the_nether'...
[03:06:53 INFO]: Prepared spawn area in 0 ms
[03:06:53 INFO]: Loading 0 persistent chunks for world 'minecraft:the_end'...
[03:06:53 INFO]: Prepared spawn area in 0 ms
[03:06:53 INFO]: Done preparing level "world" (1.794s)
[03:06:53 INFO]: [ImageFrame] Enabling ImageFrame v1.8.7.0
[03:06:53 INFO]: [ImageFrame] This version of minecraft is unsupported! (Unsupported)
[03:06:58 INFO]: [ImageFrame] ImageFrame has been Enabled!
[03:06:58 INFO]: [spark] Starting background profiler...
[03:06:58 INFO]: Starting remote control listener
[03:06:58 INFO]: Thread RCON Listener started
[03:06:58 INFO]: RCON running on 0.0.0.0:25575
[03:06:58 INFO]: Running delayed init tasks
[03:06:58 INFO]: Done (29.120s)! For help, type "help"
[03:06:58 INFO]: [ImageFrame] Data loading completed! Loaded 0 ImageMaps!
> pl
[03:07:00 INFO]: ℹ Server Plugins (1):
[03:07:00 INFO]: Paper Plugins (0):
[03:07:00 INFO]: Bukkit Plugins (1):
[03:07:00 INFO]:  - ImageFrame
> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions