Windows .exe DW20 Crashing

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Sayle

New Member
Jul 29, 2019
4
0
0
Operating System and bit type:Windows 7 64-bit
Java version/update and bit type: Java 7 Update 45 (build 1.7.0_45-b18) 64-bit
Launcher version: v1.3.3
Console log, pastebin.com link: http://pastebin.com/d77nhNj3 = Console log.
http://pastebin.com/6q3k1tff = Minecraft crash log.
Description of the Issue:
Only recently had trouble playing. Will be playing for around 4 - 10 minutes, then Minecraft will crash. Wondering if the logs can shed any light on the issue.

Cheers.

Edit: These 3 lines seem to be popping up in the FTB Console pretty often before the Saving and pausing post-crash.

2014-01-10 20:35:56 [INFO] [STDOUT] computercraft: Searching for RedPowerWorld...
2014-01-10 20:35:56 [INFO] [STDOUT] computercraft: RedPowerWorld not found.
2014-01-10 20:35:56 [WARNING] [OpenBlocks] Trying to propagate invalid map data 0
 
Last edited:

MobiusOne

New Member
Jul 29, 2019
47
0
0
well, for this, I can tell you the computer craft stuff is nothing to be concerned about, it merely adds compatibility if RedPower is installed (which it is not). The OpenBlocks error occurs on my Server, but it doesnt crash the game. (It may or may not cause giant, temporary, lag spikes though.)
Based on my limited programming knowledge, I can tell you that it has something to do with the Buildcraft Pump block (block/item id 1511) that appears to have been just placed down.
Code:
Stacktrace:
        at net.minecraftforge.fluids.FluidRegistry.getFluidID(FluidRegistry.java:115)
        at net.minecraftforge.fluids.Fluid.getID(Fluid.java:182)
        at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:27)
        at buildcraft.core.utils.BlockUtil.drainBlock(BlockUtil.java:165)
        at buildcraft.factory.TilePump.canDrainBlock(TilePump.java:283)
        at buildcraft.factory.TilePump.queueForPumping(TilePump.java:261)
        at buildcraft.factory.TilePump.rebuildQueue(TilePump.java:239)
        at buildcraft.factory.TilePump.getNextIndexToPump(TilePump.java:182)
        at buildcraft.factory.TilePump.func_70316_g(TilePump.java:101)
-- Tile entity being ticked --
Details:
        Name: net.minecraft.src.buildcraft.factory.TilePump // buildcraft.factory.TilePump
        Block type: ID #1511 (tile.pumpBlock // buildcraft.factory.BlockPump)
        Block data value: 0 / 0x0 / 0b0000
        Block location: World: (-1,45,9), Chunk: (at 15,2,9 in -1,0; contains blocks -16,0,0 to -1,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
        Actual block type: ID #1511 (tile.pumpBlock // buildcraft.factory.BlockPump)
        Actual block data value: 0 / 0x0 / 0b0000
Take a look at the red text and see if any of those coordinates look familiar.
 

JamiePhonic

New Member
Jul 29, 2019
404
0
0
as @MobiusOne has said, it is an error with a buildcraft pump at -1,45,9 in your world. it appears it crashing because it cant get the fluid ID so it may be you are trying to pump something that looks and acts like a fluid, but doesn't actually register as one (dont think such a thing exists, but still...) or is not supported by buildcraft (ArsMagica2 Escence perhaps? again, not sure.)
 
  • Like
Reactions: MobiusOne

MobiusOne

New Member
Jul 29, 2019
47
0
0
Yeah I was also kind of confused about that. I thought all liquids registered to the liquid api in forge but apparently something went wrong.
 

JamiePhonic

New Member
Jul 29, 2019
404
0
0
i ran a quick test with every liquid i could spot at a glance and it seemed happy with them. (by happy, i mean didn't crash)
 

MobiusOne

New Member
Jul 29, 2019
47
0
0
Based on @JamiePhonic 's test I recommend redownloading/reinstalling the modpack. Dont forget to backup your worlds in case.
PS: for anyone who knows what they are talking about: Is it possible that since it is an entity that is giving the tick error, it could be one of those strange liquids that poison you or something somehow affecting said entity?
 

JamiePhonic

New Member
Jul 29, 2019
404
0
0
Based on @JamiePhonic 's test I recommend redownloading/reinstalling the modpack. Dont forget to backup your worlds in case.
PS: for anyone who knows what they are talking about: Is it possible that since it is an entity that is giving the tick error, it could be one of those strange liquids that poison you or something somehow affecting said entity?
i believe the entity in question could actually be the pumps "nozzle" (the black and yellow striped thing that comes out of the pump) since it cant actually be placed or broken by the player and you can basically walk through it. it would make sense that the nozzle entity is what would do the ckecking for "getFluidID" and "canDrainBlock"

if you want to post a download link you your world @Sayle, i can open it up in MCEdit and have a look at it. if i manage to fix it, i will send you the fixed save back
 

MobiusOne

New Member
Jul 29, 2019
47
0
0
i believe the entity in question could actually be the pumps "nozzle" (the black and yellow striped thing that comes out of the pump) since it cant actually be placed or broken by the player and you can basically walk through it.
it would make sense that the nozzle entity is what would do the ckecking for "getFluidID" and "canDrainBlock"

if you want to post a download link you your world @Sayle, i can open it up in MCEdit and have a look at it. if i manage to fix it, i will send you the fixed save back

my thoughts exactly^
It is interesting that it would be affected though... Maybe that means throwing lots of different potions at it will also cause it to glitch? or maybe the combination of the liquid and the effects?
 

JamiePhonic

New Member
Jul 29, 2019
404
0
0
my thoughts exactly^
It is interesting that it would be affected though... Maybe that means throwing lots of different potions at it will also cause it to glitch? or maybe the combination of the liquid and the effects?
perhaps, but i got it to pump from a biomes-o-plenty world-gen poison pool without a problem and throwing a crap load of random splash potions at it did nothing :S
 

MobiusOne

New Member
Jul 29, 2019
47
0
0
perhaps, but i got it to pump from a biomes-o-plenty world-gen poison pool without a problem and throwing a crap load of random splash potions at it did nothing :S
the sludge or the sewage (or is it a legitimate "poison" block that I dont know about)? (The sludge looks very much like oil so watch out...)
 

JamiePhonic

New Member
Jul 29, 2019
404
0
0
the sludge or the sewage (or is it a legitimate "poison" block that I dont know about)? (The sludge looks very much like oil so watch out...)
no, there is a legitimate "poison" block added by BOP (ID 1987) as for sludge (ID 3137) and sewage (ID 3139) the pump seems to have no problem with them at all
 

Sayle

New Member
Jul 29, 2019
4
0
0
Hi all, thanks for a heap of advice. At the moment, I don't believe I'm using any buildcraft pipes as far as I'm aware. I am using a buildcraft pump hooked up to an ender-tank directly in the nether which is chunk-loaded that is connected to fluiducts in my main world. I can't recall using any buildcraft pipes except for some item sorting I've only just recently started putting in but this is post getting crashes.

I'll edit this post once I figure out how to upload my save. Let me know if minecraftworldmap is an ok place or if any of you have a preference for a different site.

Thanks again everyone!
 

MobiusOne

New Member
Jul 29, 2019
47
0
0
I, too, found nothing wrong... But at the chunk mentioned in the error log there is a pool of liquid poison. well at least part of it is in that chunk... Perhaps some kind of glitch? Just redownload the modpack and that should fix it...
 

Sayle

New Member
Jul 29, 2019
4
0
0
Alright, thanks for the advice everyone. I'll try redownloading again and maybe try and clean up whatever troublesome liquids there might be in my potential error-creating chunk.

Appreciate the help.