Industrial Foregoing

Industrial Foregoing

95M Downloads

FluidPumpTile frequent crash NPE

idkw opened this issue ยท 6 comments

commented

Hi,

The fluid pump frequently crash when pumping fluids.
The crash report always point to a NPE on this line :

https://github.com/Buuz135/Industrial-Foregoing/blob/d8170bd9e307afd2ebfaa97ca692d0b98414e0ad/src/main/java/com/buuz135/industrial/tile/world/FluidPumpTile.java#L101

Industrial Foregoing Version:
TeslaCoreLib Version: industrialforegoing-1.12.2-1.12.13-237.jar
Crashlog (If Any):

---- Minecraft Crash Report ----

WARNING: coremods are present:
  ForgelinPlugin (Forgelin-1.8.3.jar)
  SplashAnimationCoremod (SplashAnimation-0.2.1.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.230.jar)
  Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
  CorePlugin (SmoothFont-mc1.12.2-2.1.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  RandomPatches (randompatches-1.12.2-1.17.2.1.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
Contact their authors BEFORE contacting forge

// Why is it breaking :(

Time: 8/15/19 8:41 PM
Description: Ticking block entity

java.lang.NullPointerException: Ticking block entity
	at com.buuz135.industrial.tile.world.FluidPumpTile.work(FluidPumpTile.java:101)
	at com.buuz135.industrial.tile.WorkingAreaElectricMachine.performWork(WorkingAreaElectricMachine.java:112)
	at net.ndrei.teslacorelib.tileentities.ElectricMachine.protectedUpdate(ElectricMachine.kt:280)
	at com.buuz135.industrial.tile.CustomElectricMachine.protectedUpdate(CustomElectricMachine.java:120)
	at com.buuz135.industrial.tile.world.FluidPumpTile.protectedUpdate(FluidPumpTile.java:76)
	at net.ndrei.teslacorelib.tileentities.ElectricTileEntity.innerUpdate(ElectricTileEntity.kt:118)
	at net.ndrei.teslacorelib.tileentities.SidedTileEntity.func_73660_a(SidedTileEntity.kt:991)
	at net.minecraft.world.World.func_72939_s(World.java:1835)
	at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
	at java.lang.Thread.run(Thread.java:748)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
	at com.buuz135.industrial.tile.world.FluidPumpTile.work(FluidPumpTile.java:101)
	at com.buuz135.industrial.tile.WorkingAreaElectricMachine.performWork(WorkingAreaElectricMachine.java:112)
	at net.ndrei.teslacorelib.tileentities.ElectricMachine.protectedUpdate(ElectricMachine.kt:280)
	at com.buuz135.industrial.tile.CustomElectricMachine.protectedUpdate(CustomElectricMachine.java:120)
	at com.buuz135.industrial.tile.world.FluidPumpTile.protectedUpdate(FluidPumpTile.java:76)
	at net.ndrei.teslacorelib.tileentities.ElectricTileEntity.innerUpdate(ElectricTileEntity.kt:118)
	at net.ndrei.teslacorelib.tileentities.SidedTileEntity.func_73660_a(SidedTileEntity.kt:991)

-- Block entity being ticked --
Details:
	Name: industrialforegoing:fluid_pump_tile // com.buuz135.industrial.tile.world.FluidPumpTile
	Block type: ID #2494 (tile.industrialforegoing.fluid_pump // com.buuz135.industrial.tile.block.FluidPumpBlock // industrialforegoing:fluid_pump)
	Block data value: 4 / 0x4 / 0b0100
	Block location: World: (292,87,1107), Chunk: (at 4,5,3 in 18,69; contains blocks 288,0,1104 to 303,255,1119), Region: (0,2; contains chunks 0,64 to 31,95, blocks 0,0,1024 to 511,255,1535)
	Actual block type: ID #2494 (tile.industrialforegoing.fluid_pump // com.buuz135.industrial.tile.block.FluidPumpBlock // industrialforegoing:fluid_pump)
	Actual block data value: 4 / 0x4 / 0b0100
Stacktrace:
	at net.minecraft.world.World.func_72939_s(World.java:1835)
	at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)

-- Affected level --
Details:
	Level name: world
	All players: 1 total; [GCEntityPlayerMP['val59000'/436, l='world', x=291.00, y=88.00, z=1109.20]]
	Chunk stats: ServerChunkCache: 451 Drop: 0
	Level seed: 8755583560631612807
	Level generator: ID 00 - default, ver 1. Features enabled: false
	Level generator options: 
	Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Level time: 0 game time, 0 day time
	Level dimension: 0
	Level storage version: 0x00000 - Unknown?
	Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
	Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
	at java.lang.Thread.run(Thread.java:748)

-- System Details --
Details:
	Minecraft Version: 1.12.2
	Operating System: Linux (amd64) version 4.18.0-17-generic
	Java Version: 1.8.0_212, Oracle Corporation
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 455798928 bytes (434 MB) / 1603665920 bytes (1529 MB) up to 3596353536 bytes (3429 MB)
	JVM Flags: 7 total; -Xmx3548M -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=5 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10
	IntCache: cache: 0, tcache: 0, allocated: 14, tallocated: 94
	FML: MCP 9.42 Powered by Forge 14.23.5.2838 147 mods loaded, 147 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

	| State  | ID                        | Version                  | Source                                          | Signature                                |
	|:------ |:------------------------- |:------------------------ |:----------------------------------------------- |:---------------------------------------- |
	| LCHIJA | minecraft                 | 1.12.2                   | minecraft.jar                                   | None                                     |
	| LCHIJA | mcp                       | 9.42                     | minecraft.jar                                   | None                                     |
	| LCHIJA | FML                       | 8.0.99.99                | FTBserver-1.12.2-14.23.5.2838-universal.jar     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| LCHIJA | forge                     | 14.23.5.2838             | FTBserver-1.12.2-14.23.5.2838-universal.jar     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| LCHIJA | micdoodlecore             |                          | minecraft.jar                                   | None                                     |
	| LCHIJA | smoothfontcore            | mc1.12.2-2.1             | minecraft.jar                                   | None                                     |
	| LCHIJA | foamfixcore               | 7.7.4                    | minecraft.jar                                   | None                                     |
	| LCHIJA | randompatches             | 1.12.2-1.17.2.1          | randompatches-1.12.2-1.17.2.1.jar               | None                                     |
	| LCHIJA | ic2                       | 2.8.170-ex112            | industrialcraft-2-2.8.170-ex112.jar             | de041f9f6187debbc77034a344134053277aa3b0 |
	| LCHIJA | advanced_machines         | 61.0.1                   | Advanced Machines-61.0.1.jar                    | None                                     |
	| LCHIJA | advanced_solar_panels     | 4.3.0                    | Advanced Solar Panels-4.3.0.jar                 | None                                     |
	| LCHIJA | appliedenergistics2       | rv6-stable-6             | appliedenergistics2-rv6-stable-6.jar            | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
	| LCHIJA | bdlib                     | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                    | None                                     |
	| LCHIJA | ae2stuff                  | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2.jar                   | None                                     |
	| LCHIJA | charset                   | 0.5.6.2                  | Charset-Lib-0.5.6.2.jar                         | None                                     |
	| LCHIJA | crafttweaker              | 4.1.19                   | CraftTweaker2-1.12-4.1.19.jar                   | None                                     |
	| LCHIJA | mtlib                     | 3.0.6                    | MTLib-3.0.6.jar                                 | None                                     |
	| LCHIJA | modtweaker                | 4.0.17                   | modtweaker-4.0.17.jar                           | None                                     |
	| LCHIJA | jei                       | 4.15.0.268               | jei_1.12.2-4.15.0.268.jar                       | None                                     |
	| LCHIJA | appleskin                 | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                      | None                                     |
	| LCHIJA | aroma1997core             | 2.0.0.2                  | Aroma1997Core-1.12.2-2.0.0.2.jar                | dfbfe4c473253d8c5652417689848f650b2cbe32 |
	| LCHIJA | aroma1997sdimension       | 2.0.0.2                  | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
	| LCHIJA | morphtool                 | 1.2-21                   | Morph-o-Tool-1.2-21.jar                         | None                                     |
	| LCHIJA | autoreglib                | 1.3-32                   | AutoRegLib-1.3-32.jar                           | None                                     |
	| LCHIJA | baubles                   | 1.5.2                    | Baubles-1.12-1.5.2.jar                          | None                                     |
	| LCHIJA | bibliocraft               | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar               | None                                     |
	| LCHIJA | buildcraftlib             | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                    | None                                     |
	| LCHIJA | buildcraftcore            | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                    | None                                     |
	| LCHIJA | buildcraftenergy          | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                    | None                                     |
	| LCHIJA | reborncore                | 3.14.1.457               | RebornCore-1.12.2-3.14.1.457-universal.jar      | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
	| LCHIJA | techreborn                | 2.23.1.1003              | TechReborn-1.12.2-2.23.1.1003-universal.jar     | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
	| LCHIJA | forestry                  | 5.8.2.387                | forestry_1.12.2-5.8.2.387.jar                   | None                                     |
	| LCHIJA | binniecore                | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                | None                                     |
	| LCHIJA | binniedesign              | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                | None                                     |
	| LCHIJA | genetics                  | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                | None                                     |
	| LCHIJA | botany                    | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                | None                                     |
	| LCHIJA | extrabees                 | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                | None                                     |
	| LCHIJA | extratrees                | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                | None                                     |
	| LCHIJA | blockcraftery             | 1.12.2-1.3.1             | blockcraftery-1.12.2-1.3.1.jar                  | None                                     |
	| LCHIJA | buildcraftbuilders        | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                    | None                                     |
	| LCHIJA | buildcrafttransport       | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                    | None                                     |
	| LCHIJA | buildcraftsilicon         | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                    | None                                     |
	| LCHIJA | theoneprobe               | 1.4.28                   | theoneprobe-1.12-1.4.28.jar                     | None                                     |
	| LCHIJA | buildcraftcompat          | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                    | None                                     |
	| LCHIJA | buildcraftfactory         | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                    | None                                     |
	| LCHIJA | buildcraftrobotics        | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                    | None                                     |
	| LCHIJA | cctweaked                 | 1.83.1                   | cc-tweaked-1.12.2-1.83.1.jar                    | None                                     |
	| LCHIJA | computercraft             | 1.83.1                   | cc-tweaked-1.12.2-1.83.1.jar                    | None                                     |
	| LCHIJA | chisel                    | MC1.12.2-0.2.1.35        | Chisel-MC1.12.2-0.2.1.35.jar                    | None                                     |
	| LCHIJA | chiselsandbits            | 14.33                    | chiselsandbits-14.33.jar                        | None                                     |
	| LCHIJA | codechickenlib            | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | redstoneflux              | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar         | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHIJA | cofhcore                  | 4.6.3                    | CoFHCore-1.12.2-4.6.3.27-universal.jar          | None                                     |
	| LCHIJA | cofhworld                 | 1.3.1                    | CoFHWorld-1.12.2-1.3.1.7-universal.jar          | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHIJA | compactsolars             | 1.12.2-5.0.18.341        | CompactSolars-1.12.2-5.0.18.341-universal.jar   | None                                     |
	| LCHIJA | asielib                   | 1.0.0                    | Computronics-1.12.2-1.6.6.jar                   | None                                     |
	| LCHIJA | thaumcraft                | 6.1.BETA26               | Thaumcraft-1.12.2-6.1.BETA26.jar                | None                                     |
	| LCHIJA | railcraft                 | 12.0.0                   | railcraft-12.0.0.jar                            | a0c255ac501b2749537d5824bb0f0588bf0320fa |
	| LCHIJA | computronics              | 1.6.6                    | Computronics-1.12.2-1.6.6.jar                   | None                                     |
	| LCHIJA | craftingtweaks            | 8.1.9                    | CraftingTweaks_1.12.2-8.1.9.jar                 | None                                     |
	| LCHIJA | crafttweakerjei           | 2.0.3                    | CraftTweaker2-1.12-4.1.19.jar                   | None                                     |
	| LCHIJA | diethopper                | 1.1                      | diethopper-1.1.jar                              | None                                     |
	| LCHIJA | enderstorage              | 2.4.5.135                | EnderStorage-1.12.2-2.4.5.135-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | energyconverters          | 1.3.0.15                 | energyconverters_1.12.2-1.3.0.15.jar            | None                                     |
	| LCHIJA | galacticraftcore          | 4.0.2.230                | GalacticraftCore-1.12.2-4.0.2.230.jar           | None                                     |
	| LCHIJA | galacticraftplanets       | 4.0.2.230                | Galacticraft-Planets-1.12.2-4.0.2.230.jar       | None                                     |
	| LCHIJA | mjrlegendslib             | 1.12.2-1.1.8             | MJRLegendsLib-1.12.2-1.1.8.jar                  | b02331787272ec3515ebe63ecdeea0d746653468 |
	| LCHIJA | extraplanets              | 1.12.2-0.5.5             | ExtraPlanets-1.12.2-0.5.5.jar                   | b02331787272ec3515ebe63ecdeea0d746653468 |
	| LCHIJA | ffs                       | 1.12.2-2.2.5             | Fancy Fluid Storage-1.12.2-2.2.5.jar            | None                                     |
	| LCHIJA | fastbench                 | 1.7.2                    | FastWorkbench-1.12.2-1.7.2.jar                  | None                                     |
	| LCHIJA | flatcoloredblocks         | mc1.12-6.8               | flatcoloredblocks-mc1.12-6.8.jar                | None                                     |
	| LCHIJA | foamfix                   | 0.10.5-1.12.2            | foamfix-0.10.5-1.12.2.jar                       | None                                     |
	| LCHIJA | forgelin                  | 1.8.3                    | Forgelin-1.8.3.jar                              | None                                     |
	| LCHIJA | forgemultipartcbe         | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | microblockcbe             | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar    | None                                     |
	| LCHIJA | minecraftmultipartcbe     | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar    | None                                     |
	| LCHIJA | ftblib                    | 5.4.3.129                | FTBLib-5.4.3.129.jar                            | None                                     |
	| LCHIJA | ftbutilities              | 5.4.0.100                | FTBUtilities-5.4.0.100.jar                      | None                                     |
	| LCHIJA | ftbbackups                | 0.0.0.ftbbackups         | FTBUtilitiesBackups-1.0.0.4.jar                 | None                                     |
	| LCHIJA | gravisuite                | 3.1.1                    | Gravitation Suite-3.1.1.jar                     | None                                     |
	| LCHIJA | ichunutil                 | 7.2.1                    | iChunUtil-1.12.2-7.2.1.jar                      | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
	| LCHIJA | gravitygun                | 7.0.0                    | GravityGun-1.12.2-7.0.1.jar                     | None                                     |
	| LCHIJA | modularrouters            | 1.12.2-3.2.2             | modular-routers-1.12.2-3.2.2.jar                | None                                     |
	| LCHIJA | guideapi                  | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                     | None                                     |
	| LCHIJA | harvest                   | 1.12-1.2.7-20            | Harvest-1.12-1.2.7-20.jar                       | None                                     |
	| LCHIJA | thermalfoundation         | 2.6.3                    | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHIJA | twilightforest            | 3.8.689                  | twilightforest-1.12.2-3.8.689-universal.jar     | None                                     |
	| LCHIJA | immersiveengineering      | 0.12-89                  | ImmersiveEngineering-0.12-89.jar                | 4cb49fcde3b43048c9889e0a3d083225da926334 |
	| LCHIJA | immersivecables           | 1.3.2                    | ImmersiveCables-1.12.2-1.3.2.jar                | None                                     |
	| LCHIJA | teslacorelib              | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | industrialforegoing       | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.12.13-237.jar      | None                                     |
	| LCHIJA | thermalexpansion          | 5.5.4                    | ThermalExpansion-1.12.2-5.5.4.43-universal.jar  | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHIJA | simplecorn                | 2.5.10                   | SimpleCorn1.12-1.12-2.5.10.jar                  | None                                     |
	| LCHIJA | integrationforegoing      | 1.12.2-1.9               | IntegrationForegoing-1.12.2-1.9.jar             | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
	| LCHIJA | inventorytweaks           | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                        | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
	| LCHIJA | ironchest                 | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.71.846.jar                 | None                                     |
	| LCHIJA | jeibees                   | 0.9.0.5                  | jeibees-0.9.0.5-mc1.12.2.jar                    | None                                     |
	| LCHIJA | jee                       | 1.0.7                    | JustEnoughEnergistics-1.12.2-1.0.7.jar          | None                                     |
	| LCHIJA | longfallboots             | 1.2.1a                   | longfallboots-1.2.1b.jar                        | None                                     |
	| LCHIJA | magicbees                 | 1.0                      | MagicBees-1.12.2-3.1.10.jar                     | None                                     |
	| LCHIJA | mcmultipart               | 2.5.3                    | MCMultiPart-2.5.3.jar                           | None                                     |
	| LCHIJA | modularforcefieldsystem   | 3.0.1                    | MFFS-1.12.2-4.0.1.0_1.12_cc3a5aa.jar            | None                                     |
	| LCHIJA | minetogether              | unspecified              | minetogether-1.10.2-2.1.3.jar                   | None                                     |
	| LCHIJA | minetogetherserver        | unspecified              | minetogether-1.10.2-2.1.3.jar                   | None                                     |
	| LCHIJA | numina                    | 1.12.2-1.0.38            | Numina-1.12.2-1.0.38.jar                        | None                                     |
	| LCHIJA | powersuits                | 1.12.2-1.0.46            | ModularPowersuits-1.12.2-1.0.46.jar             | None                                     |
	| LCHIJA | morpheus                  | 1.12.2-3.5.106           | Morpheus-1.12.2-3.5.106.jar                     | None                                     |
	| LCHIJA | mrtjpcore                 | 2.1.4.43                 | MrTJPCore-1.12.2-2.1.4.43-universal.jar         | None                                     |
	| LCHIJA | netherendingores          | 1.12.2-1.3               | Netherending-Ores-1.12.2-1.3.jar                | None                                     |
	| LCHIJA | theframework              | 1.12.2-1.0.1-build-T23   | TheFramework-1.12.2-1.0.1-build-T23.jar         | None                                     |
	| LCHIJA | peripheralsplusone        | 1.12.2-1.1-build-T58     | PeripheralsPlusOne-1.12.2-1.1-build-T58.jar     | None                                     |
	| LCHIJA | placebo                   | 1.6.0                    | Placebo-1.12.2-1.6.0.jar                        | None                                     |
	| LCHIJA | playerplates              | 1.12.2-1.3.1.1           | playerplates-1.12.2-1.3.1.1.jar                 | None                                     |
	| LCHIJA | plethora-core             | 1.2.2                    | plethora-1.12.2-1.2.2.jar                       | None                                     |
	| LCHIJA | plethora                  | 1.2.2                    | plethora-1.12.2-1.2.2.jar                       | None                                     |
	| LCHIJA | portalgun                 | 7.1.0                    | PortalGun-1.12.2-7.1.0.jar                      | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
	| LCHIJA | projectred-core           | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-Base.jar            | None                                     |
	| LCHIJA | projectred-compat         | 1.0                      | ProjectRed-1.12.2-4.9.4.120-compat.jar          | None                                     |
	| LCHIJA | projectred-integration    | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-integration.jar     | None                                     |
	| LCHIJA | projectred-transmission   | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-integration.jar     | None                                     |
	| LCHIJA | projectred-fabrication    | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-fabrication.jar     | None                                     |
	| LCHIJA | projectred-illumination   | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-lighting.jar        | None                                     |
	| LCHIJA | projectred-expansion      | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-mechanical.jar      | None                                     |
	| LCHIJA | projectred-relocation     | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-mechanical.jar      | None                                     |
	| LCHIJA | projectred-transportation | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-mechanical.jar      | None                                     |
	| LCHIJA | projectred-exploration    | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-world.jar           | None                                     |
	| LCHIJA | projectx                  | 2.2.7                    | ProjectX-1.12.2-2.2.7-universal.jar             | None                                     |
	| LCHIJA | xreliquary                | 1.12.2-1.3.4.786         | Reliquary-1.12.2-1.3.4.786.jar                  | None                                     |
	| LCHIJA | retroexchange             | 1.0.0                    | Retro-Exchange-1.12.2-1.0.7.jar                 | None                                     |
	| LCHIJA | silverfish                | 0.0.19                   | Silverfish-1.12.2-0.0.19-universal.jar          | None                                     |
	| LCHIJA | soulshardsrespawn         | 1.12.2-1.1.1-13          | SoulShardsRespawn-1.12.2-1.1.1-13.jar           | None                                     |
	| LCHIJA | stevescarts               | 2.4.31.135               | StevesCarts-1.12.2-2.4.31.135.jar               | None                                     |
	| LCHIJA | thaumicenergistics        | 2.2.2                    | thaumicenergistics-2.2.2.jar                    | None                                     |
	| LCHIJA | tcinventoryscan           | 2.0.10                   | ThaumicInventoryScanning_1.12.2-2.0.10.jar      | None                                     |
	| LCHIJA | thaumictinkerer           | 1.12.2-5.0-353c71c       | thaumictinkerer-1.12.2-5.0-353c71c.jar          | None                                     |
	| LCHIJA | thermaldynamics           | 2.5.5                    | ThermalDynamics-1.12.2-2.5.5.21-universal.jar   | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHIJA | topaddons                 | 1.12.2-1.11.0            | topaddons-1.12.2-1.11.0.jar                     | None                                     |
	| LCHIJA | torchmaster               | 1.7.1.74                 | torchmaster_1.12.2-1.7.1.74.jar                 | 5e9a436b366831c8f54a7e80b015784da69278c6 |
	| LCHIJA | traverse                  | 1.6.0                    | Traverse-1.12.2-1.6.0-69.jar                    | None                                     |
	| LCHIJA | wanionlib                 | 1.12.2-2.2               | WanionLib-1.12.2-2.2.jar                        | None                                     |
	| LCHIJA | worldcontrol              | 1.0.31                   | WorldControl-1.0.31.jar                         | None                                     |
	| LCHIJA | wrcbe                     | 2.3.1                    | WR-CBE-1.12.2-2.3.1.30-universal.jar            | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | yabba                     | 1.1.2.53                 | YABBA-1.1.2.53.jar                              | None                                     |
	| LCHIJA | techreborn_compat         | 1.0.0                    | TechReborn-ModCompatibility-1.12.2-1.1.0.49.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
	| LCHIJA | mysticallib               | 1.12.2-1.3.1             | mysticallib-1.12.2-1.3.1.jar                    | None                                     |
	| LCHIJA | teslacorelib_registries   | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                | None                                     |
	| LCHIJA | unidict                   | 1.12.2-2.9.2             | UniDict-1.12.2-2.9.2.jar                        | None                                     |

	Loaded coremods (and transformers): 
ForgelinPlugin (Forgelin-1.8.3.jar)
  
SplashAnimationCoremod (SplashAnimation-0.2.1.jar)
  pl.asie.splashanimation.core.SplashProgressTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.230.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
CorePlugin (SmoothFont-mc1.12.2-2.1.jar)
  bre.smoothfont.asm.Transformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
RandomPatches (randompatches-1.12.2-1.17.2.1.jar)
  com.therandomlabs.randompatches.core.RPTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  team.chisel.ctm.client.asm.CTMTransformer
	AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
	List of loaded APIs: 
		* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-6.jar
		* asielibAPI (1.1) from Computronics-1.12.2-1.6.6.jar
		* asielibAPI|tile (1.0) from Computronics-1.12.2-1.6.6.jar
		* asielibAPI|tool (1.1) from Computronics-1.12.2-1.6.6.jar
		* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
		* betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
		* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
		* buildcraftapi_blocks (1.0) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_boards (2.0) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_core (2.2) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_crops (1.1) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_enums (1.0) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_events (2.0) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_facades (1.1) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_filler (5.0) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_fuels (2.0) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_gates (4.1) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_items (1.1) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_library (2.0) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_lists (1.0) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_power (1.3) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_recipes (3.0) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_robotics (3.0) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_statements (1.1) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_tiles (1.2) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_tools (1.0) from buildcraft-all-7.99.24.1.jar
		* buildcraftapi_transport (5.0) from buildcraft-all-7.99.24.1.jar
		* CharsetAPI (0.1) from Charset-Lib-0.5.6.2.jar
		* CharsetAPI|Audio (0.0) from Charset-Lib-0.5.6.2.jar
		* CharsetAPI|Carry (0.0) from Charset-Lib-0.5.6.2.jar
		* CharsetAPI|Laser (0.0) from Charset-Lib-0.5.6.2.jar
		* CharsetAPI|Lib (0.2) from Charset-Lib-0.5.6.2.jar
		* CharsetAPI|Locks (0.1) from Charset-Lib-0.5.6.2.jar
		* CharsetAPI|Pipes (0.3) from Charset-Lib-0.5.6.2.jar
		* CharsetAPI|Storage (0.1) from Charset-Lib-0.5.6.2.jar
		* CharsetAPI|Tape (0.0) from Charset-Lib-0.5.6.2.jar
		* CharsetAPI|Wires (0.3) from Charset-Lib-0.5.6.2.jar
		* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
		* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
		* ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar
		* cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27-universal.jar
		* ComputerCraft|API (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
		* ComputerCraft|API|FileSystem (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
		* ComputerCraft|API|Lua (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
		* ComputerCraft|API|Media (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
		* ComputerCraft|API|Network (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
		* ComputerCraft|API|Network|Wired (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
		* ComputerCraft|API|Peripheral (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
		* ComputerCraft|API|Permissions (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
		* ComputerCraft|API|Redstone (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
		* ComputerCraft|API|Turtle (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
		* ComputerCraft|API|Turtle|Event (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
		* computronicsAPI (1.3) from Computronics-1.12.2-1.6.6.jar
		* computronicsAPI|audio (1.0) from Computronics-1.12.2-1.6.6.jar
		* computronicsAPI|chat (1.3) from Computronics-1.12.2-1.6.6.jar
		* computronicsAPI|multiperipheral (1.1) from Computronics-1.12.2-1.6.6.jar
		* computronicsAPI|tape (1.0) from Computronics-1.12.2-1.6.6.jar
		* CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
		* ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
		* ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
		* ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
		* ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
		* ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
		* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.387.jar
		* Galacticraft API (1.1) from GalacticraftCore-1.12.2-4.0.2.230.jar
		* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
		* iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.1.jar
		* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-89.jar
		* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-89.jar
		* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar
		* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.268.jar
		* modtogether|api (1.0) from minetogether-1.10.2-2.1.3.jar
		* MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
		* projectred|api (2.1) from ProjectRed-1.12.2-4.9.4.120-Base.jar
		* projectx-api (0.0.1) from ProjectX-1.12.2-2.2.7-universal.jar
		* railcraft:api_carts (3.0.0) from railcraft-12.0.0.jar
		* railcraft:api_charge (4.0.0) from railcraft-12.0.0.jar
		* railcraft:api_core (3.2.0) from railcraft-12.0.0.jar
		* railcraft:api_crafting (4.0.0) from railcraft-12.0.0.jar
		* railcraft:api_events (2.0.0) from railcraft-12.0.0.jar
		* railcraft:api_fuel (2.0.0) from railcraft-12.0.0.jar
		* railcraft:api_helpers (2.0.0) from railcraft-12.0.0.jar
		* railcraft:api_items (2.4.0) from railcraft-12.0.0.jar
		* railcraft:api_signals (4.0.0) from railcraft-12.0.0.jar
		* railcraft:api_tracks (5.1.1) from railcraft-12.0.0.jar
		* reborncoreAPI (3.14.1.457) from RebornCore-1.12.2-3.14.1.457-universal.jar
		* reborncoreAPI|Power (3.14.1.457) from RebornCore-1.12.2-3.14.1.457-universal.jar
		* reborncoreAPI|Recipe (3.14.1.457) from RebornCore-1.12.2-3.14.1.457-universal.jar
		* reborncoreAPI|Tile (3.14.1.457) from RebornCore-1.12.2-3.14.1.457-universal.jar
		* redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
		* stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.31.135.jar
		* stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.31.135.jar
		* techrebornAPI (2.23.1.1003) from TechReborn-1.12.2-2.23.1.1003-universal.jar
		* Thaumcraft|API (6.0.2) from railcraft-12.0.0.jar
		* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
	RebornCore: 
		Plugin Engine: 0
		RebornCore Version: 3.14.1.457
		Runtime Debofucsation 1
	forestry : Modules have been disabled in the config: Lepidopterology
	AE2 Integration: IC2:ON, RC:ON, MFR:OFF, Waila:OFF, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
	Profiler Position: N/A (disabled)
	Player Count: 2 / 20; [GCEntityPlayerMP['val59000MC'/174, l='world', x=-71.46, y=50.00, z=1094.47], GCEntityPlayerMP['val59000'/436, l='world', x=291.00, y=88.00, z=1109.20]]
	Is Modded: Definitely; Server brand changed to 'fml,forge'
	Type: Dedicated Server (map_server.txt)
commented

I got same error, NullPointerException on the FluidHandler drain function. The pump I am using is in Nether with a Railcraft chunkloader, and using thermal expansion power/fluiducts.

commented

Same, server crashed, pump was in the nether and loaded by ftbutilities

commented

For some reason the block that the pump "peeks" doesn't have fluid in it, so FluidUtils.getFluidHandler() returns null and the code doesn't check for that before trying to call handler.drain().

https://github.com/InnovativeOnlineIndustries/Industrial-Foregoing/blob/1.12/src/main/java/com/buuz135/industrial/tile/world/FluidPumpTile.java#L101

It's a simple fix to add a null-check for handler, but that doesn't get to the bottom of why the block being picked doesn't contain fluid, because the code tries pretty hard to ensure that it's only picking blocks that have the same fluid in.

commented

I only have one data point, but just before the crash we'd had a major GC on the server and skipped ~7.5s worth of ticks while the server tried to catch up. I wonder if this caused the cached set of blocks in the pump to differ from what was in the world.

If I sent a one-line pull request to add the null-check based off the latest 1.12 branch would it be accepted? Or is 1.12 dead now? :-)

commented

Just had the same crash occur on our server. Player logged in causing the server to crash. Player is using a Fluid Pump in the Nether for lava.

Forge: v14.23.5.2847
Industrial Foregoing: v1.12.13-237

2020-05-06-2.log
crash-2020-05-06_18.55.29-server.txt

List of mods on the server is available here: https://hobbyhome.net/crafthome/modlist

Edit: Restarting the server and logging back in appears to work fine.

commented

๐Ÿ‘‹ Sorry but Industrial Foregoing has ended support for version 1.12. I'm closing this issue as it will no longer be updated for that version. Thanks for playing with the mod.