Jump to content

fml.modloading.dupedmod forge eror


Salar01

Recommended Posts

I am a created my modpack in minecraft tlauncher for 1.16.5 and added a so many mods ...But when I opened the game It gave this error : fml.modloading.dupedmod and 2 warning and this eror latest.log is it :[16:08:00] [main/INFO]: ModLauncher running: args [--username, Salar01_, --version, ahh, --gameDir, C:\Users\arian-dga\AppData\Roaming\.minecraft\versions\ahh, --assetsDir, C:\Users\arian-dga\AppData\Roaming\.minecraft\assets, --assetIndex, 1.16, --uuid, f8ad7ed5-8260-11eb-90a8-d45d64bce613, --accessToken, ????????, --userType, mojang, --versionType, release, --width, 925, --height, 530, --launchTarget, fmlclient, --fml.forgeVersion, 36.2.39, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20210115.111550]
[16:08:00] [main/INFO]: ModLauncher 8.1.3+8.1.3+main-8.1.x.c94d18ec starting: java version 1.8.0_51 by Oracle Corporation
[16:08:00] [main/WARN]: LEGACY JDK DETECTED, SECURED JAR HANDLING DISABLED
[16:08:01] [main/INFO]: Added Lets Encrypt root certificates as additional trust
[16:08:01] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/C:/Users/arian-dga/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=CLIENT
[16:08:04] [main/WARN]: Mod file Mod File: C:\Users\arian-dga\AppData\Roaming\.minecraft\versions\ahh\mods\architectury-1.32.66.jar is missing mods.toml file
[16:08:04] [main/WARN]: File C:\Users\arian-dga\AppData\Roaming\.minecraft\versions\ahh\mods\architectury-1.32.66.jar has been ignored - it is invalid
[16:08:04] [main/WARN]: Mod file Mod File: C:\Users\arian-dga\AppData\Roaming\.minecraft\versions\ahh\mods\HWGMod-1.16.5-1.0.29.jar is missing mods.toml file
[16:08:04] [main/WARN]: File C:\Users\arian-dga\AppData\Roaming\.minecraft\versions\ahh\mods\HWGMod-1.16.5-1.0.29.jar has been ignored - it is invalid
[16:08:07] [main/INFO]: Launching target 'fmlclient' with arguments [--version, ahh, --gameDir, C:\Users\arian-dga\AppData\Roaming\.minecraft\versions\ahh, --assetsDir, C:\Users\arian-dga\AppData\Roaming\.minecraft\assets, --uuid, f8ad7ed5-8260-11eb-90a8-d45d64bce613, --username, Salar01_, --assetIndex, 1.16, --accessToken, ????????, --userType, mojang, --versionType, release, --width, 925, --height, 530]
[16:08:22] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[16:08:22] [main/INFO]: Setting user: Salar01_
[16:08:23] [main/INFO]: Backend library: LWJGL version 3.2.2 build 10
[16:08:26] [main/FATAL]: Error during pre-loading phase
net.minecraftforge.fml.ModLoadingException: fml.modloading.dupedmod
    at net.minecraftforge.fml.ModLoadingException.lambda$fromEarlyException$0(ModLoadingException.java:50) ~[?:?]
    at net.minecraftforge.fml.ModLoadingException$$Lambda$2865/502066023.apply(Unknown Source) ~[?:?]
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?: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.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) ~[?:1.8.0_51]
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_51]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_51]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_51]
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_51]
    at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:270) ~[?: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.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) ~[?:1.8.0_51]
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_51]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_51]
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[?:1.8.0_51]
    at net.minecraftforge.fml.ModLoader.<init>(ModLoader.java:106) ~[?:?]
    at net.minecraftforge.fml.ModLoader.get(ModLoader.java:140) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$1(ClientModLoader.java:89) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2862/1731795367.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:109) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2863/634991000.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:89) [?:?]
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:437) [?:?]
    at net.minecraft.client.main.Main.main(Main.java:149) [?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:37) [forge-1.16.5-36.2.39.jar:36.2]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$417/2122256138.call(Unknown Source) [forge-1.16.5-36.2.39.jar:36.2]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?]
[16:08:26] [main/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.sound.SoundLoadEvent to a broken mod state
[16:08:26] [main/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ColorHandlerEvent$Block to a broken mod state
[16:08:26] [main/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ColorHandlerEvent$Item to a broken mod state
[16:08:29] [main/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ParticleFactoryRegisterEvent to a broken mod state
[16:08:29] [main/INFO]: Narrator library for x64 successfully loaded
[16:08:29] [main/INFO]: Reloading ResourceManager: Default
[16:08:30] [Worker-Main-4/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ModelRegistryEvent to a broken mod state
[16:08:31] [Worker-Main-6/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[16:08:36] [Worker-Main-5/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[16:08:39] [Worker-Main-4/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[16:08:39] [Worker-Main-7/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[16:08:42] [Worker-Main-4/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[16:08:42] [Worker-Main-4/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[16:08:42] [Worker-Main-4/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[16:08:42] [Worker-Main-4/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[16:08:42] [Worker-Main-4/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[16:08:42] [Worker-Main-4/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[16:08:43] [main/INFO]: OpenAL initialized.
[16:08:43] [main/INFO]: Sound engine started
[16:08:44] [main/INFO]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[16:08:44] [main/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[16:08:44] [main/INFO]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
[16:08:44] [main/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[16:08:44] [main/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[16:08:44] [main/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[16:08:44] [main/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[16:08:44] [main/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[16:08:44] [main/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[16:08:44] [main/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[16:08:44] [main/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[16:08:44] [main/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[16:08:44] [main/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[16:08:44] [main/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[16:08:45] [main/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ModelBakeEvent to a broken mod state
[16:08:46] [main/INFO]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[16:08:46] [main/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[16:08:46] [main/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[16:08:46] [main/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[16:08:46] [main/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[16:08:46] [main/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[16:08:46] [main/INFO]: [net.minecraft.crash.CrashReport:func_85057_a:196]: Negative index in crash report handler (23/26)
[16:08:46] [main/FATAL]: Crash report saved to C:\Users\arian-dga\AppData\Roaming\.minecraft\versions\ahh\crash-reports\crash-2022-07-26_16.08.46-fml.txt

.

.Thank you for helping me

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.