Hello jtrent238, I have been trying to run Minecraft version 1.7.10 with a collection of mods for the entirety of yesterday. The entire time I kept hitting various snags and bumps in the code that have caused a variety of crashes; they first began when starting up Minecraft, and eventually occurred only when I joined a local world.
To further explain the above statement, I have been trying to determine the cause of the crashes on my own. Since I have little to no experience with the coding of Minecraft, as well as Java in general, I made a small amount of progress.
At first Minecraft was refusing to start up and would never reach the main menu. After a while of messing with the mods and forge installations (I also used liteloader for a short time before removing it), I was able to start the game and access the options and main menu items.
As soon as I attempted to start a new world to test if it would load, the game would fail and crash. I have tried to watch the game session log on the Minecraft launcher in real time, but I am at a loss as to what it all means. I have noticed that I am actually able to join the world for a brief second, but it immediately begins to shut down the internal server and log me off.
I am going to include the crash report for my latest attempt below. (The crash report will be pasted into a spoiler, and all other important files will be in a downloadable .zip file for ease of access.)
crash-2015-07-21_08.26.28-client.txt:
---- Minecraft Crash Report ---- // Sorry :(
Time: 7/21/15 8:26 AM Description: Unexpected error
java.lang.NoSuchMethodError: com.mojang.authlib.minecraft.MinecraftProfileTexture.<init>(Ljava/lang/String;)V at net.minecraft.client.entity.AbstractClientPlayer.<init>(AbstractClientPlayer.java:46) at net.minecraft.client.entity.EntityPlayerSP.<init>(EntityPlayerSP.java:79) at net.minecraft.client.entity.EntityClientPlayerMP.<init>(SourceFile:36) at net.minecraft.client.multiplayer.PlayerControllerMP.func_147493_a(PlayerControllerMP.java:399) at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2226) at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146) at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240) at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70) at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2061) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) 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.minecraft.client.entity.AbstractClientPlayer.<init>(AbstractClientPlayer.java:46) at net.minecraft.client.entity.EntityPlayerSP.<init>(EntityPlayerSP.java:79) at net.minecraft.client.entity.EntityClientPlayerMP.<init>(SourceFile:36) at net.minecraft.client.multiplayer.PlayerControllerMP.func_147493_a(PlayerControllerMP.java:399) at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2226) at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146) at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240) at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70) at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Affected level -- Details: Level name: MpServer All players: 0 total; [] Chunk stats: MultiplayerChunkCache: 0, 0 Level seed: 0 Level generator: ID 04 - RWG, ver 0. Features enabled: false Level generator options: Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 0 game time, 0 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: 0 total; [] Retry entities: 0 total; [] Server brand: ~~ERROR~~ NullPointerException: null 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)
I would be extremely grateful if you can assist me directly, or in the very least help by pointing me to the correct location for this type of post. Since this is the first time I have reached out for help on this type of topic (I usually rely on older posts and other methods of trouble shooting), I have little experience on who to ask and where to do so.
Time: 7/21/15 2:50 PM Description: Initializing game
java.lang.NoSuchMethodError: net.minecraft.client.renderer.texture.TextureMap.<init>(ILjava/lang/String;Z)V at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:540) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) 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.minecraft.client.Minecraft.func_71384_a(Minecraft.java:540)
-- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) 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 7 (x86) version 6.1 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation Memory: 82108896 bytes (78 MB) / 354070528 bytes (337 MB) up to 1037959168 bytes (989 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1024m -Xms256m -XX:PermSize=192m AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 Optifine OptiFine_1.7.10_HD_U_A4 35 mods loaded, 35 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.05} [Minecraft Coder Pack] (minecraft.jar) UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1492-1.7.10.jar) UCH Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10.jar) UCH Aroma1997Core{1.0.2.14} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.14.jar) UCH CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) UCH NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar) UCH OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar) UCH backpacks16840{3.0.4} [Backpacks!] (zz-backpacks 1.7.10 - 3.0.4.jar) UCH FamiliarsAPI{1.7.10} [Familiars API] (FamiliarsAPI-1.7.10.jar) UCH bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar) UCH StatusEffectHUD{1.27} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.27.jar) UCH WorldStateCheckpoints{1.7.10.r03} [WorldStateCheckpoints] ([1.7.10]WorldStateCheckpoints-client-1.7.10.r03.jar) UCH Aroma1997CoreHelper{1.0.2.14} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.14.jar) UCH Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar) UCH BetterChests{1.1.1.9} [BetterChests] (BetterChests-1.7.10-1.1.1.9.jar) UCH BetterFoliage{1.0.13} [Better Foliage] (BetterFoliage-mc1.7-1.0.13.jar) UCH betterrain{0.15} [Better Rain] (betterrain-1.7.2-1.7.10_0.15.jar) UCH BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar) UCH bigtrees{1.7.2b} [The BigTrees Mod] (BigTrees-172b-forge1060.jar) UCH BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar) UCH ChickenChunks{1.3.4.16} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.16-universal.jar) UCH EnderStorage{1.4.5.27} [EnderStorage] (EnderStorage-1.7.10-1.4.5.27-universal.jar) UCH DefaultMobPack{1.7.10} [DefaultMobPack] (FamiliarsDefaultMobPack-1.7.10.jar) UCH ExtendedFamPack{1.7.10} [ExtendedFamPack] (FamiliarsExtendedFamPack-1.7.10.jar) UCH GrygrFlzr_GlowstoneWire{1.0.2.113} [Glowstone Wire] (GlowstoneWire-1.7.x-1.0.2.113.jar) UCH harvestcraft{1.7.10i} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10i.jar) UCH RWG{Alpha 1.3.2} [Realistic World Gen Alpha] (RWG-alpha-1.3.2.jar) UCH Translocator{1.1.1.14} [Translocator] (Translocator-1.7.10-1.1.1.14-universal.jar) UCH worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar) UCH ForgeMultipart{1.1.0.309} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar) UCH WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar) UCH WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar) UCH WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar) UCH McMultipart{1.1.0.309} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar) UCH ForgeMicroblock{1.1.0.309} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar) Launched Version: forge-10.13.4.1492 LWJGL: 2.9.1 OpenGL: ATI Radeon 3100 Graphics GL version 3.3.10750 Compatibility Profile Context, ATI Technologies Inc. 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)
They Are Both Crashing Because Of A Texture Issue!
Think I Figured It Out! Now There Is Another Issue!
Here Is Another Crash Report:
---- Minecraft Crash Report ---- // Quite honestly, I wouldn't worry myself about that.
Time: 7/21/15 3:11 PM Description: Rendering item
java.lang.IllegalArgumentException: Cannot create a fluidstack from a null fluid at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:36) at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:67) at codechicken.enderstorage.storage.liquid.TankSynchroniser$PlayerItemTankCache.getLiquid(TankSynchroniser.java:225) at codechicken.enderstorage.storage.liquid.TankSynchroniser.getClientLiquid(TankSynchroniser.java:264) at codechicken.enderstorage.common.ItemEnderStorageRenderer.renderItem(ItemEnderStorageRenderer.java:48) at net.minecraftforge.client.ForgeHooksClient.renderInventoryItem(ForgeHooksClient.java:183) at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:563) at codechicken.nei.guihook.GuiContainerManager.drawSlotItem(GuiContainerManager.java:488) at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:270) at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:99) at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38) at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:638) at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061) 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.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:36) at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:67) at codechicken.enderstorage.storage.liquid.TankSynchroniser$PlayerItemTankCache.getLiquid(TankSynchroniser.java:225) at codechicken.enderstorage.storage.liquid.TankSynchroniser.getClientLiquid(TankSynchroniser.java:264) at codechicken.enderstorage.common.ItemEnderStorageRenderer.renderItem(ItemEnderStorageRenderer.java:48) at net.minecraftforge.client.ForgeHooksClient.renderInventoryItem(ForgeHooksClient.java:183)
-- Item being rendered -- Details: Item Type: codechicken.enderstorage.common.ItemEnderStorage@cc2b21 Item Aux: 4096 Item NBT: null Item Foil: false Stacktrace: at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:563) at codechicken.nei.guihook.GuiContainerManager.drawSlotItem(GuiContainerManager.java:488) at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:270) at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:99) at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38) at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:638)
I have an issues with a couple Mod packs i have installed on my cursevoice client. I get good FPS 40-60 when I'm walking around, no sign of lag. The issues comes into play when I break any blocks, there is a delay 3-6 sec for the block to actually break. I think it may be one of the mods, just wondering if anyone else has had a similar issue. One packs is from FTB and I do not see any forum posts on their official forum page relating to the issue. The other pack is a Curse Mod pack so I'm not sure if it is from using CurseVoice or just a particular mod in the pack.
I have an issues with a couple Mod packs i have installed on my cursevoice client. I get good FPS 40-60 when I'm walking around, no sign of lag. The issues comes into play when I break any blocks, there is a delay 3-6 sec for the block to actually break. I think it may be one of the mods, just wondering if anyone else has had a similar issue. One packs is from FTB and I do not see any forum posts on their official forum page relating to the issue. The other pack is a Curse Mod pack so I'm not sure if it is from using CurseVoice or just a particular mod in the pack.
updateing mym odpack and the genorate modpack buttion is not showing up nothing has changed on my crome it still has tampamonkey allready made a thread about this
updateing mym odpack and the genorate modpack buttion is not showing up nothing has changed on my crome it still has tampamonkey allready made a thread about this
Need Help? Just Ask Me!
@jtrent238
Hello jtrent238, I have been trying to run Minecraft version 1.7.10 with a collection of mods for the entirety of yesterday. The entire time I kept hitting various snags and bumps in the code that have caused a variety of crashes; they first began when starting up Minecraft, and eventually occurred only when I joined a local world.
To further explain the above statement, I have been trying to determine the cause of the crashes on my own. Since I have little to no experience with the coding of Minecraft, as well as Java in general, I made a small amount of progress.
At first Minecraft was refusing to start up and would never reach the main menu. After a while of messing with the mods and forge installations (I also used liteloader for a short time before removing it), I was able to start the game and access the options and main menu items.
As soon as I attempted to start a new world to test if it would load, the game would fail and crash. I have tried to watch the game session log on the Minecraft launcher in real time, but I am at a loss as to what it all means. I have noticed that I am actually able to join the world for a brief second, but it immediately begins to shut down the internal server and log me off.
I am going to include the crash report for my latest attempt below. (The crash report will be pasted into a spoiler, and all other important files will be in a downloadable .zip file for ease of access.)
crash-2015-07-21_08.26.28-client.txt:
---- Minecraft Crash Report ----
// Sorry :(
Time: 7/21/15 8:26 AM
Description: Unexpected error
java.lang.NoSuchMethodError: com.mojang.authlib.minecraft.MinecraftProfileTexture.<init>(Ljava/lang/String;)V
at net.minecraft.client.entity.AbstractClientPlayer.<init>(AbstractClientPlayer.java:46)
at net.minecraft.client.entity.EntityPlayerSP.<init>(EntityPlayerSP.java:79)
at net.minecraft.client.entity.EntityClientPlayerMP.<init>(SourceFile:36)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_147493_a(PlayerControllerMP.java:399)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2226)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2061)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
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.minecraft.client.entity.AbstractClientPlayer.<init>(AbstractClientPlayer.java:46)
at net.minecraft.client.entity.EntityPlayerSP.<init>(EntityPlayerSP.java:79)
at net.minecraft.client.entity.EntityClientPlayerMP.<init>(SourceFile:36)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_147493_a(PlayerControllerMP.java:399)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2226)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Affected level --
Details:
Level name: MpServer
All players: 0 total; []
Chunk stats: MultiplayerChunkCache: 0, 0
Level seed: 0
Level generator: ID 04 - RWG, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 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: 0 total; []
Retry entities: 0 total; []
Server brand: ~~ERROR~~ NullPointerException: null
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 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 217070144 bytes (207 MB) / 607330304 bytes (579 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_U_A4 35 mods loaded, 35 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 FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHIJAAAA Aroma1997Core{1.0.2.14} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.14.jar)
UCHIJAAAA CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar)
UCHIJAAAA OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar)
UCHIJAAAA backpacks16840{3.0.4} [Backpacks!] (zz-backpacks 1.7.10 - 3.0.4.jar)
UCHIJAAAA FamiliarsAPI{1.7.10} [Familiars API] (FamiliarsAPI-1.7.10.jar)
UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCHIJAAAA StatusEffectHUD{1.27} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.27.jar)
UCHIJAAAA WorldStateCheckpoints{1.7.10.r03} [WorldStateCheckpoints] ([1.7.10]WorldStateCheckpoints-client-1.7.10.r03.jar)
UCHIJAAAA Aroma1997CoreHelper{1.0.2.14} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.14.jar)
UCHIJAAAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar)
UCHIJAAAA BetterChests{1.1.1.9} [BetterChests] (BetterChests-1.7.10-1.1.1.9.jar)
UCHIJAAAA BetterFoliage{1.0.13} [Better Foliage] (BetterFoliage-mc1.7-1.0.13.jar)
UCHIJAAAA betterrain{0.15} [Better Rain] (betterrain-1.7.2-1.7.10_0.15.jar)
UCHIJAAAA BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar)
UCHIJAAAA bigtrees{1.7.2b} [The BigTrees Mod] (BigTrees-172b-forge1060.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
UCHIJAAAA ChickenChunks{1.3.4.16} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.16-universal.jar)
UCHIJAAAA EnderStorage{1.4.5.27} [EnderStorage] (EnderStorage-1.7.10-1.4.5.27-universal.jar)
UCHIJAAAA DefaultMobPack{1.7.10} [DefaultMobPack] (FamiliarsDefaultMobPack-1.7.10.jar)
UCHIJAAAA ExtendedFamPack{1.7.10} [ExtendedFamPack] (FamiliarsExtendedFamPack-1.7.10.jar)
UCHIJAAAA ForgeMultipart{1.1.0.309} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar)
UCHIJAAAA McMultipart{1.1.0.309} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar)
UCHIJAAAA GrygrFlzr_GlowstoneWire{1.0.2.113} [Glowstone Wire] (GlowstoneWire-1.7.x-1.0.2.113.jar)
UCHIJAAAA harvestcraft{1.7.10i} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10i.jar)
UCHIJAAAA RWG{Alpha 1.3.2} [Realistic World Gen Alpha] (RWG-alpha-1.3.2.jar)
UCHIJAAAA Translocator{1.1.1.14} [Translocator] (Translocator-1.7.10-1.1.1.14-universal.jar)
UCHIJAAAA worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
UCHIJAAAA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA ForgeMicroblock{1.1.0.309} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar)
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 860M/PCIe/SSE2 GL version 4.4.0 NVIDIA 344.91, NVIDIA Corporation
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)
Mediafire Download Link for Zip File: Link Removed: https://www.mediafire.com/?33vdf7ob2ak6nnb
I would be extremely grateful if you can assist me directly, or in the very least help by pointing me to the correct location for this type of post. Since this is the first time I have reached out for help on this type of topic (I usually rely on older posts and other methods of trouble shooting), I have little experience on who to ask and where to do so.
Sincerely,
- DragonRaiderII
Are You Using The Curse Launcher?
Here Is My Crash Report:
---- Minecraft Crash Report ----
// Oops.
Time: 7/21/15 2:50 PM
Description: Initializing game
java.lang.NoSuchMethodError: net.minecraft.client.renderer.texture.TextureMap.<init>(ILjava/lang/String;Z)V
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:540)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
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.minecraft.client.Minecraft.func_71384_a(Minecraft.java:540)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
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 7 (x86) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 82108896 bytes (78 MB) / 354070528 bytes (337 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1024m -Xms256m -XX:PermSize=192m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 Optifine OptiFine_1.7.10_HD_U_A4 35 mods loaded, 35 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.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCH Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCH Aroma1997Core{1.0.2.14} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.14.jar)
UCH CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCH NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar)
UCH OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar)
UCH backpacks16840{3.0.4} [Backpacks!] (zz-backpacks 1.7.10 - 3.0.4.jar)
UCH FamiliarsAPI{1.7.10} [Familiars API] (FamiliarsAPI-1.7.10.jar)
UCH bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCH StatusEffectHUD{1.27} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.27.jar)
UCH WorldStateCheckpoints{1.7.10.r03} [WorldStateCheckpoints] ([1.7.10]WorldStateCheckpoints-client-1.7.10.r03.jar)
UCH Aroma1997CoreHelper{1.0.2.14} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.14.jar)
UCH Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar)
UCH BetterChests{1.1.1.9} [BetterChests] (BetterChests-1.7.10-1.1.1.9.jar)
UCH BetterFoliage{1.0.13} [Better Foliage] (BetterFoliage-mc1.7-1.0.13.jar)
UCH betterrain{0.15} [Better Rain] (betterrain-1.7.2-1.7.10_0.15.jar)
UCH BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar)
UCH bigtrees{1.7.2b} [The BigTrees Mod] (BigTrees-172b-forge1060.jar)
UCH BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
UCH ChickenChunks{1.3.4.16} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.16-universal.jar)
UCH EnderStorage{1.4.5.27} [EnderStorage] (EnderStorage-1.7.10-1.4.5.27-universal.jar)
UCH DefaultMobPack{1.7.10} [DefaultMobPack] (FamiliarsDefaultMobPack-1.7.10.jar)
UCH ExtendedFamPack{1.7.10} [ExtendedFamPack] (FamiliarsExtendedFamPack-1.7.10.jar)
UCH GrygrFlzr_GlowstoneWire{1.0.2.113} [Glowstone Wire] (GlowstoneWire-1.7.x-1.0.2.113.jar)
UCH harvestcraft{1.7.10i} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10i.jar)
UCH RWG{Alpha 1.3.2} [Realistic World Gen Alpha] (RWG-alpha-1.3.2.jar)
UCH Translocator{1.1.1.14} [Translocator] (Translocator-1.7.10-1.1.1.14-universal.jar)
UCH worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
UCH ForgeMultipart{1.1.0.309} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar)
UCH WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCH WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCH WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCH McMultipart{1.1.0.309} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar)
UCH ForgeMicroblock{1.1.0.309} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar)
Launched Version: forge-10.13.4.1492
LWJGL: 2.9.1
OpenGL: ATI Radeon 3100 Graphics GL version 3.3.10750 Compatibility Profile Context, ATI Technologies Inc.
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)
They Are Both Crashing Because Of A Texture Issue!
Think I Figured It Out! Now There Is Another Issue!
Here Is Another Crash Report:
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.
Time: 7/21/15 3:11 PM
Description: Rendering item
java.lang.IllegalArgumentException: Cannot create a fluidstack from a null fluid
at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:36)
at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:67)
at codechicken.enderstorage.storage.liquid.TankSynchroniser$PlayerItemTankCache.getLiquid(TankSynchroniser.java:225)
at codechicken.enderstorage.storage.liquid.TankSynchroniser.getClientLiquid(TankSynchroniser.java:264)
at codechicken.enderstorage.common.ItemEnderStorageRenderer.renderItem(ItemEnderStorageRenderer.java:48)
at net.minecraftforge.client.ForgeHooksClient.renderInventoryItem(ForgeHooksClient.java:183)
at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:563)
at codechicken.nei.guihook.GuiContainerManager.drawSlotItem(GuiContainerManager.java:488)
at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:270)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:99)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:638)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
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.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:36)
at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:67)
at codechicken.enderstorage.storage.liquid.TankSynchroniser$PlayerItemTankCache.getLiquid(TankSynchroniser.java:225)
at codechicken.enderstorage.storage.liquid.TankSynchroniser.getClientLiquid(TankSynchroniser.java:264)
at codechicken.enderstorage.common.ItemEnderStorageRenderer.renderItem(ItemEnderStorageRenderer.java:48)
at net.minecraftforge.client.ForgeHooksClient.renderInventoryItem(ForgeHooksClient.java:183)
-- Item being rendered --
Details:
Item Type: codechicken.enderstorage.common.ItemEnderStorage@cc2b21
Item Aux: 4096
Item NBT: null
Item Foil: false
Stacktrace:
at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:563)
at codechicken.nei.guihook.GuiContainerManager.drawSlotItem(GuiContainerManager.java:488)
at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:270)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:99)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:638)
-- Screen render details --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative
Mouse location: Scaled: (325, 222). Absolute: (650, 516)
Screen size: Scaled: (640, 481). Absolute: (1280, 962). Scale factor of 2
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['jtrent238'/8554, l='MpServer', x=113.78, y=72.62, z=-47.38]]
Chunk stats: MultiplayerChunkCache: 1056, 1056
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (125,64,-58), Chunk: (at 13,4,6 in 7,-4; contains blocks 112,0,-64 to 127,255,-49), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 1606 game time, 1606 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 25 total; [EntityItem['item.tile.flowers2.minersdelight'/12607, l='MpServer', x=54.50, y=26.13, z=11.78], EntityBat['Bat'/12667, l='MpServer', x=104.38, y=48.10, z=-111.59], EntityBat['Bat'/12672, l='MpServer', x=67.47, y=26.12, z=12.13], EntityBat['Bat'/12720, l='MpServer', x=103.59, y=29.01, z=-103.47], EntityBat['Bat'/12773, l='MpServer', x=72.06, y=47.95, z=0.06], EntityClientPlayerMP['jtrent238'/8554, l='MpServer', x=113.78, y=72.62, z=-47.38], EntityBat['Bat'/12835, l='MpServer', x=141.44, y=30.24, z=-78.98], EntityBat['Bat'/12857, l='MpServer', x=38.75, y=49.00, z=-32.50], EntityBat['Bat'/12858, l='MpServer', x=36.13, y=49.00, z=-31.31], EntityBat['Bat'/12860, l='MpServer', x=39.75, y=49.00, z=-34.75], EntityBat['Bat'/7852, l='MpServer', x=68.13, y=29.65, z=-21.28], EntityItem['item.tile.gravel'/7868, l='MpServer', x=77.81, y=24.13, z=-85.88], EntityItem['item.tile.flowers2.minersdelight'/7876, l='MpServer', x=72.19, y=28.13, z=-40.28], EntityBat['Bat'/7905, l='MpServer', x=69.50, y=46.46, z=0.53], EntitySheep['Sheep'/7959, l='MpServer', x=108.50, y=64.00, z=-0.50], EntitySheep['Sheep'/7960, l='MpServer', x=105.50, y=65.00, z=0.50], EntitySheep['Sheep'/7961, l='MpServer', x=109.50, y=64.00, z=3.50], EntitySheep['Sheep'/7962, l='MpServer', x=132.09, y=65.00, z=-14.06], EntitySheep['Sheep'/7963, l='MpServer', x=112.50, y=64.00, z=4.50], EntitySheep['Sheep'/7965, l='MpServer', x=131.75, y=65.00, z=-18.38], EntitySheep['Sheep'/7966, l='MpServer', x=120.66, y=65.00, z=-11.25], EntitySheep['Sheep'/7967, l='MpServer', x=122.91, y=69.00, z=-39.91], EntityBat['Bat'/7982, l='MpServer', x=153.50, y=30.46, z=-86.78], EntityBat['Bat'/7983, l='MpServer', x=154.63, y=27.10, z=-57.59], EntityBat['Bat'/7989, l='MpServer', x=171.03, y=36.52, z=-98.00]]
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:919)
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 7 (x86) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 361058544 bytes (344 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1024m -Xms256m -XX:PermSize=192m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 31 mods loaded, 31 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAAAAAAAAAAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAAAAAAAAAAAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAA Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAA Aroma1997Core{1.0.2.14} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.14.jar)
UCHIJAAAAAAAAAAAAAAAA CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCHIJAAAAAAAAAAAAAAAA NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar)
UCHIJAAAAAAAAAAAAAAAA OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAA backpacks16840{3.0.4} [Backpacks!] (zz-backpacks 1.7.10 - 3.0.4.jar)
UCHIJAAAAAAAAAAAAAAAA FamiliarsAPI{1.7.10} [Familiars API] (FamiliarsAPI-1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCHIJAAAAAAAAAAAAAAAA StatusEffectHUD{1.27} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.27.jar)
UCHIJAAAAAAAAAAAAAAAA WorldStateCheckpoints{1.7.10.r03} [WorldStateCheckpoints] ([1.7.10]WorldStateCheckpoints-client-1.7.10.r03.jar)
UCHIJAAAAAAAAAAAAAAAA Aroma1997CoreHelper{1.0.2.14} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.14.jar)
UCHIJAAAAAAAAAAAAAAAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar)
UCHIJAAAAAAAAAAAAAAAA BetterChests{1.1.1.9} [BetterChests] (BetterChests-1.7.10-1.1.1.9.jar)
UCHIJAAAAAAAAAAAAAAAA BetterFoliage{1.0.13} [Better Foliage] (BetterFoliage-mc1.7-1.0.13.jar)
UCHIJAAAAAAAAAAAAAAAA betterrain{0.15} [Better Rain] (betterrain-1.7.2-1.7.10_0.15.jar)
UCHIJAAAAAAAAAAAAAAAA BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar)
UCHIJAAAAAAAAAAAAAAAA bigtrees{1.7.2b} [The BigTrees Mod] (BigTrees-172b-forge1060.jar)
UCHIJAAAAAAAAAAAAAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
UCHIJAAAAAAAAAAAAAAAA ChickenChunks{1.3.4.16} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.16-universal.jar)
UCHIJAAAAAAAAAAAAAAAA EnderStorage{1.4.5.27} [EnderStorage] (EnderStorage-1.7.10-1.4.5.27-universal.jar)
UCHIJAAAAAAAAAAAAAAAA DefaultMobPack{1.7.10} [DefaultMobPack] (FamiliarsDefaultMobPack-1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAA ExtendedFamPack{1.7.10} [ExtendedFamPack] (FamiliarsExtendedFamPack-1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAA GrygrFlzr_GlowstoneWire{1.0.2.113} [Glowstone Wire] (GlowstoneWire-1.7.x-1.0.2.113.jar)
UCHIJAAAAAAAAAAAAAAAA harvestcraft{1.7.10i} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10i.jar)
UCHIJAAAAAAAAAAAAAAAA Translocator{1.1.1.14} [Translocator] (Translocator-1.7.10-1.1.1.14-universal.jar)
UCHIJAAAAAAAAAAAAAAAA worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
UCHIJAAAAAAAAAAAAAAAA ForgeMultipart{1.1.0.309} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar)
UCHIJAAAAAAAAAAAAAAAA McMultipart{1.1.0.309} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar)
UCHIJAAAAAAAAAAAAAAAA ForgeMicroblock{1.1.0.309} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.10750 Compatibility Profile Context' Renderer: 'ATI Radeon 3100 Graphics'
Launched Version: forge-10.13.4.1492
LWJGL: 2.9.1
OpenGL: ATI Radeon 3100 Graphics GL version 3.3.10750 Compatibility Profile Context, ATI Technologies Inc.
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)
So In This Crash Report It Is Ender Storage!
Here Is The Problem:
These Mods Are Conflicting With Something, And If You Should Remove Them And Then Minecraft Will Work!
-EnderStorage-1.7.10-1.4.5.27-universal
-OptiFine_1.7.10_HD_U_A4
-ShadersModCore-v2.3.28-mc1.7.10-f
I need help where do I get the curse launcher?
You Can Get Curse Launcher Here:
http://bit.ly/1ApRP5C
Must be there an incompatible mod. You should contact the modpack creator that must be the responsible, excepting if you added any mods yourself
I Think They Made The Pack!
I have an issues with a couple Mod packs i have installed on my cursevoice client. I get good FPS 40-60 when I'm walking around, no sign of lag. The issues comes into play when I break any blocks, there is a delay 3-6 sec for the block to actually break. I think it may be one of the mods, just wondering if anyone else has had a similar issue. One packs is from FTB and I do not see any forum posts on their official forum page relating to the issue. The other pack is a Curse Mod pack so I'm not sure if it is from using CurseVoice or just a particular mod in the pack.
I Have The Same Problems!
Hi, I got the first Realsed Veirson of my ModPack And its on Curse Page and All But not Showing At Curse Voice Minecraft ModPacks, Why?
Link: http://minecraft.curseforge.com/modpacks/236463-visual-survival
Everything Approved but its not up on curse, What to do?
updateing mym odpack and the genorate modpack buttion is not showing up nothing has changed on my crome it still has tampamonkey allready made a thread about this
HEY do i cant nd the newests version of cofhcore for minecraft 1.7.10 and i am using curse luancher
i meant why cant
Where could I download the 1.7.10 version of the game? Any ideas?
You Want Like "1.7.10.jar"?
What Version Are You Using And You May Have To Directly Download It!
You Can Generate It Using The Curse Launcher Now!
The Game Crash when looking up in a Recipe at NEI
What Mod Was The Recipe From?