#AcidIsland and Boxed Errors in 1.21.10

1 messages · Page 1 of 1 (latest)

pallid fjord
#

Hello! I'm getting similar errors on startup with AcidIsland and Boxed where both are disabled. This is in a testing environment with Paper 1.21.10-b91. Is this just a me thing?

Errors:
https://gist.github.com/mercurialmusic/030995729c2a76643e88c9ab178bdb16
https://gist.github.com/mercurialmusic/6064bc739de79201ee17c4555efbfa79

BentoBox Version:

Running PAPER 1.21.10.
(1.21.10-91-9934c17 (MC: 1.21.10))
BentoBox version: 3.9.1
Database: JSON
Loaded Game Worlds:
acidisland_world (AcidIsland): Overworld
boxed_world (Boxed): Overworld
bskyblock_world (BSkyBlock): Overworld, Nether, The End
oneblock_world (OneBlock): Overworld, Nether*
Loaded Addons:
AcidIsland 1.20.1-SNAPSHOT-b1058 (ERROR)
AOneBlock 1.20.0 (ENABLED)
Bank 1.9.0-SNAPSHOT-b116 (ENABLED)
Border 4.5.1 (ENABLED)
Boxed 3.3.0 (ERROR)
BSkyBlock 1.19.1-SNAPSHOT-b796 (ENABLED)
Challenges 1.5.1-SNAPSHOT-b614 (ENABLED)
DimensionalTrees 1.8.0 (ENABLED)
Greenhouses 1.9.3 (ENABLED)
InvSwitcher 1.15.1 (ENABLED)
Level 2.22.0 (ENABLED)
Limits 1.27.1 (ENABLED)
Warps 1.17.0 (ENABLED)
Gist

ClassCastException in BentoBox AcidIsland. GitHub Gist: instantly share code, notes, and snippets.

Gist

ClassCastException in BentoBox Boxed Addon. GitHub Gist: instantly share code, notes, and snippets.

rapid stream
#

Hmm, I don't see any error yet...

> bbox v
[22:01:41 INFO]: Running PAPER 1.21.10.
[22:01:41 INFO]: (1.21.10-91-9934c17 (MC: 1.21.10))
[22:01:41 INFO]: BentoBox version: 3.9.1
[22:01:41 INFO]: Database: JSON
[22:01:41 INFO]: Loaded Game Worlds:
[22:01:41 INFO]: acidisland_world (AcidIsland): Overworld, Nether, The End
[22:01:41 INFO]: boxed_world (Boxed): Overworld, Nether
[22:01:41 INFO]: crowdbound_world (CrowdBound): Overworld, Nether, The End*
[22:01:41 INFO]: oneblock_world (OneBlock): Overworld, Nether*, The End*
[22:01:41 INFO]: Loaded Addons:
[22:01:41 INFO]: AcidIsland 1.20.1 (ENABLED)
[22:01:41 INFO]: AOneBlock 1.20.0 (ENABLED)
[22:01:41 INFO]: Boxed 3.2.1-SNAPSHOT-LOCAL (ENABLED)
[22:01:41 INFO]: CrowdBound 0.0.3-SNAPSHOT-LOCAL (ENABLED)
[22:01:41 INFO]: Greenhouses 1.9.4-SNAPSHOT-LOCAL (ENABLED)
[22:01:41 INFO]: IslandFly 1.14.2-SNAPSHOT-LOCAL (ENABLED)
pallid fjord
#

Easily could be my environment too, just testing on my home PC. Will try it properly on the real machine.

rapid stream
#

The error is in net.minecraft.util.debug.LevelDebugSynchronizers.<init>(LevelDebugSynchronizers.java:36) which is server code. What is your start parameters? Anything debuggy?

pallid fjord
#

I don't think it's out of the ordinary, although perhaps a little old.

"C:\Program Files\Java\jdk-21\bin\java.exe" -Xms10G -Xmx10G -XX:+UseG1GC -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 -jar paper.jar
rapid stream
#

Yeah, that works for me. Hmm.