Jump to content

Recommended Posts

Posted

Idk why my forge keeps crashing so i will post the full crash report to see if someone can help me. 

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 4/5/20 7:46 AM
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.blay09.mods.cookingforblockheads.client.TileEntityRenderers.initBlockColors(TileEntityRenderers.java:36) ~[?:7.4.4] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_31_TileEntityRenderers_initBlockColors_Block.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.2] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$4442/1947065153.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:194) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.2.0.jar:28.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$421/793521364.call(Unknown Source) [forge-1.14.4-28.2.0.jar:28.2] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}


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

-- Head --
Thread: Client thread
Stacktrace:
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
    at net.blay09.mods.cookingforblockheads.client.TileEntityRenderers.initBlockColors(TileEntityRenderers.java:36)
    at net.minecraftforge.eventbus.ASMEventHandler_31_TileEntityRenderers_initBlockColors_Block.invoke(.dynamic)
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243)
    at net.minecraftforge.fml.ModLoader$$Lambda$4442/1947065153.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243)
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:194)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365)
    at net.minecraft.client.main.Main.main(SourceFile:155)
    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.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$421/793521364.call(Unknown Source)
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
    Minecraft Version: 1.14.4
    Minecraft Version ID: 1.14.4
    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: 1539186888 bytes (1467 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 4
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 4.1.0+62+5bfa59b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar runtimedistcleaner PLUGINSERVICE 
        /OptiFine_1.14.4_HD_U_F5.jar OptiFine TRANSFORMATIONSERVICE 
        /forge-1.14.4-28.2.0.jar fml TRANSFORMATIONSERVICE 
    FML: 28.2
    Forge: net.minecraftforge:28.2.0
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: 
        Double-Doors-Mod-1.14.4.jar Double Doors {[email protected] CREATE_REGISTRIES}
        HarvestCraft-Mod-Trees-1.14.4.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version CREATE_REGISTRIES}
        jei-1.14.4-6.0.0.27.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
        ProjectE-Mod-1.14.4 (1).jar ProjectE {[email protected] CREATE_REGISTRIES}
        Glacia-14.4.2b.jar §9§lGlacia§r {greenapple_glacia@§914.4.2b§r CREATE_REGISTRIES}
        caelus-FORGE-1.14.4-1.0.1.2.jar Caelus API {[email protected] CREATE_REGISTRIES}
        Colytra-Mod-1.14.4.jar Colytra {[email protected] CREATE_REGISTRIES}
        ForgeEndertech-1.14.4-5.2.1.1-build.0079.jar Forge Endertech {[email protected] CREATE_REGISTRIES}
        Gravel-Miner-Mod-1.14.4.jar GravelMiner {[email protected] CREATE_REGISTRIES}
        Enhanced-Visuals-Mod-1.14.4.jar EnhancedVisuals {[email protected] CREATE_REGISTRIES}
        Cooking-for-Blockheads-Mod-1.14.4.jar Cooking for Blockheads {[email protected] CREATE_REGISTRIES}
        Placebo-1.14.4-2.3.5.jar Placebo {[email protected] CREATE_REGISTRIES}
        Comforts-Mod-1.14.4 (1).jar Comforts {[email protected] CREATE_REGISTRIES}
        SereneSeasons-1.14.4-2.0.0.40-universal.jar Serene Seasons {[email protected] CREATE_REGISTRIES}
        Gardening-Tools-Mod-1.14.4.jar Garden Tools {[email protected] CREATE_REGISTRIES}
        VanillaTweaks-1.14.4.1.5.12.jar VanillaTweaks {[email protected] CREATE_REGISTRIES}
        AdHooks-1.14.4-4.0.0.2-build.0072.jar Advanced Hook Launchers {[email protected] CREATE_REGISTRIES}
        DungeonCrawl-1.14.4-1.6.3.jar Dungeon Crawl {[email protected] CREATE_REGISTRIES}
        betteranimalsplus-1.14.4-9.0.0.jar Better Animals Plus {[email protected] CREATE_REGISTRIES}
        MutantBeasts-1.14.4-1.0.0.jar Mutant Beasts {[email protected] CREATE_REGISTRIES}
        u_team_core-1.14.4-2.8.2.150.jar U Team Core {[email protected] CREATE_REGISTRIES}
        secretrooms-6.0.5.jar Secret Rooms 6 {[email protected] CREATE_REGISTRIES}
        buildinggadgets-3.1.1b.jar Building Gadgets {[email protected] CREATE_REGISTRIES}
        traverse-1.14.4-2.0.3.jar Traverse {[email protected] ERROR}
        Mining-Gadgets-Mod-1.14.4.jar Mining Gadgets {[email protected] CREATE_REGISTRIES}
        forge-1.14.4-28.2.0-universal.jar Forge {[email protected] CREATE_REGISTRIES}
        Ruins-Mod-1.14.4.jar Ruins {[email protected] CREATE_REGISTRIES}
        Respawnable-Pets-Mod-1.14.4.jar Respawnable Pets {[email protected] CREATE_REGISTRIES}
        Iron-Chests-Mod-1.14.4.jar Iron Chests {[email protected] CREATE_REGISTRIES}
        Peanuts-Mod-1.14.4.jar Peanut Mod {[email protected] CREATE_REGISTRIES}
        Miners-Advantage-Mod-1.14.4.jar MinersAdvantage {[email protected] CREATE_REGISTRIES}
        Koratio-Mod-1.14.4.jar Koratio {[email protected] CREATE_REGISTRIES}
        forge-1.14.4-28.2.0-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
        Craft-and-Hunt-Mod-1.14.4.jar Craft and Hunt {[email protected] CREATE_REGISTRIES}
        cofh_core-1.14.4-0.3.1b.jar CoFH Core {[email protected] CREATE_REGISTRIES}
        Macaws-Bridges-Mod-1.14.4.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
        Lucky-Block-Mod-1.14.4.jar Lucky Block {[email protected] CREATE_REGISTRIES}
        useful_backpacks-1.14.4-1.7.6.60.jar Useful Backpacks {[email protected] CREATE_REGISTRIES}
        torchmaster-2.0.0-rc2.jar Torchmaster {[email protected] CREATE_REGISTRIES}
        Reptile-Mod-1.14.4-Lizard.jar Lizard Mod {[email protected] CREATE_REGISTRIES}
        Reptile-Mod-1.14.4-Turtle.jar Turtle Mod {[email protected] CREATE_REGISTRIES}
        Reptile-Mod-1.14.4-Crocodile.jar Crocodile Mod {[email protected] CREATE_REGISTRIES}
        EnchantmentDescriptions-1.14.4-1.3.14.jar EnchantmentDescriptions {[email protected] CREATE_REGISTRIES}
        MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
        instahouses-1.14.4-1.1.1.jar Slashkings InstaHouses {[email protected] CREATE_REGISTRIES}
        Swamp_1.14.4_1.1.jar Better Swamplands Mod {[email protected]_1.0 CREATE_REGISTRIES}
        BiomesOPlenty-1.14.4-9.0.0.255-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES}
        Valhelsia-Structures-Mod-1.14.4.jar Valhelsia Structures {[email protected] CREATE_REGISTRIES}
        HarvestCraft-Mod-Crops-1.14.4.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version CREATE_REGISTRIES}
        CreativeCore_v2.0.3_mc1.14.4.jar CreativeCore {[email protected] CREATE_REGISTRIES}
        Large-Ore-Deposits-Mod-1.14.4.jar Large Ore Deposits {[email protected] CREATE_REGISTRIES}
        extcaves-1.5.jar Extended Caves {[email protected] CREATE_REGISTRIES}
        simplefarming-1.14.4-1.2.8.jar Simple Farming {[email protected] CREATE_REGISTRIES}
        GeneticAnimals_0_4_11.jar Genetic Animals {[email protected] CREATE_REGISTRIES}
        Horse-Carts-Mod-1.14.4.jar AstikorCarts {[email protected] CREATE_REGISTRIES}
        curios-FORGE-1.14.4-1.0.6.1.jar Curios API {[email protected] CREATE_REGISTRIES}
        Botania+r1.11-378.jar Botania {[email protected] CREATE_REGISTRIES}
        SpartanShields-1.14.4-2.0.0.jar Spartan Shields {[email protected] CREATE_REGISTRIES}
        Patchouli-1.14.4-1.1-26.jar Patchouli {[email protected] CREATE_REGISTRIES}
        HarvestCraft-Mod-Food-Core-1.14.4.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version CREATE_REGISTRIES}
        placeableitems-4.0.0.jar Placeable Items {[email protected] CREATE_REGISTRIES}
        [1.14.4]+SecurityCraft+v1.8.17.jar SecurityCraft {[email protected] CREATE_REGISTRIES}
        StorageDrawers-1.14.4-6.0.7.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
        OreExcavation-1.6.147.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        betteranimals-1.14.4-5.3.0.jar Cyber's Better Animal Models {[email protected] CREATE_REGISTRIES}
        libnonymous-1.14.4-1.0.4.25.jar Libnonymous {[email protected] CREATE_REGISTRIES}
        BonsaiTrees-2.0.2.35.jar Bonsai Trees 2 {[email protected] CREATE_REGISTRIES}
        Obfuscate-Mod-1.14.4.jar Obfuscate {[email protected] CREATE_REGISTRIES}
        vehicle-mod-0.43.6-1.14.4.jar MrCrayfish's Vehicle Mod {[email protected] CREATE_REGISTRIES}
        structurize-0.10.245-ALPHA.jar Structurize {[email protected] CREATE_REGISTRIES}
        minecolonies-0.10.676-BETA-universal.jar Minecolonies {[email protected] CREATE_REGISTRIES}
        SpartanWeaponry-1.14.4-2.0.0-alpha-3.jar Spartan Weaponry {[email protected] alpha 3 CREATE_REGISTRIES}
        cfm-7.0.0-pre15-mc1.14.4.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
        Mob-Catcher-Mod-1.14.4.jar Mob Catcher {[email protected] CREATE_REGISTRIES}
        ores-1-14-4-e890.jar ++Ores {[email protected] CREATE_REGISTRIES}
        Aquaculture-1.14.4-2.0.7.jar Aquaculture 2 {[email protected] CREATE_REGISTRIES}
        VoxelMap-Mod-1.14.4.jar VoxelMap {[email protected] CREATE_REGISTRIES}
        More Dogs-1.0.3.jar More Dog Breeds {[email protected] CREATE_REGISTRIES}
        NetherEx-1.14.4-3.0.0.jar NetherEx {[email protected] CREATE_REGISTRIES}
        LibraryEx-1.14.4-2.0.0.jar LibraryEx {[email protected] CREATE_REGISTRIES}
        Super-Tools-Mod-1.14.4.jar Super Tools {[email protected] CREATE_REGISTRIES}
        extfar-1.14.4-0.0.4.jar Extended Farming {[email protected] CREATE_REGISTRIES}
    Launched Version: 1.14.4-forge-28.2.0
    LWJGL: 3.2.2 build 10
    OpenGL: Intel(R) HD Graphics 4600 GL version 4.3.0 - Build 20.19.15.4624, 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: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: vanilla
    Current Language: English (US)
    CPU: 4x Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz
    OptiFine Version: OptiFine_1.14.4_HD_U_F5
    OptiFine Build: 20191204-141250
    Render Distance Chunks: 15
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.3.0 - Build 20.19.15.4624
    OpenGlRenderer: Intel(R) HD Graphics 4600
    OpenGlVendor: Intel
    CpuCount: 4

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

    • https://forums.minecraftforge.net/topic/157393-1201-forge-rocket-flame-particle-trail-moves-up-and-crashes-into-the-rocket-during-flight/#comment-584134
    • https://mclo.gs/bjf9fqs The link is the logs from modrinth  
    • "I want to understand how complex mods with ASM transformation and coremods work, such as Xray or AntiXray. Why do they break when you simply rename packages? What features of their architecture make refactoring difficult? And what techniques are used to protect these mods? I am interested in technical aspects in order to better understand the bytecode and Forge loader system."
    • I can't figure out if you're looking for help trying to steal someone elses work, or cheat at the game....
    • Title: Why Is It So Hard to Rename and Restructure Mods Like Xray or AntiXray? 🤔 Post text: Hey everyone! I’ve been digging into Minecraft modding for a while and have one big question that I can’t figure out on my own. Maybe someone with more experience could help or give me some advice. Here’s the issue: When I take a “normal” Minecraft mod — for example, one that just adds some blocks or new items — I can easily change its structure, package names, or even rebrand it entirely. It’s straightforward. But as soon as I try this with cheat-type mods like XrayMod or AntiXray, everything falls apart. Even if I just rename the classes, refactor the packages, or hide its identity somehow, the mod either breaks or stops working properly. XrayMod in particular is proving to be a nightmare to modify without losing its core function. So my question is — why is this so much harder with cheat mods like Xray? Is there something fundamentally different about how they’re coded, loaded, or protected that prevents simple renaming or restructuring? And if so, how can I actually learn to understand someone else’s cheat mod enough to safely refactor it without breaking the core features? I’ve already been spending over two months trying to figure this out and haven’t gotten anywhere. It feels like there must be some trick or knowledge I’m missing. Would really appreciate any thoughts, tips, or references — maybe there are guides or techniques for understanding cheat-mod internals? Or if you’ve successfully “disguised” a cheat mod like Xray before, I’d love to hear how you did it. Thanks in advance for any help or discussion. ✌️
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

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