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

    • it crashed again     What the console says : [00:02:03] [Server thread/INFO] [Easy NPC/]: [EntityManager] Server started! [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {iceandfire:fire_dragon_roost=true, iceandfire:fire_lily=true, iceandfire:spawn_dragon_skeleton_fire=true, iceandfire:lightning_dragon_roost=true, iceandfire:spawn_dragon_skeleton_lightning=true, iceandfire:ice_dragon_roost=true, iceandfire:ice_dragon_cave=true, iceandfire:lightning_dragon_cave=true, iceandfire:cyclops_cave=true, iceandfire:spawn_wandering_cyclops=true, iceandfire:spawn_sea_serpent=true, iceandfire:frost_lily=true, iceandfire:hydra_cave=true, iceandfire:lightning_lily=true, iceandfireixie_village=true, iceandfire:myrmex_hive_jungle=true, iceandfire:myrmex_hive_desert=true, iceandfire:silver_ore=true, iceandfire:siren_island=true, iceandfire:spawn_dragon_skeleton_ice=true, iceandfire:spawn_stymphalian_bird=true, iceandfire:fire_dragon_cave=true, iceandfire:sapphire_ore=true, iceandfire:spawn_hippocampus=true, iceandfire:spawn_death_worm=true} [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {TROLL_S=true, HIPPOGRYPH=true, AMPHITHERE=true, COCKATRICE=true, TROLL_M=true, DREAD_LICH=true, TROLL_F=true} [00:02:03] [Server thread/INFO] [ne.be.lo.WeaponRegistry/]: Encoded Weapon Attribute registry size (with package overhead): 41976 bytes (in 5 string chunks with the size of 10000) [00:02:03] [Server thread/INFO] [patchouli/]: Sending reload packet to clients [00:02:03] [Server thread/WARN] [voicechat/]: [voicechat] Running in offline mode - Voice chat encryption is not secure! [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Using server-ip as bind address: 0.0.0.0 [00:02:03] [Server thread/WARN] [ModernFix/]: Dedicated server took 22.521 seconds to load [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Voice chat server started at 0.0.0.0:25565 [00:02:03] [Server thread/WARN] [minecraft/SynchedEntityData]: defineId called for: class net.minecraft.world.entity.player.Player from class tschipp.carryon.common.carry.CarryOnDataManager [00:02:03] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@2941ffd5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 0 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 1 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 2 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 3 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 4 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 6 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 7 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 8 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 9 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 10 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 11 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 12 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 13 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 14 [00:02:19] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@ebc7ef2 [00:02:19] [Server thread/INFO] [minecraft/PlayerList]: ZacAdos[/90.2.17.162:49242] logged in with entity id 1062 at (-1848.6727005281205, 221.0, -3054.2468255848935) [00:02:19] [Server thread/ERROR] [ModernFix/]: Skipping entity ID sync for com.talhanation.smallships.world.entity.ship.Ship: java.lang.NoClassDefFoundError: net/minecraft/client/CameraType [00:02:19] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos joined the game [00:02:19] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:19] [Server thread/INFO] [se.mi.te.da.DataManager/]: Sending data to client: ZacAdos [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of - Gloop - ZacAdos (17) [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to - Gloop - ZacAdos [00:02:21] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player - Gloop - ZacAdos (cc56befd-d376-3526-a760-340713c478bd) successfully connected to voice chat stop [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping the server [00:02:34] [Server thread/INFO] [mo.pl.ar.ArmourersWorkshop/]: stop local service [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players [00:02:34] [Server thread/INFO] [minecraft/ServerGamePacketListenerImpl]: ZacAdos lost connection: Server closed [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos left the game [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (world): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage: All dimensions are saved [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopping IO worker... [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopped IO worker! [00:02:34] [Server thread/INFO] [Calio/]: Removing Dynamic Registries for: net.minecraft.server.dedicated.DedicatedServer@7dc879e1 [MineStrator Daemon]: Checking server disk space usage, this could take a few seconds... [MineStrator Daemon]: Updating process configuration files... [MineStrator Daemon]: Ensuring file permissions are set correctly, this could take a few seconds... [MineStrator Daemon]: Pulling Docker container image, this could take a few minutes to complete... [MineStrator Daemon]: Finished pulling Docker container image container@pterodactyl~ java -version openjdk version "17.0.10" 2024-01-16 OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7) OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode, sharing) container@pterodactyl~ java -Xms128M -Xmx6302M -Dterminal.jline=false -Dterminal.ansi=true -Djline.terminal=jline.UnsupportedTerminal -p libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar:libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/net/minecraftforge/JarJarFileSystems/0.3.16/JarJarFileSystems-0.3.16.jar --add-modules ALL-MODULE-PATH --add-opens java.base/java.util.jar=cpw.mods.securejarhandler --add-opens java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports java.base/sun.security.util=cpw.mods.securejarhandler --add-exports jdk.naming.dns/com.sun.jndi.dns=java.naming -Djava.net.preferIPv6Addresses=system -DignoreList=bootstraplauncher-1.1.2.jar,securejarhandler-2.1.4.jar,asm-commons-9.5.jar,asm-util-9.5.jar,asm-analysis-9.5.jar,asm-tree-9.5.jar,asm-9.5.jar,JarJarFileSystems-0.3.16.jar -DlibraryDirectory=libraries -DlegacyClassPath=libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar:libraries/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar:libraries/net/minecraftforge/eventbus/6.0.3/eventbus-6.0.3.jar:libraries/net/minecraftforge/forgespi/6.0.0/forgespi-6.0.0.jar:libraries/net/minecraftforge/coremods/5.0.1/coremods-5.0.1.jar:libraries/cpw/mods/modlauncher/10.0.8/modlauncher-10.0.8.jar:libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar:libraries/com/electronwill/night-config/core/3.6.4/core-3.6.4.jar:libraries/com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar:libraries/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar:libraries/net/jodah/typetools/0.8.3/typetools-0.8.3.jar:libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar:libraries/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar:libraries/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar:libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar:libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar:libraries/net/minecraftforge/JarJarSelector/0.3.16/JarJarSelector-0.3.16.jar:libraries/net/minecraftforge/JarJarMetadata/0.3.16/JarJarMetadata-0.3.16.jar:libraries/net/minecraftforge/fmlloader/1.19.2-43.3.0/fmlloader-1.19.2-43.3.0.jar:libraries/net/minecraft/server/1.19.2-20220805.130853/server-1.19.2-20220805.130853-extra.jar:libraries/com/github/oshi/oshi-core/5.8.5/oshi-core-5.8.5.jar:libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar:libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:libraries/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar:libraries/com/mojang/authlib/3.11.49/authlib-3.11.49.jar:libraries/com/mojang/brigadier/1.0.18/brigadier-1.0.18.jar:libraries/com/mojang/datafixerupper/5.0.28/datafixerupper-5.0.28.jar:libraries/com/mojang/javabridge/1.2.24/javabridge-1.2.24.jar:libraries/com/mojang/logging/1.0.0/logging-1.0.0.jar:libraries/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar:libraries/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar:libraries/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar:libraries/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar:libraries/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar:libraries/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar:libraries/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar:libraries/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-x86_64.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-aarch_64.jar:libraries/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar:libraries/it/unimi/dsi/fastutil/8.5.6/fastutil-8.5.6.jar:libraries/net/java/dev/jna/jna/5.10.0/jna-5.10.0.jar:libraries/net/java/dev/jna/jna-platform/5.10.0/jna-platform-5.10.0.jar:libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar:libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar:libraries/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-core/2.17.0/log4j-core-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-slf4j18-impl/2.17.0/log4j-slf4j18-impl-2.17.0.jar:libraries/org/slf4j/slf4j-api/1.8.0-beta4/slf4j-api-1.8.0-beta4.jar cpw.mods.bootstraplauncher.BootstrapLauncher --launchTarget forgeserver --fml.forgeVersion 43.3.0 --fml.mcVersion 1.19.2 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20220805.130853 [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [00:02:43] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [00:02:44] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection Latest log [29Mar2024 00:02:42.803] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [29Mar2024 00:02:42.805] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [29Mar2024 00:02:43.548] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [29Mar2024 00:02:43.876] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.878] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:44.033] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [29Mar2024 00:02:44.034] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [29Mar2024 00:02:44.034] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection
    • I am unable to do that. Brigadier is a mojang library that parses commands.
    • Hi, i appreciate the answer. I would love to do that, but we have active players with all their belongings in SSN. Also this mod is really handy and they would be mad if we removed it. Are you really certain that SSN is causing this? It would require lots of work to test it and SSN was not really an issue before we removed Fast Suite. Can it be related somehow? I will provide you with log before removing FS. PasteBin: https://pastebin.com/Y5EpLpNe (crash before removing Fast Suite, which I suspected to be a problem from some crash before)
    • Backup the world and make a test without storagenetwork
  • Topics

×
×
  • Create New...

Important Information

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