Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Crash Minecrafta 1.7.10


Vizooo625_PL

Rekomendowane odpowiedzi

Opublikowano

Oto crash:

[13:28:54 INFO]: Looking for orphaned versions to clean up...
[13:28:55 INFO]: Looking for old natives & assets to clean up...
[13:31:14 SEVERE]: Game ended with bad state (exit code -1)
[13:31:14 INFO]: Ignoring visibility rule and showing launcher due to a game crash
[13:31:14 INFO]: Crash report detected, opening: C:\Users\Jakub\AppData\Roaming\.minecraft\crash-reports\crash-2015-06-06_13.31.13-client.txt
[13:31:14 INFO]: Deleting C:\Users\Jakub\AppData\Roaming\.minecraft\versions\1.7.10-LiteLoader1.7.10-1.7.10-OptiFine_HD_A4\1.7.10-LiteLoader1.7.10-1.7.10-OptiFine_HD_A4-natives-15175926112435
[13:31:14 WARNING]: Couldn't delete C:\Users\Jakub\AppData\Roaming\.minecraft\versions\1.7.10-LiteLoader1.7.10-1.7.10-OptiFine_HD_A4\1.7.10-LiteLoader1.7.10-1.7.10-OptiFine_HD_A4-natives-15175926112435 - scheduling for deletion upon exit


--- Minecraft Crash Report ----
// Shall we play a game?

Time: 06.06.15 13:31
Description: Ticking screen

javax.management.RuntimeErrorException: Missing event handler method for event ons01packetjoingame, see crash report for details
	at com.mumfrey.liteloader.core.event.EventProxy.onMissingHandler(EventProxy.java:117)
	at com.mumfrey.liteloader.core.event.EventProxy$2.$event00024(Unknown Source)
	at hd.a(SourceFile)
	at ej.a(SourceFile:174)
	at bcx.e(SourceFile:78)
	at bao.p(SourceFile:1343)
	at bao.ak(SourceFile:774)
	at bao.f(SourceFile:728)
	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)
Caused by: java.lang.NoSuchMethodError: com.mojang.authlib.minecraft.MinecraftProfileTexture.<init>(Ljava/lang/String;)V
	at blg.<init>(AbstractClientPlayer.java:46)
	at blk.<init>(SourceFile:43)
	at bjk.<init>(SourceFile:36)
	at bje.a(SourceFile:290)
	at bao.a(SourceFile:1698)
	at bao.a(SourceFile:1652)
	at bjb.a(SourceFile:125)
	at com.mumfrey.liteloader.client.PacketEventsClient.handlePacket(PacketEventsClient.java:106)
	at com.mumfrey.liteloader.core.PacketEvents.handlePacketEvent(PacketEvents.java:179)
	at com.mumfrey.liteloader.core.PacketEvents.handlePacket(PacketEvents.java:134)
	at com.mumfrey.liteloader.core.PacketEvents.handlePacket(PacketEvents.java:129)
	... 14 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
	at com.mumfrey.liteloader.core.LiteLoader.populateCrashReport(LiteLoader.java:1035)

-- Event Handler Error --
Details:
	Missing Event Handler Method!: 	

	You are seeing this message because an event callback was injected by the Event
	Injection Subsystem but the specified callback method was not defined. The
	details of the missing callback are as follows:

	      Event Name: ons01packetjoingame
	     Cancellable: true

	  Callback class: com.mojang.authlib.minecraft.MinecraftProfileTexture
	 Callback method: <init>

	If you are the mod author then in order to fix the error you must add a suitable
	callback method in the above class. The method signature should be as follows:

	    public static void <init>(String e)
	    {
	        // handler code here
	    }

	This is an unrecoverable error, please report it to the mod author and remove
	the offending mod.

Stacktrace:

	   1) blg.<init>(AbstractClientPlayer.java:46)
	   2) blk.<init>(SourceFile:43)
	   3) bjk.<init>(SourceFile:36)
	   4) bje.a(SourceFile:290)
	   5) bao.a(SourceFile:1698)
	   6) bao.a(SourceFile:1652)
	   7) bjb.a(SourceFile:125)
	   8) com.mumfrey.liteloader.client.PacketEventsClient.handlePacket(PacketEventsClient.java:106)
	   9) com.mumfrey.liteloader.core.PacketEvents.handlePacketEvent(PacketEvents.java:179)
	  10) com.mumfrey.liteloader.core.PacketEvents.handlePacket(PacketEvents.java:134)
	  11) com.mumfrey.liteloader.core.PacketEvents.handlePacket(PacketEvents.java:129)
	  12) com.mumfrey.liteloader.core.event.EventProxy$2.$event00024(Unknown Source)
	  13) hd.a(SourceFile)
	  14) ej.a(SourceFile:174)
	  15) bcx.e(SourceFile:78)
	  16) bao.p(SourceFile:1343)
	  17) bao.ak(SourceFile:774)
	  18) bao.f(SourceFile:728)
	  19) net.minecraft.client.main.Main.main(SourceFile:148)
	  20) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	  21) sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	  22) sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	  23) java.lang.reflect.Method.invoke(Unknown Source)
	  24) net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	  25) net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Stacktrace:
	at com.mumfrey.liteloader.core.LiteLoader.populateCrashReport(LiteLoader.java:1035)
	at h.<init>(SourceFile:78)
	at b.h(SourceFile:78)
	at b.<init>(SourceFile:31)
	at b.a(SourceFile:344)
	at bao.p(SourceFile:1345)
	at bao.ak(SourceFile:774)
	at bao.f(SourceFile:728)
	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)

-- Affected screen --
Details:
	Screen name: bcx

-- Affected level --
Details:
	Level name: MpServer
	All players: 0 total; []
	Chunk stats: MultiplayerChunkCache: 0, 0
	Level seed: 0
	Level generator: ID 01 - flat, 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: adventure (ID 2). Hardcore: false. Cheats: false
	Forced entities: 0 total; []
	Retry entities: 0 total; []
	Server brand: ~~ERROR~~ NullPointerException: null
	Server type: Non-integrated multiplayer server

-- System Details --
Details:
	Minecraft Version: 1.7.10
	Operating System: Windows 8.1 (amd64) version 6.3
	Java Version: 1.8.0_45, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 327709888 bytes (312 MB) / 403701760 bytes (385 MB) up to 954728448 bytes (910 MB)
	Mod Pack: Unknown / None
	LiteLoader Mods: none
	LaunchWrapper: 7 active transformer(s)
          - Transformer: com.mumfrey.liteloader.transformers.event.EventProxyTransformer
          - Transformer: com.mumfrey.liteloader.launch.LiteLoaderTransformer
          - Transformer: com.mumfrey.liteloader.client.transformers.CrashReportTransformer
          - Transformer: optifine.OptiFineClassTransformer
          - Transformer: com.mumfrey.liteloader.client.transformers.LiteLoaderEventInjectionTransformer
          - Transformer: com.mumfrey.liteloader.client.transformers.MinecraftOverlayTransformer
          - Transformer: com.mumfrey.liteloader.common.transformers.LiteLoaderPacketTransformer
	JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
	AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	Launched Version: 1.7.10
	LWJGL: 2.9.1
	OpenGL: ATI Radeon HD 3200 Graphics GL version 3.3.11672 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 'LiteLoader'
	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)

co robić? Mam tylko optifine i liteloader

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...