Blue Power

Blue Power

4M Downloads

Wire model baking issues

sverinn opened this issue · 4 comments

commented

What were you doing when the issue happened?

Loading minecraft instance

What did you expect to happen?

Proper loading

What happened instead

Console returns

Unable to bake model: 'bluepower:redalloy_wire#connected_back=false,connected_front=true,connected_left=false,connected_right=true,facing=up,powered=true': java.lang.RuntimeException: Unknown property 'active' on 'Block{bluepower:redalloy_wire}'

and etc. Sometimes it freezes to death, sometimes it loads fine, but in any case it takes very long because of these errors being processed (like ~35k of them every launch).

Crashlog on pastebin/gist

latest.log

Forge and Minecraft version

Minecraft: 1.14.4
forge-28.1.64

Bluepower version and build number

bluepower-1.14.4-0.3.135-alpha-universal.jar

commented

Yes I'm working on an alternative for these due to how slow the vanilla multipart loader is with dynamic models, might just release a patch if it's going to take too long.

commented

Update: it actually freezes only if Optifine is present. Without optifine, the game loads, it just takes a long time.

With optifine, following crash occurs:
crash-2019-10-27_16.58.31-client.txt

commented

Ok thanks, Yeah it's running out of ram, but I'm changing the way these are done, so will get a fix out soon.

commented

Fixed in 1.14.4-0.3.147-alpha and have just pushed to curse, wires have been completely disabled for now until I have the logic fixed, will need to FML Confirm.