PneumaticCraft: Repressurized

PneumaticCraft: Repressurized

43M Downloads

Heat Frame Error

bcrotty opened this issue ยท 4 comments

commented

Describe the bug

image
When I use a Heat Frame, WAILA shows that there's an error. As I move the view around, a normal view of the chest showing the temperature and heating/cooling percentages will flash briefly, but it never says anything but the ambient temperature and 0%. Nothing happens inside the chest to the contents that should be heated or cooled.

How to reproduce the bug

  1. Create new MultiMC instance with Forge and Jade, JEI, Patchouli, PC:R
  2. Give yourself a chest and a heat frame (optionally something to heat or cool and a hot or cold block)
  3. Look at the chest and see an error
  4. Wait and nothing happens

Expected behavior

Heat Frame should heat or cool items as intended and status should show on WAILA

Additional details

Versions:
Minecraft: 1.16.5
Forge: 36.2.31
LWJGL 3: 3.3.2 (automatically included with base installation through MultiMC)

Mod Versions:
Jade: 2.8.1
JEI: 7.7.1.152
Patchouli: 1.16.4-53.2
PC:R: 1.16.5-2.15.7-320

See attached file or linked log below. This is the only error log produced.
WailaErrorOutput.txt

Which Minecraft version are you using?

1.16

Crash log

https://pastebin.com/5M5NvYaT

commented

Looks like Jade does something that Hwyla (which I originally built against) doesn't, or vice versa. Not necessarily a problem with Jade though.

I will build against Jade (which is a lot more up to date) and track this down. Shouldn't be too hard to fix.

commented

@desht Should blocks placed directly next to the chest with the heat frame affect the temperature? I tried blue ice and magma next to it, but nothing happened. It does work with a vortex pump though.

commented

No, non tile-entity blocks next to a heat frame won't do anything (the block needs ticking TE logic to transfer heat). You can connect ice/magma/etc. to a heat frame with a heat pipe, though.

commented

Fixed in 2.15.8 release