webbukkit / DynmapBlockScan

Tool to scan post-1.8 MC blocks and JSON model data to automatically generate Dynmap models
61 stars 30 forks source link

1.12.2 Failed to open blockstate #87

Open Stapleton opened 11 months ago

Stapleton commented 11 months ago

OS: Windows 10 Pro 19045.3324 Launcher: Multicraft Daemon Modpack: Project Ozone 3 3.4.11F Dynmap: Dynmap-3.6-forge-1.12.2.jar DynmapBlockScan: DynmapBlockScan-3.6-forge-1.12.2.jar

First launch crashed the server since Dynmap does its usual thing of taking a really long time to process everything and causes the watchdog to kill it. I set max-tick-time to -1 in server.properties and started again. Second time was a successful boot. However both times i got a whole lot of the following

Heres both latest.log and debug.log

Referencing: webbukkit/dynmap#2264, #86

Stapleton commented 11 months ago

Update with a clean client.

Launcher: GDLauncher Minecraft: 1.12.2 Forge: 14.23.5.2860 Dynmap: 3.6 DynmapBlockScan: 3.7 Snapshot

Heres the latest.log

The errors given is now just one, which is

~~An interesting thing is that it also fails to open the vanilla concrete and concrete powder blockstates. I will do some sleuthing and figure out if theres some sort of difference between the working and failing blockstates, using vanilla concrete and concrete powder as the control group. This can let me isolate what the concrete blockstates are doing different from the other vanilla blockstates. With that difference isolated, i can then use it to validate why the chisel blockstates are not working. Hopefully this will lead me to a proper answer to this issue.~~

Will update with more!

EDIT: Discovered that the erroring vanilla blockstates dont exist. Still gonna look around for possible solutions