ritcher01 Posted March 28, 2020 Posted March 28, 2020 my game starts normally and when i start the world the game crashes log: ---- Minecraft Crash Report ---- // Who set us up the TNT? Time: 3/28/20 5:45 PM Description: Unexpected error java.lang.NoSuchMethodError: net.minecraftforge.client.event.RenderWorldLastEvent.getProjectionMatrix()Lnet/minecraft/client/renderer/Matrix4f; at vazkii.neat.HealthBarRenderer.onRenderWorldLast(HealthBarRenderer.java:55) ~[?:1.6-20] {re:classloading} at net.minecraftforge.eventbus.ASMEventHandler_994_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:177) ~[?:?] {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.18.jar:31.1] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$410/1036606347.call(Unknown Source) [forge-1.15.2-31.1.18.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:?] {} 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:55) at net.minecraftforge.eventbus.ASMEventHandler_994_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:177) at net.minecraft.client.renderer.GameRenderer.func_228378_a_(GameRenderer.java:602) -- Affected level -- Details: All players: 1 total; [ClientPlayerEntity['Laion_25'/647, l='MpServer', x=190.78, y=59.00, z=-237.09]] Chunk stats: Client Chunk Cache: 441, 255 Level dimension: DimensionType{minecraft:overworld} Level name: MpServer Level seed: -5975556301927342012 Level generator: ID 07 - biomesoplenty, ver 0. Features enabled: false Level generator options: {} Level spawn location: World: (224,63,-175), Chunk: (at 0,3,1 in 14,-11; contains blocks 224,0,-176 to 239,255,-161), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1) Level time: 4286242 game time, 157407 day time Known server brands: Level was modded: false Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: true), 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$410/1036606347.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: 652793912 bytes (622 MB) / 2412773376 bytes (2301 MB) up to 2863661056 bytes (2731 MB) CPUs: 4 JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx3072m -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.18.jar object_holder_definalize PLUGINSERVICE /forge-1.15.2-31.1.18.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-2.0.3-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.15.2-31.1.18.jar capability_inject_definalize PLUGINSERVICE /forge-1.15.2-31.1.18.jar runtimedistcleaner PLUGINSERVICE /forge-1.15.2-31.1.18.jar fml TRANSFORMATIONSERVICE FML: 31.1 Forge: net.minecraftforge:31.1.18 FML Language Providers: [email protected] minecraft@1 Mod List: NetherPortalFix_1.15.2-6.0.0.jar NetherPortalFix {[email protected] DONE} incontrol-1.15-4.0.2.jar InControl {[email protected] DONE} ProjectE-1.15.2-PE1.0.2B.jar ProjectE {[email protected] DONE} KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {[email protected] DONE} Neat 1.6-20.jar Neat {[email protected] DONE} ForgeEndertech-1.15.2-6.0.0.0-build.0004.jar Forge Endertech {[email protected] DONE} timber-1.15.2-1.4.jar Timber Mod {[email protected] DONE} JRFTL [1.15.2]-1.1.jar JRFTL {[email protected] DONE} Placebo-1.15.2-3.0.2.jar Placebo {[email protected] DONE} MutantBeasts-1.15.2-1.0.1.jar Mutant Beasts {[email protected] DONE} branders-enhanced-mob-spawners-v1.15.2-1.5.4.jar Enhanced Mob Spawners {[email protected] DONE} Bookshelf-1.15.2-5.0.1.jar Bookshelf {[email protected] DONE} u_team_core-1.15.2-2.11.0.156.jar U Team Core {[email protected] DONE} ForgivingVoid_1.15.1-4.0.0.jar Forgiving Void {[email protected] DONE} DarkUtilities-1.15.2-3.0.1.jar Dark Utilities {[email protected] DONE} carpetstairsmod-mc1.15-v1.3.jar Carpet Stairs Mod {[email protected] DONE} ExpOreMod-1.15.2-1.1.jar Exp Ore Block {[email protected] DONE} mysticallib-1.15.2-2.0.0.jar Mystical Lib {[email protected] DONE} absentbydesign-1.15.2-1.0.5 .jar Absent By Design Mod {[email protected] DONE} mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] DONE} wetstone-1.2.0.jar Wetstone {[email protected] DONE} useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {[email protected] DONE} torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] DONE} AmbientSounds_v3.0.17_mc1.15.2.jar Ambient Sounds {[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} valhelsia_structures-15.0.2a.jar Valhelsia Structures {[email protected] DONE} ironfurnaces-1.15.2-2.0.1.jar Iron Furnaces {[email protected] DONE} mining_dimension-1.15.2-1.0.1.jar Mining World {[email protected] DONE} SilentGear-1.15.2-1.5.4+79.jar Silent Gear {[email protected]+79 DONE} simplylight-1.15.2-0.9.0.jar Simply Light {[email protected] DONE} Trapcraft-1.15.2-2.7.0.jar Trapcraft {[email protected] DONE} curios-FORGE-1.15.2-2.0.jar Curios API {[email protected] DONE} Patchouli-1.15.2-1.2-28.jar Patchouli {[email protected] DONE} OreExcavation-1.7.149.jar Ore Excavation {oreexcavation@NONE DONE} angelring-1.15.2-1.2.0.jar Angel Ring {[email protected] DONE} lostcities-1.15-3.0.0-alpha.jar LostCities {[email protected] DONE} libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] DONE} elevatorid-1.15.2-1.7.0.jar Elevator Mod {[email protected] DONE} usefulhats-1.6.0-1.15.1+.jar Useful Hats {[email protected]+ DONE} obfuscate-0.3.4-1.15.2.jar Obfuscate {[email protected] DONE} vehicle-mod-0.43.0-1.15.2.jar MrCrayfish's Vehicle Mod {[email protected] DONE} NaturesAura-23.3.jar Nature's Aura {naturesaura@version DONE} ChunkNoGoByeBye-1.15.2-1.2.0.jar ChunkNoGoByeBye {[email protected] DONE} interiormod-1.15.2-1.2.1.jar TheMCBrothers Interior Mod {[email protected] DONE} furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] DONE} mcw-furnitures-1.0.0-mc1.15.2.jar Macaw's Furniture {[email protected] DONE} AdChimneys-1.15.2-5.0.2.0-build.0007.jar Advanced Chimneys {[email protected] DONE} YAMDA-5.0.2.jar YAMDA {[email protected] DONE} branders-sulfurpotassiummod-1.15.2-2.3.0.jar Sulfur And Potassium - make gunpowder {[email protected] DONE} getinthebucketmod-1.15.2-2.2.0.jar Get In The Bucket Mod {[email protected] DONE} speedyladders-1.15.2-1.jar Speedy Ladders {[email protected] DONE} FastLeafDecay-v20.jar FastLeafDecay {fastleafdecay@v20 DONE} QuantumStorage-1.15.2-5.1.1.jar QuantumStorage {quantumstorage@NONE DONE} Treasure-Bags-1.15.2-1.2.1+21.jar Treasure Bags {[email protected]+21 DONE} Cyclic-1.15.2-0.1.11.jar Cyclic {[email protected] DONE} AdFinders-1.15.2-4.0.0.0-build.0004.jar Advanced Finders {[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} damage_indicator-0.1.0.jar Ama's Damage Indicator {[email protected] DONE} mining-helmet-1.15.2-1.0.6.jar Mining Helmet {[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} longfallboots-1.4.0b.jar Long Fall Boots {[email protected] DONE} Mekanism-1.15.2-9.9.17.409.jar Mekanism {[email protected] DONE} reap-1.12.2.jar Reap Mod {[email protected] DONE} invtweaks-1.15.2-1.0.1.jar Inventory Tweaks Reborn {[email protected] DONE} Waystones_1.15.2-6.0.0.jar Waystones {[email protected] DONE} MoreOresInONE-1.1_1.15.2.jar More Ores in ONE {[email protected] DONE} journeymap-1.15.2-5.7.0beta1.jar Journeymap {[email protected] DONE} enviromats-1.15.2-2.0.2.1.jar Environmental Materials {[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} EnderBags-1.15.1-5.0.0.jar Ender Bags {[email protected] DONE} decorative_blocks_6c.jar Decorative Blocks {[email protected] DONE} DungeonCrawl-1.15.2-1.6.3.jar Dungeon Crawl {[email protected] DONE} snowundertrees-1.15.1-v1.0.jar Snow Under Trees {[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} traverse-1.15.2-3.0.0.jar Traverse {[email protected] DONE} CraftTweaker-1.15.2-6.0.0.9.jar CraftTweaker {[email protected] DONE} gemsplusplus-1.7.jar GemsPlusPlus {[email protected] DONE} forge-1.15.2-31.1.18-universal.jar Forge {[email protected] DONE} ultra_amplified_dimension-1.15.2-7.2.3.jar Ultra Amplified Dimension {[email protected] DONE} ironchest-1.15.2-10.0.2.jar Iron Chests {[email protected] DONE} MinersAdvantage-1.15.2-1.6.5.22.jar MinersAdvantage {[email protected] DONE} forge-1.15.2-31.1.18-client.jar Minecraft {[email protected] DONE} EnchantmentDescriptions-1.15.2-2.0.1.jar EnchantmentDescriptions {[email protected] DONE} swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] DONE} MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] DONE} instahouses-1.15.2-1.1.1.jar Slashkings InstaHouses {[email protected] DONE} useful_railroads-1.15.2-1.3.2.21.jar Useful Railroads {[email protected] DONE} SilentLib-1.15.2-4.6.0+48.jar Silent Lib {[email protected]+48 DONE} AdLods-1.15.2-3.0.0.0-build.0004.jar Large Ore Deposits {[email protected] DONE} paintings-1.15.2-7.0.0.0.jar Paintings ++ {[email protected] DONE} dimdungeons-1.04-forge-1.15.2.jar Dimensional Dungeons {[email protected] DONE} JAOPCA-1.15.2-3.0.0.21.jar JAOPCA {[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} sit-1.15.1-v1.3.jar Sit {[email protected] DONE} nether_ores-1.1.jar Nether ores {[email protected] DONE} tubesreloaded-1.15.2-1.3.0c.jar Tubes Reloaded {[email protected] DONE} structurize-0.10.272-ALPHA.jar Structurize {[email protected] DONE} minecolonies-0.10.716-RELEASE-universal.jar Minecolonies {[email protected] DONE} FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] DONE} Vampirism-1.15.2-1.6.0-alpha+20200307-2118.jar Vampirism {[email protected]+20200307-1337 DONE, [email protected]+20200307-1337 DONE} SilentGems-1.15.2-3.5.1+84.jar Silent's Gems 3 {[email protected]+84 DONE} CosmeticArmorReworked-1.15.2-v1a.jar CosmeticArmorReworked {[email protected] DONE} parachutemod-1.15.2-3.0.2-478.jar Parachute Mod NG {[email protected] DONE} SuperTools-1.1_1.15.2.jar Super Tools {[email protected] DONE} luckyores-1.15.2-1.3.1.jar Lucky Ores Mod {[email protected] DONE} Launched Version: forge-31.1.18 Backend library: LWJGL version 3.2.2 build 10 Backend API: Intel(R) HD Graphics 2500 GL version 4.0.0 - Build 10.18.10.4252, Intel 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: Current Language: English (US) CPU: 4x Intel(R) Core(TM) i3-3240 CPU @ 3.40GHz Quote
Ugdhar Posted March 28, 2020 Posted March 28, 2020 4 minutes ago, ritcher01 said: at vazkii.neat.HealthBarRenderer.onRenderWorldLast(HealthBarRenderer.java:55) Based on that, I would say it's the Neat mod causing that error. Remove it, or make sure you have the correct version for the version of forge (not only version of minecraft) that you are using. I would also double check the list of mods you have, it almost looked like you had one in there for 1.12, which would cause issues for sure. Quote
ritcher01 Posted March 28, 2020 Author Posted March 28, 2020 5 minutes ago, Ugdhar said: Based on that, I would say it's the Neat mod causing that error. Remove it, or make sure you have the correct version for the version of forge (not only version of minecraft) that you are using. I would also double check the list of mods you have, it almost looked like you had one in there for 1.12, which would cause issues for sure. thank you! Quote
Recommended Posts
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.