ferrybig / multiworld

5 stars 16 forks source link

Update for Minecraft 1.13 #4

Closed benoitfouc closed 6 years ago

benoitfouc commented 6 years ago

Hello, the plugin work partially, with errors withe the last version 1.13 of Spigot/Craftbukkit.

Type of error :


[13:47:51] [Server thread/ERROR]: [MultiWorld] ERROR HAPPEND: Some error with 'Avend': Exception generating new chunk
[13:47:51] [Server thread/ERROR]: [MultiWorld] net.minecraft.server.v1_13_R1.ReportedException: Exception generating new chunk

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at net.minecraft.server.v1_13_R1.ChunkProviderServer.a(ChunkProviderServer.java:190)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at net.minecraft.server.v1_13_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:130)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at org.bukkit.craftbukkit.v1_13_R1.CraftServer.createWorld(CraftServer.java:976)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at org.bukkit.Bukkit.createWorld(Bukkit.java:457)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at multiworld.data.WorldManager.loadWorld(WorldManager.java:347)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at multiworld.data.WorldManager.loadWorlds(WorldManager.java:658)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at multiworld.data.DataHandler.load(DataHandler.java:242)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at multiworld.data.DataHandler.<init>(DataHandler.java:61)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at multiworld.MultiWorldPlugin.onEnable(MultiWorldPlugin.java:256)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at org.bukkit.craftbukkit.v1_13_R1.CraftServer.enablePlugin(CraftServer.java:426)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at org.bukkit.craftbukkit.v1_13_R1.CraftServer.enablePlugins(CraftServer.java:340)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at net.minecraft.server.v1_13_R1.MinecraftServer.m(MinecraftServer.java:562)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at net.minecraft.server.v1_13_R1.MinecraftServer.g_(MinecraftServer.java:524)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at net.minecraft.server.v1_13_R1.MinecraftServer.a(MinecraftServer.java:423)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at net.minecraft.server.v1_13_R1.DedicatedServer.init(DedicatedServer.java:288)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at net.minecraft.server.v1_13_R1.MinecraftServer.run(MinecraftServer.java:686)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at java.base/java.lang.Thread.run(Unknown Source)

[13:47:51] [Server thread/ERROR]: [MultiWorld] Caused by: java.util.concurrent.ExecutionException: java.lang.NoSuchFieldError: MUSHROOM_ISLAND

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at java.base/java.util.concurrent.CompletableFuture.reportGet(Unknown Source)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at java.base/java.util.concurrent.CompletableFuture.get(Unknown Source)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at net.minecraft.server.v1_13_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:127)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  ... 18 more

[13:47:51] [Server thread/ERROR]: [MultiWorld] Caused by: java.lang.NoSuchFieldError: MUSHROOM_ISLAND

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at multiworld.worldgen.populators.MyceliumPopulator.chanceBlock(MyceliumPopulator.java:22)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at multiworld.worldgen.populators.SurfacePopulator.populate(SurfacePopulator.java:28)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at net.minecraft.server.v1_13_R1.ChunkMap.a(ChunkMap.java:63)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at net.minecraft.server.v1_13_R1.ChunkMap.put(ChunkMap.java:126)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at net.minecraft.server.v1_13_R1.ChunkMap.put(ChunkMap.java:1)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at org.bukkit.craftbukkit.libs.it.unimi.dsi.fastutil.longs.Long2ObjectMaps$SynchronizedMap.put(Long2ObjectMaps.java:371)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at net.minecraft.server.v1_13_R1.ChunkProviderServer.a(ChunkProviderServer.java:218)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(Unknown Source)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at java.base/java.util.concurrent.CompletableFuture.uniApplyStage(Unknown Source)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at java.base/java.util.concurrent.CompletableFuture.thenApply(Unknown Source)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at net.minecraft.server.v1_13_R1.ChunkProviderServer.generateChunk(ChunkProviderServer.java:180)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  at net.minecraft.server.v1_13_R1.ChunkProviderServer.generateChunk(ChunkProviderServer.java:166)

[13:47:51] [Server thread/ERROR]: [MultiWorld]  ... 19 more
ferrybig commented 6 years ago

Closing in favor of the projects feature of Github, where its easier to track what still needs to be done for MC 1.13

https://github.com/ferrybig/multiworld/projects/1