Jump to content

Recommended Posts

Posted (edited)

Hello Modders!

I keep on coming across this error even when I try to make new projects or update my forge version, and I cannot find anyone who has come across this same error even though I've scoured through modding threads and etc. and none of them have worked- do any of you know the cause of this? (This error is from a fresh project, but is happening on all of my projects no matter the forge version, although most of mine are on 1.19.3. This project only has been setup and the build has been successful when loaded, so I'm unsure where the error lies. I've tried increasing RAM usage but even that doesn't work.)

1:39:54 pm: Executing 'runClient'...


> Configure project :
Java: 17.0.6, JVM: 17.0.6+10 (Eclipse Adoptium), Arch: amd64
WARNING: This project is configured to use the official obfuscation mappings provided by Mojang. These mapping fall under their associated license, you should be fully aware of this license. For the latest license text, refer below, or the reference copy here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md, You can hide this warning by running the `hideOfficialWarningUntilChanged` task
WARNING: (c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes, but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here.  Use and modification of this document or the source code (in any form) of Minecraft: Java Edition is governed by the Minecraft End User License Agreement available at https://account.mojang.com/documents/minecraft_eula.

> Task :compileJava UP-TO-DATE
> Task :processResources UP-TO-DATE
> Task :classes UP-TO-DATE
> Task :downloadMcpConfig
> Task :extractSrg UP-TO-DATE
> Task :createSrgToMcp UP-TO-DATE
> Task :downloadMCMeta UP-TO-DATE
> Task :downloadAssets UP-TO-DATE
> Task :extractNatives UP-TO-DATE
> Task :makeSrcDirs
> Task :prepareRuns
> Task :prepareRunClient

> Task :runClient
2023-06-01 13:40:00,998 main WARN Advanced terminal features are not available in this environment
[13:40:01] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeclientuserdev, --version, MOD_DEV, --assetIndex, 2, --assetsDir, C:\Users\jbart\.gradle\caches\forge_gradle\assets, --gameDir, ., --fml.forgeVersion, 44.1.0, --fml.mcVersion, 1.19.3, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20221207.122022]
[13:40:01] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.6 by Eclipse Adoptium; OS Windows 10 arch amd64 version 10.0
[13:40:01] [main/DEBUG] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Found launch services [fmlclientdev,forgeclient,minecraft,forgegametestserverdev,fmlserveruserdev,fmlclient,fmldatauserdev,forgeserverdev,forgeserveruserdev,forgeclientdev,forgeclientuserdev,forgeserver,forgedatadev,fmlserver,fmlclientuserdev,fmlserverdev,forgedatauserdev,testharness,forgegametestserveruserdev]
[13:40:01] [main/DEBUG] [cp.mo.mo.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : [srgtomcp]
[13:40:01] [main/DEBUG] [cp.mo.mo.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,eventbus,slf4jfixer,object_holder_definalize,runtime_enum_extender,capability_token_subclass,accesstransformer,runtimedistcleaner]
[13:40:01] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services
[13:40:01] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: 
[13:40:01] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [mixin,fml]
[13:40:01] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading
[13:40:01] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loading service mixin
[13:40:01] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loaded service mixin
[13:40:01] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.LauncherVersion/CORE]: Found FMLLauncher version 1.0
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML 1.0 loading
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found ModLauncher version : 10.0.8+10.0.8+main.0ef7e830
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found AccessTransformer version : 8.0.4+66+master.c09db6d7
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found EventBus version : 6.0.3+6.0.3+master.039e4ea9
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Found Runtime Dist Cleaner
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found CoreMod version : 5.0.1+15+master.dc5a2922
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Found ForgeSPI package implementation version 6.0.0+6.0.0+master.42474703
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Found ForgeSPI package specification 5
[13:40:01] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml
[13:40:01] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services
[13:40:01] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing
[13:40:01] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service mixin
[13:40:01] [main/DEBUG] [mixin/]: MixinService [ModLauncher] was successfully booted in cpw.mods.cl.ModuleClassLoader@1d76aeea
[13:40:01] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/jbart/.gradle/caches/modules-2/files-2.1/org.spongepowered/mixin/0.8.5/9d1c0c3a304ae6697ecd477218fa61b850bf57fc/mixin-0.8.5.jar%23127!/ Service=ModLauncher Env=CLIENT
[13:40:01] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager
[13:40:01] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ModLauncher Root Container(ModLauncher:4f56a0a2)
[13:40:01] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ModLauncher Root Container(ModLauncher:4f56a0a2)
[13:40:01] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ModLauncher Root Container(ModLauncher:4f56a0a2)
[13:40:01] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ModLauncher Root Container(ModLauncher:4f56a0a2)
[13:40:01] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ModLauncher Root Container(ModLauncher:4f56a0a2)
[13:40:01] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service mixin
[13:40:01] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Setting up basic FML game directories
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FileUtils/CORE]: Found existing GAMEDIR directory : C:\Users\jbart\Documents\Minecraft\Mods\Forge\JaspersStarWarsMod\run
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path GAMEDIR is C:\Users\jbart\Documents\Minecraft\Mods\Forge\JaspersStarWarsMod\run
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FileUtils/CORE]: Found existing MODSDIR directory : C:\Users\jbart\Documents\Minecraft\Mods\Forge\JaspersStarWarsMod\run\mods
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path MODSDIR is C:\Users\jbart\Documents\Minecraft\Mods\Forge\JaspersStarWarsMod\run\mods
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FileUtils/CORE]: Found existing CONFIGDIR directory : C:\Users\jbart\Documents\Minecraft\Mods\Forge\JaspersStarWarsMod\run\config
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\jbart\Documents\Minecraft\Mods\Forge\JaspersStarWarsMod\run\config
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\jbart\Documents\Minecraft\Mods\Forge\JaspersStarWarsMod\run\config\fml.toml
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Loading configuration
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FileUtils/CORE]: Found existing default config directory directory : C:\Users\jbart\Documents\Minecraft\Mods\Forge\JaspersStarWarsMod\run\defaultconfigs
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Preparing ModFile
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Preparing launch handler
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Using forgeclientuserdev as launch service
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Received command line version data  : VersionInfo[forgeVersion=44.1.0, mcVersion=1.19.3, mcpVersion=20221207.122022, forgeGroup=net.minecraftforge]
[13:40:01] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml
[13:40:01] [main/DEBUG] [cp.mo.mo.NameMappingServiceHandler/MODLAUNCHER]: Current naming domain is 'mcp'
[13:40:01] [main/DEBUG] [cp.mo.mo.NameMappingServiceHandler/MODLAUNCHER]: Identified name mapping providers {srg=srgtomcp:1234}
[13:40:01] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning
[13:40:01] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service mixin
[13:40:01] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service mixin
[13:40:01] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Initiating mod scan
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.mo.ModListHandler/CORE]: Found mod coordinates from lists: []
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.mo.ModDiscoverer/CORE]: Found Mod Locators : (mods folder:null),(maven libs:null),(exploded directory:null),(minecraft:null),(userdev classpath:null)
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.mo.ModDiscoverer/CORE]: Found Dependency Locators : (JarInJar:null)
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.ta.CommonLaunchHandler/CORE]: Got mod coordinates examplemod%%C:\Users\jbart\Documents\Minecraft\Mods\Forge\JaspersStarWarsMod\build\resources\main;examplemod%%C:\Users\jbart\Documents\Minecraft\Mods\Forge\JaspersStarWarsMod\build\classes\java\main from env
[13:40:01] [main/DEBUG] [ne.mi.fm.lo.ta.CommonLaunchHandler/CORE]: Found supplied mod coordinates [{examplemod=[C:\Users\jbart\Documents\Minecraft\Mods\Forge\JaspersStarWarsMod\build\resources\main, C:\Users\jbart\Documents\Minecraft\Mods\Forge\JaspersStarWarsMod\build\classes\java\main]}]
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileInfo/LOADING]: Found valid mod file forge-1.19.3-44.1.0_mapped_official_1.19.3-recomp.jar with {minecraft} mods - versions {1.19.3}
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate C:\Users\jbart\.gradle\caches\modules-2\files-2.1\net.minecraftforge\javafmllanguage\1.19.3-44.1.0\e0a9d17dab17f9c102e6adfc00961565a2b1e2c7\javafmllanguage-1.19.3-44.1.0.jar
[13:40:02] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\jbart\.gradle\caches\modules-2\files-2.1\net.minecraftforge\javafmllanguage\1.19.3-44.1.0\e0a9d17dab17f9c102e6adfc00961565a2b1e2c7\javafmllanguage-1.19.3-44.1.0.jar is missing mods.toml file
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate C:\Users\jbart\.gradle\caches\modules-2\files-2.1\net.minecraftforge\lowcodelanguage\1.19.3-44.1.0\8b73cc225c8f1add358e3284c709eef8430af51\lowcodelanguage-1.19.3-44.1.0.jar
[13:40:02] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\jbart\.gradle\caches\modules-2\files-2.1\net.minecraftforge\lowcodelanguage\1.19.3-44.1.0\8b73cc225c8f1add358e3284c709eef8430af51\lowcodelanguage-1.19.3-44.1.0.jar is missing mods.toml file
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate C:\Users\jbart\.gradle\caches\modules-2\files-2.1\net.minecraftforge\mclanguage\1.19.3-44.1.0\284cfed7c4c7cf5d6dfbb96d6f05697a762baf60\mclanguage-1.19.3-44.1.0.jar
[13:40:02] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\jbart\.gradle\caches\modules-2\files-2.1\net.minecraftforge\mclanguage\1.19.3-44.1.0\284cfed7c4c7cf5d6dfbb96d6f05697a762baf60\mclanguage-1.19.3-44.1.0.jar is missing mods.toml file
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate C:\Users\jbart\.gradle\caches\modules-2\files-2.1\net.minecraftforge\fmlcore\1.19.3-44.1.0\58fdfab3b364e30d87b279c8803a612cc5b9e80\fmlcore-1.19.3-44.1.0.jar
[13:40:02] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\jbart\.gradle\caches\modules-2\files-2.1\net.minecraftforge\fmlcore\1.19.3-44.1.0\58fdfab3b364e30d87b279c8803a612cc5b9e80\fmlcore-1.19.3-44.1.0.jar is missing mods.toml file
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate C:\Users\jbart\Documents\Minecraft\Mods\Forge\JaspersStarWarsMod\build\resources\main
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileInfo/LOADING]: Found valid mod file main with {examplemod} mods - versions {0.0NONE}
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate /
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileInfo/LOADING]: Found valid mod file  with {forge} mods - versions {44.1.0}
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from forge-1.19.3-44.1.0_mapped_official_1.19.3-recomp.jar, it does not contain dependency information.
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from , it does not contain dependency information.
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from main, it does not contain dependency information.
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mclanguage-1.19.3-44.1.0.jar, it does not contain dependency information.
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from javafmllanguage-1.19.3-44.1.0.jar, it does not contain dependency information.
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from fmlcore-1.19.3-44.1.0.jar, it does not contain dependency information.
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from lowcodelanguage-1.19.3-44.1.0.jar, it does not contain dependency information.
[13:40:02] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: No dependencies to load found. Skipping!
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileInfo/LOADING]: Found valid mod file forge-1.19.3-44.1.0_mapped_official_1.19.3-recomp.jar with {minecraft} mods - versions {1.19.3}
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Loading mod file C:\Users\jbart\.gradle\caches\forge_gradle\minecraft_user_repo\net\minecraftforge\forge\1.19.3-44.1.0_mapped_official_1.19.3\forge-1.19.3-44.1.0_mapped_official_1.19.3-recomp.jar with languages [LanguageSpec[languageName=minecraft, acceptedVersions=1]]
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate /
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileInfo/LOADING]: Found valid mod file  with {forge} mods - versions {44.1.0}
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Loading mod file / with languages [LanguageSpec[languageName=javafml, acceptedVersions=[24,]]]
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Found coremod field_to_method with Javascript path coremods/field_to_method.js
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Found coremod field_to_instanceof with Javascript path coremods/field_to_instanceof.js
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Found coremod add_bouncer_method with Javascript path coremods/add_bouncer_method.js
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Found coremod coremods/field_to_method.js
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Found coremod coremods/field_to_instanceof.js
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Found coremod coremods/add_bouncer_method.js
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate C:\Users\jbart\Documents\Minecraft\Mods\Forge\JaspersStarWarsMod\build\resources\main
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileInfo/LOADING]: Found valid mod file main with {examplemod} mods - versions {0.0NONE}
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Loading mod file C:\Users\jbart\Documents\Minecraft\Mods\Forge\JaspersStarWarsMod\build\resources\main with languages [LanguageSpec[languageName=javafml, acceptedVersions=[44,)]]
[13:40:02] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.LanguageLoadingProvider/CORE]: Found 3 language providers
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.LanguageLoadingProvider/CORE]: Found language provider minecraft, version 1.0
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.LanguageLoadingProvider/CORE]: Found language provider lowcodefml, version 44
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.LanguageLoadingProvider/CORE]: Found language provider javafml, version 44
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.ModSorter/]: Configured system mods: [minecraft, forge]
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.ModSorter/]: Found system mod: minecraft
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.ModSorter/]: Found system mod: forge
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.ModSorter/LOADING]: Found 2 mod requirements (2 mandatory, 0 optional)
[13:40:02] [main/DEBUG] [ne.mi.fm.lo.ModSorter/LOADING]: Found 0 mod requirements missing (0 mandatory, 0 optional)
[13:40:03] [main/DEBUG] [ne.mi.fm.lo.MCPNamingService/CORE]: Loaded 31607 method mappings from methods.csv
[13:40:03] [main/DEBUG] [ne.mi.fm.lo.MCPNamingService/CORE]: Loaded 29605 field mappings from fields.csv
[13:40:03] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers
[13:40:03] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service mixin
[13:40:03] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service mixin
[13:40:03] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml
[13:40:03] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Loading coremod transformers
[13:40:03] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: Loading CoreMod from coremods/field_to_method.js
[13:40:03] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: CoreMod loaded successfully
[13:40:03] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: Loading CoreMod from coremods/field_to_instanceof.js
[13:40:03] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: CoreMod loaded successfully
[13:40:03] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: Loading CoreMod from coremods/add_bouncer_method.js
[13:40:03] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: CoreMod loaded successfully
[13:40:04] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@6325f352 to Target : CLASS {Lnet/minecraft/world/level/biome/Biome;} {} {V}
[13:40:04] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@298f0a0b to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/Structure;} {} {V}
[13:40:04] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@2b960a7 to Target : CLASS {Lnet/minecraft/world/effect/MobEffectInstance;} {} {V}
[13:40:04] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@31dfc6f5 to Target : CLASS {Lnet/minecraft/world/level/block/LiquidBlock;} {} {V}
[13:40:04] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@37b52340 to Target : CLASS {Lnet/minecraft/world/item/BucketItem;} {} {V}
[13:40:04] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@663bb8ef to Target : CLASS {Lnet/minecraft/world/level/block/StairBlock;} {} {V}
[13:40:04] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@2f4e40d7 to Target : CLASS {Lnet/minecraft/world/level/block/FlowerPotBlock;} {} {V}
[13:40:04] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@60e9c3a5 to Target : CLASS {Lnet/minecraft/world/item/ItemStack;} {} {V}
[13:40:04] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@7e5843db to Target : CLASS {Lnet/minecraft/network/play/client/CClientSettingsPacket;} {} {V}
[13:40:04] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml
[13:40:04] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)]
[13:40:04] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)]
[13:40:04] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(minecraft)
[13:40:04] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(minecraft)
[13:40:04] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(minecraft)
[13:40:04] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(minecraft)
[13:40:04] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(minecraft)
[13:40:04] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)]
[13:40:04] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(forge)
[13:40:04] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(forge)
[13:40:04] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(forge)
[13:40:04] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(forge)
[13:40:04] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(forge)
[13:40:04] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(forge)]
[13:40:04] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(examplemod)
[13:40:04] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(examplemod)
[13:40:04] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(examplemod)
[13:40:04] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(examplemod)
[13:40:04] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(examplemod)
[13:40:04] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(examplemod)]
[13:40:04] [main/DEBUG] [mixin/]: inject() running with 4 agents
[13:40:04] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)]
[13:40:04] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)]
[13:40:04] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(forge)]
[13:40:04] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(examplemod)]
[13:40:04] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclientuserdev' with arguments [--version, MOD_DEV, --gameDir, ., --assetsDir, C:\Users\jbart\.gradle\caches\forge_gradle\assets, --assetIndex, 2]
[13:40:04] [main/DEBUG] [mixin/]: Error cleaning class output directory: .mixin.out
[13:40:04] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT]
[13:40:04] [main/DEBUG] [io.ne.ut.in.lo.InternalLoggerFactory/]: Using SLF4J as the default logging framework
[13:40:04] [main/DEBUG] [io.ne.ut.ResourceLeakDetector/]: -Dio.netty.leakDetection.level: simple
[13:40:04] [main/DEBUG] [io.ne.ut.ResourceLeakDetector/]: -Dio.netty.leakDetection.targetRecords: 4
[13:40:05] [main/DEBUG] [os.ut.FileUtil/]: No oshi.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@6fa0450e
[13:40:06] [main/DEBUG] [os.ut.FileUtil/]: No oshi.architecture.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@6fa0450e
[13:40:08] [pool-3-thread-1/DEBUG] [ne.mi.co.tr.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/block/LiquidBlock
[13:40:08] [pool-3-thread-1/DEBUG] [ne.mi.co.tr.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/block/StairBlock
[13:40:08] [pool-3-thread-1/DEBUG] [ne.mi.co.tr.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/block/FlowerPotBlock
[13:40:09] [pool-3-thread-1/DEBUG] [ne.mi.co.tr.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/item/ItemStack
[13:40:10] [pool-3-thread-1/DEBUG] [ne.mi.co.tr.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/item/BucketItem
[13:40:11] [pool-3-thread-1/INFO] [minecraft/DataFixers]: Building unoptimized datafixer
[13:40:12] [pool-3-thread-1/DEBUG] [ne.mi.co.tr.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/effect/MobEffectInstance
[13:40:13] [pool-3-thread-1/DEBUG] [ne.mi.co.tr.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/levelgen/structure/Structure
[13:40:13] [pool-3-thread-1/DEBUG] [ne.mi.co.tr.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/biome/Biome
[13:40:14] [Render thread/WARN] [minecraft/VanillaPackResourcesBuilder]: Assets URL 'union:/C:/Users/jbart/.gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.19.3-44.1.0_mapped_official_1.19.3/forge-1.19.3-44.1.0_mapped_official_1.19.3-recomp.jar%23191!/assets/.mcassetsroot' uses unexpected schema
[13:40:14] [Render thread/WARN] [minecraft/VanillaPackResourcesBuilder]: Assets URL 'union:/C:/Users/jbart/.gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.19.3-44.1.0_mapped_official_1.19.3/forge-1.19.3-44.1.0_mapped_official_1.19.3-recomp.jar%23191!/data/.mcassetsroot' uses unexpected schema
[13:40:14] [Render thread/INFO] [mojang/YggdrasilAuthenticationService]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[13:40:14] [Render thread/INFO] [minecraft/Minecraft]: Setting user: Dev
[13:40:14] [Render thread/INFO] [minecraft/Minecraft]: Backend library: LWJGL version 3.3.1 build 7
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff9ff7a2b60, pid=41576, tid=3648
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.6+10 (17.0.6+10) (build 17.0.6+10)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.6+10 (17.0.6+10, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# C  [atio6axx.dll+0x192b60]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\jbart\Documents\Minecraft\Mods\Forge\JaspersStarWarsMod\run\hs_err_pid41576.log
#
# If you would like to submit a bug report, please visit:
#   https://github.com/adoptium/adoptium-support/issues
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

[error occurred during error reporting (), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffa0158da79]


> Task :runClient FAILED

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings
10 actionable tasks: 3 executed, 7 up-to-date

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runClient'.
> Process 'command 'C:\Program Files\Eclipse Adoptium\jdk-17.0.6.10-hotspot\bin\java.exe'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 20s
1:40:14 pm: Execution finished 'runClient'.
 

 

Edited by jasperagent

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hi guys i have a problem i trying to play with my Cobblemon Modpack that is 1.20.1 Forge and it crashing whenever i press play and i have AMD Graphics Card and i have updated it to the latest driver via the website but its still crashing and also here is the log: [13:11:42] [main/INFO]: ModLauncher running: args [--username, Pallante3, --version, forge-47.4.2, --gameDir, C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge], --assetsDir, C:\Users\Gallo\curseforge\minecraft\Install\assets, --assetIndex, 5, --uuid, 66d892fe1fbd45d79e690c1aeea691f3, --accessToken, ????????, --clientId, MWJjYmRiM2UtMjRjYi00NjdiLWFlOTUtZWM4OTU4MjBhMmI2, --xuid, 2535465252781045, --userType, msa, --versionType, release, --width, 1024, --height, 768, --quickPlayPath, C:\Users\Gallo\curseforge\minecraft\Install\quickPlay\java\1750590701334.json, --launchTarget, forgeclient, --fml.forgeVersion, 47.4.2, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [13:11:42] [main/INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.15 by Microsoft; OS Windows 10 arch amd64 version 10.0 [13:11:43] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow [13:11:43] [main/INFO]: Trying GL version 4.6 [13:11:43] [main/INFO]: Requested GL version 4.6 got version 4.6 [13:11:43] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/Gallo/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23100!/ Service=ModLauncher Env=CLIENT [13:11:43] [pool-2-thread-1/INFO]: GL info: AMD Radeon RX 6600 GL version 4.6.0 Core Profile Context 25.6.1.250522, ATI Technologies Inc. [13:11:44] [main/INFO]: Found mod file 1.20-Ghostwriter-2.4.5.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file 20-rediculousoregeneration_1.7.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file [1.20.1] SecurityCraft v1.10.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file advanced-xray-forge-1.20.1-2.18.1-build.22.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file AdvancementPlaques-1.20.1-forge-1.6.9.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file AI-Improvements-1.20-0.5.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file almanac-1.20.x-forge-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file AmbientEnvironment-forge-1.20.1-11.0.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file appleskin-forge-mc1.20.1-2.5.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file architectury-9.2.14-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file BadMobs-1.20.1-19.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file balm-forge-1.20.1-7.3.31-all.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file BetterAdvancements-Forge-1.20.1-0.4.2.25.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file betterfpsdist-1.20.1-6.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file BetterPingDisplay-1.20.1-1.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file BetterThirdPerson-Forge-1.20-1.9.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file biggerstacks-1.20.1-1.0.4-all.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file BiomesOPlenty-forge-1.20.1-19.0.0.96.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file blastingclay-1.20.1-forge-1.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file blastingraw-1.20.1-forge-3.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file blastingsand-forge-1.20.1-12.3.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file BlastingSmeltingRawBlocks_Prop_1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file blastingstone-1.20.1-forge-2.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Bookshelf-Forge-1.20.1-20.2.13.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file BorderlessWindow-1.20-1.6.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file bwncr-forge-1.20.1-3.17.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file caelus-forge-3.2.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file canary-mc1.20.1-0.3.3.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file catalogue-forge-1.20.1-1.8.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file CGM-Unofficial-1.4.18+Forge+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cherishedworlds-forge-6.1.7+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Clear-Water-2.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file ClearDespawn-forge-1.20.2-1.1.15.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cloth-config-11.1.136-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Clumps-forge-1.20.1-12.0.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file CNPC-Cobblemon-Addon-1.20.1.20241027.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cnpcs_contentback_1.2.3.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobble_contests-v1.0.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobbledex-1.20.1-forge-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file CobbleDollars-forge-1.5.2+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Cobblemon O' Plenty 1.20.1 B.2.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon-capturexp-1.5-forge-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon-counter-1.5-forge-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon-field-moves-1.5-forge-1.1.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Cobblemon-forge-1.5.2+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon-shedders-1.4-forge-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon-spawn-notification-1.5-forge-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon-unchained-1.5-forge-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon-unimplemented-items-1.5-forge-1.3.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon-whiteout-1.5-forge-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon_armor_sets-FORGE-2.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon_poke_labs-1.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon_simple_center-1.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file CobblemonMegas-forge-1.3.0+1.5.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemonrider-1.2.4.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file CobblemonTrainers-1.1.11+1.5.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemore_lib-1.1.1-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file collective-1.20.1-8.3.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file comforts-forge-6.4.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Controlling-forge-1.20.1-12.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cosmeticarmorreworked-1.20.1-v1a.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file craftingtweaks-forge-1.20.1-18.2.5.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file CraftPresence-2.6.1+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file create_klinks_n_klangs-1.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file CreativeCore_FORGE_v2.12.32_mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cristellib-1.1.6-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Croptopia-1.20.1-FORGE-3.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cupboard-1.20.1-2.7.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file curios-forge-5.14.1+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file CustomNPCs-1.20.1-GBPort-Unofficial-20250429.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file darkmining-forge-1.20.1-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file darksmelting-forge-1.20.1-1.0.5.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file defaultoptions-forge-1.20-18.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file deimos-1.20.1-forge-2.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file DripSounds-1.19.4-0.3.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file dtcobblemon-1.20.1-1.1.1-slim.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file dynamic-fps-3.9.5+minecraft-1.20.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file dynamiccrosshair-9.3+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file DynamicTrees-1.20.1-1.4.5.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file DynamicTreesBOP-1.20.1-3.3.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file DynamicTreesCroptopia-1.20.1-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file DynamicTreesPHC2-1.20.1-1.3.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file eggs-cobblemon-addon-0.3.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file elytraslot-forge-6.4.4+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file embeddium-0.3.31+mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file EnchantmentDescriptions-Forge-1.20.1-17.1.19.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file entity_model_features_forge_1.20.1-2.4.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file entity_texture_features_forge_1.20.1-6.2.9.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file EpheroLib-1.20.1-FORGE-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file fallingleaves-1.20.1-2.1.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file fancymenu_forge_3.5.2_MC_1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file farsight-1.20.1-3.7.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file ferritecore-6.0.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file fightorflight-forge-0.6.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file forge-lava_walker-2.0.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file framework-forge-1.20.1-0.7.15.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file From-The-Fog-1.20-v1.9.2-Forge-Fabric.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file geckolib-forge-1.20.1-4.7.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file gk_unbreakable-2.7.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file GlitchCore-forge-1.20.1-0.0.1.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file highlight-forge-1.20-2.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Highlighter-1.20.1-forge-1.1.9.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Iceberg-1.20.1-forge-1.1.25.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file ImmediatelyFast-Forge-1.5.0+1.20.4.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file InvMove-1.20-0.8.4-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file ironfurnaces-1.20.1-4.1.6.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file ItemPhysic_FORGE_v1.8.7_mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Jade-1.20.1-Forge-11.13.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file jei-1.20.1-forge-15.20.0.112.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file justzoom_forge_2.1.1_MC_1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file konkrete_forge_1.8.0_MC_1.20-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file kotlinforforge-4.11.0-all.jar of type LIBRARY with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file LavaClearView-1.20.1-forge-7.0.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file letmedespawn-1.20.x-forge-1.5.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file LongerChatHistory-1.3-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file majrusz-library-forge-1.20.1-7.0.8.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file majruszs-enchantments-forge-1.20.1-1.10.8.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file make_bubbles_pop-0.3.0-forge-mc1.19.4-1.20.4.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file mcw-bridges-3.1.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file mcw-doors-1.1.2-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file mcw-fences-1.2.0-1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file mcw-furniture-3.3.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file mcw-roofs-2.3.2-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file melody_forge_1.0.3_MC_1.20.1-1.20.4.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file memoryleakfix-forge-1.17+-1.1.5.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file merenc-forge-1.20.[0-4]-v4.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file minecraft-comes-alive-7.6.10+1.20.1-universal.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file modernfix-forge-5.23.1+mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file moonlight-1.20-2.14.9-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file MouseTweaks-forge-mc1.20.1-2.25.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Myths_and_Legends-1.6.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file netherportalfix-forge-1.20-13.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file netherrackblasting-1.20.1-0-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file nightvision-mod-1.0.6.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file notenoughanimations-forge-1.9.3-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file oculus-mc1.20.1-1.8.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file oreexcavation-1.13.174.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file pamhc2trees-1.20-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Patchouli-1.20.1-84.1-FORGE.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Paxi-1.20-Forge-4.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Pehkui-3.8.2+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file petyourcobblemon-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file PKGBadges 5.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file polytone-1.20-3.3.10.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file prefab-1.10.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file rctmod-forge-1.20.1-0.12.1-beta.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file refurbished_furniture-forge-1.20.1-1.0.14.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file resourcefulconfig-forge-1.20.1-2.1.3.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file RotomPhoneCobblemon-forge-1.0.2+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file rubidium-extra-0.5.4.4+mc1.20.1-build.131.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Searchables-forge-1.20.1-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file SereneSeasons-forge-1.20.1-9.1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file shulkerboxtooltip-forge-4.0.4+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file SimpleTMsForge-1.1.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file skinlayers3d-forge-1.8.0-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file sodiumdynamiclights-forge-1.0.10-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file sodiumoptionsapi-forge-1.0.10-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file sophisticatedbackpacks-1.20.1-3.23.19.1263.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file sophisticatedcore-1.20.1-1.2.71.1022.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file sound-physics-remastered-forge-1.20.1-1.4.13.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file starlight-1.1.2+forge.1cda73c.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Structory_1.20.x_v1.3.5.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Structory_Towers_1.20.x_v1.0.7.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file superflatworldnoslimes-1.20.1-3.5.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file supplementaries-1.20-3.1.31.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file teleportcraft-1.1.2-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file TerraBlender-forge-1.20.1-3.0.1.10.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file ToolStats-Forge-1.20.1-16.0.9.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Towns-and-Towers-1.12-Fabric+Forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file UnbreakableAnvil-1.20.x-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file UniLib-1.1.0+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file visuality-forge-2.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file voicechat-forge-1.20.1-2.5.30.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file walljump-1.20.1-1.3.5-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file water-erosion-1.20.1-forge-1.1.7.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file waveycapes-forge-1.5.2-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file waystones-forge-1.20.1-14.1.13.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Xaeros_Minimap_25.2.6_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file XaerosWorldMap_1.39.9_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file YungsApi-1.20-Forge-4.0.6.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/WARN]: Mod file C:\Users\Gallo\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.20.1-47.4.2\fmlcore-1.20.1-47.4.2.jar is missing mods.toml file [13:11:44] [main/WARN]: Mod file C:\Users\Gallo\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.4.2\javafmllanguage-1.20.1-47.4.2.jar is missing mods.toml file [13:11:44] [main/WARN]: Mod file C:\Users\Gallo\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.4.2\lowcodelanguage-1.20.1-47.4.2.jar is missing mods.toml file [13:11:44] [main/WARN]: Mod file C:\Users\Gallo\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.20.1-47.4.2\mclanguage-1.20.1-47.4.2.jar is missing mods.toml file [13:11:44] [main/INFO]: Found mod file fmlcore-1.20.1-47.4.2.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@65ec8b24 [13:11:44] [main/INFO]: Found mod file javafmllanguage-1.20.1-47.4.2.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@65ec8b24 [13:11:44] [main/INFO]: Found mod file lowcodelanguage-1.20.1-47.4.2.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@65ec8b24 [13:11:44] [main/INFO]: Found mod file mclanguage-1.20.1-47.4.2.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@65ec8b24 [13:11:44] [main/INFO]: Found mod file client-1.20.1-20230612.114412-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@65ec8b24 [13:11:44] [main/INFO]: Found mod file forge-1.20.1-47.4.2-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@65ec8b24 [13:11:44] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File:  [13:11:44] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: cloth_config. Using Mod File: C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods\cloth-config-11.1.136-forge.jar [13:11:44] [main/INFO]: Found 33 dependencies adding them to mods collection [13:11:44] [main/INFO]: Found mod file kuma-api-forge-20.1.10+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file fabric-api-base-0.4.31+ef105b4977.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file BiggerStacksTransformerLib-1.5.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file xstream-1.4.20.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file battery-1.3.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file mixinsquared-forge-0.1.2-beta.6.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file kfflang-4.11.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file BiggerStacksConfigLib-1.8.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file spectrelib-forge-0.13.15+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file httpmime-4.5.10.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file dynamiccrosshair-9.3+1.20.1-forge-api.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file configlibtxf-4.2.8-forge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file mclib-20.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file toml4j-0.7.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file TRender-1.0.4-1.20.1-forge-SNAPSHOT.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file kffmod-4.11.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file kfflib-4.11.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file libbamboo-2.2+1.20.1-forge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file MixinExtras-0.4.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file jcpp-1.4.14.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file mixinextras-forge-0.2.0-beta.6.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file resourcefullib-forge-1.20-2.0.7.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file jankson-1.2.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file yabn-1.0.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file TRansition-1.0.2-1.20.1-forge-SNAPSHOT.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file animated-gif-lib-for-java-animated-gif-lib-1.7.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file exp4j-0.4.8.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file Reflect-1.3.4.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file MixinSquared-0.1.2-beta.6.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file jctools-core-4.0.5.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file NanoLiveConfig-1.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file SimpleLoggerWrapper-1.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file japng-0.5.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:47] [main/INFO]: Compatibility level set to JAVA_17 [13:11:47] [main/ERROR]: Mixin config entity_model_features.mixins.json does not specify "minVersion" property [13:11:47] [main/INFO]: Successfully loaded Mixin Connector [ca.spottedleaf.starlight.mixin.MixinConnector] [13:11:47] [main/INFO]: Successfully loaded Mixin Connector [com.sonicether.soundphysics.MixinConnector] [13:11:47] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-47.4.2, --gameDir, C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge], --assetsDir, C:\Users\Gallo\curseforge\minecraft\Install\assets, --uuid, 66d892fe1fbd45d79e690c1aeea691f3, --username, Pallante3, --assetIndex, 5, --accessToken, ????????, --clientId, MWJjYmRiM2UtMjRjYi00NjdiLWFlOTUtZWM4OTU4MjBhMmI2, --xuid, 2535465252781045, --userType, msa, --versionType, release, --width, 1024, --height, 768, --quickPlayPath, C:\Users\Gallo\curseforge\minecraft\Install\quickPlay\java\1750590701334.json] [13:11:47] [main/INFO]: Loaded configuration file for ModernFix 5.23.1+mc1.20.1: 95 options available, 0 override(s) found [13:11:47] [main/INFO]: Applying Nashorn fix [13:11:47] [main/INFO]: Applied Forge config corruption patch [13:11:48] [main/INFO]: Loaded transformer transformers/vanilla.xml [13:11:48] [main/INFO]: Loaded transformer transformers/gregtechmodernce.xml [13:11:48] [main/INFO]: Loaded transformer transformers/simpletomb.xml [13:11:48] [main/INFO]: Loaded transformer transformers/assortedstorage.xml [13:11:48] [main/INFO]: Loaded transformer transformers/refinedstorage.xml [13:11:48] [main/INFO]: Loaded transformer transformers/ic2.xml [13:11:48] [main/INFO]: Loaded transformer transformers/computercraft.xml [13:11:48] [main/INFO]: Loaded transformer transformers/sophisticated_core.xml [13:11:48] [main/INFO]: Loaded transformer transformers/mekanism.xml [13:11:48] [main/INFO]: Loaded transformer transformers/puzzlesapi.xml [13:11:48] [main/INFO]: Loaded transformer transformers/ironfurnaces.xml [13:11:48] [main/INFO]: Loaded configuration file for Embeddium: 238 options available, 3 override(s) found [13:11:48] [main/INFO]: Searching for graphics cards... [13:11:48] [main/INFO]: Found graphics card: GraphicsAdapterInfo[vendor=AMD, name=AMD Radeon RX 6600, version=DriverVersion=32.0.21013.1000] [13:11:48] [main/WARN]: Reference map 'EpheroLib-refmap.json' for epherolib.mixins.json could not be read. If this is a development environment you can ignore this message [13:11:48] [main/WARN]: Reference map 'LongerChatHistory-forge-refmap.json' for longerchathistory.mixins.json could not be read. If this is a development environment you can ignore this message [13:11:48] [main/INFO]: Loaded configuration file for Canary: 116 options available, 0 override(s) found [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: java.lang.RuntimeException: java.lang.NoClassDefFoundError: net/minecraft/server/packs/resources/PreparableReloadListener [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:32) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]: Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/packs/resources/PreparableReloadListener [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at TRANSFORMER/immediatelyfast@1.5.0+1.20.4/net.raphimc.immediatelyfast.injection.ImmediatelyFastMixinPlugin.onLoad(ImmediatelyFastMixinPlugin.java:39) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.PluginHandle.onLoad(PluginHandle.java:119) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinConfig.onSelect(MixinConfig.java:707) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.selectConfigs(MixinProcessor.java:498) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:460) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:438) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:290) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:637) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at java.base/java.lang.Class.forName(Class.java:545) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/fmlearlydisplay@1.20.1-47.4.2/net.minecraftforge.fml.earlydisplay.DisplayWindow.lambda$updateModuleReads$13(DisplayWindow.java:615) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at java.base/java.util.Optional.map(Optional.java:260) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/fmlearlydisplay@1.20.1-47.4.2/net.minecraftforge.fml.earlydisplay.DisplayWindow.updateModuleReads(DisplayWindow.java:615) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/fmlloader@1.20.1-47.4.2/net.minecraftforge.fml.loading.ImmediateWindowHandler.acceptGameLayer(ImmediateWindowHandler.java:71) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/fmlloader@1.20.1-47.4.2/net.minecraftforge.fml.loading.FMLLoader.beforeStart(FMLLoader.java:216) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/fmlloader@1.20.1-47.4.2/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.launchService(CommonLaunchHandler.java:92) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     ... 7 more [13:11:48] [main/INFO]: [java.lang.Throwable:printStackTrace:659]: Caused by: java.lang.ClassNotFoundException: net.minecraft.server.packs.resources.PreparableReloadListener [13:11:48] [main/INFO]: [java.lang.Throwable:printStackTrace:659]:     at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) [13:11:48] [main/INFO]: [java.lang.Throwable:printStackTrace:659]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) [13:11:48] [main/INFO]: [java.lang.Throwable:printStackTrace:659]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) [13:11:48] [main/INFO]: [java.lang.Throwable:printStackTrace:659]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) [13:11:48] [main/INFO]: [java.lang.Throwable:printStackTrace:659]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) [13:11:48] [main/INFO]: [java.lang.Throwable:printStackTrace:659]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) [13:11:48] [main/INFO]: [java.lang.Throwable:printStackTrace:659]:     ... 34 more [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: java.util.ConcurrentModificationException [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1597) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at java.base/java.util.HashMap$ValueIterator.next(HashMap.java:1625) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchPluginHandler.computeLaunchPluginTransformerSet(LaunchPluginHandler.java:68) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:64) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at TRANSFORMER/modernfix@5.23.1+mc1.20.1/org.embeddedt.modernfix.forge.config.NightConfigWatchThrottler$1.values(NightConfigWatchThrottler.java:37) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:162) Any help would be appreciated.
    • But your Launcher does not find it   Java path is: /run/user/1000/doc/3f910b8/java Checking Java version... Java checker returned some invalid data we don't understand: Check the Azul Zulu site and select your OS and download the latest Java 8 build for Linux https://www.azul.com/downloads/?version=java-8-lts&package=jre#zulu After installation, check the path and put this path into your Launcher Java settings (Java Executable)
    • Try other builds of pehkui and origins++ until you find a working combination
    • Some Create addons are only compatible with Create 6 or Create 5 - so not both versions at the same time Try older builds of Create Stuff and Additions This is the last build before the Create 6 update: https://www.curseforge.com/minecraft/mc-mods/create-stuff-additions/files/6168370
  • Topics

×
×
  • Create New...

Important Information

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