Problem with gregtech.

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Ghworg

New Member
Jul 29, 2019
7
0
0
So i downloaded the latest verson, (since its not in my modback) put it in the folder and so on, but now minecraft refuce to start:( It start up normaly, but when the Mojang logo page has been shown for around 10 sec, the screen turn black then nothing, no errors or anything, just nothing, any ideas what this could be about?

Also sorry if i posted this in the wrong Place, im a total newbie to mods, and this forum:confused:

Edit: heres abit of error report i Think?
2013-10-05 12:26:38 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: gregtechmod/api/interfaces/IMetaTileEntity
2013-10-05 12:26:38 [INFO] [STDERR] at gregtechmod.api.GregTech_API.<clinit>(GregTech_API.java:101)
2013-10-05 12:26:38 [INFO] [STDERR] at gregtechmod.GT_Mod.checkVersions(GT_Mod.java:166)
2013-10-05 12:26:38 [INFO] [STDERR] at gregtechmod.GT_Mod.<clinit>(GT_Mod.java:162)
2013-10-05 12:26:38 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2013-10-05 12:26:38 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
2013-10-05 12:26:38 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:425)
2013-10-05 12:26:38 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
2013-10-05 12:26:38 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-10-05 12:26:38 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-10-05 12:26:38 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-10-05 12:26:38 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-10-05 12:26:38 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-10-05 12:26:38 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-10-05 12:26:38 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-10-05 12:26:38 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
2013-10-05 12:26:38 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
2013-10-05 12:26:38 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-10-05 12:26:38 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-10-05 12:26:38 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-10-05 12:26:38 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-10-05 12:26:38 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-10-05 12:26:38 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-10-05 12:26:38 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-10-05 12:26:38 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-10-05 12:26:38 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-10-05 12:26:38 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
2013-10-05 12:26:38 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:504)
2013-10-05 12:26:38 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163)
2013-10-05 12:26:38 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
2013-10-05 12:26:38 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-10-05 12:26:38 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-10-05 12:26:38 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2013-10-05 12:26:38 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: gregtechmod.api.interfaces.IMetaTileEntity
2013-10-05 12:26:38 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-10-05 12:26:38 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-10-05 12:26:38 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-10-05 12:26:38 [INFO] [STDERR] ... 32 more
2013-10-05 12:26:38 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/fluids/IFluidTank
2013-10-05 12:26:38 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method)
2013-10-05 12:26:38 [INFO] [STDERR] at java.lang.ClassLoader.defineClassCond(Unknown Source)
2013-10-05 12:26:38 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source)
2013-10-05 12:26:38 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(Unknown Source)
2013-10-05 12:26:38 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)
2013-10-05 12:26:38 [INFO] [STDERR] ... 34 more
2013-10-05 12:26:38 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fluids.IFluidTank
2013-10-05 12:26:38 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:139)
2013-10-05 12:26:38 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-10-05 12:26:38 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-10-05 12:26:38 [INFO] [STDERR] ... 39 more
 

UniZero

Popular Member
Oct 3, 2012
3,406
310
124
Scotland, UK
What pack are you adding it to? There are Unleashed threads where people have added it to it. The problem with gregtech is that is gives no help as to what is causing the issue.
 

Ghworg

New Member
Jul 29, 2019
7
0
0
What pack are you adding it to? There are Unleashed threads where people have added it to it. The problem with gregtech is that is gives no help as to what is causing the issue.

Unleashed modpack. Been pokeing around for 2 Days now, and can't figure it out
 

Ashzification

New Member
Jul 29, 2019
7,425
1
0
Unleashed modpack. Been pokeing around for 2 Days now, and can't figure it out

Unleashed has mDiyo mods. Unhinged has GregTech.
You can't have both mods in one pack without altering the configuration files. There are numerous threads about that.