Advertisement
Guest User

Untitled

a guest
Jul 15th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.96 KB | None | 0 0
  1. Time: 7/15/16 1:44 AM
  2. Description: Ticking screen
  3.  
  4. java.lang.NoSuchMethodError: com.mojang.authlib.minecraft.MinecraftProfileTexture.<init>(Ljava/lang/String;)V
  5. at com.negafinity.skinrestorer.PlayerJoinWorldListener.onJoinWorld(PlayerJoinWorldListener.java:41)
  6. at cpw.mods.fml.common.eventhandler.ASMEventHandler_221_PlayerJoinWorldListener_onJoinWorld_EntityJoinWorldEvent.invoke(.dynamic)
  7. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  8. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  9. at net.minecraft.world.World.func_72838_d(World.java:1334)
  10. at net.minecraft.client.multiplayer.WorldClient.func_72838_d(WorldClient.java:159)
  11. at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2231)
  12. at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
  13. at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
  14. at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
  15. at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
  16. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  17. at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
  18. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661)
  19. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
  20. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
  21. at net.minecraft.client.main.Main.main(SourceFile:148)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. at java.lang.reflect.Method.invoke(Method.java:483)
  26. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  27. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  28.  
  29.  
  30. A detailed walkthrough of the error, its code path and all known details is as follows:
  31. ---------------------------------------------------------------------------------------
  32.  
  33. -- Head --
  34. Stacktrace:
  35. at com.negafinity.skinrestorer.PlayerJoinWorldListener.onJoinWorld(PlayerJoinWorldListener.java:41)
  36. at cpw.mods.fml.common.eventhandler.ASMEventHandler_221_PlayerJoinWorldListener_onJoinWorld_EntityJoinWorldEvent.invoke(.dynamic)
  37. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  38. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  39. at net.minecraft.world.World.func_72838_d(World.java:1334)
  40. at net.minecraft.client.multiplayer.WorldClient.func_72838_d(WorldClient.java:159)
  41. at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2231)
  42. at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
  43. at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
  44. at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
  45. at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
  46. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  47. at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
  48.  
  49. -- Affected screen --
  50. Details:
  51. Screen name: net.minecraft.client.multiplayer.GuiConnecting
  52.  
  53. -- Affected level --
  54. Details:
  55. Level name: MpServer
  56. All players: 1 total; [EntityClientPlayerMP['Pandacalypse'/36, l='MpServer', x=8.50, y=66.62, z=8.50]]
  57. Chunk stats: MultiplayerChunkCache: 0, 0
  58. Level seed: 0
  59. Level generator: ID 00 - default, ver 1. Features enabled: false
  60. Level generator options:
  61. 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)
  62. Level time: 0 game time, 0 day time
  63. Level dimension: 0
  64. Level storage version: 0x00000 - Unknown?
  65. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  66. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  67. Forced entities: 0 total; []
  68. Retry entities: 0 total; []
  69. Server brand: ~~NULL~~
  70. Server type: Non-integrated multiplayer server
  71. Stacktrace:
  72. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
  73. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
  74. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
  75. at net.minecraft.client.main.Main.main(SourceFile:148)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  77. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  78. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  79. at java.lang.reflect.Method.invoke(Method.java:483)
  80. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  81. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  82.  
  83. -- System Details --
  84. Details:
  85. Minecraft Version: 1.7.10
  86. Operating System: Windows 10 (amd64) version 10.0
  87. Java Version: 1.8.0_25, Oracle Corporation
  88. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  89. Memory: 5496633576 bytes (5241 MB) / 6429081600 bytes (6131 MB) up to 6429081600 bytes (6131 MB)
  90. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Xmx6144M -Xms6144M
  91. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  92. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  93. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D3 45 mods loaded, 45 mods active
  94. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  95. UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  96. UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  97. UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  98. UCHIJA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  99. UCHIJA ivtoolkit{IvToolkit} [1.2] (minecraft.jar)
  100. UCHIJA MobiusCore{1.2.5} [MobiusCore] (minecraft.jar)
  101. UCHIJA NotEnoughItems{1.0.5.120} [Not Enough Items] (Not-Enough-Items-1.7.10-Latest.jar)
  102. UCHIJA betterrecords{@VERSION@} [Better Records] (BetterRecords.jar)
  103. UCHIJA betterstorage{0.13.1.127} [BetterStorage] (BetterStorage.jar)
  104. UCHIJA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft.jar)
  105. UCHIJA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty.jar)
  106. UCHIJA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoodsBiomesOPlenty.jar)
  107. UCHIJA CarpentersBlocks{3.3.7 DEV} [Carpenter's Blocks] (CarpentersBlocks.jar)
  108. UCHIJA chisel{2.9.5.11} [Chisel] (Chisel.jar)
  109. UCHIJA CustomMainMenu{1.4} [Custom Main Menu] (CustomMainMenu.jar)
  110. UCHIJA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs.jar)
  111. UCHIJA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft.jar)
  112. UCHIJA props{2.2.1} [Decocraft] (Decocraft.jar)
  113. UCHIJA FastCraft{1.21} [FastCraft] (fastcraft.jar)
  114. UCHIJA iChunUtil{4.1.3} [iChunUtil] (iChunUtil.jar)
  115. UCHIJA Hats{4.0.1} [Hats] (Hats.jar)
  116. UCHIJA HatStand{4.0.0} [HatStand] (HatStand.jar)
  117. UCHIJA journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
  118. UCHIJA mod_LATL{1.9} [Lamps and Traffic lights] (LampsAndTrafficlights.jar)
  119. UCHIJA MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3.jar)
  120. UCHIJA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureMod.jar)
  121. UCHIJA NBTEdit{1.7.10} [In-game NBTEdit] (NBTEdit.jar)
  122. UCHIJA harvestcraft{1.7.10j} [Pam's HarvestCraft] (PamsHarvestCraft.jar)
  123. UCHIJA pixelmon{3.5.0} [Pixelmon] (Pixelmon.jar)
  124. UCHIJA plantmegapack{4.33} [Plant Mega Pack] (PlantMegaPack.jar)
  125. UCHIJA RDVehicleTools{1.0.0} [Vehicle Tools] (PokeCycles.jar)
  126. UCHIJA PokeCycles{1.0} [PokeCycles] (PokeCycles.jar)
  127. UCHIJA ResourceLoader{1.0} [Resource Loader] (ResourceLoader.jar)
  128. UCHIJA mod_RoadWorks{2.0} [Roadworks] (RoadWorks.jar)
  129. UCHIJA secretroomsmod{4.7.1} [The SecretRoomsMod] (SecretRoomsMod.jar)
  130. UCHIJA skinrestorermod{1.0} [skinrestorermod] (skinrestorer-1.0 (1).jar)
  131. UCHIJA spawnofpsy{1.2} [SpawnOfPsyduck] (SpawnOfPsyduck.jar)
  132. UCHIJA Trapcraft{v2.2.1a} [Trapcraft] (Trapcraft.zip)
  133. UCHIJA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
  134. UCHIJA Treecapitator{1.7.10} [Treecapitator] (Treecapitator.jar)
  135. UCHIJA vending{1.2.3} [vending] (Vending.jar)
  136. UCHIJA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  137. UCHIJA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
  138. UCHIJA yampst{1.3.5} [YAMPST] (Yampst.jar)
  139. UCHIJA yegamolchattels{1.1.2} [Ye Gamol Chattels] (YeGamolChattels-1.1.2.jar)
  140. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 362.56' Renderer: 'Quadro 410/PCIe/SSE2'
  141. Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
  142. Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
  143. LWJGL: 2.9.1
  144. OpenGL: Quadro 410/PCIe/SSE2 GL version 4.5.0 NVIDIA 362.56, NVIDIA Corporation
  145. GL Caps: Using GL 1.3 multitexturing.
  146. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  147. Anisotropic filtering is supported and maximum anisotropy is 16.
  148. Shaders are available because OpenGL 2.1 is supported.
  149.  
  150. Is Modded: Definitely; Client brand changed to 'fml,forge'
  151. Type: Client (map_client.txt)
  152. Resource Packs: []
  153. Current Language: English (US)
  154. Profiler Position: N/A (disabled)
  155. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  156. Anisotropic Filtering: Off (1)
  157. OptiFine Version: OptiFine_1.7.10_HD_U_D3
  158. Render Distance Chunks: 12
  159. Mipmaps: 4
  160. Anisotropic Filtering: 1
  161. Antialiasing: 0
  162. Multitexture: false
  163. OpenGlVersion: 4.5.0 NVIDIA 362.56
  164. OpenGlRenderer: Quadro 410/PCIe/SSE2
  165. OpenGlVendor: NVIDIA Corporation
  166. CpuCount: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement