Started by
Sbot50
on
Topic category: Troubleshooting, bugs, and solutions
so, i made a mod and it works fine in mcreator but when i export the mod and load mc i get this error: https://textuploader.com/1oio8
i have asked other people to try loading it but everyone gets the same error,
if i can understand the error a litle it has to do with world generation for my ores (wich is suprising cause i get this error before the minecraft start screen)
i have searched for simmular issues on the forum but couldnt find any posts wich included errors that had to do with world generation.
can someone that actually understands error logs help me?
thank you in advance!
Edited by Sbot50 on Sat, 01/04/2020 - 20:01
I think I have the same problem, the game turns on and loads assets but then I get an error screen and this is what it says in latest.log.
[04Jan2020 15:06:23.928] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, SCPeanut, --version, 1.14.4-forge-28.1.0, --gameDir, C:\Users\nicks\AppData\Roaming\.minecraft, --assetsDir, C:\Users\nicks\AppData\Roaming\.minecraft\assets, --assetIndex, 1.14, --uuid, 346ed8c17bcf4bf5bc0dfc80650dbbfa, --accessToken, ????????, --userType, mojang, --versionType, release, --width, 1920, --height, 1080, --launchTarget, fmlclient, --fml.forgeVersion, 28.1.0, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20190829.143755]
[04Jan2020 15:06:24.003] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 3.2.0+60+b86c1d4 starting: java version 1.8.0_51 by Oracle Corporation
[04Jan2020 15:06:24.177] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[04Jan2020 15:06:24.799] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.14.4-forge-28.1.0, --gameDir, C:\Users\nicks\AppData\Roaming\.minecraft, --assetsDir, C:\Users\nicks\AppData\Roaming\.minecraft\assets, --username, SCPeanut, --assetIndex, 1.14, --uuid, 346ed8c17bcf4bf5bc0dfc80650dbbfa, --accessToken, ????????, --userType, mojang, --versionType, release, --width, 1920, --height, 1080]
[04Jan2020 15:06:26.033] [Client thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: SCPeanut
[04Jan2020 15:06:31.893] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: lastServer:
[04Jan2020 15:06:31.937] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: textBackgroundOpacity:
[04Jan2020 15:06:31.963] [Client thread/INFO] [net.minecraft.client.Minecraft/]: LWJGL Version: 3.2.2 build 10
[04Jan2020 15:06:34.767] [modloading-worker-9/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 28.1.0, for MC 1.14.4 with MCP 20190829.143755
[04Jan2020 15:06:34.768] [modloading-worker-9/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v28.1.0 Initialized
[04Jan2020 15:06:34.883] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity mob1
[04Jan2020 15:06:36.091] [Client thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded
[04Jan2020 15:06:36.176] [modloading-worker-2/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: net.minecraft.world.gen.feature.OreFeatureConfig$FillerBlockType.create(Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Predicate;)Lnet/minecraft/world/gen/feature/OreFeatureConfig$FillerBlockType;
Index: 1
Listeners:
0: NORMAL
1: net.minecraftforge.eventbus.EventBus$$Lambda$2022/949732051@3e05e753
java.lang.NoSuchMethodError: net.minecraft.world.gen.feature.OreFeatureConfig$FillerBlockType.create(Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Predicate;)Lnet/minecraft/world/gen/feature/OreFeatureConfig$FillerBlockType;
at net.mcreator.experimenting.MCreatorBlockoreteal.init(MCreatorBlockoreteal.java:131)
at net.mcreator.experimenting.experimenting.lambda$init$1(experimenting.java:56)
at net.mcreator.experimenting.experimenting$$Lambda$2488/866322727.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at net.mcreator.experimenting.experimenting.init(experimenting.java:56)
at net.mcreator.experimenting.experimenting$$Lambda$2238/1962431020.accept(Unknown Source)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
at net.minecraftforge.eventbus.EventBus$$Lambda$2022/949732051.invoke(Unknown Source)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.fml.javafmlmod.FMLModContainer.fireEvent(FMLModContainer.java:106)
at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2127/1284149862.accept(Unknown Source)
at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65)
at java.util.function.Consumer$$Lambda$2116/1147977782.accept(Unknown Source)
at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65)
at java.util.function.Consumer$$Lambda$2116/1147977782.accept(Unknown Source)
at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112)
at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:133)
at net.minecraftforge.fml.ModList$$Lambda$2172/1008283119.accept(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
[04Jan2020 15:06:36.178] [modloading-worker-2/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Caught exception during event FMLCommonSetupEvent dispatch for modid experimenting
java.lang.NoSuchMethodError: net.minecraft.world.gen.feature.OreFeatureConfig$FillerBlockType.create(Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Predicate;)Lnet/minecraft/world/gen/feature/OreFeatureConfig$FillerBlockType;
at net.mcreator.experimenting.MCreatorBlockoreteal.init(MCreatorBlockoreteal.java:131) ~[?:?]
at net.mcreator.experimenting.experimenting.lambda$init$1(experimenting.java:56) ~[?:?]
at net.mcreator.experimenting.experimenting$$Lambda$2488/866322727.accept(Unknown Source) ~[?:?]
at java.util.ArrayList.forEach(ArrayList.java:1249) ~[?:1.8.0_51]
at net.mcreator.experimenting.experimenting.init(experimenting.java:56) ~[?:?]
at net.mcreator.experimenting.experimenting$$Lambda$2238/1962431020.accept(Unknown Source) ~[?:?]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-1.0.0-service.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-1.0.0-service.jar:?]
at net.minecraftforge.eventbus.EventBus$$Lambda$2022/949732051.invoke(Unknown Source) ~[?:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?]
at net.minecraftforge.fml.javafmlmod.FMLModContainer.fireEvent(FMLModContainer.java:106) [?:28.1]
at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2127/1284149862.accept(Unknown Source) [?:28.1]
at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
at java.util.function.Consumer$$Lambda$2116/1147977782.accept(Unknown Source) [?:1.8.0_51]
at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
at java.util.function.Consumer$$Lambda$2116/1147977782.accept(Unknown Source) [?:1.8.0_51]
at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) [?:?]
at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:133) [?:?]
at net.minecraftforge.fml.ModList$$Lambda$2172/1008283119.accept(Unknown Source) [?:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_51]
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) [?:1.8.0_51]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) [?:1.8.0_51]
at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291) [?:1.8.0_51]
at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) [?:1.8.0_51]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
[04Jan2020 15:06:36.274] [Server-Worker-4/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event SETUP, 1 errors found
[04Jan2020 15:06:36.275] [Server-Worker-4/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) [eventbus-1.0.0-service.jar:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:97) [?:?]
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2010/1638969247.run(Unknown Source) [?:?]
at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:105) [?:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:87) [?:?]
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2450/562960491.run(Unknown Source) [?:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:95) [?:?]
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2010/1638969247.run(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) [?:1.8.0_51]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
[04Jan2020 15:06:36.276] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promoti…
[04Jan2020 15:06:36.868] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: UP_TO_DATE Current: 28.1.0 Target: null
[04Jan2020 15:06:38.053] [Server-Worker-5/ERROR] [net.minecraftforge.fml.ModLoader/LOADING]: Skipping lifecycle event ENQUEUE_IMC, 1 errors found.
[04Jan2020 15:06:38.054] [Server-Worker-5/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event ENQUEUE_IMC, 1 errors found
[04Jan2020 15:06:38.054] [Server-Worker-5/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) [eventbus-1.0.0-service.jar:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:97) [?:?]
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2010/1638969247.run(Unknown Source) [?:?]
at net.minecraftforge.fml.client.ClientModLoader.finishModLoading(ClientModLoader.java:118) [?:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$4(ClientModLoader.java:89) [?:?]
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2455/981716924.run(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniRun(CompletableFuture.java:705) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:687) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:443) [?:1.8.0_51]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
[04Jan2020 15:06:38.059] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: lastServer:
[04Jan2020 15:06:38.061] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: textBackgroundOpacity:
[04Jan2020 15:06:38.180] [Client thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
[04Jan2020 15:06:38.181] [Client thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
[04Jan2020 15:06:38.367] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512 textures-atlas
[04Jan2020 15:06:38.864] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256 textures/particle-atlas
[04Jan2020 15:06:38.865] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256 textures/painting-atlas
[04Jan2020 15:06:38.865] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128 textures/mob_effect-atlas
yes you have the exact same. you also dont know how to fix it tho, do you?
Nope, don't know how, I'm dying as well.
What version of 1.14.4 forge are you using? (If you're using 1.14.4)
I was using the wrong version of 1.14.4 forge and when I used the correct it worked.
I’m using the newest (bug free one) wich one are you using?
YOU'RE A LEGEND!
i found it: https://ibb.co/0rH44rc
thank you so much!