Create

Create

86M Downloads

[0.2.2a] Illegal Argument Exception on existing world on update

kreezxil opened this issue · 6 comments

commented

from the console:

[11:10:14] [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
net.minecraft.crash.ReportedException: Ticking block entity
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:833) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) ~[?:?] {re:classloading,pl:accesstransformer:B}
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242] {}
Caused by: java.lang.IllegalArgumentException: Cannot get property EnumProperty{name=slope, clazz=class com.simibubi.create.modules.contraptions.relays.belt.BeltBlock$Slope, values=[HORIZONTAL, UPWARD, DOWNWARD, VERTICAL]} as it does not exist in Block{minecraft:air}
        at net.minecraft.state.StateHolder.func_177229_b(SourceFile:95) ~[?:?] {re:classloading,pl:accesstransformer:B}
        at com.simibubi.create.modules.contraptions.relays.belt.BeltBlock.initBelt(BeltBlock.java:441) ~[?:mc1.14.4_v0.2.2a] {re:classloading,pl:runtimedistcleaner:A}
        at com.simibubi.create.modules.contraptions.relays.belt.BeltTileEntity.func_73660_a(BeltTileEntity.java:77) ~[?:mc1.14.4_v0.2.2a] {re:classloading}
        at net.minecraft.world.World.func_217391_K(World.java:621) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
        at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:367) ~[?:?] {re:classloading,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook,pl:runtimedistcleaner:A}
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
        ... 4 more

Issue: create 0.2.2.a crashes dedicated server Forge 1.14.4 build 28.2.3

Notes:
illegal argument exception

crash report:
http://paste.ubuntu.com/p/PxGJ8d93C7/

fml server latest:
http://paste.ubuntu.com/p/z99bnnZfxr/

commented

Can you confirm that this is an issue caused only by create? If not try and see if you can figure out what combination of mods leads to this issue.

commented

This issue has been addressed in 0.2.3. Thanks for the report and feel free to re-open if need be.

commented
commented

thanks for getting around to this, i thought this mod was dead. we're already in May 10.

This might've actually been fixed a long time ago, if you look at the 1.14-0.2.3 & 1.14/dev branch this mod has been receiving a crazy amount of features and bugfixes over the past month :) (excluding the active porting to 1.15)
If you want a more up to date information about this mod, you can join the discord group linked on the main github page ;)

commented

If you want to see the amount of work put into it, you can check out https://github.com/Creators-of-Create/Create/commits/mc1.15/dev. Unfortunately, even a seasoned modder probably couldn't tell you how much more work it will need to considered "ready".

But to assure you about the developers progress, it does run, just can't say how well, as that changes literally every day (for the better of course)
2020-05-11_22 33 20
.

commented