Jump to content

Keep getting error messages


MaximusTL

Recommended Posts

I see two broken mods, did you try removing them?

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

 

2 hours ago, DaemonUmbra said:

I see two broken mods, did you try removing them?

those mods are the main reasons im modding. i tried going back an earlier version of both but the issue remained. Both Ice and Fire and Quark are major mods, so i would be surprised if they're broken.

Link to comment
Share on other sites

8 hours ago, diesieben07 said:

Post the debug.log.

[27Oct2020 13:49:28.040] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, MaximusTheLord, --version, 1.16.3-forge-34.1.32, --gameDir, C:\Users\maxli\AppData\Roaming\.minecraft, --assetsDir, C:\Users\maxli\AppData\Roaming\.minecraft\assets, --assetIndex, 1.16, --uuid, 0e717961738f406ca4f9481180710615, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 34.1.32, --fml.mcVersion, 1.16.3, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20200911.084530]
[27Oct2020 13:49:28.043] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.5+84+master.3310fe0 starting: java version 1.8.0_51 by Oracle Corporation
[27Oct2020 13:49:28.187] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.onLoad
[27Oct2020 13:49:28.189] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFine ZIP file: C:\Users\maxli\AppData\Roaming\.minecraft\mods\OptiFine_1.16.3_HD_U_G3.jar
[27Oct2020 13:49:28.292] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[27Oct2020 13:49:28.336] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/maxli/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=CLIENT
[27Oct2020 13:49:28.341] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.initialize
[27Oct2020 13:49:29.798] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.transformers
[27Oct2020 13:49:29.844] [main/INFO] [optifine.OptiFineTransformer/]: Targets: 311
[27Oct2020 13:49:30.161] [main/INFO] [optifine.OptiFineTransformationService/]: additionalClassesLocator: [optifine., net.optifine.]
[27Oct2020 13:49:30.306] [main/WARN] [cpw.mods.modlauncher.SecureJarHandler/]: LEGACY JDK DETECTED, SECURED JAR HANDLING DISABLED
[27Oct2020 13:49:30.308] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.qouteall.hiding_in_the_bushes.MyMixinConnector]
[27Oct2020 13:49:30.325] [main/INFO] [Portal/]: Invoking Mixin Connector
[27Oct2020 13:49:30.329] [main/ERROR] [mixin/]: Mixin config imm_ptl_mixins.json does not specify "minVersion" property
[27Oct2020 13:49:30.331] [main/ERROR] [mixin/]: Mixin config imm_ptl_mixins_forge.json does not specify "minVersion" property
[27Oct2020 13:49:30.333] [main/ERROR] [mixin/]: Mixin config imm_ptl_peripheral_mixins.json does not specify "minVersion" property
[27Oct2020 13:49:30.339] [main/ERROR] [mixin/]: Mixin config imm_ptl_mixins_optifine.json does not specify "minVersion" property
[27Oct2020 13:49:30.340] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.16.3-forge-34.1.32, --gameDir, C:\Users\maxli\AppData\Roaming\.minecraft, --assetsDir, C:\Users\maxli\AppData\Roaming\.minecraft\assets, --uuid, 0e717961738f406ca4f9481180710615, --username, MaximusTheLord, --assetIndex, 1.16, --accessToken, ????????, --userType, mojang, --versionType, release]
[27Oct2020 13:49:31.221] [main/WARN] [mixin/]: @Mixin target net/minecraft/world/server/ChunkManager$EntityTracker is public in imm_ptl_mixins.json:common.entity_sync.MixinEntityTracker and should be specified in value
[27Oct2020 13:49:31.634] [main/WARN] [mixin/]: @Mixin target net/minecraft/client/renderer/WorldRenderer$LocalRenderInformationContainer is public in imm_ptl_mixins.json:client.render.MixinWorldRendererChunkInfo and should be specified in value
[27Oct2020 13:49:31.869] [main/WARN] [mixin/]: @Mixin target net/minecraft/client/renderer/chunk/ChunkRenderDispatcher$ChunkRender$ChunkRenderTask is public in imm_ptl_mixins_forge.json:client.MixinChunkRenderTask and should be specified in value
[27Oct2020 13:49:31.880] [main/WARN] [mixin/]: @Mixin target net/minecraft/client/renderer/chunk/ChunkRenderDispatcher$ChunkRender$RebuildTask is public in imm_ptl_mixins_forge.json:client.MixinRebuildTask and should be specified in value
[27Oct2020 13:49:31.965] [main/WARN] [mixin/]: @Mixin target net.optifine.DynamicLights is public in imm_ptl_mixins_optifine.json:MixinDynamicLights and should be specified in value
[27Oct2020 13:49:45.182] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
[27Oct2020 13:49:45.200] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: MaximusTheLord
[27Oct2020 13:49:45.649] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
[27Oct2020 13:49:45.752] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
[27Oct2020 13:49:46.136] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] 
[27Oct2020 13:49:46.136] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] OptiFine_1.16.3_HD_U_G3
[27Oct2020 13:49:46.163] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Build: 20200916-082411
[27Oct2020 13:49:46.164] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] OS: Windows 10 (amd64) version 10.0
[27Oct2020 13:49:46.164] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Java: 1.8.0_51, Oracle Corporation
[27Oct2020 13:49:46.164] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[27Oct2020 13:49:46.165] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] LWJGL: 3.3.0 Win32 WGL EGL OSMesa VisualC DLL
[27Oct2020 13:49:46.166] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] OpenGL: Intel(R) Iris(R) Plus Graphics, version 4.6.0 - Build 26.20.100.8141, Intel
[27Oct2020 13:49:46.170] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] OpenGL Version: 4.6.0
[27Oct2020 13:49:46.170] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
[27Oct2020 13:49:46.223] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Maximum texture size: 16384x16384
[27Oct2020 13:49:46.232] [VersionCheck/INFO] [net.optifine.Config/]: [OptiFine] Checking for new version
[27Oct2020 13:49:46.545] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] OpenGL Version: 4.6.0 - Build 26.20.100.8141
[27Oct2020 13:49:46.545] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Vendor:  Intel
[27Oct2020 13:49:46.545] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Renderer: Intel(R) Iris(R) Plus Graphics
[27Oct2020 13:49:46.546] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Capabilities:  2.0  2.1  3.0  3.2  4.0 
[27Oct2020 13:49:46.546] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[27Oct2020 13:49:46.547] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[27Oct2020 13:49:46.547] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[27Oct2020 13:49:46.547] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Load shaders configuration.
[27Oct2020 13:49:46.550] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Save shaders configuration.
[27Oct2020 13:49:46.553] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] No shaderpack loaded.
[27Oct2020 13:49:46.579] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.Loader
[27Oct2020 13:49:46.579] [Render thread/INFO] [Portal/]: start cleaning shader context []
[27Oct2020 13:49:46.585] [Render thread/INFO] [Portal/]: shader context template updated
[27Oct2020 13:49:47.331] [VersionCheck/INFO] [net.optifine.Config/]: [OptiFine] java.io.FileNotFoundException: http://optifine.net/version/1.16.3/HD_U.txt
[27Oct2020 13:49:47.557] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `debug`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[27Oct2020 13:49:47.560] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `citadel_book`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[27Oct2020 13:49:47.844] [modloading-worker-4/INFO] [Dungeon Crawl/]: Here we go! Launching Dungeon Crawl 2.1.1...
[27Oct2020 13:49:47.904] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 34.1.32, for MC 1.16.3 with MCP 20200911.084530
[27Oct2020 13:49:47.904] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v34.1.32 Initialized
[27Oct2020 13:49:47.980] [modloading-worker-2/INFO] [inspirations/]: Loading replacements config file...
[27Oct2020 13:49:47.981] [modloading-worker-4/INFO] [Dungeon Crawl/]: net.minecraft.world.gen.feature.StructureFeature@7baddb13
[27Oct2020 13:49:47.981] [modloading-worker-4/INFO] [Dungeon Crawl/]: dungeoncrawl:dungeon
[27Oct2020 13:49:48.126] [modloading-worker-2/INFO] [inspirations/]: Config loaded.
[27Oct2020 13:49:48.220] [modloading-worker-6/WARN] [com.github.alexthe666.iceandfire.IceAndFire/]: Encountered error building iceandfire-biomes.toml
[27Oct2020 13:49:48.221] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]: java.lang.NullPointerException
[27Oct2020 13:49:48.222] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(UnsafeFieldAccessorImpl.java:57)
[27Oct2020 13:49:48.222] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at sun.reflect.UnsafeObjectFieldAccessorImpl.get(UnsafeObjectFieldAccessorImpl.java:36)
[27Oct2020 13:49:48.223] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at java.lang.reflect.Field.get(Field.java:393)
[27Oct2020 13:49:48.223] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at com.github.alexthe666.iceandfire.config.BiomeConfig.<init>(BiomeConfig.java:62)
[27Oct2020 13:49:48.224] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at com.github.alexthe666.iceandfire.config.ConfigHolder$$Lambda$3293/1805693586.apply(Unknown Source)
[27Oct2020 13:49:48.225] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at net.minecraftforge.common.ForgeConfigSpec$Builder.configure(ForgeConfigSpec.java:521)
[27Oct2020 13:49:48.225] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at com.github.alexthe666.iceandfire.config.ConfigHolder.<clinit>(ConfigHolder.java:27)
[27Oct2020 13:49:48.225] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at com.github.alexthe666.iceandfire.IceAndFire.<init>(IceAndFire.java:78)
[27Oct2020 13:49:48.226] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[27Oct2020 13:49:48.226] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[27Oct2020 13:49:48.226] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[27Oct2020 13:49:48.226] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[27Oct2020 13:49:48.227] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at java.lang.Class.newInstance(Class.java:442)
[27Oct2020 13:49:48.227] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81)
[27Oct2020 13:49:48.227] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$3093/1398005001.run(Unknown Source)
[27Oct2020 13:49:48.227] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:110)
[27Oct2020 13:49:48.227] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at net.minecraftforge.fml.ModContainer$$Lambda$3142/56960427.run(Unknown Source)
[27Oct2020 13:49:48.228] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618)
[27Oct2020 13:49:48.228] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610)
[27Oct2020 13:49:48.228] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
[27Oct2020 13:49:48.228] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
[27Oct2020 13:49:48.229] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689)
[27Oct2020 13:49:48.229] [modloading-worker-6/INFO] [STDERR/]: [com.github.alexthe666.iceandfire.config.BiomeConfig:<init>:69]:     at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
[27Oct2020 13:49:48.534] [modloading-worker-6/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: iceandfire, class com.github.alexthe666.iceandfire.IceAndFire
java.lang.ExceptionInInitializerError: null
    at com.github.alexthe666.iceandfire.IceAndFire.<init>(IceAndFire.java:83) ~[?:2.0.3-1.16.3]
    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 java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_51]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) [?:34.1]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$3093/1398005001.run(Unknown Source) [?:34.1]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:110) [?:?]
    at net.minecraftforge.fml.ModContainer$$Lambda$3142/56960427.run(Unknown Source) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) [?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
Caused by: java.lang.IllegalStateException: Can not register to a locked registry. Modder should use Forge Register methods.
    at net.minecraftforge.registries.NamespacedWrapper.register(NamespacedWrapper.java:56) ~[?:?]
    at net.minecraftforge.registries.NamespacedWrapper.register(NamespacedWrapper.java:72) ~[?:?]
    at net.minecraftforge.registries.NamespacedWrapper.func_218381_a(NamespacedWrapper.java:40) ~[?:?]
    at net.minecraft.util.registry.Registry.func_218322_a(Registry.java:456) ~[?:?]
    at net.minecraft.util.registry.Registry.func_218325_a(Registry.java:452) ~[?:?]
    at com.github.alexthe666.iceandfire.world.IafWorldRegistry.func_236394_a_(IafWorldRegistry.java:92) ~[?:2.0.3-1.16.3]
    at com.github.alexthe666.iceandfire.world.IafWorldRegistry.<clinit>(IafWorldRegistry.java:53) ~[?:2.0.3-1.16.3]
    ... 16 more
[27Oct2020 13:49:49.046] [modloading-worker-7/ERROR] [net.minecraft.util.Util/]: No data fixer registered for chest_passenger
[27Oct2020 13:49:50.203] [modloading-worker-7/ERROR] [net.minecraft.util.Util/]: No data fixer registered for frog
[27Oct2020 13:49:50.231] [modloading-worker-7/ERROR] [net.minecraft.util.Util/]: No data fixer registered for gravisand
[27Oct2020 13:49:50.298] [modloading-worker-7/ERROR] [net.minecraft.util.Util/]: No data fixer registered for glass_frame
[27Oct2020 13:49:50.299] [modloading-worker-7/ERROR] [net.minecraft.util.Util/]: No data fixer registered for colored_frame
[27Oct2020 13:49:50.309] [modloading-worker-7/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: quark, class vazkii.quark.base.Quark
java.lang.VerifyError: Bad type on operand stack
Exception Details:
  Location:
    vazkii/quark/base/handler/OverrideRegistryHandler.registerBiome(Lnet/minecraft/world/biome/Biome;Ljava/lang/String;)V @4: invokestatic
  Reason:
    Type 'net/minecraft/world/biome/Biome' (current frame, stack[0]) is not assignable to 'net/minecraftforge/registries/ForgeRegistryEntry'
  Current Frame:
    bci: @4
    flags: { }
    locals: { 'net/minecraft/world/biome/Biome', 'java/lang/String' }
    stack: { 'net/minecraft/world/biome/Biome', 'java/lang/Class', 'java/lang/String' }
  Bytecode:
    0x0000000: 2a12 482b b800 19b1                    

    at vazkii.quark.tweaks.module.SpringySlimeModule.construct(SpringySlimeModule.java:42) ~[?:r2.4-269]
    at vazkii.quark.base.module.ModuleLoader$$Lambda$3389/2022274181.accept(Unknown Source) ~[?:?]
    at java.util.HashMap$Values.forEach(HashMap.java:972) ~[?:1.8.0_51]
    at vazkii.quark.base.module.ModuleLoader.dispatch(ModuleLoader.java:87) ~[?:r2.4-269]
    at vazkii.quark.base.module.ModuleLoader.start(ModuleLoader.java:25) ~[?:r2.4-269]
    at vazkii.quark.base.proxy.CommonProxy.start(CommonProxy.java:38) ~[?:r2.4-269]
    at vazkii.quark.base.proxy.ClientProxy.start(ClientProxy.java:33) ~[?:r2.4-269]
    at vazkii.quark.base.Quark.<init>(Quark.java:30) ~[?:1.16.3-266]
    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 java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_51]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) [?:34.1]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$3093/1398005001.run(Unknown Source) [?:34.1]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:110) [?:?]
    at net.minecraftforge.fml.ModContainer$$Lambda$3142/56960427.run(Unknown Source) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) [?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
[27Oct2020 13:49:50.323] [Render thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 2 errors found
[27Oct2020 13:49:50.415] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.sound.SoundLoadEvent to a broken mod state
[27Oct2020 13:49:50.510] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.ColorHandlerEvent$Block to a broken mod state
[27Oct2020 13:49:50.515] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.ColorHandlerEvent$Item to a broken mod state
[27Oct2020 13:49:51.706] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.ParticleFactoryRegisterEvent to a broken mod state
[27Oct2020 13:49:52.098] [Render thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded
[27Oct2020 13:49:52.465] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, Inspirations Config
[27Oct2020 13:49:52.482] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reloading textures ***
[27Oct2020 13:49:52.483] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Resource packs: Inspirations Config
[27Oct2020 13:49:52.485] [Worker-Main-8/ERROR] [inspirations/]: Failed to load model settings file
java.io.FileNotFoundException: inspirations:models/cauldron_textures.json
    at net.minecraft.resources.SimpleReloadableResourceManager.func_199004_b(SimpleReloadableResourceManager.java:77) ~[?:?]
    at knightminer.inspirations.library.client.CustomTextureLoader.onResourceManagerReload(CustomTextureLoader.java:59) [?:1.16.3-1.2.1.24]
    at slimeknights.mantle.client.IEarlySelectiveReloadListener.lambda$reload$0(IEarlySelectiveReloadListener.java:21) [?:1.16.3-1.6.40]
    at slimeknights.mantle.client.IEarlySelectiveReloadListener$$Lambda$3859/2045532088.run(Unknown Source) [?:1.16.3-1.6.40]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) [?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
[27Oct2020 13:49:52.658] [Worker-Main-8/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.ModelRegistryEvent to a broken mod state
[27Oct2020 13:49:52.699] [Worker-Main-9/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[27Oct2020 13:49:52.699] [Worker-Main-14/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[27Oct2020 13:49:52.699] [Worker-Main-13/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[27Oct2020 13:49:52.718] [Worker-Main-9/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[27Oct2020 13:49:52.718] [Worker-Main-14/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[27Oct2020 13:49:52.718] [Render thread/INFO] [net.optifine.reflect.Reflector/]: [OptiFine] *** Reflector Forge ***
[27Oct2020 13:49:52.719] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[27Oct2020 13:49:52.847] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.extensions.IForgeDimension
[27Oct2020 13:49:52.853] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Field not present: net.minecraftforge.client.model.pipeline.LightUtil.itemConsumer
[27Oct2020 13:49:52.853] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Field not present: net.minecraftforge.client.model.pipeline.LightUtil.tessellator
[27Oct2020 13:49:52.871] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.ModContainer
[27Oct2020 13:49:53.025] [Render thread/INFO] [net.optifine.reflect.Reflector/]: [OptiFine] *** Reflector Vanilla ***
[27Oct2020 13:49:57.482] [Worker-Main-8/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: \assets\inspirations\config_resources
[27Oct2020 13:49:57.483] [Worker-Main-8/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: \assets\inspirations\config_resources
[27Oct2020 13:49:57.484] [Worker-Main-8/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: \assets\inspirations\config_resources
[27Oct2020 13:49:57.484] [Worker-Main-8/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: \assets\inspirations\config_resources
[27Oct2020 13:49:58.020] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[27Oct2020 13:49:58.039] [Worker-Main-8/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: \assets\inspirations\config_resources
[27Oct2020 13:49:58.043] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[27Oct2020 13:49:58.048] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_pane_white.properties
[27Oct2020 13:49:58.086] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_white.properties
[27Oct2020 13:49:58.104] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_orange.properties
[27Oct2020 13:49:58.123] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_pane_orange.properties
[27Oct2020 13:49:58.138] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_magenta.properties
[27Oct2020 13:49:58.204] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_pane_magenta.properties
[27Oct2020 13:49:58.218] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_light_blue.properties
[27Oct2020 13:49:58.232] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_pane_light_blue.properties
[27Oct2020 13:49:58.247] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_pane_yellow.properties
[27Oct2020 13:49:58.263] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_yellow.properties
[27Oct2020 13:49:58.277] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_lime.properties
[27Oct2020 13:49:58.294] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_pane_lime.properties
[27Oct2020 13:49:58.309] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pane_pink.properties
[27Oct2020 13:49:58.325] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pink.properties
[27Oct2020 13:49:58.340] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_gray.properties
[27Oct2020 13:49:58.355] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_pane_gray.properties
[27Oct2020 13:49:58.372] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_light_gray.properties
[27Oct2020 13:49:58.386] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_pane_light_gray.properties
[27Oct2020 13:49:58.402] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_cyan.properties
[27Oct2020 13:49:58.417] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_pane_cyan.properties
[27Oct2020 13:49:58.432] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_pane_purple.properties
[27Oct2020 13:49:58.448] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_purple.properties
[27Oct2020 13:49:58.463] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_blue.properties
[27Oct2020 13:49:58.478] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_pane_blue.properties
[27Oct2020 13:49:58.492] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_brown.properties
[27Oct2020 13:49:58.506] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_pane_brown.properties
[27Oct2020 13:49:58.520] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_green.properties
[27Oct2020 13:49:58.533] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_pane_green.properties
[27Oct2020 13:49:58.546] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_pane_red.properties
[27Oct2020 13:49:58.559] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_red.properties
[27Oct2020 13:49:58.571] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_black.properties
[27Oct2020 13:49:58.584] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_pane_black.properties
[27Oct2020 13:49:58.637] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass.properties
[27Oct2020 13:49:58.650] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass_pane.properties
[27Oct2020 13:49:58.663] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/30_bookshelf/bookshelf.properties
[27Oct2020 13:49:58.665] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/40_sandstone/sandstone.properties
[27Oct2020 13:49:58.666] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/41_red_sandstone/red_sandstone.properties
[27Oct2020 13:49:58.668] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[27Oct2020 13:49:58.672] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[27Oct2020 13:50:03.418] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 4
[27Oct2020 13:50:03.418] [Worker-Main-8/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[27Oct2020 13:50:04.742] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[27Oct2020 13:50:04.760] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[27Oct2020 13:50:04.761] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[27Oct2020 13:50:04.761] [Worker-Main-8/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[27Oct2020 13:50:04.766] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[27Oct2020 13:50:04.845] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[27Oct2020 13:50:04.845] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[27Oct2020 13:50:04.846] [Worker-Main-8/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[27Oct2020 13:50:04.858] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[27Oct2020 13:50:04.943] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[27Oct2020 13:50:04.943] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[27Oct2020 13:50:04.943] [Worker-Main-8/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[27Oct2020 13:50:04.958] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[27Oct2020 13:50:04.975] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[27Oct2020 13:50:04.975] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[27Oct2020 13:50:04.975] [Worker-Main-8/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[27Oct2020 13:50:04.980] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[27Oct2020 13:50:05.008] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[27Oct2020 13:50:05.008] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[27Oct2020 13:50:05.008] [Worker-Main-8/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[27Oct2020 13:50:05.013] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[27Oct2020 13:50:05.040] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[27Oct2020 13:50:05.040] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[27Oct2020 13:50:05.041] [Worker-Main-8/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[27Oct2020 13:50:10.157] [Render thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
[27Oct2020 13:50:10.158] [Render thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
[27Oct2020 13:50:10.393] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[27Oct2020 13:50:10.559] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 43
[27Oct2020 13:50:10.560] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[27Oct2020 13:50:10.561] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
[27Oct2020 13:50:10.564] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[27Oct2020 13:50:10.564] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[27Oct2020 13:50:10.565] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[27Oct2020 13:50:10.583] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[27Oct2020 13:50:10.583] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[27Oct2020 13:50:10.583] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[27Oct2020 13:50:10.601] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[27Oct2020 13:50:10.601] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[27Oct2020 13:50:10.601] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[27Oct2020 13:50:10.606] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[27Oct2020 13:50:10.606] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[27Oct2020 13:50:10.606] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[27Oct2020 13:50:10.616] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[27Oct2020 13:50:10.616] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[27Oct2020 13:50:10.616] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[27Oct2020 13:50:10.625] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[27Oct2020 13:50:10.625] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[27Oct2020 13:50:11.135] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.ModelBakeEvent to a broken mod state
[27Oct2020 13:50:11.474] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[27Oct2020 13:50:11.491] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[27Oct2020 13:50:11.492] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[27Oct2020 13:50:11.493] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[27Oct2020 13:50:11.499] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[27Oct2020 13:50:11.499] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[27Oct2020 13:50:11.499] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[27Oct2020 13:50:11.504] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[27Oct2020 13:50:11.505] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[27Oct2020 13:50:11.506] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reloading custom textures ***
[27Oct2020 13:50:11.518] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: \assets\inspirations\config_resources
[27Oct2020 13:50:11.549] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: \assets\inspirations\config_resources
[27Oct2020 13:50:11.550] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: \assets\inspirations\config_resources
[27Oct2020 13:50:18.032] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: \assets\inspirations\config_resources
[27Oct2020 13:50:18.172] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: \assets\inspirations\config_resources
[27Oct2020 13:50:18.174] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: \assets\inspirations\config_resources
[27Oct2020 13:50:18.181] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Disable Forge light pipeline
[27Oct2020 13:50:18.182] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] Set ForgeConfig.CLIENT.forgeLightPipelineEnabled=false
[27Oct2020 13:50:18.240] [Render thread/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID e67d3a7b-7234-46fa-b25c-a1742f07c45e
[27Oct2020 13:50:18.242] [Render thread/INFO] [STDOUT/]: [net.minecraft.crash.CrashReport:func_85057_a:340]: Negative index in crash report handler (23/26)
[27Oct2020 13:50:18.253] [Render thread/FATAL] [net.minecraftforge.fml.client.ClientModLoader/]: Crash report saved to C:\Users\maxli\AppData\Roaming\.minecraft\crash-reports\crash-2020-10-27_13.50.18-fml.txt

Is this it?

Edited by diesieben07
spoiler
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

    • So i know for a fact this has been asked before but Render stuff troubles me a little and i didnt find any answer for recent version. I have a custom nausea effect. Currently i add both my nausea effect and the vanilla one for the effect. But the problem is that when I open the inventory, both are listed, while I'd only want mine to show up (both in the inv and on the GUI)   I've arrived to the GameRender (on joined/net/minecraft/client) and also found shaders on client-extra/assets/minecraft/shaders/post and client-extra/assets/minecraft/shaders/program but I'm lost. I understand that its like a regular screen, where I'd render stuff "over" the game depending on data on the server, but If someone could point to the right client and server classes that i can read to see how i can manage this or any tip would be apreciated
    • Let me try and help you with love spells, traditional healing, native healing, fortune telling, witchcraft, psychic readings, black magic, voodoo, herbalist healing, or any other service your may desire within the realm of african native healing, the spirits and the ancestors. I am a sangoma and healer. I could help you to connect with the ancestors , interpret dreams, diagnose illness through divination with bones, and help you heal both physical and spiritual illness. We facilitate the deepening of your relationship to the spirit world and the ancestors. Working in partnership with one\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\’s ancestors is a gift representing a close link with the spirit realm as a mediator between the worlds.*   Witchdoctors, or sorcerers, are often purveyors of mutis and charms that cause harm to people. we believe that we are here for only one purpose, to heal through love and compassion.*   African people share a common understanding of the importance of ancestors in daily life. When they have lost touch with their ancestors, illness may result or bad luck. Then a traditional healer, or sangoma, is sought out who may prescribe herbs, changes in lifestyle, a career change, or changes in relationships. The client may also be told to perform a ceremony or purification ritual to appease the ancestors.*   Let us solve your problems using powerful African traditional methods. We believe that our ancestors and spirits give us enlightenment, wisdom, divine guidance, enabling us to overcome obstacles holding your life back. Our knowledge has been passed down through centuries, being refined along the way from generation to generation. We believe in the occult, the paranormal, the spirit world, the mystic world.*   The services here are based on the African Tradition Value system/religion,where we believe the ancestors and spirits play a very important role in society. The ancestors and spirits give guidance and counsel in society. They could enable us to see into the future and give solutions to the problems affecting us. We use rituals, divination, spells, chants and prayers to enable us tackle the task before us.*   I have experience in helping and guiding many people from all over the world. My psychic abilities may help you answer and resolve many unanswered questions
    • Let me try and help you with love spells, traditional healing, native healing, fortune telling, witchcraft, psychic readings, black magic, voodoo, herbalist healing, or any other service your may desire within the realm of african native healing, the spirits and the ancestors. I am a sangoma and healer. I could help you to connect with the ancestors , interpret dreams, diagnose illness through divination with bones, and help you heal both physical and spiritual illness. We facilitate the deepening of your relationship to the spirit world and the ancestors. Working in partnership with one\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\’s ancestors is a gift representing a close link with the spirit realm as a mediator between the worlds.*   Witchdoctors, or sorcerers, are often purveyors of mutis and charms that cause harm to people. we believe that we are here for only one purpose, to heal through love and compassion.*   African people share a common understanding of the importance of ancestors in daily life. When they have lost touch with their ancestors, illness may result or bad luck. Then a traditional healer, or sangoma, is sought out who may prescribe herbs, changes in lifestyle, a career change, or changes in relationships. The client may also be told to perform a ceremony or purification ritual to appease the ancestors.*   Let us solve your problems using powerful African traditional methods. We believe that our ancestors and spirits give us enlightenment, wisdom, divine guidance, enabling us to overcome obstacles holding your life back. Our knowledge has been passed down through centuries, being refined along the way from generation to generation. We believe in the occult, the paranormal, the spirit world, the mystic world.*   The services here are based on the African Tradition Value system/religion,where we believe the ancestors and spirits play a very important role in society. The ancestors and spirits give guidance and counsel in society. They could enable us to see into the future and give solutions to the problems affecting us. We use rituals, divination, spells, chants and prayers to enable us tackle the task before us.*   I have experience in helping and guiding many people from all over the world. My psychic abilities may help you answer and resolve many unanswered questions
    • Let me try and help you with love spells, traditional healing, native healing, fortune telling, witchcraft, psychic readings, black magic, voodoo, herbalist healing, or any other service your may desire within the realm of african native healing, the spirits and the ancestors. I am a sangoma and healer. I could help you to connect with the ancestors , interpret dreams, diagnose illness through divination with bones, and help you heal both physical and spiritual illness. We facilitate the deepening of your relationship to the spirit world and the ancestors. Working in partnership with one\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\’s ancestors is a gift representing a close link with the spirit realm as a mediator between the worlds.*   Witchdoctors, or sorcerers, are often purveyors of mutis and charms that cause harm to people. we believe that we are here for only one purpose, to heal through love and compassion.*   African people share a common understanding of the importance of ancestors in daily life. When they have lost touch with their ancestors, illness may result or bad luck. Then a traditional healer, or sangoma, is sought out who may prescribe herbs, changes in lifestyle, a career change, or changes in relationships. The client may also be told to perform a ceremony or purification ritual to appease the ancestors.*   Let us solve your problems using powerful African traditional methods. We believe that our ancestors and spirits give us enlightenment, wisdom, divine guidance, enabling us to overcome obstacles holding your life back. Our knowledge has been passed down through centuries, being refined along the way from generation to generation. We believe in the occult, the paranormal, the spirit world, the mystic world.*   The services here are based on the African Tradition Value system/religion,where we believe the ancestors and spirits play a very important role in society. The ancestors and spirits give guidance and counsel in society. They could enable us to see into the future and give solutions to the problems affecting us. We use rituals, divination, spells, chants and prayers to enable us tackle the task before us.*   I have experience in helping and guiding many people from all over the world. My psychic abilities may help you answer and resolve many unanswered questions
    • Let me try and help you with love spells, traditional healing, native healing, fortune telling, witchcraft, psychic readings, black magic, voodoo, herbalist healing, or any other service your may desire within the realm of african native healing, the spirits and the ancestors. I am a sangoma and healer. I could help you to connect with the ancestors , interpret dreams, diagnose illness through divination with bones, and help you heal both physical and spiritual illness. We facilitate the deepening of your relationship to the spirit world and the ancestors. Working in partnership with one\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\’s ancestors is a gift representing a close link with the spirit realm as a mediator between the worlds.*   Witchdoctors, or sorcerers, are often purveyors of mutis and charms that cause harm to people. we believe that we are here for only one purpose, to heal through love and compassion.*   African people share a common understanding of the importance of ancestors in daily life. When they have lost touch with their ancestors, illness may result or bad luck. Then a traditional healer, or sangoma, is sought out who may prescribe herbs, changes in lifestyle, a career change, or changes in relationships. The client may also be told to perform a ceremony or purification ritual to appease the ancestors.*   Let us solve your problems using powerful African traditional methods. We believe that our ancestors and spirits give us enlightenment, wisdom, divine guidance, enabling us to overcome obstacles holding your life back. Our knowledge has been passed down through centuries, being refined along the way from generation to generation. We believe in the occult, the paranormal, the spirit world, the mystic world.*   The services here are based on the African Tradition Value system/religion,where we believe the ancestors and spirits play a very important role in society. The ancestors and spirits give guidance and counsel in society. They could enable us to see into the future and give solutions to the problems affecting us. We use rituals, divination, spells, chants and prayers to enable us tackle the task before us.*   I have experience in helping and guiding many people from all over the world. My psychic abilities may help you answer and resolve many unanswered questions
  • Topics

×
×
  • Create New...

Important Information

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