OpenMods / OpenPeripheral

https://openmods.info
MIT License
67 stars 25 forks source link

Crash with Biblocraft #81

Closed t3hero closed 10 years ago

t3hero commented 10 years ago

Latest build of each.

OpenPeripheral snapshot 86 BiblioCraft v1.5.2

Crash log : http://pastebin.com/3AYuxkPP Full Log: http://pastebin.com/6dzSSkzj

I just loaded minecraft and it crashed, i wasn't doing anything.

mikeemoo commented 10 years ago

You'll have to elaborate a bit.

t3hero commented 10 years ago

I did, reload, I pressed the "enter" button too early :P

mikeemoo commented 10 years ago

Can I get a copy of the entire crash log?

t3hero commented 10 years ago

This is the entire crash log http://pastebin.com/3AYuxkPP

mikeemoo commented 10 years ago

It's the stuff before that I'm interested in, where minecraft first starts to load up.

t3hero commented 10 years ago

I press the play button on the minecraft launcher, load up minecraft, see the mojang logo, then the crash log pops up on the minecraft launcher.

mikeemoo commented 10 years ago

Check your Minecraft installation folder for a file called something similar to this: ForgeModLoader-client-0.log

If you read through it, you'll see your crash stuff at the bottom, but above that it should have a lot more information regarding initializing mods. I want to check to see if you've got any additional information being given out there that'll help me find the issue.

t3hero commented 10 years ago

Here is the full lengthy crash log http://pastebin.com/6dzSSkzj

nevercast commented 10 years ago

I think there is a missing ingredient for the robot recipe, hence null pointer. Maybe config issue ? ID conflict? Can't take a very close look at the moment.

theoriginalbit commented 10 years ago

I can also tell you right now that you're going to have an incompatibility with GregTech too, link.

t3hero commented 10 years ago

I loaded OpenPeripheral snap 86, Computercraft v1.57, and BiblioCraft v1.5.2 by themselfs and got the same crash. My first thought was it was gregtech as well :P

t3hero commented 10 years ago

I found out that the crash only happens when B:robotsEnabled=false in the config, so you can narrow the issue down to that....because I dont think its suppose to crash when that happens..

theoriginalbit commented 10 years ago

I found out that the crash only happens when B:robotsEnabled=false in the config, so you can narrow the issue down to that....because I dont think its suppose to crash when that happens..

Thank you very much for that info. Instantly found and fixed the problem once knowing this.