Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash.. #10

Open
Tntdruid opened this issue Jun 30, 2019 · 8 comments
Open

crash.. #10

Tntdruid opened this issue Jun 30, 2019 · 8 comments

Comments

@Tntdruid
Copy link

java.lang.NoSuchMethodError: gregtech.api.recipes.RecipeMap.findRecipe(JLjava/util/List;Ljava/util/List;)Lgregtech/api/recipes/Recipe;
at gregsconstruct.GtRecipes.removeRecipesByInputs(GtRecipes.java:60)
at gregsconstruct.GtRecipes.init(GtRecipes.java:21)
at gregsconstruct.GregsConstruct$events.registerRecipes(GregsConstruct.java:41)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_606_events_registerRecipes_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857)
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:629)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

GregsConstruct-1.12.2-1.0.1.jar
gregtech-1.12.2-1.8.4.419.jar

@FrostCreeper07
Copy link

I have the same error as the op so until somebody can tell us what's going on i've removed it from my pack

@skwerlman
Copy link

this caused by a too-new gtce. this addon is written for gtce 1.6, yall are using gtce 1.8.4 which has a different api

theres a pr to support 1.8 (see #6), but 1.8.4 seems to have additional changes beyond what the pr changes

@hjae78
Copy link

hjae78 commented Aug 30, 2019

Anyone looking for a working version look under my repositories

@Tntdruid
Copy link
Author

@hjae78 Thanks!

@DanHCraft
Copy link

DanHCraft commented Jan 9, 2022

Anyone looking for a working version look under my repositories

@hjae78 Your download link is invalid, because dropbox shows a file deleted to me!

@LuizLoyola
Copy link

LuizLoyola commented Jan 10, 2022

Anyone looking for a working version look under my repositories

@hjae78 Your download link is invalid, because dropbox shows a file deleted to me!

@DanHCraft I'm trying to build from his repo, got a few errors because the versions are so old (even Gradle throws some errors with his build.gradle)

Will report back with the compiled .jar

@LuizLoyola
Copy link

GregsConstruct-1.12.2-1.0.3-UNOFFICIAL.jar.zip

Here it is, just changed some Gradle stuff and built it with the latest GTCE version. Works fine on my MC instance

@DanHCraft
Copy link

You are an angel, thank you very much ^-^/. I tried it by my self also earlier, but failed with the dependencies of multiconnect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants