GooglyEyes

GooglyEyes

25M Downloads

java.lang.NullPointerException: null

Sunekaer opened this issue ยท 3 comments

commented

Same for me. See attached File for a full crash report.
Modpack is Stoneblock 2 (FTB)
I played yesterday without any issues, today i am unable to launch. Haven't changed anything.

crash-2019-08-01_20.57.58-client.txt

commented

same issue as Sunekaer:

java.lang.NullPointerException: null
	at me.ichun.mods.googlyeyes.common.core.EventHandler.onRendererSafeCompatibilityEvent(EventHandler.java:90)

GooglyEyes: 1.12.2-7.1.0
Forge: 14.23.5.2847
iChunUtil: 1.12.2-7.2.1

commented

Alright, I suspect that there is a mod causing iChunUtil to fire an event prematurely which Googly Eyes relies on so I added a check in iChunUtil. It should be in the next update (which should be out over the next couple of days or so) for iChunUtil. Please let me know if the issue persists. I'll be closing this issue in the meantime.

iChun/iChunUtil@d707b28