Private modpack crashes when placing GC machine?

Benjamin1433

Member
Jan 26, 2015
3
0
1
29
My private modpack crashes when placing a GC machine.. o_O
I've looked it up and all I've been able to find is BC errors/conflicts with the mod, but I can't figure out how to fix them, or it just doesn't work. I guess i'm just stupid...:oops:

The crash reports came in 2 files, one appears to be a server file, and the other appears to be the client file.
Anyway, I'd love any help, thanks for reading! Please tell me if you need a list of mods from my modpack.

crash-2015-01-26_18.20.51-server:
http://pastebin.com/aPncgw1C

crash-2015-01-26_18.20.55-client:
http://pastebin.com/NNMzM0XV

here's a fix for it from radfast:
I just changed the line "B:"Disable old Buildcraft API (MJ) interfacing completely?"=false" to "true" in the "power-GC3" config file. Thank you, radfast!
 
Last edited:

radfast

Member
Staff member
Apr 27, 2014
1,118
339
83
See https://github.com/micdoodle8/Galacticraft/issues/1410 and https://github.com/micdoodle8/Galacticraft/issues/1368

It's not a Galacticraft bug, it is because one of the other mods in your pack is using an older version of Buildcraft API and one is using a newer version of Buildcraft API. Three ways to fix this:
1. update all mods in your pack to the latest (should work if the other mods are updated now)
2. search through all the .jar files in your modpack for a /buildcraft folder - probably you have two or more like that - and figure out which one to upgrade
3. if all else fails, we provided a config option in Galacticraft to switch off Buildcraft.
 

radfast

Member
Staff member
Apr 27, 2014
1,118
339
83
If you can figure out which of your Buildcraft mods was the one which was out of date, please say as that could maybe help other people with the same issue.
 

Hanakocz

Member
Dec 14, 2013
117
2
18
Waila{1.5.3} [Waila] (Waila-1.5.3_1.7.10.jar) U

We use Waila 1.5.7a
Definetly here is the problem. Does it crash when you look at some machine from mod that includes BC API? :) Becuase WAILA also needs APIs....
 
Last edited:

DevEagle

Member
Jan 16, 2015
2
0
1
38
Write the config in the power-GC3.conf file.
B:"Disable old Buildcraft API (MJ) interfacing completely?"=true
and
B:"Show Galacticraft machines energy in RF instead of gJ?"=true
 

Share this page