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

個人用 MODPACK を使用すると GTE がクラッシュする #202

Closed
Someonerandomidk opened this issue Dec 21, 2023 · 3 comments
Closed
Assignees
Labels
type: bug Something isn't working

Comments

@Someonerandomidk
Copy link

Someonerandomidk commented Dec 21, 2023

(日本語が分からないので翻訳機を使いました)
基本的に、私は個人的な Modpack を作成しているときにこの Mod を偶然発見し、さらにグレッグのために追加することにしました。
問題は、modpack を起動すると、何をしても、ステージ 4 で常に次のエラーが発生することです。
ava.util.NoSuchElementException: No value present
at java.util.Optional.get(Optional.java:135)
at gtexpert.loaders.recipe.ingredients.AERecipeLoader.materials(AERecipeLoader.java:66)
at gtexpert.loaders.recipe.ingredients.AERecipeLoader.init(AERecipeLoader.java:42)
at gtexpert.loaders.recipe.GTERecipeManager.loadLowest(GTERecipeManager.java:36)
at gtexpert.common.CommonProxy.registerRecipesLowest(CommonProxy.java:115)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_323_CommonProxy_registerRecipesLowest_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:636)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
at net.minecraft.client.Minecraft.init(Minecraft.java:535)
at net.minecraft.client.Minecraft.run(Minecraft.java:6601)
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:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
私は、GregTech CEu バージョン 2.8.5 および AE2 Unofficial Extended Life とそのアドオンのほとんどを備えた最新バージョン (1.5.13) を使用しています。

完全なログはこちら:
crash-2023-12-21_15.22.29-client.txt

@tier940 tier940 self-assigned this Dec 21, 2023
@tier940 tier940 added the type: bug Something isn't working label Dec 21, 2023
@tier940
Copy link
Member

tier940 commented Dec 21, 2023

@Someonerandomidk
We will investigate.

@Someonerandomidk
Copy link
Author

ちなみに、これは私のmodlistです:
(by the way this is my modlist:)
modlist.txt

@tier940
Copy link
Member

tier940 commented Dec 23, 2023

I'm sure v1.5.14 probably fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants