Windows .exe RP Pump with Creosote Crash

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

Fallsteel

New Member
Jul 29, 2019
17
0
0
FTB Launcher version: v1.2.2​
Minecraft Version: 1.4.6​
Java version: SE7 U10​
Detailed description of the issue / how can the issue be recreated: I attempted to use a Redpower pump to remove creosote from my coke oven and it promptly crashed. Every time I attempt to load my world, I crash. Is there some way to fix this easily?​
Thanks everyone,​
-Fallsteel​
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
Code:
-- Head --
Stacktrace:
        at com.eloraam.redpower.core.PipeLib.movePipeLiquid(PipeLib.java:237)
        at com.eloraam.redpower.machine.TilePipe.g(TilePipe.java:122)

Did you use a waterproofpipe to remove it?
 

Topher

New Member
Jul 29, 2019
1
0
0
I had the same issue when I accidentally hooked up the same RP fluid pipe network to both sides of a pump. To fix, I had to determine the region file that the crash occurred in and break the network.You will want to make a back up of your world before doing anything. On your server folder, look in world/region/. According to your crash report, your crash occurred in region -1,-3, so you will want to look for the file, r.-1.-3.mca. I used NBTExplorer, http://www.minecraftforum.net/topic/840677-nbtexplorer-nbt-editor-for-windows-and-mac/, to edit my region file.

From there you have to determine which chunk the issue occurred in. I did this by temporarily removing the region file from my regions folder (again, remember to back up your world). This let me start the server as if that chunk were brand new. After that, it is all trial and error. I am still a novice to NBTExplorer, so I had to delete out entities from the region until i was able to start the server without a crash. Then I copied by backup world folder back in, removed the entity that fixed the issue, started the server, and fixed the pump loop issue.

Sorry for being long winded but I hope this helps.
 
Status
Not open for further replies.