java.lang.NullPointerException: Unexpected error
at net.divinerpg.utils.events.UpdateChecker.isUpdateAvailable(UpdateChecker.java:25)
at net.divinerpg.client.render.gui.GUIOverlay.drawOverlay(GUIOverlay.java:34)
at net.divinerpg.utils.events.EventOverlay.renderOverlay(EventOverlay.java:19)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_29_EventOverlay_renderOverlay_RenderGameOverlayEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:899)
at net.minecraftforge.client.GuiIngameForge.renderExperience(GuiIngameForge.java:544)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:150)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1038)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.divinerpg.utils.events.UpdateChecker.isUpdateAvailable(UpdateChecker.java:25)
at net.divinerpg.client.render.gui.GUIOverlay.drawOverlay(GUIOverlay.java:34)
at net.divinerpg.utils.events.EventOverlay.renderOverlay(EventOverlay.java:19)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_29_EventOverlay_renderOverlay_RenderGameOverlayEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:899)
at net.minecraftforge.client.GuiIngameForge.renderExperience(GuiIngameForge.java:544)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:150)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['SkillAuraPvP123'/1117, l='MpServer', x=191.50, y=72.62, z=254.50]]
Chunk stats: MultiplayerChunkCache: 0, 0
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (184,64,256), Chunk: (at 8,4,0 in 11,16; contains blocks 176,0,256 to 191,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 6 game time, 6 day time
Level dimension: 0
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
Forced entities: 1 total; [EntityClientPlayerMP['SkillAuraPvP123'/1117, l='MpServer', x=191.50, y=72.62, z=254.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
If I had to guess, I'd say you are using a dev version of NEI or CodeChickenCore. Make sure you are using the latest universal 1.7.10 builds of both NEI and CodeChickenCore - NOT dev or src.
EDIT: The OP has been completely changed, this response is no longer relevant.
If I had to guess, I'd say you are using a dev version of NEI or CodeChickenCore. Make sure you are using the latest universal 1.7.10 builds of both NEI and CodeChickenCore - NOT dev or src.
What makes you say that? The crash report clearly states that they are using the universal version of NEI.
Also, DivineRPG's update checker thing is crashing. I don't know why, the forums say it works for some but crashes for others.
I have another problem, other than NEI!
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 11/10/15 5:45 PM
Description: Unexpected error
java.lang.NullPointerException: Unexpected error
at net.divinerpg.utils.events.UpdateChecker.isUpdateAvailable(UpdateChecker.java:25)
at net.divinerpg.client.render.gui.GUIOverlay.drawOverlay(GUIOverlay.java:34)
at net.divinerpg.utils.events.EventOverlay.renderOverlay(EventOverlay.java:19)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_29_EventOverlay_renderOverlay_RenderGameOverlayEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:899)
at net.minecraftforge.client.GuiIngameForge.renderExperience(GuiIngameForge.java:544)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:150)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1038)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.divinerpg.utils.events.UpdateChecker.isUpdateAvailable(UpdateChecker.java:25)
at net.divinerpg.client.render.gui.GUIOverlay.drawOverlay(GUIOverlay.java:34)
at net.divinerpg.utils.events.EventOverlay.renderOverlay(EventOverlay.java:19)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_29_EventOverlay_renderOverlay_RenderGameOverlayEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:899)
at net.minecraftforge.client.GuiIngameForge.renderExperience(GuiIngameForge.java:544)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:150)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['SkillAuraPvP123'/1117, l='MpServer', x=191.50, y=72.62, z=254.50]]
Chunk stats: MultiplayerChunkCache: 0, 0
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (184,64,256), Chunk: (at 8,4,0 in 11,16; contains blocks 176,0,256 to 191,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 6 game time, 6 day time
Level dimension: 0
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
Forced entities: 1 total; [EntityClientPlayerMP['SkillAuraPvP123'/1117, l='MpServer', x=191.50, y=72.62, z=254.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1086173344 bytes (1035 MB) / 1746403328 bytes (1665 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1557 101 mods loaded, 101 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA CollectiveFrameworkCore{1.0.0-132} [Collective Framework Core] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1557-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1557} [Minecraft Forge] (forge-1.7.10-10.13.4.1557-1.7.10.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJAAAA OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA PeripheralsPlusPlusCore{1.3.3} [Peripherals++ Core] (minecraft.jar)
UCHIJAAAA divinerpg{1.4.1.3} [DivineRPG] ([1.7.10][SMP]DivineRPG-1.4.1.3.jar)
UCHIJAAAA Apocalypse{0.0.6} [§cApocalypse§r] (Apocalypse-1.7.10-0.0.6.jar)
UCHIJAAAA MovingWorld{1.7.10-1.8} [Moving World] (movingworld-1.7.10-1.8.jar)
UCHIJAAAA ArchimedesShipsPlus{1.7.10-1.8} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.jar)
UCHIJAAAA betterrecords{@[email protected]} [Better Records] (BetterRecords-1.7.10-1.2.0.jar)
UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCHIJAAAA bookshelf{1.0.2.56} [Bookshelf] (Bookshelf-1.7.10-1.0.2.56.jar)
UCHIJAAAA chancecubes{1.7.10-1.4.3.41} [Chance Cubes] (ChanceCubes-1.7.10-1.4.3.41.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHIJAAAA CollectiveFramework{1.0.0-132} [Collective Framework] (CollectiveFramework-1.0.0-132.jar)
UCHIJAAAA ComputerCraft{1.74} [ComputerCraft] (ComputerCraft1.74.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UCHIJAAAA openmodularturrets{2.1.5-184} [Open Modular Turrets] (OpenModularTurrets-1.7.10-2.1.5-184.jar)
UCHIJAAAA combatplus{1.0.3} [Combat Plus] (CombatPlus-1.0.3.jar)
UCHIJAAAA D3Core{1.1.0.31} [D3Core] (D3Core-1.7.10-1.1.0.31.jar)
UCHIJAAAA dldungeonsjdg{1.8.5} [Doomlike Dungeons] (DoomlikeDungeons-1.8.5-MC1.7.10.jar)
UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAAAA Doors{4.0.1} [Doors] (Doors-4.0.1.jar)
UCHIJAAAA DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10k.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCHIJAAAA helpfulvillagers{1.3.1} [Helpful Villagers] (helpfulvillagers-1.7.10-1.3.1.jar)
UCHIJAAAA HopperDuctMod{1.3.2} [Hopper Ducts] (hopperductmod-1.7.10-1.3.2.jar)
UCHIJAAAA IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
UCHIJAAAA journeymap{@[email protected]} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
UCHIJAAAA lootbags{1.8.1} [Loot Bags] (LootBags-1.7.10-1.8.1.jar)
UCHIJAAAA Lumberjack{1.1.0.21} [Lumberjack] (Lumberjack-1.7.10-1.1.0.21.jar)
UCHIJAAAA lycanitesmobs{1.13.0.3 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHIJAAAA arcticmobs{1.13.0.3 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHIJAAAA demonmobs{1.13.0.3 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHIJAAAA desertmobs{1.13.0.3 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHIJAAAA forestmobs{1.13.0.3 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHIJAAAA freshwatermobs{1.13.0.3 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHIJAAAA infernomobs{1.13.0.3 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHIJAAAA junglemobs{1.13.0.3 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHIJAAAA mountainmobs{1.13.0.3 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHIJAAAA plainsmobs{1.13.0.3 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHIJAAAA saltwatermobs{1.13.0.3 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHIJAAAA shadowmobs{1.13.0.3 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHIJAAAA swampmobs{1.13.0.3 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHIJAAAA RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar)
UCHIJAAAA MCA{1.7.10-5.1.0.1} [Minecraft Comes Alive] (MCA-1.7.10-5.1.0.1-universal.jar)
UCHIJAAAA MemoryCleaner{1.0} [Memory Cleaner] (MemoryCleaner-1.4-mc.1.7.10.jar)
UCHIJAAAA MonsterSwarm{1.0.4} [Monster Swarm] (MonsterSwarm-1.0.4.jar)
UCHIJAAAA moreores{3.0.2,} [Mr.Robertman's More Ores] (More Ores V3.0.2 (MC 1.7.10).jar)
UCHIJAAAA morematerials{0.9.20150214.0} [More Materials] (morematerials-0.9.20150615.0-MC1.7-20150621.jar)
UCHIJAAAA Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar)
UCHIJAAAA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.0.13} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.13.jar)
UCHIJAAAA NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar)
UCHIJAAAA OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar)
UCHIJAAAA OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4.jar)
UCHIJAAAA pandorasbox{2.0.1} [Pandora's Box] (PandorasBox-2.1.jar)
UCHIJAAAA PeripheralsPlusPlus{1.3.3} [Peripherals++] (Peripherals++-1.3.3.jar)
UCHIJAAAA ragdollCorpses{0.12} [Ragdoll Corpses] (ragdollCorpses-0.12 for 1.7.10.jar)
UCHIJAAAA secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.406.jar)
UCHIJAAAA simplerefinement{1.0} [Simple Refinement] (SimpleRefinement-mc1.7.10-1.0.jar)
UCHIJAAAA soundfilters{0.8_for_1.7.X} [Sound Filters] (SoundFilters-0.8_for_1.7.X.jar)
UCHIJAAAA telepads{1.0.0} [Telepads] (Telepads 1.7.10 Full Release 3.1.jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJAAAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCHIJAAAA tinker_io{beta 1.4.2} [Tinker I/O] (tinker_io-1.7.10-beta 1.4.2.jar)
UCHIJAAAA um_tmodifiers{1.2.1} [Tinkers' Modifiers] (Tinkers' Modifiers v1.2.1.jar)
UCHIJAAAA wailafeatures{0.1.0} [WAILA Features] (WAILA-features-1.7.10-0.1.0.jar)
UCHIJAAAA WailaHarvestability{1.1.5} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.5.jar)
UCHIJAAAA werkbench{1.2.56} [Werkbench] (Werkbench-1.7.10-1.2.56.jar)
UCHIJAAAA WTFCore{1.65} [WhiskyTangoFox's Core] (WTFCore-1.7.10_v1.65.jar)
UCHIJAAAA youtubers{1.8.0} [Youtubers+ Mod] (youtubers-1.8.0-MC1.7.10.jar)
UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA IguanaTweaksTConstruct{1.7.10-2.1.5.140} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.5.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4252' Renderer: 'Intel(R) HD Graphics'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
CoFHCore: -[1.7.10]3.0.3-303
ThermalFoundation: -[1.7.10]1.2.0-102
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.0-12
ThermalDynamics: -[1.7.10]1.1.0-161
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Launched Version: forge-10.13.4.1557
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 10.18.10.4252, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIf I had to guess, I'd say you are using a dev version of NEI or CodeChickenCore. Make sure you are using the latest universal 1.7.10 builds of both NEI and CodeChickenCore - NOT dev or src.
EDIT: The OP has been completely changed, this response is no longer relevant.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
I am using the Universwal version! I will update my post. Thanks, but using any other version still seems to do the same.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumWhat makes you say that? The crash report clearly states that they are using the universal version of NEI.
Also, DivineRPG's update checker thing is crashing. I don't know why, the forums say it works for some but crashes for others.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumHe updated the OP and removed the old log that I was talking about. It's a completely different crash now - my response is no longer relevant.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.