Jump to content

java.lang.NoClassDefFoundError: net/minecraft/client/gui/Gui


PenguanTheAtom

Recommended Posts

Happened in 1.8.9 with mods NEU, Skyblock-Addons, CTJS, Inventory Tweaks

 

Crash Report:

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  SkyblockAddonsLoadingPlugin (SkyblockAddons-1.5.4-for-MC-1.8.9-BungeeFix.jar)
  FMLPlugin (InventoryTweaks-1.60-40.jar)
  CTJSLoadingPlugin (ctjs-1.3.0-1.8.9.jar)
Contact their authors BEFORE contacting forge

// My bad.

Time: 23/01/21 10:48 AM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraft/client/gui/Gui
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    at org.apache.logging.log4j.core.impl.ThrowableProxy.loadClass(ThrowableProxy.java:459)
    at org.apache.logging.log4j.core.impl.ThrowableProxy.resolvePackageData(ThrowableProxy.java:395)
    at org.apache.logging.log4j.core.impl.ThrowableProxy.<init>(ThrowableProxy.java:97)
    at org.apache.logging.log4j.core.impl.Log4jLogEvent.<init>(Log4jLogEvent.java:114)
    at org.apache.logging.log4j.core.impl.Log4jLogEvent.<init>(Log4jLogEvent.java:90)
    at org.apache.logging.log4j.core.impl.DefaultLogEventFactory.createEvent(DefaultLogEventFactory.java:49)
    at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:365)
    at org.apache.logging.log4j.core.Logger.log(Logger.java:110)
    at org.apache.logging.log4j.spi.AbstractLogger.log(AbstractLogger.java:1448)
    at net.minecraftforge.fml.relauncher.FMLRelaunchLog.log(FMLRelaunchLog.java:83)
    at net.minecraftforge.fml.common.FMLLog.log(FMLLog.java:40)
    at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:138)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:559)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.Gui
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 35 more


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

-- Head --
Stacktrace:
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    at org.apache.logging.log4j.core.impl.ThrowableProxy.loadClass(ThrowableProxy.java:459)
    at org.apache.logging.log4j.core.impl.ThrowableProxy.resolvePackageData(ThrowableProxy.java:395)
    at org.apache.logging.log4j.core.impl.ThrowableProxy.<init>(ThrowableProxy.java:97)
    at org.apache.logging.log4j.core.impl.Log4jLogEvent.<init>(Log4jLogEvent.java:114)
    at org.apache.logging.log4j.core.impl.Log4jLogEvent.<init>(Log4jLogEvent.java:90)
    at org.apache.logging.log4j.core.impl.DefaultLogEventFactory.createEvent(DefaultLogEventFactory.java:49)
    at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:365)
    at org.apache.logging.log4j.core.Logger.log(Logger.java:110)
    at org.apache.logging.log4j.spi.AbstractLogger.log(AbstractLogger.java:1448)
    at net.minecraftforge.fml.relauncher.FMLRelaunchLog.log(FMLRelaunchLog.java:83)
    at net.minecraftforge.fml.common.FMLLog.log(FMLLog.java:40)
    at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:138)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:559)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    ct.js modules: [Module{name=AutoSkyblock,folder=.\config\ChatTriggers\modules\AutoSkyblock,metadata=ModuleMetadata(name=AutoJoinSkyblock, version=0.0.1, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Simple script to join Hypixel Skyblock., requires=null, helpMessage=null, ignored=null, isRequired=false)}, Module{name=BetterSBNPCs,folder=.\config\ChatTriggers\modules\BetterSBNPCs,metadata=ModuleMetadata(name=&bBetterSkyblockNPCs, version=1.3.0, entry=npcs.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=&2Gives Skyblock NPCs Better Names!
&2Credit to "Lapis Minor" by DJtheRedstoner for most code., requires=[], helpMessage=null, ignored=null, isRequired=false)}, Module{name=CaptchaAlert,folder=.\config\ChatTriggers\modules\CaptchaAlert,metadata=ModuleMetadata(name=CaptchaAlert, version=1.0.0, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Beeps at you when you get a captcha in Skyblock. If you abuse this I will find you and take your cat., requires=[SettingsManager], helpMessage=null, ignored=null, isRequired=false)}, Module{name=ClockDisplay,folder=.\config\ChatTriggers\modules\ClockDisplay,metadata=ModuleMetadata(name=ClockDisplay, version=null, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Show Current System Time, requires=[SettingsManager], helpMessage=null, ignored=null, isRequired=false)}, Module{name=CompactProgressTracker,folder=.\config\ChatTriggers\modules\CompactProgressTracker,metadata=ModuleMetadata(name=CompactProgressTracker, version=1.1.3, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=displays the compact blocks and blocks needed for the next upgrade of the pickaxe that is closest to hotbar slot 1, requires=[SettingsManager], helpMessage=/compact to open settings, ignored=null, isRequired=false)}, Module{name=Compass,folder=.\config\ChatTriggers\modules\Compass,metadata=ModuleMetadata(name=compass, version=1.1.0, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Compass for minecraft, requires=[SettingsManager], helpMessage=null, ignored=null, isRequired=false)}, Module{name=CustomTabCompletions,folder=.\config\ChatTriggers\modules\CustomTabCompletions,metadata=ModuleMetadata(name=CustomTabCompletions, version=1.0.2, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=SirHyperNova, description=A module that allows you to add a custom tab completion function to commands., requires=null, helpMessage=null, ignored=null, isRequired=true)}, Module{name=DeepEquals,folder=.\config\ChatTriggers\modules\DeepEquals,metadata=ModuleMetadata(name=DeepEquals, version=1.0.0, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Compare two different objects for deep equality, requires=null, helpMessage=null, ignored=null, isRequired=false)}, Module{name=DeepProxy,folder=.\config\ChatTriggers\modules\DeepProxy,metadata=ModuleMetadata(name=DeepProxy, version=2.0.0, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=Ecolsson, description=null, requires=null, helpMessage=null, ignored=null, isRequired=false)}, Module{name=DMEventTimer,folder=.\config\ChatTriggers\modules\DMEventTimer,metadata=ModuleMetadata(name=DMEventTimer, version=1.0.6, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=shows a display that counts down to the next event., requires=[SettingsManager], helpMessage=&cType &a&l/timer &r&cto open settings., ignored=null, isRequired=false)}, Module{name=DwarvenUtilities,folder=.\config\ChatTriggers\modules\DwarvenUtilities,metadata=ModuleMetadata(name=&9DwarvenUtilities, version=1.0.0, entry=loader.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=&aUse &6/mines &ato open settings.

&7Support server: &bhttps://discord.gg/knjSZSC
, requires=[SettingsManager, PersistentData], helpMessage=null, ignored=null, isRequired=false)}, Module{name=Elementa,folder=.\config\ChatTriggers\modules\Elementa,metadata=ModuleMetadata(name=Elementa, version=1.4.3, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Gui Library, requires=null, helpMessage=null, ignored=null, isRequired=false)}, Module{name=ExperimentationTable,folder=.\config\ChatTriggers\modules\ExperimentationTable,metadata=ModuleMetadata(name=ExperimentationTable, version=1.1.0, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Solves the Experimentation Table puzzles for you., requires=null, helpMessage=null, ignored=null, isRequired=false)}, Module{name=HypixelUtilities,folder=.\config\ChatTriggers\modules\HypixelUtilities,metadata=ModuleMetadata(name=&6Hypixel Utilities, version=5.2.1, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=A set of ported utilities from old ChatTriggers. This pack includes
&lHypixelFriends
&lPartyPlus
&lWhiteChat

&r&l/hu&r&7&o - open settings, requires=[SettingsManager], helpMessage=null, ignored=null, isRequired=false)}, Module{name=InventoryDisplay,folder=.\config\ChatTriggers\modules\InventoryDisplay,metadata=ModuleMetadata(name=InventoryDisplay, version=0.0.2, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=&6by &eHaizivs#7206

&aCustomizable inventory display on your screen! &d- &c/invdisplay
, requires=[SettingsManager], helpMessage=null, ignored=null, isRequired=false)}, Module{name=JerryTimer,folder=.\config\ChatTriggers\modules\JerryTimer,metadata=ModuleMetadata(name=null, version=0.0.1, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Jerry Timer, requires=[SettingsManager], helpMessage=null, ignored=null, isRequired=false)}, Module{name=LockOrb,folder=.\config\ChatTriggers\modules\LockOrb,metadata=ModuleMetadata(name=LockOrb, version=1.0.4, entry=main.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Prevents user from double placing their orb or placing their orb when another one is already active. Works for all 3 types: Radiant, Mana Flux, and Overflux., requires=[SettingsManager], helpMessage=null, ignored=null, isRequired=false)}, Module{name=numeraljs,folder=.\config\ChatTriggers\modules\numeraljs,metadata=ModuleMetadata(name=numeraljs, version=1.0.0, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=FalseHonesty, description=A port of the JS library numeraljs, found here [http://numeraljs.com/]., requires=null, helpMessage=null, ignored=null, isRequired=false)}, Module{name=PersistentData,folder=.\config\ChatTriggers\modules\PersistentData,metadata=ModuleMetadata(name=PersistentData, version=1.1.3, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Easily store data that persist between game and ct reloads, requires=[DeepProxy], helpMessage=null, ignored=null, isRequired=false)}, Module{name=PersistentVariables,folder=.\config\ChatTriggers\modules\PersistentVariables,metadata=ModuleMetadata(name=PersistantVariables, version=null, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Easily create variables that persist between ct reloads, requires=[DeepEquals], helpMessage=null, ignored=null, isRequired=false)}, Module{name=PMManager,folder=.\config\ChatTriggers\modules\PMManager,metadata=ModuleMetadata(name=PMManager, version=3.0.0, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Manage your private messages in style, requires=[HypixelUtilities, SettingsManager], helpMessage=null, ignored=null, isRequired=false)}, Module{name=Promise,folder=.\config\ChatTriggers\modules\Promise,metadata=ModuleMetadata(name=Promise, version=1.0.0, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Promise polyfill for 1.0.0, requires=null, helpMessage=null, ignored=null, isRequired=false)}, Module{name=PromiseV2,folder=.\config\ChatTriggers\modules\PromiseV2,metadata=ModuleMetadata(name=PromiseV2, version=1.0.0, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=McPqndq, description=Promise polyfill, requires=null, helpMessage=null, ignored=null, isRequired=false)}, Module{name=request,folder=.\config\ChatTriggers\modules\request,metadata=ModuleMetadata(name=request, version=2.0.0, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=Ecolsson, description=A nicer alternative to XMLHttpRequest with a promise-like API. See the README.md for a full api description, requires=[Promise], helpMessage=null, ignored=null, isRequired=false)}, Module{name=requestV2,folder=.\config\ChatTriggers\modules\requestV2,metadata=ModuleMetadata(name=requestV2, version=2.0.0, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=Ecolsson (uploaded by McPqndq), description=A nicer alternative to XMLHttpRequest with a promise-like API. See the README.md for a full api description. (PS from McPqndq: this module is a copy paste of Ecolsson's 'request' except using a different Promise polyfill.), requires=[PromiseV2], helpMessage=null, ignored=null, isRequired=false)}, Module{name=RingSelector,folder=.\config\ChatTriggers\modules\RingSelector,metadata=ModuleMetadata(name=RingSelector, version=1.2.0, entry=example.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=A configurable ring selector menu, requires=null, helpMessage=null, ignored=null, isRequired=false)}, Module{name=SayNothing,folder=.\config\ChatTriggers\modules\SayNothing,metadata=ModuleMetadata(name=SayNothing, version=1.0, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=allows you to say NOTHING, requires=null, helpMessage=null, ignored=null, isRequired=false)}, Module{name=SettingsManager,folder=.\config\ChatTriggers\modules\SettingsManager,metadata=ModuleMetadata(name=SettingsManager, version=1.2.1, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Autogenerates a settings file and gui based on the object created and registers. Example usage can be found in UseExample.js, requires=null, helpMessage=null, ignored=null, isRequired=false)}, Module{name=SidebarModule,folder=.\config\ChatTriggers\modules\SidebarModule,metadata=ModuleMetadata(name=SidebarModule, version=1.6.2, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=A better sidebar, requires=[SettingsManager], helpMessage=null, ignored=null, isRequired=false)}, Module{name=SkyblockCommands,folder=.\config\ChatTriggers\modules\SkyblockCommands,metadata=ModuleMetadata(name=SkyblockCommands, version=1.8.4, entry=main.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=Dolphin0xyz, description=&5&k&l00&r&3 Sky&2Block &6Commands &r&5&k&l00&r &3&l&k0&r&6&l&o1&3&l&o.&6&l&o8&3&l&o.&6&l&o4&r&3&l&k0&r&c&o by &r&4&oDolphin0xyz
&a&l&k0&r&3 Adds keybinds for most skyblock commands, fast travel warps and more in the vanilla controls menu. Use /sc for help and to use some features. &r&a&l&k0
&r&e&l&k0&r&2 If keys conflicts with other keys things may not work and things outside this moudule may break. &r&e&l&k0
&r&b&l&k0&r&d Contact me if you find bugs, need help, or have features to suggest. My discord name is Dolphin0xyz#7887 and you can also find me on twitter @Dolphin0xyz. &r&b&l&k0, requires=null, helpMessage=&e&m---------------&r &5&k&l00&r&3 Sky&2Block &6Commands &r&5&k&l00&r &e&m---------------
&r&eRun /sc to see the help guide!
&r&e&m-----------------------------------------------------, ignored=null, isRequired=false)}, Module{name=slothpixel,folder=.\config\ChatTriggers\modules\slothpixel,metadata=ModuleMetadata(name=slothpixel, version=1.1.0, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=FalseHonesty, description=A wrapper around the slothpixel API. Big thanks to builder_247 for Slothpixel!!, requires=[request], helpMessage=null, ignored=null, isRequired=false)}, Module{name=StopCaptchaMsg,folder=.\config\ChatTriggers\modules\StopCaptchaMsg,metadata=ModuleMetadata(name=StopCaptchaMsg, version=1.3.1, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=Squagward, description=Stops the message "Please enter answer in chat" from appearing when you get a captcha. Also stops you from breaking crops while the captcha is active until you open chat., requires=null, helpMessage=null, ignored=null, isRequired=false)}, Module{name=TradeHelper,folder=.\config\ChatTriggers\modules\TradeHelper,metadata=ModuleMetadata(name=TradeHelper, version=1.0.0, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=FalseHonesty, description=A module to display the average price of a trade. Big thanks to builder_247 for the idea., requires=[slothpixel, Promise, numeraljs], helpMessage=null, ignored=null, isRequired=false)}, Module{name=WhenCompact,folder=.\config\ChatTriggers\modules\WhenCompact,metadata=ModuleMetadata(name=WhenCompact, version=1.1.0, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=null, requires=[SettingsManager, PersistentData], helpMessage=null, ignored=null, isRequired=false)}, Module{name=zoom,folder=.\config\ChatTriggers\modules\zoom,metadata=ModuleMetadata(name=Zoom, version=1.1, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Allows the user to zoom in. Use 'R' to zoom and scroll to zoom in or out, requires=[SettingsManager], helpMessage=null, ignored=null, isRequired=false)}]
    Minecraft Version: 1.8.9
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 378737552 bytes (361 MB) / 1308622848 bytes (1248 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.19 Powered by Forge 11.15.1.2318 Optifine OptiFine_1.8.9_HD_U_L5 7 mods loaded, 7 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCH    mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
    UCH    FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.2318-1.8.9.jar) 
    UCH    Forge{11.15.1.2318} [Minecraft Forge] (forge-1.8.9-11.15.1.2318-1.8.9.jar) 
    UCH    ct.js{1.3.0} [ChatTriggers] (ctjs-1.3.0-1.8.9.jar) 
    UCH    inventorytweaks{1.60-40-e06e29a} [Inventory Tweaks] (InventoryTweaks-1.60-40.jar) 
    UCE    notenoughupdates{1.7.1-REL} [NotEnoughUpdates] (NotEnoughUpdates-2.0-pre8_fixed.jar) 
    UCH    skyblockaddons{1.5.4} [SkyBlock Addons] (SkyblockAddons-1.5.4-for-MC-1.8.9-BungeeFix.jar) 
    Loaded coremods (and transformers): 
SkyblockAddonsLoadingPlugin (SkyblockAddons-1.5.4-for-MC-1.8.9-BungeeFix.jar)
  codes.biscuit.skyblockaddons.tweaker.SkyblockAddonsTransformer
FMLPlugin (InventoryTweaks-1.60-40.jar)
  invtweaks.forge.asm.ContainerTransformer
CTJSLoadingPlugin (ctjs-1.3.0-1.8.9.jar)
  com.chattriggers.ctjs.launch.plugin.CTJSTransformer
    GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 26.20.100.7642' Renderer: 'Intel(R) UHD Graphics 610'
    Launched Version: 1.8.9-forge1.8.9-11.15.1.2318-1.8.9
    LWJGL: 2.9.4
    OpenGL: Intel(R) UHD Graphics 610 GL version 4.6.0 - Build 26.20.100.7642, Intel
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: No
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: ocd+.zip, §r§lFurfSky §6§lReborn §8§lOV §8§l[§71.1.0§8§l].zip
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 2x Intel(R) Celeron(R) G4920 CPU @ 3.20GHz
    OptiFine Version: OptiFine_1.8.9_HD_U_L5
    OptiFine Build: 20191204-143016
    Render Distance Chunks: 4
    Mipmaps: 0
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: (internal)
    OpenGlVersion: 4.6.0 - Build 26.20.100.7642
    OpenGlRenderer: Intel(R) UHD Graphics 610
    OpenGlVendor: Intel
    CpuCount: 2

Edited by PenguanTheAtom
missing info
Link to comment
Share on other sites

1.8 is no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

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

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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