Jump to content

1.15.2 Forge Crashing: Unexpected error


LordMeowth

Recommended Posts

The game crashes when a new world generation reaches 100%.  

 

---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 3/28/20 10:55 PM
Description: Unexpected error

java.lang.NoClassDefFoundError: net/minecraft/client/renderer/culling/Frustum
    at vazkii.neat.HealthBarRenderer.onRenderWorldLast(HealthBarRenderer.java:52) ~[?:1.5-19] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_591_HealthBarRenderer_onRenderWorldLast_RenderWorldLastEvent.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.client.ForgeHooksClient.dispatchRenderLast(ForgeHooksClient.java:184) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.GameRenderer.func_228378_a_(GameRenderer.java:602) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:422) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:925) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:554) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:204) [?:?] {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.15.2-31.1.30.jar:31.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$412/826245889.call(Unknown Source) [forge-1.15.2-31.1.30.jar:31.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?] {}
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.culling.Frustum
    at java.lang.ClassLoader.findClass(ClassLoader.java:530) ~[?:1.8.0_51] {}
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51] {}
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:101) ~[modlauncher-5.0.0-milestone.4.jar:?] {}
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51] {}
    ... 21 more


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

-- Head --
Thread: Render thread
Stacktrace:
    at vazkii.neat.HealthBarRenderer.onRenderWorldLast(HealthBarRenderer.java:52)
    at net.minecraftforge.eventbus.ASMEventHandler_591_HealthBarRenderer_onRenderWorldLast_RenderWorldLastEvent.invoke(.dynamic)
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    at net.minecraftforge.client.ForgeHooksClient.dispatchRenderLast(ForgeHooksClient.java:184)
    at net.minecraft.client.renderer.GameRenderer.func_228378_a_(GameRenderer.java:602)

-- Affected level --
Details:
    All players: 1 total; [ClientPlayerEntity['LordMeowth'/261, l='MpServer', x=-181.50, y=71.00, z=182.50]]
    Chunk stats: Client Chunk Cache: 625, 400
    Level dimension: DimensionType{minecraft:overworld}
    Level name: MpServer
    Level seed: -8669464551057230345
    Level generator: ID 07 - biomesoplenty, ver 0. Features enabled: false
    Level generator options: {}
    Level spawn location: World: (-176,69,192), Chunk: (at 0,4,0 in -11,12; contains blocks -176,0,192 to -161,255,207), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 43 game time, 43 day time
    Known server brands: 
    Level was modded: false
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Server brand: forge
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:442)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1764)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:573)
    at net.minecraft.client.main.Main.main(SourceFile:204)
    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$412/826245889.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.15.2
    Minecraft Version ID: 1.15.2
    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: 2619564616 bytes (2498 MB) / 5227151360 bytes (4985 MB) up to 10422845440 bytes (9940 MB)
    CPUs: 16
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx11181m -Xms256m -XX:PermSize=256m
    ModLauncher: 5.0.0-milestone.4+67+b1a340b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.1.30.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.1.30.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.0.4-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.1.30.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.1.30.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.1.30.jar fml TRANSFORMATIONSERVICE 
    FML: 31.1
    Forge: net.minecraftforge:31.1.30
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: 
        QuarkOddities-1.15.2.jar Quark Oddities {[email protected] DONE}
        TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] DONE}
        torchslabmod-1.15.1_v1.5.jar Torch Slab Mod {[email protected] DONE}
        NetherPortalFix_1.15.2-6.0.0.jar NetherPortalFix {[email protected] DONE}
        item-filters-2.2.0.14.jar Item Filters {[email protected] DONE}
        jei-1.15.2-6.0.0.2.jar Just Enough Items {[email protected] DONE}
        JustEnoughCalculation-1.15.2-3.6.1.jar Just Enough Calculation {[email protected] DONE}
        DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {[email protected] DONE}
        caelus-FORGE-1.15.2-2.0-beta1.jar Caelus API {[email protected] DONE}
        colytra-FORGE-1.15.2-3.0.jar Colytra {[email protected] DONE}
        Neat 1.5-19.jar Neat {[email protected] DONE}
        Waystones_1.15.2-6.0.1.jar Waystones {[email protected] DONE}
        ForgeEndertech-1.15.2-6.0.1.0-build.0011.jar Forge Endertech {[email protected] DONE}
        AdFinders-1.15.2-4.0.2.0-build.0012.jar Advanced Finders {[email protected] DONE}
        Clumps-5.0.2.jar Clumps {[email protected] DONE}
        JRFTL [1.15.2]-1.1.jar JRFTL {[email protected] DONE}
        journeymap-1.15.2-5.7.0beta1.jar Journeymap {[email protected] DONE}
        CookingForBlockheads_1.15.2-8.0.1.jar Cooking for Blockheads {[email protected] DONE}
        Placebo-1.15.2-3.0.2.jar Placebo {[email protected] DONE}
        comforts-FORGE-1.15.2-2.0.jar Comforts {[email protected] DONE}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] DONE}
        good-nights-sleep-1.15.2-1.0.3.jar Good Night's Sleep {[email protected] DONE}
        SimpleStorageNetwork-1.15.2-0.3.1.jar Simple Storage Network {[email protected] DONE}
        SereneSeasons-1.15.2-3.0.0.68-universal.jar Serene Seasons {[email protected] DONE}
        NomadicTents-1.15.2-11.0.0-beta.jar Nomadic Tents {[email protected] DONE}
        WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {[email protected] DONE}
        FarmingForBlockheads_1.15.2-6.1.0.jar Farming for Blockheads {[email protected] DONE}
        Bookshelf-1.15.2-5.3.9.jar Bookshelf {[email protected] DONE}
        u_team_core-1.15.2-2.11.0.156.jar U Team Core {[email protected] DONE}
        mcjtylib-1.15-4.0.3-alpha.jar McJtyLib {[email protected] DONE}
        rftoolsbase-1.15-1.0.1-alpha.jar RFToolsBase {[email protected] DONE}
        xnet-1.15-2.0.2-alpha.jar XNet {[email protected] DONE}
        DarkUtilities-1.15.2-3.0.2.jar Dark Utilities {[email protected] DONE}
        Waddles-1.15.2-0.8.5.jar Waddles {[email protected] DONE}
        Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version DONE}
        Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version DONE}
        speedyhoppers-1.15.2-2.jar Speedy Hoppers {[email protected] DONE}
        CraftTweaker-1.15.2-6.0.0.9.jar CraftTweaker {[email protected] DONE}
        rftoolspower-1.15-2.0.1-alpha.jar RFToolsPower {[email protected] DONE}
        BetterThanMending-1.4.0.jar BetterThanMending {[email protected] DONE}
        forge-1.15.2-31.1.30-universal.jar Forge {[email protected] DONE}
        ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] DONE}
        CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {[email protected] DONE}
        forge-1.15.2-31.1.30-client.jar Minecraft {[email protected] DONE}
        mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] DONE}
        industrial-foregoing-1.15.2-2.2.2-28d4a81.jar Industrial Foregoing {[email protected] DONE}
        useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {[email protected] DONE}
        EnchantmentDescriptions-1.15.2-2.0.5.jar EnchantmentDescriptions {[email protected] DONE}
        titanium-1.15.2-2.3.7.jar Titanium {[email protected] DONE}
        useful_railroads-1.15.2-1.3.2.21.jar Useful Railroads {[email protected] DONE}
        BiomesOPlenty-1.15.2-10.0.0.345-universal.jar Biomes O' Plenty {[email protected] DONE}
        valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] DONE}
        enviromats-1.15.2-2.0.2.1.jar Environmental Materials {[email protected] DONE}
        AdLods-1.15.2-3.0.1.0-build.0008.jar Large Ore Deposits {[email protected] DONE}
        Ding-1.15.2-1.1.0.jar Ding {[email protected] DONE}
        astikorcarts-1.0.2-1.15.2.jar AstikorCarts {[email protected] DONE}
        paintings-1.15.2-7.0.0.0.jar Paintings ++ {[email protected] DONE}
        carrotslib-mc1.15.2-2.5b1.jar Carrots Lib {[email protected] DONE}
        vanillafoodpantry-mc1.15.2-5.5b1.jar Vanilla Food Pantry {[email protected] DONE}
        gravestone-1.17.3.jar Gravestone Mod {[email protected] DONE}
        FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] DONE}
        AutoRegLib-1.5-40.jar AutoRegLib {[email protected] DONE}
        Quark-r2.1-224.jar Quark {[email protected] DONE}
        StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] DONE}
        OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE DONE}
        elevatorid-1.15.2-1.7.0.jar Elevator Mod {[email protected] DONE}
        structurize-0.10.282-RELEASE.jar Structurize {[email protected] DONE}
        minecolonies-0.10.771-RELEASE-universal.jar Minecolonies {[email protected] DONE}
        FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] DONE}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] DONE}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] DONE}
        engineersdecor-1.15.2-1.0.20-b2.jar Engineer's Decor {[email protected] DONE}
        RefinedRelocation_1.15.2-7.0.1.jar Refined Relocation {[email protected] DONE}
        Aquaculture-1.15.2-2.0.13.jar Aquaculture 2 {[email protected] DONE}
        tramplestopper-1.15.2-2.0.0.1-universal.jar Trample Stopper {[email protected] DONE}
        XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {[email protected] DONE}
        FastLeafDecay-v20.jar FastLeafDecay {fastleafdecay@v20 DONE}
        SoundFilters-0.13_for_1.15.2.jar Sound Filters {[email protected]_for_1.15.2 DONE}
        xptome-1.15.1-v1.1.4.jar XP Tome {[email protected] DONE}
        BetterAdvancements-1.15.2-0.1.0.96.jar Better Advancements {[email protected] DONE}
    Launched Version: forge-31.1.30
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: GeForce RTX 2080/PCIe/SSE2 GL version 4.6.0 NVIDIA 442.59, NVIDIA Corporation
    GL Caps: Using framebuffer using OpenGL 3.0
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: vanilla, mod_resources, file/1.15.2-r1.zip
    Current Language: English (US)
    CPU: 16x Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz

Link to comment
Share on other sites

You appear to be using a 1.14 version of Neat on 1.15.2, try removing it

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

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



×
×
  • Create New...

Important Information

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