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.
@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