Jump to content

Help my game crashes


SicKlyDesir3

Recommended Posts

Please provide debug.log (more info on where it is and how to provide it in my signature below, just expand the spoiler)

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

[11Nov2020 16:46:54.344] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, IlTheArtOfWarlI, --version, 1.16.3-forge-34.1.42, --gameDir, C:\Users\andyr\AppData\Roaming\.minecraft, --assetsDir, C:\Users\andyr\AppData\Roaming\.minecraft\assets, --assetIndex, 1.16, --uuid, 174877d89cfa4f1596cc0336fdc86967, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 34.1.42, --fml.mcVersion, 1.16.3, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20201025.185957]
[11Nov2020 16:46:54.351] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.6+85+master.325de55 starting: java version 1.8.0_51 by Oracle Corporation
[11Nov2020 16:46:54.361] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,testharness,fmlclient,fmlserver]
[11Nov2020 16:46:54.369] [main/WARN] [cpw.mods.modlauncher.SecureJarHandler/]: LEGACY JDK DETECTED, SECURED JAR HANDLING DISABLED
[11Nov2020 16:46:54.385] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : []
[11Nov2020 16:46:54.436] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,eventbus,object_holder_definalize,runtime_enum_extender,accesstransformer,capability_inject_definalize,runtimedistcleaner]
[11Nov2020 16:46:54.444] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services
[11Nov2020 16:46:54.466] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: [C:\Users\andyr\AppData\Roaming\.minecraft\mods\DynamicSurroundings-1.12.2-3.6.1.0.jar]
[11Nov2020 16:46:54.522] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [mixin,fml]
[11Nov2020 16:46:54.522] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading
[11Nov2020 16:46:54.522] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service mixin
[11Nov2020 16:46:54.522] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service mixin
[11Nov2020 16:46:54.522] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml
[11Nov2020 16:46:54.522] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/]: Injecting tracing printstreams for STDOUT/STDERR.
[11Nov2020 16:46:54.522] [main/DEBUG] [net.minecraftforge.fml.loading.LauncherVersion/CORE]: Found FMLLauncher version 34.1
[11Nov2020 16:46:54.522] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML 34.1 loading
[11Nov2020 16:46:54.530] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found ModLauncher version : 8.0.6+85+master.325de55
[11Nov2020 16:46:54.530] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Initializing modjar URL handler
[11Nov2020 16:46:54.530] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found AccessTransformer version : 2.2.0+57+master.16c1bdb
[11Nov2020 16:46:54.530] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found EventBus version : 3.0.3+63+master.b6b4769
[11Nov2020 16:46:54.530] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found Runtime Dist Cleaner
[11Nov2020 16:46:54.530] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found CoreMod version : 3.0.0+9+master.3817658
[11Nov2020 16:46:54.530] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package implementation version 3.2.0+13+master.8ddb2cc
[11Nov2020 16:46:54.530] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package specification 3
[11Nov2020 16:46:54.832] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[11Nov2020 16:46:54.832] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml
[11Nov2020 16:46:54.838] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services
[11Nov2020 16:46:54.848] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing
[11Nov2020 16:46:54.848] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service mixin
[11Nov2020 16:46:54.848] [main/DEBUG] [mixin/]: Mixin bootstrap service org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapperBootstrap is not available: LaunchWrapper is not available
[11Nov2020 16:46:54.856] [main/DEBUG] [mixin/]: MixinService [ModLauncher] was successfully booted in sun.misc.Launcher$AppClassLoader@4554617c
[11Nov2020 16:46:54.872] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/andyr/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=CLIENT
[11Nov2020 16:46:54.872] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager
[11Nov2020 16:46:54.872] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ModLauncher Root Container(4f56a0a2)
[11Nov2020 16:46:54.872] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ModLauncher Root Container(4f56a0a2)
[11Nov2020 16:46:54.872] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ModLauncher Root Container(4f56a0a2)
[11Nov2020 16:46:54.872] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ModLauncher Root Container(4f56a0a2)
[11Nov2020 16:46:54.872] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ModLauncher Root Container(4f56a0a2)
[11Nov2020 16:46:54.880] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service mixin
[11Nov2020 16:46:54.880] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml
[11Nov2020 16:46:54.880] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Setting up basic FML game directories
[11Nov2020 16:46:54.880] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing GAMEDIR directory : C:\Users\andyr\AppData\Roaming\.minecraft
[11Nov2020 16:46:54.880] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path GAMEDIR is C:\Users\andyr\AppData\Roaming\.minecraft
[11Nov2020 16:46:54.880] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing MODSDIR directory : C:\Users\andyr\AppData\Roaming\.minecraft\mods
[11Nov2020 16:46:54.880] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path MODSDIR is C:\Users\andyr\AppData\Roaming\.minecraft\mods
[11Nov2020 16:46:54.888] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing CONFIGDIR directory : C:\Users\andyr\AppData\Roaming\.minecraft\config
[11Nov2020 16:46:54.888] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\andyr\AppData\Roaming\.minecraft\config
[11Nov2020 16:46:54.888] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\andyr\AppData\Roaming\.minecraft\config\fml.toml
[11Nov2020 16:46:54.888] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading configuration
[11Nov2020 16:46:54.928] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing default config directory directory : C:\Users\andyr\AppData\Roaming\.minecraft\defaultconfigs
[11Nov2020 16:46:54.928] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing ModFile
[11Nov2020 16:46:54.936] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing launch handler
[11Nov2020 16:46:54.936] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Using fmlclient as launch service
[11Nov2020 16:46:55.352] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Received command line version data  : MC Version: '1.16.3' MCP Version: '20201025.185957' Forge Version: '34.1.42' Forge group: 'net.minecraftforge'
[11Nov2020 16:46:55.354] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found JAR asm at path C:\Users\andyr\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\7.2\asm-7.2.jar
[11Nov2020 16:46:55.355] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found probable library path C:\Users\andyr\AppData\Roaming\.minecraft\libraries
[11Nov2020 16:46:55.360] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found forge path C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-universal.jar is present
[11Nov2020 16:46:55.362] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: SRG MC at C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.16.3-20201025.185957\client-1.16.3-20201025.185957-srg.jar is present
[11Nov2020 16:46:55.363] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: MC Extras at C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.16.3-20201025.185957\client-1.16.3-20201025.185957-extra.jar is present
[11Nov2020 16:46:55.364] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Forge patches at C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-client.jar is present
[11Nov2020 16:46:55.374] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 0 language providers
[11Nov2020 16:46:55.375] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Adding forge as a language from C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-universal.jar
[11Nov2020 16:46:55.381] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Adding file:/C:/Users/andyr/AppData/Roaming/.minecraft/libraries/net/minecraftforge/forge/1.16.3-34.1.42/forge-1.16.3-34.1.42-universal.jar to languageloader classloader
[11Nov2020 16:46:55.453] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 2 language providers
[11Nov2020 16:46:55.454] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider javafml, version 34.1
[11Nov2020 16:46:55.459] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider minecraft, version 1
[11Nov2020 16:46:55.467] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml
[11Nov2020 16:46:55.468] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Current naming domain is 'srg'
[11Nov2020 16:46:55.469] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Identified name mapping providers {}
[11Nov2020 16:46:55.469] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning
[11Nov2020 16:46:55.470] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service mixin
[11Nov2020 16:46:55.471] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service mixin
[11Nov2020 16:46:55.471] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml
[11Nov2020 16:46:55.471] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Initiating mod scan
[11Nov2020 16:46:55.538] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModListHandler/CORE]: Found mod coordinates from lists: []
[11Nov2020 16:46:55.601] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/CORE]: Found Mod Locators : (mods folder:null),(maven libs:null),(exploded directory:null),(minecraft:null)
[11Nov2020 16:46:55.763] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\andyr\AppData\Roaming\.minecraft\mods\[1.12.2]DamageIndicatorsMod-3.5.1.jar
[11Nov2020 16:46:55.763] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file Mod File: C:\Users\andyr\AppData\Roaming\.minecraft\mods\[1.12.2]DamageIndicatorsMod-3.5.1.jar is missing mods.toml file
[11Nov2020 16:46:55.763] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/SCAN]: File C:\Users\andyr\AppData\Roaming\.minecraft\mods\[1.12.2]DamageIndicatorsMod-3.5.1.jar has been ignored - it is invalid
[11Nov2020 16:46:55.763] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\andyr\AppData\Roaming\.minecraft\mods\BetterFoliage-2.5.0-Forge-1.14.4.jar
[11Nov2020 16:46:55.837] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BetterFoliage-2.5.0-Forge-1.14.4.jar with {betterfoliage} mods - versions {2.5.0}
[11Nov2020 16:46:55.837] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\andyr\AppData\Roaming\.minecraft\mods\BetterFoliage-2.5.0-Forge-1.14.4.jar with language kotlinfml
[11Nov2020 16:46:55.837] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\andyr\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.15.2-10.0.0.366-universal.jar
[11Nov2020 16:46:55.847] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BiomesOPlenty-1.15.2-10.0.0.366-universal.jar with {biomesoplenty} mods - versions {1.15.2-10.0.0.366}
[11Nov2020 16:46:55.847] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\andyr\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.15.2-10.0.0.366-universal.jar with language javafml
[11Nov2020 16:46:55.847] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\andyr\AppData\Roaming\.minecraft\mods\buildcraft-7.1.23.jar
[11Nov2020 16:46:55.847] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file Mod File: C:\Users\andyr\AppData\Roaming\.minecraft\mods\buildcraft-7.1.23.jar is missing mods.toml file
[11Nov2020 16:46:55.855] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/SCAN]: File C:\Users\andyr\AppData\Roaming\.minecraft\mods\buildcraft-7.1.23.jar has been ignored - it is invalid
[11Nov2020 16:46:55.855] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\andyr\AppData\Roaming\.minecraft\mods\DynamicTrees-1.12.2-0.9.21.jar
[11Nov2020 16:46:55.855] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file Mod File: C:\Users\andyr\AppData\Roaming\.minecraft\mods\DynamicTrees-1.12.2-0.9.21.jar is missing mods.toml file
[11Nov2020 16:46:55.855] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/SCAN]: File C:\Users\andyr\AppData\Roaming\.minecraft\mods\DynamicTrees-1.12.2-0.9.21.jar has been ignored - it is invalid
[11Nov2020 16:46:55.855] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\andyr\AppData\Roaming\.minecraft\mods\GrimoireOfGaia3-1.12.2-1.7.2.jar
[11Nov2020 16:46:55.855] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file Mod File: C:\Users\andyr\AppData\Roaming\.minecraft\mods\GrimoireOfGaia3-1.12.2-1.7.2.jar is missing mods.toml file
[11Nov2020 16:46:55.855] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/SCAN]: File C:\Users\andyr\AppData\Roaming\.minecraft\mods\GrimoireOfGaia3-1.12.2-1.7.2.jar has been ignored - it is invalid
[11Nov2020 16:46:55.855] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\andyr\AppData\Roaming\.minecraft\mods\Hwyla-fabric-1.16.2-1.9.23-79.jar
[11Nov2020 16:46:55.855] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file Mod File: C:\Users\andyr\AppData\Roaming\.minecraft\mods\Hwyla-fabric-1.16.2-1.9.23-79.jar is missing mods.toml file
[11Nov2020 16:46:55.855] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/SCAN]: File C:\Users\andyr\AppData\Roaming\.minecraft\mods\Hwyla-fabric-1.16.2-1.9.23-79.jar has been ignored - it is invalid
[11Nov2020 16:46:55.859] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\andyr\AppData\Roaming\.minecraft\mods\jei_1.12.2-4.16.1.301.jar
[11Nov2020 16:46:55.859] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file Mod File: C:\Users\andyr\AppData\Roaming\.minecraft\mods\jei_1.12.2-4.16.1.301.jar is missing mods.toml file
[11Nov2020 16:46:55.859] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/SCAN]: File C:\Users\andyr\AppData\Roaming\.minecraft\mods\jei_1.12.2-4.16.1.301.jar has been ignored - it is invalid
[11Nov2020 16:46:55.859] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\andyr\AppData\Roaming\.minecraft\mods\journeymap-1.12.2-5.7.1.jar
[11Nov2020 16:46:55.859] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file Mod File: C:\Users\andyr\AppData\Roaming\.minecraft\mods\journeymap-1.12.2-5.7.1.jar is missing mods.toml file
[11Nov2020 16:46:55.859] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/SCAN]: File C:\Users\andyr\AppData\Roaming\.minecraft\mods\journeymap-1.12.2-5.7.1.jar has been ignored - it is invalid
[11Nov2020 16:46:55.859] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\andyr\AppData\Roaming\.minecraft\mods\Quark-r2.4-274.jar
[11Nov2020 16:46:55.859] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Quark-r2.4-274.jar with {quark} mods - versions {r2.4-274}
[11Nov2020 16:46:55.867] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\andyr\AppData\Roaming\.minecraft\mods\Quark-r2.4-274.jar with language javafml
[11Nov2020 16:46:55.867] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\andyr\AppData\Roaming\.minecraft\mods\SoundFilters-0.14_for_1.16.2.jar
[11Nov2020 16:46:55.871] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file SoundFilters-0.14_for_1.16.2.jar with {soundfilters} mods - versions {0.14_for_1.16.2}
[11Nov2020 16:46:55.871] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\andyr\AppData\Roaming\.minecraft\mods\SoundFilters-0.14_for_1.16.2.jar with language javafml
[11Nov2020 16:46:55.871] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\andyr\AppData\Roaming\.minecraft\mods\worleycaves-1.16.1-1.6.2.jar
[11Nov2020 16:46:55.871] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file worleycaves-1.16.1-1.6.2.jar with {worleycaves} mods - versions {1.16.1-1.6.2}
[11Nov2020 16:46:55.871] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\andyr\AppData\Roaming\.minecraft\mods\worleycaves-1.16.1-1.6.2.jar with language javafml
[11Nov2020 16:46:55.871] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-universal.jar
[11Nov2020 16:46:55.871] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file forge-1.16.3-34.1.42-universal.jar with {forge} mods - versions {34.1.42}
[11Nov2020 16:46:55.895] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-universal.jar with language javafml
[11Nov2020 16:46:55.948] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod fieldtomethodtransformers with Javascript path META-INF/fieldtomethodtransformers.js
[11Nov2020 16:46:55.948] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod META-INF/fieldtomethodtransformers.js
[11Nov2020 16:46:55.956] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-client.jar
[11Nov2020 16:46:55.958] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file forge-1.16.3-34.1.42-client.jar with {minecraft} mods - versions {1.16.3}
[11Nov2020 16:46:55.966] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-client.jar with language minecraft
[11Nov2020 16:46:55.966] [main/ERROR] [net.minecraftforge.fml.loading.LanguageLoadingProvider/]: Missing language kotlinfml version [1.4,) wanted by BetterFoliage-2.5.0-Forge-1.14.4.jar
[11Nov2020 16:46:56.660] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml
[11Nov2020 16:46:56.660] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers
[11Nov2020 16:46:56.660] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service mixin
[11Nov2020 16:46:56.660] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service mixin
[11Nov2020 16:46:56.660] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml
[11Nov2020 16:46:56.660] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading coremod transformers
[11Nov2020 16:46:56.660] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from META-INF/fieldtomethodtransformers.js
[11Nov2020 16:46:56.974] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[11Nov2020 16:46:56.982] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@3abd581e to Target : CLASS {Lnet/minecraft/potion/EffectInstance;} {} {V}
[11Nov2020 16:46:56.982] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@12f3afb5 to Target : CLASS {Lnet/minecraft/block/FlowingFluidBlock;} {} {V}
[11Nov2020 16:46:56.990] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4ced35ed to Target : CLASS {Lnet/minecraft/item/BucketItem;} {} {V}
[11Nov2020 16:46:56.990] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@2c22a348 to Target : CLASS {Lnet/minecraft/block/StairsBlock;} {} {V}
[11Nov2020 16:46:56.990] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@7bd69e82 to Target : CLASS {Lnet/minecraft/block/FlowerPotBlock;} {} {V}
[11Nov2020 16:46:56.990] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@74d7184a to Target : CLASS {Lnet/minecraft/item/FishBucketItem;} {} {V}
[11Nov2020 16:46:56.990] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(4f56a0a2)]
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(4f56a0a2)]
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(BetterFoliage-2.5.0-Forge-1.14.4.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\BetterFoliage-2.5.0-Forge-1.14.4.jar)
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(BetterFoliage-2.5.0-Forge-1.14.4.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\BetterFoliage-2.5.0-Forge-1.14.4.jar)
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(BetterFoliage-2.5.0-Forge-1.14.4.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\BetterFoliage-2.5.0-Forge-1.14.4.jar)
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(BetterFoliage-2.5.0-Forge-1.14.4.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\BetterFoliage-2.5.0-Forge-1.14.4.jar)
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(BetterFoliage-2.5.0-Forge-1.14.4.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\BetterFoliage-2.5.0-Forge-1.14.4.jar)
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(BetterFoliage-2.5.0-Forge-1.14.4.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\BetterFoliage-2.5.0-Forge-1.14.4.jar)]
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(BiomesOPlenty-1.15.2-10.0.0.366-universal.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.15.2-10.0.0.366-universal.jar)
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(BiomesOPlenty-1.15.2-10.0.0.366-universal.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.15.2-10.0.0.366-universal.jar)
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(BiomesOPlenty-1.15.2-10.0.0.366-universal.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.15.2-10.0.0.366-universal.jar)
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(BiomesOPlenty-1.15.2-10.0.0.366-universal.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.15.2-10.0.0.366-universal.jar)
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(BiomesOPlenty-1.15.2-10.0.0.366-universal.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.15.2-10.0.0.366-universal.jar)
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(BiomesOPlenty-1.15.2-10.0.0.366-universal.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.15.2-10.0.0.366-universal.jar)]
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Quark-r2.4-274.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\Quark-r2.4-274.jar)
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Quark-r2.4-274.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\Quark-r2.4-274.jar)
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Quark-r2.4-274.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\Quark-r2.4-274.jar)
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Quark-r2.4-274.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\Quark-r2.4-274.jar)
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Quark-r2.4-274.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\Quark-r2.4-274.jar)
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Quark-r2.4-274.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\Quark-r2.4-274.jar)]
[11Nov2020 16:46:57.034] [main/DEBUG] [mixin/]: Registering mixin config: quark.mixins.json
[11Nov2020 16:46:57.107] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(SoundFilters-0.14_for_1.16.2.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\SoundFilters-0.14_for_1.16.2.jar)
[11Nov2020 16:46:57.107] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(SoundFilters-0.14_for_1.16.2.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\SoundFilters-0.14_for_1.16.2.jar)
[11Nov2020 16:46:57.107] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(SoundFilters-0.14_for_1.16.2.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\SoundFilters-0.14_for_1.16.2.jar)
[11Nov2020 16:46:57.107] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(SoundFilters-0.14_for_1.16.2.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\SoundFilters-0.14_for_1.16.2.jar)
[11Nov2020 16:46:57.109] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(SoundFilters-0.14_for_1.16.2.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\SoundFilters-0.14_for_1.16.2.jar)
[11Nov2020 16:46:57.109] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(SoundFilters-0.14_for_1.16.2.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\SoundFilters-0.14_for_1.16.2.jar)]
[11Nov2020 16:46:57.109] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(worleycaves-1.16.1-1.6.2.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\worleycaves-1.16.1-1.6.2.jar)
[11Nov2020 16:46:57.109] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(worleycaves-1.16.1-1.6.2.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\worleycaves-1.16.1-1.6.2.jar)
[11Nov2020 16:46:57.109] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(worleycaves-1.16.1-1.6.2.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\worleycaves-1.16.1-1.6.2.jar)
[11Nov2020 16:46:57.109] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(worleycaves-1.16.1-1.6.2.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\worleycaves-1.16.1-1.6.2.jar)
[11Nov2020 16:46:57.109] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(worleycaves-1.16.1-1.6.2.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\worleycaves-1.16.1-1.6.2.jar)
[11Nov2020 16:46:57.109] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(worleycaves-1.16.1-1.6.2.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\worleycaves-1.16.1-1.6.2.jar)]
[11Nov2020 16:46:57.109] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.42-universal.jar:C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-universal.jar)
[11Nov2020 16:46:57.109] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.42-universal.jar:C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-universal.jar)
[11Nov2020 16:46:57.109] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.42-universal.jar:C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-universal.jar)
[11Nov2020 16:46:57.109] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.42-universal.jar:C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-universal.jar)
[11Nov2020 16:46:57.109] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.42-universal.jar:C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-universal.jar)
[11Nov2020 16:46:57.109] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.42-universal.jar:C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-universal.jar)]
[11Nov2020 16:46:57.109] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.42-client.jar:C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-client.jar)
[11Nov2020 16:46:57.109] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.42-client.jar:C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-client.jar)
[11Nov2020 16:46:57.109] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.42-client.jar:C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-client.jar)
[11Nov2020 16:46:57.109] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.42-client.jar:C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-client.jar)
[11Nov2020 16:46:57.111] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.42-client.jar:C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-client.jar)
[11Nov2020 16:46:57.111] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.42-client.jar:C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-client.jar)]
[11Nov2020 16:46:57.111] [main/DEBUG] [mixin/]: inject() running with 8 agents
[11Nov2020 16:46:57.111] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(4f56a0a2)]
[11Nov2020 16:46:57.111] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(BetterFoliage-2.5.0-Forge-1.14.4.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\BetterFoliage-2.5.0-Forge-1.14.4.jar)]
[11Nov2020 16:46:57.111] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(BiomesOPlenty-1.15.2-10.0.0.366-universal.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.15.2-10.0.0.366-universal.jar)]
[11Nov2020 16:46:57.111] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Quark-r2.4-274.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\Quark-r2.4-274.jar)]
[11Nov2020 16:46:57.111] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(SoundFilters-0.14_for_1.16.2.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\SoundFilters-0.14_for_1.16.2.jar)]
[11Nov2020 16:46:57.111] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(worleycaves-1.16.1-1.6.2.jar:C:\Users\andyr\AppData\Roaming\.minecraft\mods\worleycaves-1.16.1-1.6.2.jar)]
[11Nov2020 16:46:57.111] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.42-universal.jar:C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-universal.jar)]
[11Nov2020 16:46:57.111] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.42-client.jar:C:\Users\andyr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.16.3-34.1.42\forge-1.16.3-34.1.42-client.jar)]
[11Nov2020 16:46:57.200] [main/DEBUG] [mixin/]: Error cleaning class output directory: .mixin.out\class: failed to delete one or more files; see suppressed exceptions for details
[11Nov2020 16:46:57.221] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[PREINIT]
[11Nov2020 16:46:57.230] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [mods.betterfoliage.MixinConnector]
[11Nov2020 16:46:57.240] [main/DEBUG] [mixin/]: Checking for additional mixins for MixinEnvironment[PREINIT]
[11Nov2020 16:46:57.241] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.16.3-forge-34.1.42, --gameDir, C:\Users\andyr\AppData\Roaming\.minecraft, --assetsDir, C:\Users\andyr\AppData\Roaming\.minecraft\assets, --uuid, 174877d89cfa4f1596cc0336fdc86967, --username, IlTheArtOfWarlI, --assetIndex, 1.16, --accessToken, ????????, --userType, mojang, --versionType, release]
[11Nov2020 16:46:57.251] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT]
[11Nov2020 16:46:57.251] [main/DEBUG] [mixin/]: Selecting config quark.mixins.json
[11Nov2020 16:46:57.261] [main/DEBUG] [mixin/]: Selecting config betterfoliage.common.mixins.json
[11Nov2020 16:46:57.261] [main/DEBUG] [mixin/]: Selecting config betterfoliage.vanilla.mixins.json
[11Nov2020 16:46:57.261] [main/DEBUG] [mixin/]: Preparing quark.mixins.json (25)
[11Nov2020 16:46:57.553] [main/DEBUG] [mixin/]: Preparing betterfoliage.common.mixins.json (6)
[11Nov2020 16:46:57.571] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/chunk/ChunkRender (java.lang.ClassNotFoundException: null)
[11Nov2020 16:46:57.572] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.chunk.ChunkRender was not found betterfoliage.common.mixins.json:MixinChunkRender
[11Nov2020 16:46:57.595] [main/DEBUG] [mixin/]: Preparing betterfoliage.vanilla.mixins.json (1)
[11Nov2020 16:46:57.597] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/chunk/ChunkRender (java.lang.ClassNotFoundException: null)
[11Nov2020 16:46:57.597] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.chunk.ChunkRender was not found betterfoliage.vanilla.mixins.json:MixinChunkRenderVanilla
[11Nov2020 16:46:57.645] [main/DEBUG] [mixin/]: Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo
[11Nov2020 16:46:57.649] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo
[11Nov2020 16:46:57.652] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo
[11Nov2020 16:46:57.654] [main/DEBUG] [mixin/]: Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo
[11Nov2020 16:46:57.657] [main/DEBUG] [mixin/]: Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo
[11Nov2020 16:46:57.659] [main/DEBUG] [mixin/]: Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo
[11Nov2020 16:46:57.682] [main/DEBUG] [mixin/]: Prepared 30 mixins in 0.431 sec (14.4ms avg) (0ms load, 0ms transform, 0ms plugin)
[11Nov2020 16:46:58.312] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinBlock from betterfoliage.common.mixins.json into net.minecraft.block.Block
[11Nov2020 16:46:58.449] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EnchantmentMixin from quark.mixins.json into net.minecraft.enchantment.Enchantment
[11Nov2020 16:46:58.655] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/FlowingFluidBlock
[11Nov2020 16:46:58.740] [pool-3-thread-1/DEBUG] [mixin/]: Mixing PistonBlockMixin from quark.mixins.json into net.minecraft.block.PistonBlock
[11Nov2020 16:46:58.798] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/StairsBlock
[11Nov2020 16:46:58.864] [pool-3-thread-1/DEBUG] [mixin/]: Mixing TrapDoorBlockMixin from quark.mixins.json into net.minecraft.block.TrapDoorBlock
[11Nov2020 16:46:58.937] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/FlowerPotBlock
[11Nov2020 16:46:59.109] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinBlockState from betterfoliage.common.mixins.json into net.minecraft.block.BlockState
[11Nov2020 16:46:59.117] [pool-3-thread-1/FATAL] [mixin/]: Mixin apply failed betterfoliage.common.mixins.json:MixinBlockState -> net.minecraft.block.BlockState: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @Redirect annotation on getAmbientOcclusionValue could not find any targets matching 'Lnet/minecraft/block/BlockState;func_215703_d(Lnet/minecraft/world/IBlockReader;Lnet/minecraft/util/math/BlockPos;)F' in net.minecraft.block.BlockState. Using refmap betterfoliage.refmap.json [PREINJECT Applicator Phase -> betterfoliage.common.mixins.json:MixinBlockState -> Prepare Injections ->  -> redirect$zbk000$getAmbientOcclusionValue(Lnet/minecraft/block/Block;Lnet/minecraft/block/BlockState;Lnet/minecraft/world/IBlockReader;Lnet/minecraft/util/math/BlockPos;)F -> Parse]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Redirect annotation on getAmbientOcclusionValue could not find any targets matching 'Lnet/minecraft/block/BlockState;func_215703_d(Lnet/minecraft/world/IBlockReader;Lnet/minecraft/util/math/BlockPos;)F' in net.minecraft.block.BlockState. Using refmap betterfoliage.refmap.json [PREINJECT Applicator Phase -> betterfoliage.common.mixins.json:MixinBlockState -> Prepare Injections ->  -> redirect$zbk000$getAmbientOcclusionValue(Lnet/minecraft/block/Block;Lnet/minecraft/block/BlockState;Lnet/minecraft/world/IBlockReader;Lnet/minecraft/util/math/BlockPos;)F -> Parse]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:572) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:288) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:275) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:267) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo.<init>(RedirectInjectionInfo.java:44) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:140) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:624) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1247) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1033) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:223) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinTransformationHandler.processClass(MixinTransformationHandler.java:121) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.launch.MixinLaunchPlugin.processClass(MixinLaunchPlugin.java:131) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154) [modlauncher-8.0.6.jar:8.0.6+85+master.325de55]
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) [modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:119) [modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) [modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) [modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) [modlauncher-8.0.6.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [?:1.8.0_51]
    at net.minecraft.block.Blocks.<clinit>(Blocks.java:30) [?:?]
    at net.minecraft.world.gen.surfacebuilders.SurfaceBuilder.<clinit>(SurfaceBuilder.java:12) [?:?]
    at net.minecraft.world.gen.surfacebuilders.ConfiguredSurfaceBuilders.<clinit>(SourceFile:11) [?:?]
    at net.minecraft.util.registry.WorldGenRegistries.lambda$static$0(WorldGenRegistries.java:33) [?:?]
    at net.minecraft.util.registry.WorldGenRegistries$$Lambda$581/673321347.get(Unknown Source) [?:?]
    at net.minecraft.util.registry.WorldGenRegistries.lambda$static$6(WorldGenRegistries.java:89) [?:?]
    at net.minecraft.util.registry.WorldGenRegistries$$Lambda$589/1038583157.accept(Unknown Source) [?:?]
    at java.util.LinkedHashMap.forEach(LinkedHashMap.java:676) [?:1.8.0_51]
    at net.minecraft.util.registry.WorldGenRegistries.<clinit>(WorldGenRegistries.java:88) [?:?]
    at net.minecraft.util.registry.Registry.<clinit>(Registry.java:464) [?:?]
    at net.minecraft.util.registry.Bootstrap.func_151354_b(Bootstrap.java:38) [?:?]
    at net.minecraft.client.main.Main.lambda$main$0(Main.java:123) [?:?]
    at net.minecraft.client.main.Main$$Lambda$527/1096343229.run(Unknown Source) [?:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_51]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_51]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_51]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_51]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39)
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.reflect.InvocationTargetException
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:     at java.lang.reflect.Method.invoke(Method.java:497)
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:     at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:     at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$428/1157199772.call(Unknown Source)
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:     ... 4 more
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]: Caused by: java.lang.RuntimeException: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:     at net.minecraftforge.fml.loading.BackgroundWaiter.runAndTick(BackgroundWaiter.java:43)
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:     at net.minecraft.client.main.Main.main(Main.java:123)
[11Nov2020 16:46:59.150] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:     ... 11 more
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:223)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at org.spongepowered.asm.mixin.transformer.MixinTransformationHandler.processClass(MixinTransformationHandler.java:121)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at org.spongepowered.asm.launch.MixinLaunchPlugin.processClass(MixinLaunchPlugin.java:131)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:119)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at net.minecraft.block.Blocks.<clinit>(Blocks.java:30)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at net.minecraft.world.gen.surfacebuilders.SurfaceBuilder.<clinit>(SurfaceBuilder.java:12)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at net.minecraft.world.gen.surfacebuilders.ConfiguredSurfaceBuilders.<clinit>(SourceFile:11)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at net.minecraft.util.registry.WorldGenRegistries.lambda$static$0(WorldGenRegistries.java:33)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at net.minecraft.util.registry.WorldGenRegistries$$Lambda$581/673321347.get(Unknown Source)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at net.minecraft.util.registry.WorldGenRegistries.lambda$static$6(WorldGenRegistries.java:89)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at net.minecraft.util.registry.WorldGenRegistries$$Lambda$589/1038583157.accept(Unknown Source)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at java.util.LinkedHashMap.forEach(LinkedHashMap.java:676)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at net.minecraft.util.registry.WorldGenRegistries.<clinit>(WorldGenRegistries.java:88)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at net.minecraft.util.registry.Registry.<clinit>(Registry.java:464)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at net.minecraft.util.registry.Bootstrap.func_151354_b(Bootstrap.java:38)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at net.minecraft.client.main.Main.lambda$main$0(Main.java:123)
[11Nov2020 16:46:59.157] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at net.minecraft.client.main.Main$$Lambda$527/1096343229.run(Unknown Source)
[11Nov2020 16:46:59.163] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[11Nov2020 16:46:59.163] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]:     at java.lang.Thread.run(Thread.java:745)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]: Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [betterfoliage.common.mixins.json:MixinBlockState] from phase [DEFAULT] in config [betterfoliage.common.mixins.json] FAILED during APPLY
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:642)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:594)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:356)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     ... 28 more
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]: Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Redirect annotation on getAmbientOcclusionValue could not find any targets matching 'Lnet/minecraft/block/BlockState;func_215703_d(Lnet/minecraft/world/IBlockReader;Lnet/minecraft/util/math/BlockPos;)F' in net.minecraft.block.BlockState. Using refmap betterfoliage.refmap.json [PREINJECT Applicator Phase -> betterfoliage.common.mixins.json:MixinBlockState -> Prepare Injections ->  -> redirect$zbk000$getAmbientOcclusionValue(Lnet/minecraft/block/Block;Lnet/minecraft/block/BlockState;Lnet/minecraft/world/IBlockReader;Lnet/minecraft/util/math/BlockPos;)F -> Parse]
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:572)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:288)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:275)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:267)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo.<init>(RedirectInjectionInfo.java:44)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:140)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:624)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1247)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1033)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)
[11Nov2020 16:46:59.164] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:709]:     ... 28 more
 

Link to comment
Share on other sites

You're trying to use BetterFoliage for 1.14.4 on 1.16.3, this is not going to work.

In fact I'm amazed that Biomes O Plenty for 1.15.2 is working in 1.16.3

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

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

    • Kings University, Ode Omu Jupeb 2023/2024 Admission Form/Pre Degree Is Out ☎️O8O398–16237 Or 08039816237  Admin office On How To Purchase The Form And Register Online Before The Closing Date ☎️O8039816237 to apply, Pre-Degree/Remedial/Part-time form call O8O36640134 The University Direct Entry form/Jupeb Form/Ijmb Form/  Form For 2023/2024 is out 08039816237 (0)8O3–981–6237 For Inquiry on how to apply and Process Admission
    • 규슈 이발소 시스템 ▼BCGAME88·COM§ 규슈 이발소 트위터 다이빙 규슈 이발소 유투브 안마 이발소 구인광고 조정 이발소 추천[본사문의 텔레 @JBOX7] 규슈 이발소 카카오톡 프리스타일 규슈 이발소 하는곳 노르딕 이발소 카카오톡 정구 이발소 지도[총판문의 카톡 JBOX7] 규슈 이발소 방송 정구 규슈 이발소 검증 축구 이발소 주소 평균대 이발소 링크[각종 오피 커뮤니티 제작] 규슈 이발소 새주소 스키 규슈 이발소 사이트 씨름 이발소 링크 미식축구 이발소 투어[마케팅문의] 규슈 이발소 여행 복싱 규슈 이발소 하는곳 스키 이발소 오픈채팅 복싱 이발소 접속 [카지노본사] 규슈 이발소 위치 풋볼 규슈 이발소 구인광고 택견 이발소 총판 안마 이발소 검증 [스포츠본사] 규슈 이발소 틱톡 주짓수 규슈 이발소 접속 노르딕 이발소 접속 마루운동 이발소 최신주소[토토본사 문의] 규슈 이발소 최신주소 쇼트트랙 규슈 이발소 추천 킥복싱 이발소 리조트 쇼트트랙 이발소 스토리 [토토총판 구매] 규슈 이발소 최신주소 보트경기 규슈 이발소 동호회 리얼 이발소 영상 스키 이발소 투어[카지노총판] 규슈 이발소 영상 씨름 규슈 이발소 모임 정보 크리켓 이발소 야동 도마 이발소 방송[야마토본사] 규슈 이발소 구인광고 E스포츠 규슈 이발소 야동 유도 이발소 모임 정보 피클볼 이발소 투어[바카라총판] 규슈 이발소 링크 정구 규슈 이발소 업소모집 미식축구 이발소 구인광고 쿵푸 이발소 커뮤니티[경마총판] 규슈 이발소 최신주소 레슬링 규슈 이발소 시스템 소프트테니스 이발소 시스템 쇼트트랙 이발소 위치[BCGAME 비씨게임 총판문의]알림 설정 추천 구독 좋아요
    • 시코쿠 이발소 사이트 ◈BCGAME88·COM№ 시코쿠 이발소 접속 E스포츠 시코쿠 이발소 링크 하키 이발소 틱톡 풋볼 이발소 오픈채팅[본사문의 텔레 @JBOX7] 시코쿠 이발소 주소 핸드볼 시코쿠 이발소 영상 유도 이발소 모임 정보 역도 이발소 사이트[총판문의 카톡 JBOX7] 시코쿠 이발소 투어 정구 시코쿠 이발소 새주소 탁구 이발소 동영상 마라톤 이발소 트위터[각종 오피 커뮤니티 제작] 시코쿠 이발소 오픈채팅 하키 시코쿠 이발소 시스템 라켓볼 이발소 주소 티볼 이발소 검증[마케팅문의] 시코쿠 이발소 하는곳 킥복싱 시코쿠 이발소 오픈채팅 테니스 이발소 여행 스쿼시 이발소 위치 [카지노본사] 시코쿠 이발소 주소 스쿼시 시코쿠 이발소 텔레그램 기계체조 이발소 오픈채팅 조정 이발소 방송 [스포츠본사] 시코쿠 이발소 투어 유도 시코쿠 이발소 업소모집 유도 이발소 사이트 수구 이발소 라인[토토본사 문의] 시코쿠 이발소 하는곳 경보 시코쿠 이발소 구인광고 스케이팅 이발소 동호회 보치아 이발소 검증 [토토총판 구매] 시코쿠 이발소 동호회 필드하키 시코쿠 이발소 추천 스키 이발소 모임 정보 싱크로나이즈 이발소 오픈채팅[카지노총판] 시코쿠 이발소 시스템 보트경기 시코쿠 이발소 링크 스키 이발소 유투브 온라인게임 이발소 리조트[야마토본사] 시코쿠 이발소 하는곳 철봉 시코쿠 이발소 리조트 격기 이발소 총판 다이빙 이발소 동영상[바카라총판] 시코쿠 이발소 커뮤니티 다이빙 시코쿠 이발소 야동 안마 이발소 지도 격기 이발소 오픈채팅[경마총판] 시코쿠 이발소 커뮤니티 쇼트트랙 시코쿠 이발소 동호회 농구 이발소 야동 월드컵 이발소 커뮤니티[BCGAME 비씨게임 총판문의]알림 설정 추천 구독 좋아요
    • 내수오피 ◁BCGAME88·COM¶ 현저오피 신사오피 합정오피 길음오피 vhv35 과해오피 인현오피 안국오피 홍익오피 qdx41 우면오피 논산오피 관수오피 논산오피 sol06 천호오피 관훈오피 용인오피 홍익오피 qmp51 당인오피 울산오피 수원오피 부여오피 qvd31 능동오피 광진오피 보령오피 구미오피 qnu90 초동오피 배방오피 수원오피 무악오피 obe40 영천오피 응암오피 동교오피 역촌오피 rwu50 고척오피 오산오피 군포오피 돈암오피 ajb69 산천오피 밀양오피 시흥오피 파주오피 jtb38 소격오피 도렴오피 대치오피 광명오피 suw71 압구정오피 삼각오피 고흥오피 서초오피 won86 상월곡오피 석촌오피 항동오피 익선오피 uxh86 남가좌오피 망우오피 장위오피 통영오피 fdm19 당산오피 세곡오피 나주오피 포천오피 yux13 신사오피 김제오피 갈현오피 김해오피 eci09 하중오피 학방오피 부여오피 성수오피 qdh48 창성오피 김해오피 안동오피 광양오피 vpq12 노량진오피 팔판오피 양주오피 교북오피 bjx01 논현오피 영주오피 수유오피 화동오피 cmn22 서소문오피 홍성오피 당주오피 동해오피 sga30 대치오피 동자오피 예지오피 김제오피 dtr51 훈정오피 답십리오피 예장오피 양주오피 jfi21
    • 인터넷 파워볼 여행▦BCGAME88·COM♩ 탄자니아 파워볼 본사 인터넷 페루 파워볼 방법 [본사문의 텔레 JBOX7]인터넷 파워볼 ○♤ 쿠푼 겐팅하이랜드카지노 파워볼 방법 인터넷 바누아투 인터넷 파워볼 단톡방 [총판문의 카톡 JBOX7]인터넷 파워볼 ▥■ 리그 북유럽 파워볼 중계 인터넷 엘살바도르 인터넷 파워볼 업체 [각종 오피 커뮤니티 제작]인터넷 파워볼 §@ 추천 베트남 파워볼 모집 인터넷 크라운카지노 인터넷 파워볼 업체 [마케팅문의]인터넷 파워볼 ▶○ 검증 아르메니아 파워볼 사이트 인터넷 중앙아프리카 인터넷 파워볼 여행 [카지노본사]인터넷 파워볼 ↖♠ 카지노펍 콜롬비아 파워볼 게임 인터넷 아리아카지노 인터넷 파워볼 모집 [스포츠본사]인터넷 파워볼 ㉿↓ 여행 동유럽 파워볼 바카라펍 인터넷 투르크메니스탄 인터넷 파워볼 토너먼트 [토토본사 문의]인터넷 파워볼 ▽♧ 중계 트리니다드 파워볼 투어 인터넷 쿠웨이트 인터넷 파워볼 싸이트 [토토총판 구매]인터넷 파워볼 ☆↑ 카지노펍 이란 파워볼 동영상 인터넷 모나코 인터넷 파워볼 여행 [카지노총판]인터넷 파워볼 ▤▩ 홀덤바 남유럽 파워볼 방법 인터넷 레바논 인터넷 파워볼 동영상 [야마토본사]인터넷 파워볼 ☆♠ 방송 크라운카지노 파워볼 업체 인터넷 그랜드리스카지노 인터넷 파워볼 포커대회 [바카라총판]인터넷 파워볼 ◇↕ 추천 아르메니아 파워볼 홀덤펍 인터넷 투르크메니스탄 인터넷 파워볼 단톡방 [경마총판]콩고 파워볼 게임장 아르메니아 파워볼 커뮤니티 [BCGAME 비씨게임 총판문의]알림 설정 추천 구독 좋아요
  • Topics

×
×
  • Create New...

Important Information

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