Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipes lose pressure on load when they cross chunk border #1371

Open
Hiranus opened this issue Nov 9, 2024 · 6 comments
Open

Pipes lose pressure on load when they cross chunk border #1371

Hiranus opened this issue Nov 9, 2024 · 6 comments
Labels

Comments

@Hiranus
Copy link

Hiranus commented Nov 9, 2024

Describe the bug

When loading game pipes "break" and lose pressure. Its like they dont see that there is a pipe right next to them, just in different chunk. To fix this I have to break all the pipes that cross chunk borders and replace them.
image
Here's a video showing the issue. I loaded the game and had to replace pipes because they were leaking pressure (notice that hissing sound). The game was saved with ~3.25 bar in the system.
https://streamable.com/a1s5uu

How to reproduce the bug

Build something simple that crosses the chunk border, save and load the game, and try to pressurize the system.

Expected behavior

Pressure is kept in the system after reload, even if some pipes in network are in chunk that is not loaded.

Additional details

I play ATM10 pack, version 1.7a

Which Minecraft version are you using?

1.21

Which version of PneumaticCraft: Repressurized are you using?

8.2.3

Crash log

No response

@Hiranus Hiranus added the Bug label Nov 9, 2024
@desht
Copy link
Member

desht commented Nov 11, 2024

I'm afraid I can't reproduce this. I did the following:

  • Create a tube network crossing a chunk boundary
  • Put a creative compressor (0 bar) on one end, verified all tubes are at 0 bar
  • Quit world, log back in
  • Raise creative compressor to >0 bar
  • Observed all tubes pressurized, no leaks

Not sure what's happening in your world that isn't in mine. I've also tried various combinations of forceloading one side of the network and not the other, teleporting away and back, switching dimension etc., and I haven't seen any leaks along chunk boundaries at all.

Maybe there's something in ATM10 that causing problems (don't know what "optimisation" mods are in that pack, but they're a good place to start looking).

@Hiranus
Copy link
Author

Hiranus commented Nov 11, 2024

Seems like Connectivity causes this.

@LyraGhost
Copy link

Having the same issue here, pipes get disconnected at chunk borders.

Running the mod on a server with the Craftoria modpack, (pack version 1.5.0, mod version 8.1.4)
Issue happens when the server is restarted.

@desht
Copy link
Member

desht commented Nov 13, 2024

@LyraGhost can you try without the Connectivity mod? Would be good to get corroboration on that one.

@LyraGhost
Copy link

I don't see that mod in my mods list

https://pastebin.com/GXQTkncQ

@Shadowfire86
Copy link

I think I'm having the same issue. Whenever the server restarts and I enter my PC:RP area, I hear hissing and have to break and replace the noisy pipes to fix pressure loss. They still render as connected, but leak pressure and make noise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants
@desht @Hiranus @LyraGhost @Shadowfire86 and others