question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Client side NPE with potion_enervator

See original GitHub issue

Industrial Foregoing Version: industrialforegoing-1.12.2-1.10.6-192.jar TeslaCoreLib Version: tesla-core-lib-1.12.2-1.0.15.jar (as part of Direwolf20 1.12-2.2.0 Crashlog (If Any): https://gist.github.com/LemADEC/029c3e2a388c62a6aa5ef72af860549e

java.lang.NullPointerException: Ticking block entity
	at net.ndrei.teslacorelib.utils.FluidUtils.fillFluidFrom(FluidUtils.kt:60)
	at net.ndrei.teslacorelib.utils.FluidextensionsKt.fillFrom(fluidextensions.kt:16)
	at net.ndrei.teslacorelib.utils.FluidextensionsKt.fillFrom(fluidextensions.kt:22)
	at net.ndrei.teslacorelib.utils.FluidextensionsKt.processInputInventory(fluidextensions.kt:27)
	at net.ndrei.teslacorelib.tileentities.SidedTileEntity.processFluidItems(SidedTileEntity.kt:544)
	at net.ndrei.teslacorelib.tileentities.SidedTileEntity.processImmediateInventories(SidedTileEntity.kt:214)
	at net.ndrei.teslacorelib.tileentities.ElectricMachine.processImmediateInventories(ElectricMachine.kt:298)
	at net.ndrei.teslacorelib.tileentities.SidedTileEntity.func_73660_a(SidedTileEntity.kt:992)
	at net.minecraft.world.World.func_72939_s(World.java:1832)
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1845)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
	at net.minecraft.client.main.Main.main(SourceFile:123)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
brisingraerowingcommented, Jan 13, 2019

@Slyklaw Do you have Ender Core? If you do, turn off the water bottles as fluid containers option in there. That option breaks more things than it helps.

1reaction
brisingraerowingcommented, May 9, 2019

@krisjenner which option did you disable? There’s two options related to bottles. Both may need to be turned off.

Read more comments on GitHub >

github_iconTop Results From Across the Web

PM71274: NULLPOINTEREXCEPTION IN CLIENT SIDE ... - IBM
The following NullPointerException can prevent portlets from displaying in client side aggregation render mode: com.ibm.ws.webcontainer.servlet.
Read more >
Encountered Client-Side NPE when joining modded server
One of your mods has broken networking code. This is a list of all the mods that are creating custom channels. Quote. [02:53:48]...
Read more >
bash - my server-side shows nullPointerException when client ...
On the client, the NullPointerException is thrown because the environment variable is not set correctly and null is passed to the ...
Read more >
NPE client side get map com.hazelcast.spi ... - GitHub
Yes, it looks like client side missing this check for every get operations on the client instance.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found