question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to initialize on Ubuntu KDE

See original GitHub issue

Setup my PC so I can dual boot Kubuntu and Windows 10. Installed Minecraft, Forge, Optifine, etc but ForgeHax fails to work. I made sure I installed Java 8 and set JAVA_HOME to the JDK. I even tried to set the java executable path manually which didn’t help. I’ve put the Log and Crash Report files down below. If anyone’s got the slightest idea of why it’s failing, please let me know!

Error Message: ForgeHax encountered an error during the sided_setup event phase | java.lang.Error: ForgeHax failed to initialize

Crash Report (Latest Log file also below):

---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 10/28/20 5:52 PM
Description: Mod loading error has occurred

java.lang.Exception: Mod Loading has failed
	at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:85) ~[forge:?] {re:classloading}
	at net.minecraftforge.fml.client.ClientModLoader.completeModLoading(ClientModLoader.java:188) ~[forge:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.lambda$null$1(Minecraft.java:494) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:ForgeHaxCore:default,xf:ForgeHaxCore:default,pl:runtimedistcleaner:A}
	at net.minecraft.util.Util.func_215077_a(Util.java:418) ~[?:?] {re:classloading,xf:OptiFine:default}
	at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:490) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:ForgeHaxCore:default,xf:ForgeHaxCore:default,pl:runtimedistcleaner:A}
	at net.minecraft.client.gui.ResourceLoadProgressGui.func_230430_a_(ResourceLoadProgressGui.java:172) ~[?:?] {re:classloading,xf:OptiFine:default}
	at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:802) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default,xf:ForgeHaxCore:default,xf:ForgeHaxCore:default}
	at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:953) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:ForgeHaxCore:default,xf:ForgeHaxCore:default,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:584) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:ForgeHaxCore:default,xf:ForgeHaxCore:default,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(Main.java:184) ~[1.16.3-forge-34.1.33.jar:?] {re:classloading,pl:runtimedistcleaner:A}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_272] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_272] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_272] {}
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_272] {}
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.3-34.1.33.jar:34.1] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.5.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.5.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.5.jar:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-8.0.5.jar:?] {}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-8.0.5.jar:?] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Render thread
Stacktrace:
	at dev.fiki.forgehax.main.ForgeHax.setup(ForgeHax.java:105) ~[forgehax:3.1.0-9a5a16c1] {re:classloading}
-- MOD forgehax --
Details:
	Caused by 0: java.lang.Error: ForgeHax failed to initialize
		at dev.fiki.forgehax.main.ForgeHax.setup(ForgeHax.java:125) ~[forgehax:3.1.0-9a5a16c1] {re:classloading}
		at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-3.0.3-service.jar:?] {}
		at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-3.0.3-service.jar:?] {}
		at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297) ~[eventbus-3.0.3-service.jar:?] {}
		at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120) ~[forge:34.1] {re:classloading}
		at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:111) ~[forge:?] {re:classloading}
		at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640) ~[?:1.8.0_272] {}
		at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632) ~[?:1.8.0_272] {}
		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_272] {}
		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_272] {}
		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_272] {re:computing_frames}
		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) ~[?:1.8.0_272] {}

	Mod File: ForgeHax-1.16.3-3.1.0-9a5a16c1.jar
	Failure message: ForgeHax (forgehax) encountered an error during the sided_setup event phase
		java.lang.Error: ForgeHax failed to initialize
	Mod Version: 3.1.0-9a5a16c1
	Mod Issue URL: http://my.issue.tracker/
	Exception message: java.lang.Error: Failed to find mods. Verify the right package(s) are listed
Stacktrace:
	at dev.fiki.forgehax.main.ForgeHax.setup(ForgeHax.java:105) ~[forgehax:3.1.0-9a5a16c1] {re:classloading}
	at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-3.0.3-service.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-3.0.3-service.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297) ~[eventbus-3.0.3-service.jar:?] {}
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120) ~[forge:34.1] {re:classloading}
	at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:111) ~[forge:?] {re:classloading}
	at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640) ~[?:1.8.0_272] {}
	at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632) ~[?:1.8.0_272] {}
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_272] {}
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_272] {}
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_272] {re:computing_frames}
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) ~[?:1.8.0_272] {}


-- System Details --
Details:
	Minecraft Version: 1.16.3
	Minecraft Version ID: 1.16.3
	Operating System: Linux (amd64) version 5.8.0-26-generic
	Java Version: 1.8.0_272, Private Build
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Private Build
	Memory: 3099412000 bytes (2955 MB) / 3657433088 bytes (3488 MB) up to 4294967296 bytes (4096 MB)
	CPUs: 6
	JVM Flags: 8 total; -Xss1M -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
	ModLauncher: 8.0.5+84+master.3310fe0
	ModLauncher launch target: fmlclient
	ModLauncher naming: srg
	ModLauncher services: 
		/mixin-0.8.2.jar mixin PLUGINSERVICE 
		/eventbus-3.0.3-service.jar eventbus PLUGINSERVICE 
		/forge-1.16.3-34.1.33.jar object_holder_definalize PLUGINSERVICE 
		/forge-1.16.3-34.1.33.jar runtime_enum_extender PLUGINSERVICE 
		/accesstransformers-2.2.0-shadowed.jar accesstransformer PLUGINSERVICE 
		/forge-1.16.3-34.1.33.jar capability_inject_definalize PLUGINSERVICE 
		/forge-1.16.3-34.1.33.jar runtimedistcleaner PLUGINSERVICE 
		/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE 
		/OptiFine_1.16.3_HD_U_G3.jar OptiFine TRANSFORMATIONSERVICE 
		/forge-1.16.3-34.1.33.jar fml TRANSFORMATIONSERVICE 
		/ForgeHax-1.16.3-3.1.0-9a5a16c1.jar ForgeHaxCore TRANSFORMATIONSERVICE 
	FML: 34.1
	Forge: net.minecraftforge:34.1.33
	FML Language Providers: 
		javafml@34.1
		minecraft@1
	Mod List: 
		forge-1.16.3-34.1.33-client.jar                   |Minecraft                     |minecraft                     |1.16.3              |ENQUEUE_IM|NOSIGNATURE
		ForgeHax-1.16.3-3.1.0-9a5a16c1.jar                |ForgeHax                      |forgehax                      |3.1.0-9a5a16c1      |ERROR     |NOSIGNATURE
		forge-1.16.3-34.1.33-universal.jar                |Forge                         |forge                         |34.1.33             |ENQUEUE_IM|22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
	Crash Report UUID: 1b2d6976-e820-4767-afb7-582e95b682c4
	OptiFine Version: OptiFine_1.16.3_HD_U_G3
	OptiFine Build: 20200916-082411
	Render Distance Chunks: 8
	Mipmaps: 4
	Anisotropic Filtering: 1
	Antialiasing: 0
	Multitexture: false
	Shaders: null
	OpenGlVersion: 4.6.0 NVIDIA 455.23.04
	OpenGlRenderer: GeForce GTX 1660 Ti/PCIe/SSE2
	OpenGlVendor: NVIDIA Corporation
	CpuCount: 6

Latest Log file:

[28Oct2020 17:52:22.593] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Frappy_, --version, 1.16.3-forge-34.1.33, --gameDir, /home/frappy/.minecraft, --assetsDir, /home/frappy/.minecraft/assets, --assetIndex, 1.16, --uuid, b3e468010daa42f78d9ea5403dadf826, --accessToken, ❄❄❄❄❄❄❄❄, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 34.1.33, --fml.mcVersion, 1.16.3, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20200911.084530]
[28Oct2020 17:52:22.595] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.5+84+master.3310fe0 starting: java version 1.8.0_272 by Private Build
[28Oct2020 17:52:22.669] [main/INFO] [dev.fiki.forgehax.asm.ForgeHaxCoreTransformer/]: ForgeHaxCore initializing
[28Oct2020 17:52:22.672] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.onLoad
[28Oct2020 17:52:22.673] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFine ZIP file: /home/frappy/.minecraft/mods/OptiFine_1.16.3_HD_U_G3.jar
[28Oct2020 17:52:22.745] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[28Oct2020 17:52:22.770] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/home/frappy/.minecraft/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=CLIENT
[28Oct2020 17:52:22.774] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.initialize
[28Oct2020 17:52:23.325] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.transformers
[28Oct2020 17:52:23.332] [main/INFO] [optifine.OptiFineTransformer/]: Targets: 311
[28Oct2020 17:52:23.467] [main/INFO] [dev.fiki.forgehax.asm.ForgeHaxCoreTransformer/]: Skipping compile because service OptiFine is present
[28Oct2020 17:52:23.469] [main/INFO] [dev.fiki.forgehax.asm.ForgeHaxCoreTransformer/]: Skipping addQuad because service OptiFine is present
[28Oct2020 17:52:23.480] [main/INFO] [optifine.OptiFineTransformationService/]: additionalClassesLocator: [optifine., net.optifine.]
[28Oct2020 17:52:23.488] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.16.3-forge-34.1.33, --gameDir, /home/frappy/.minecraft, --assetsDir, /home/frappy/.minecraft/assets, --uuid, b3e468010daa42f78d9ea5403dadf826, --username, Frappy_, --assetIndex, 1.16, --accessToken, ❄❄❄❄❄❄❄❄, --userType, mojang, --versionType, release]
[28Oct2020 17:52:24.141] [main/ERROR] [dev.fiki.forgehax.asm.ForgeHaxCoreTransformer/]: Could not find and transform method net/minecraft/client/renderer/entity/BoatRenderer::render,net/minecraft/client/renderer/entity/BoatRenderer::func_225623_a_,edv::a!
[28Oct2020 17:52:27.258] [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'
[28Oct2020 17:52:27.264] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Frappy_
[28Oct2020 17:52:27.379] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
[28Oct2020 17:52:27.385] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
[28Oct2020 17:52:27.558] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] 
[28Oct2020 17:52:27.558] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] OptiFine_1.16.3_HD_U_G3
[28Oct2020 17:52:27.563] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Build: 20200916-082411
[28Oct2020 17:52:27.564] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] OS: Linux (amd64) version 5.8.0-26-generic
[28Oct2020 17:52:27.564] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Java: 1.8.0_272, Private Build
[28Oct2020 17:52:27.564] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] VM: OpenJDK 64-Bit Server VM (mixed mode), Private Build
[28Oct2020 17:52:27.564] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] LWJGL: 3.3.0 X11 GLX EGL OSMesa clock_gettime evdev shared
[28Oct2020 17:52:27.564] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] OpenGL: GeForce GTX 1660 Ti/PCIe/SSE2, version 4.6.0 NVIDIA 455.23.04, NVIDIA Corporation
[28Oct2020 17:52:27.565] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] OpenGL Version: 4.6.0
[28Oct2020 17:52:27.576] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Maximum texture size: 32768x32768
[28Oct2020 17:52:27.590] [VersionCheck/INFO] [net.optifine.Config/]: [OptiFine] Checking for new version
[28Oct2020 17:52:27.654] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 455.23.04
[28Oct2020 17:52:27.654] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Vendor:  NVIDIA Corporation
[28Oct2020 17:52:27.654] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Renderer: GeForce GTX 1660 Ti/PCIe/SSE2
[28Oct2020 17:52:27.654] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Capabilities:  2.0  2.1  3.0  3.2  4.0 
[28Oct2020 17:52:27.654] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[28Oct2020 17:52:27.654] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[28Oct2020 17:52:27.656] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[28Oct2020 17:52:27.656] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Load shaders configuration.
[28Oct2020 17:52:27.656] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Save shaders configuration.
[28Oct2020 17:52:27.657] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] No shaderpack loaded.
[28Oct2020 17:52:27.673] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.Loader
[28Oct2020 17:52:27.939] [modloading-worker-3/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 34.1.33, for MC 1.16.3 with MCP 20200911.084530
[28Oct2020 17:52:27.939] [modloading-worker-3/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v34.1.33 Initialized
[28Oct2020 17:52:27.955] [VersionCheck/INFO] [net.optifine.Config/]: [OptiFine] java.io.FileNotFoundException: http://optifine.net/version/1.16.3/HD_U.txt
[28Oct2020 17:52:28.980] [Render thread/ERROR] [dev.fiki.forgehax.asm.ForgeHaxCoreTransformer/]: Could not find and transform method net/minecraft/client/gui/overlay/PlayerTabOverlayGui::func_238523_a_!
[28Oct2020 17:52:29.014] [Render thread/INFO] [com.mojang.text2speech.NarratorLinux/]: Narrator library successfully loaded
[28Oct2020 17:52:29.061] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, Mod Resources
[28Oct2020 17:52:29.091] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reloading textures ***
[28Oct2020 17:52:29.102] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Resource packs: Mod Resources
[28Oct2020 17:52:29.153] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[28Oct2020 17:52:29.237] [Render thread/INFO] [net.optifine.reflect.Reflector/]: [OptiFine] *** Reflector Forge ***
[28Oct2020 17:52:29.237] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[28Oct2020 17:52:29.289] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[28Oct2020 17:52:29.326] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[28Oct2020 17:52:29.335] [Worker-Main-7/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[28Oct2020 17:52:29.343] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.extensions.IForgeDimension
[28Oct2020 17:52:29.345] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Field not present: net.minecraftforge.client.model.pipeline.LightUtil.itemConsumer
[28Oct2020 17:52:29.349] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Field not present: net.minecraftforge.client.model.pipeline.LightUtil.tessellator
[28Oct2020 17:52:29.352] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.ModContainer
[28Oct2020 17:52:29.384] [Render thread/INFO] [net.optifine.reflect.Reflector/]: [OptiFine] *** Reflector Vanilla ***
[28Oct2020 17:52:30.012] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: AHEAD Current: 34.1.33 Target: null
[28Oct2020 17:52:30.754] [Worker-Main-9/ERROR] [dev.fiki.forgehax.main.ForgeHax/]: Could not find resource config.properties
[28Oct2020 17:52:30.806] [Worker-Main-9/ERROR] [dev.fiki.forgehax.main.ForgeHax/]: Failed to search package "dev.fiki.forgehax.main.commands"
[28Oct2020 17:52:30.806] [Worker-Main-9/ERROR] [dev.fiki.forgehax.main.ForgeHax/]: java.lang.NullPointerException
java.lang.NullPointerException: null
	at dev.fiki.forgehax.main.util.classloader.ClassLoaderHelper.getModFileInModJar(ClassLoaderHelper.java:284) ~[forgehax:3.1.0-9a5a16c1]
	at dev.fiki.forgehax.main.util.classloader.ClassLoaderHelper.getClassesInPackage(ClassLoaderHelper.java:204) ~[forgehax:3.1.0-9a5a16c1]
	at dev.fiki.forgehax.main.util.classloader.ClassLoaderHelper.getClassesInPackageRecursive(ClassLoaderHelper.java:259) ~[forgehax:3.1.0-9a5a16c1]
	at dev.fiki.forgehax.main.util.modloader.ModManager.searchPackage(ModManager.java:37) ~[forgehax:3.1.0-9a5a16c1]
	at dev.fiki.forgehax.main.ForgeHax.setup(ForgeHax.java:101) ~[forgehax:3.1.0-9a5a16c1]
	at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-3.0.3-service.jar:?]
	at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-3.0.3-service.jar:?]
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297) ~[eventbus-3.0.3-service.jar:?]
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120) ~[forge:34.1]
	at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:111) ~[forge:?]
	at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640) [?:1.8.0_272]
	at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632) [?:1.8.0_272]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_272]
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_272]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_272]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_272]
[28Oct2020 17:52:30.807] [Worker-Main-9/ERROR] [dev.fiki.forgehax.main.ForgeHax/]: Fatal error loading ForgeHax!
[28Oct2020 17:52:30.807] [Worker-Main-9/ERROR] [dev.fiki.forgehax.main.ForgeHax/]: java.lang.Error: Failed to find mods. Verify the right package(s) are listed
java.lang.Error: Failed to find mods. Verify the right package(s) are listed
	at dev.fiki.forgehax.main.ForgeHax.setup(ForgeHax.java:105) ~[forgehax:3.1.0-9a5a16c1]
	at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-3.0.3-service.jar:?]
	at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-3.0.3-service.jar:?]
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297) ~[eventbus-3.0.3-service.jar:?]
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120) ~[forge:34.1]
	at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:111) ~[forge:?]
	at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640) [?:1.8.0_272]
	at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632) [?:1.8.0_272]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_272]
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_272]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_272]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_272]
[28Oct2020 17:52:30.809] [Worker-Main-9/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: ForgeHax failed to initialize
	Index: 1
	Listeners:
		0: NORMAL
		1: net.minecraftforge.eventbus.EventBus$$Lambda$2962/1182492749@7e3ff572
java.lang.Error: ForgeHax failed to initialize
	at dev.fiki.forgehax.main.ForgeHax.setup(ForgeHax.java:125)
	at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
	at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297)
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120)
	at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:111)
	at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640)
	at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632)
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
Caused by: java.lang.Error: Failed to find mods. Verify the right package(s) are listed
	at dev.fiki.forgehax.main.ForgeHax.setup(ForgeHax.java:105)
	... 11 more

[28Oct2020 17:52:30.822] [Worker-Main-9/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Caught exception during event FMLClientSetupEvent dispatch for modid forgehax
java.lang.Error: ForgeHax failed to initialize
	at dev.fiki.forgehax.main.ForgeHax.setup(ForgeHax.java:125) ~[forgehax:3.1.0-9a5a16c1]
	at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-3.0.3-service.jar:?]
	at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-3.0.3-service.jar:?]
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297) ~[eventbus-3.0.3-service.jar:?]
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120) ~[forge:34.1]
	at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:111) ~[forge:?]
	at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640) [?:1.8.0_272]
	at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632) [?:1.8.0_272]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_272]
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_272]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_272]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_272]
Caused by: java.lang.Error: Failed to find mods. Verify the right package(s) are listed
	at dev.fiki.forgehax.main.ForgeHax.setup(ForgeHax.java:105) ~[forgehax:3.1.0-9a5a16c1]
	... 11 more
[28Oct2020 17:52:30.838] [modloading-worker-3/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event SIDED_SETUP, 1 errors found
[28Oct2020 17:52:30.899] [Worker-Main-10/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[28Oct2020 17:52:30.899] [Worker-Main-10/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[28Oct2020 17:52:30.899] [Worker-Main-10/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[28Oct2020 17:52:30.899] [Worker-Main-10/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[28Oct2020 17:52:31.092] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[28Oct2020 17:52:31.104] [Worker-Main-10/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[28Oct2020 17:52:31.105] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[28Oct2020 17:52:31.113] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_pane_white.properties
[28Oct2020 17:52:31.159] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_white.properties
[28Oct2020 17:52:31.165] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_orange.properties
[28Oct2020 17:52:31.171] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_pane_orange.properties
[28Oct2020 17:52:31.177] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_magenta.properties
[28Oct2020 17:52:31.182] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_pane_magenta.properties
[28Oct2020 17:52:31.187] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_light_blue.properties
[28Oct2020 17:52:31.193] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_pane_light_blue.properties
[28Oct2020 17:52:31.198] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_pane_yellow.properties
[28Oct2020 17:52:31.203] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_yellow.properties
[28Oct2020 17:52:31.208] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_lime.properties
[28Oct2020 17:52:31.213] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_pane_lime.properties
[28Oct2020 17:52:31.219] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pane_pink.properties
[28Oct2020 17:52:31.224] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pink.properties
[28Oct2020 17:52:31.229] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_gray.properties
[28Oct2020 17:52:31.234] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_pane_gray.properties
[28Oct2020 17:52:31.239] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_light_gray.properties
[28Oct2020 17:52:31.245] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_pane_light_gray.properties
[28Oct2020 17:52:31.250] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_cyan.properties
[28Oct2020 17:52:31.255] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_pane_cyan.properties
[28Oct2020 17:52:31.260] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_pane_purple.properties
[28Oct2020 17:52:31.266] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_purple.properties
[28Oct2020 17:52:31.271] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_blue.properties
[28Oct2020 17:52:31.276] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_pane_blue.properties
[28Oct2020 17:52:31.281] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_brown.properties
[28Oct2020 17:52:31.287] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_pane_brown.properties
[28Oct2020 17:52:31.292] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_green.properties
[28Oct2020 17:52:31.297] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_pane_green.properties
[28Oct2020 17:52:31.303] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_pane_red.properties
[28Oct2020 17:52:31.308] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_red.properties
[28Oct2020 17:52:31.313] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_black.properties
[28Oct2020 17:52:31.318] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_pane_black.properties
[28Oct2020 17:52:31.324] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass.properties
[28Oct2020 17:52:31.329] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass_pane.properties
[28Oct2020 17:52:31.334] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/30_bookshelf/bookshelf.properties
[28Oct2020 17:52:31.335] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/40_sandstone/sandstone.properties
[28Oct2020 17:52:31.336] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/41_red_sandstone/red_sandstone.properties
[28Oct2020 17:52:31.337] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[28Oct2020 17:52:31.338] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[28Oct2020 17:52:32.174] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 4
[28Oct2020 17:52:32.186] [Worker-Main-10/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[28Oct2020 17:52:33.070] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[28Oct2020 17:52:33.072] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[28Oct2020 17:52:33.072] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[28Oct2020 17:52:33.072] [Worker-Main-10/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[28Oct2020 17:52:33.086] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[28Oct2020 17:52:33.100] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[28Oct2020 17:52:33.100] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[28Oct2020 17:52:33.100] [Worker-Main-10/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[28Oct2020 17:52:33.121] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[28Oct2020 17:52:33.128] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[28Oct2020 17:52:33.128] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[28Oct2020 17:52:33.130] [Worker-Main-10/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[28Oct2020 17:52:33.157] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[28Oct2020 17:52:33.161] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[28Oct2020 17:52:33.161] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[28Oct2020 17:52:33.161] [Worker-Main-10/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[28Oct2020 17:52:33.167] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[28Oct2020 17:52:33.172] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[28Oct2020 17:52:33.172] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[28Oct2020 17:52:33.172] [Worker-Main-10/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[28Oct2020 17:52:33.178] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[28Oct2020 17:52:33.181] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[28Oct2020 17:52:33.183] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[28Oct2020 17:52:33.183] [Worker-Main-10/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[28Oct2020 17:52:33.202] [modloading-worker-3/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to process mod state change request from ENQUEUE_IMC
[28Oct2020 17:52:33.202] [modloading-worker-3/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to process mod state change request from PROCESS_IMC
[28Oct2020 17:52:33.202] [modloading-worker-3/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to process mod state change request from COMPLETE
[28Oct2020 17:52:34.819] [Render thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
[28Oct2020 17:52:34.820] [Render thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
[28Oct2020 17:52:35.110] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[28Oct2020 17:52:35.127] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 43
[28Oct2020 17:52:35.133] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[28Oct2020 17:52:35.134] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
[28Oct2020 17:52:35.135] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[28Oct2020 17:52:35.135] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[28Oct2020 17:52:35.135] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[28Oct2020 17:52:35.135] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[28Oct2020 17:52:35.136] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[28Oct2020 17:52:35.136] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[28Oct2020 17:52:35.136] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[28Oct2020 17:52:35.136] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[28Oct2020 17:52:35.136] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[28Oct2020 17:52:35.137] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[28Oct2020 17:52:35.137] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[28Oct2020 17:52:35.137] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[28Oct2020 17:52:35.137] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[28Oct2020 17:52:35.137] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[28Oct2020 17:52:35.137] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[28Oct2020 17:52:35.138] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[28Oct2020 17:52:35.138] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[28Oct2020 17:52:35.462] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.ModelBakeEvent to a broken mod state
[28Oct2020 17:52:35.579] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[28Oct2020 17:52:35.579] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[28Oct2020 17:52:35.579] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[28Oct2020 17:52:35.580] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[28Oct2020 17:52:35.580] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[28Oct2020 17:52:35.580] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[28Oct2020 17:52:35.580] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[28Oct2020 17:52:35.580] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[28Oct2020 17:52:35.580] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[28Oct2020 17:52:35.581] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reloading custom textures ***
[28Oct2020 17:52:35.585] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[28Oct2020 17:52:35.595] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[28Oct2020 17:52:35.596] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[28Oct2020 17:52:37.403] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[28Oct2020 17:52:37.567] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[28Oct2020 17:52:37.568] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[28Oct2020 17:52:37.571] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Disable Forge light pipeline
[28Oct2020 17:52:37.571] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] Set ForgeConfig.CLIENT.forgeLightPipelineEnabled=false
[28Oct2020 17:52:37.586] [Render thread/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID 1b2d6976-e820-4767-afb7-582e95b682c4
[28Oct2020 17:52:37.586] [Render thread/INFO] [STDOUT/]: [net.minecraft.crash.CrashReport:func_85057_a:340]: Negative index in crash report handler (20/22)
[28Oct2020 17:52:37.608] [Render thread/FATAL] [net.minecraftforge.fml.client.ClientModLoader/]: Crash report saved to /home/frappy/.minecraft/crash-reports/crash-2020-10-28_17.52.37-fml.txt
[28Oct2020 17:53:38.063] [Render thread/ERROR] [net.minecraft.util.Util/]: Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.
[28Oct2020 17:53:38.063] [Render thread/ERROR] [net.minecraft.util.Util/]: kf.sonnet.clients.hspell: HSpellDict::HSpellDict: Init failed
[28Oct2020 17:53:38.063] [Render thread/ERROR] [net.minecraft.util.Util/]: kf.kio.widgets.kdirmodel: protocol mismatch: "" vs "file"

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
freduardcommented, Oct 28, 2020

Using the recommended version of Forge fixed it! Thank you for your time and effort. I actually really like ForgeHax. It’s simple, robust and I like that you need to do everything through a command line. My only suggestion would be to make it so you could see what mode (like ElytraFlight) each hack is on, in the active mods list.

0reactions
fr1kincommented, Oct 30, 2020

ForgeHax should work with the latest version of Forge now. Older versions should still work, but I haven’t tested.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Kubuntu 20.04 plasma desktop does not start after login
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem." I tried ...
Read more >
apt-get can't initialize KDE - Debian
I just installed Debian Sid on my desktop. During the install process it asked me how I wanted to handle certain messages related...
Read more >
linux: "does nothing" on KDE neon distro (Ubuntu 18.04 ...
Error: Could not initialize UDEV (PlatformSDL.cpp:391) Unable to initialise window. ... This help me get the game working on Ubuntu 18.10.
Read more >
Kdenlive Flatpak can't run Ubuntu 18.04
hello here is what i have trying to run kdenlive on ubuntu code select allflatpak run org kde kdenlive process ... Could not...
Read more >
Failed to initialize compositing, compositing disabled : r/kde
That's the error I get in my journal when I try to enable compositing (via the keyboard shortcut) and when I first launch...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found