SlimeVoid / LittleBlocks-FML

LittleBlocks for FML
http://www.slimevoid.net/LittleBlocks
GNU Lesser General Public License v3.0
18 stars 13 forks source link

1.7.2-2.2.4.1 crash single player NEI #84

Closed tgstyle closed 7 years ago

tgstyle commented 10 years ago

http://openeye.openmods.info/crashes/3112120864ac199a0e5f7fb4b13074e8

I have confirmed that LittleBlocks is causing this. I do not have Enhanced Portals or Juicewares installed as listed in the crash report. However in the mods installed in every crash, those are all installed. I removed LB and just ran with Slimevoid library and had no issues. With LB this crash happens loading a single player game.

Eurymachus commented 10 years ago

NEI does some funky stuff and the error is coming from that mod. Ive mentioned before that this issue sound be reported to chicken bones so he can debug and resolve. He's notorious for his lack of null checks.

tgstyle commented 10 years ago

https://github.com/Chicken-Bones/NotEnoughItems/issues/17

Chicken-Bones commented 10 years ago

@Eurymachus Mmm yes, I am notorious for those aren't I. I don't like littering my code with null checks. I notice the WorldEvent.Load is not being posted for the LittleBlocks world, but the tick event is. That could be dangerous. Nevertheless, I'll add some null checks

Chicken-Bones commented 10 years ago

Any forge compatible way to detect a fake world like this?

Eurymachus commented 10 years ago

@Chicken-Bones Hmm, ah yes, now posted event for the client world. Let me do this see if it resolved the issue.

Chicken-Bones commented 10 years ago

Client world isn't the one that crashed NEI :P

Eurymachus commented 10 years ago

Mhmm..... I've posted a load event for the LittleWorldServer that gets posted during the 'Real'World Load event. seems to work at runtime. Will build and test alongside NEI.

Watch this space.

Tarig0 commented 10 years ago

has this fix been released?