I'm getting a crash that I can't figure out. Can anyone give me an idea what mod is causing this:
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 4/17/15 8:27 AM
Description: Unexpected error
java.lang.NoSuchMethodError: com.mojang.authlib.minecraft.MinecraftProfileTexture.<init>(Ljava/lang/String;)V
at net.minecraft.client.entity.AbstractClientPlayer.downloadCape(AbstractClientPlayer.java:159)
at net.minecraft.client.entity.AbstractClientPlayer.<init>(AbstractClientPlayer.java:51)
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:2214)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2134)
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:2049)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.entity.AbstractClientPlayer.downloadCape(AbstractClientPlayer.java:159)
at net.minecraft.client.entity.AbstractClientPlayer.<init>(AbstractClientPlayer.java:51)
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:2214)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2134)
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:2432)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Bump. Getting same crash i reuploaded my skin did not fix issue mod pack worked flawlessly for months MC 1.7.10 cannot play as of me attempting to login this morning
Time: 4/17/15 10:15 AM
Description: Unexpected error
java.lang.NoSuchMethodError: com.mojang.authlib.minecraft.MinecraftProfileTexture.<init>(Ljava/lang/String;)V
at net.minecraft.client.entity.AbstractClientPlayer.downloadCape(AbstractClientPlayer.java:159)
at net.minecraft.client.entity.AbstractClientPlayer.<init>(AbstractClientPlayer.java:51)
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:2214)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2134)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:239)
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:2049)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
i don't understand why this is happening i was literally playing yesterday with the same stable modpack for 6+ months mojang had to have caused this with something on their side tried offline mode with a different username as well same exact crash.
Mojang recently released 1.8.4 today, that fixed security bugs, and Optifine seems to have an issue with that. To fix it, you'd need to wait for Optifine to fix their issue, as after I removed it, I was fine
OptiFine 1.7.10_HD_B6
- removed reference to MinecraftProfileTexture
- fixed "java.lang.NoSuchMethodError: com.mojang.authlib.minecraft.MinecraftProfileTexture" when Authlib is silently updated to 1.5.21
(17.04.2015)
That fix is no longer needed, Optifine updated and fixed the issue.
Thanks, I guess a 1.7.10 update came out.
Much much kudos to the fine folks at optifine for getting out a same day patch regardless of who is responsible! (I'm amazed, that was quick).
did a quick search for java.lang.NoSuchMethodError: com.mojang.authlib.minecraft.MinecraftProfileTexture.(Ljava/lang/String;)V
and immediately found this super helpful thread. I had spent an hr scratching my head and trying different versions of forge, rolling back, trying to figure out what happened (i had played just this morning) on a fairly recent forge version wondering what could possibly be wrong lol.
I can see the age minecraft has now, and how it wasn't designed for this kind of environment at all. Maybe it will live a lot longer now that the kinks are getting worked out of it. I see a lot of good bug fixes from forge, and I guess, ultimately, stuff like this from Mojang will add to the longevity of the game.
But yeeesh, haven't seen this kind of bug fixing for a while in software.
Bump. Getting same crash i reuploaded my skin did not fix issue mod pack worked flawlessly for months MC 1.7.10 cannot play as of me attempting to login this morning
Time: 4/17/15 10:15 AM
Description: Unexpected error
java.lang.NoSuchMethodError: com.mojang.authlib.minecraft.MinecraftProfileTexture.<init>(Ljava/lang/String;)V
at net.minecraft.client.entity.AbstractClientPlayer.downloadCape(AbstractClientPlayer.java:159)
at net.minecraft.client.entity.AbstractClientPlayer.<init>(AbstractClientPlayer.java:51)
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:2214)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2134)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:239)
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:2049)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
-An old modded MC forge server maintainer.
i don't understand why this is happening i was literally playing yesterday with the same stable modpack for 6+ months mojang had to have caused this with something on their side tried offline mode with a different username as well same exact crash.
-An old modded MC forge server maintainer.
Its Optifine. Remove it till they fix it.
Inventory Tweaks 1.59 is for Minecraft 1.8 according to this: https://inventory-tweaks.readthedocs.org/en/latest/
Also, you have a developer's version, which could also be causing problems.
Want to see the world's most gullible person? Click Here!
So this was all working fine yesterday...Optifine was working just fine...didn't change anything...Inv Tweaks...same thing.
Yesterday = Working
Today = Crashing.
Mojang recently released 1.8.4 today, that fixed security bugs, and Optifine seems to have an issue with that. To fix it, you'd need to wait for Optifine to fix their issue, as after I removed it, I was fine
wait so this is a multimc issue?
-An old modded MC forge server maintainer.
That fix is no longer needed, Optifine updated and fixed the issue.
Edit2: I derped. I guess you can't delete posts.
Nope. Sorry. Still getting the error and I don't see any new versions of optifine dating today.Edit: So basically if you're on 1.7.10 still, there's no fix and you're screwed. Great.-An old modded MC forge server maintainer.
Thanks, I guess a 1.7.10 update came out.
Much much kudos to the fine folks at optifine for getting out a same day patch regardless of who is responsible! (I'm amazed, that was quick).
did a quick search for java.lang.NoSuchMethodError: com.mojang.authlib.minecraft.MinecraftProfileTexture.(Ljava/lang/String;)V
and immediately found this super helpful thread. I had spent an hr scratching my head and trying different versions of forge, rolling back, trying to figure out what happened (i had played just this morning) on a fairly recent forge version wondering what could possibly be wrong lol.
I can see the age minecraft has now, and how it wasn't designed for this kind of environment at all. Maybe it will live a lot longer now that the kinks are getting worked out of it. I see a lot of good bug fixes from forge, and I guess, ultimately, stuff like this from Mojang will add to the longevity of the game.
But yeeesh, haven't seen this kind of bug fixing for a while in software.
I am still getting this error I tried reinstalling the mods 1 by one and when I install openblocks I seem to get the error!