Jump to content

My game crashed whilst initializing


Art3mis

Recommended Posts

my game always crashes while initializing. here is crash report

 

 

 

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  FMLLoadingPlugin (AutoGG-3.1 (1.8.9).jar)
  FMLLoadingPlugin (Autotip-3.0 (1.8.9).jar)
  OptifinePatcherTweaker (Patcher-1.0 (1.8.9).jar)
  PatcherTweaker (Patcher-1.0 (1.8.9).jar)
  ItemPatchingLoader (itemphysic_lite_1.3_mc1.8.9.jar)
  FMLLoadingPlugin (Levelhead-7.0.2 (1.8.9).jar)
Contact their authors BEFORE contacting forge

// There are four lights!

Time: 5/5/20 7:59 PM
Description: Initializing game

java.lang.VerifyError: Expecting a stackmap frame at branch target 20
Exception Details:
  Location:
    net/minecraft/client/gui/GuiNewChat.func_146230_a(I)V @16: if_acmpne
  Reason:
    Expected stackmap frame at this location.
  Bytecode:
    0x0000000: b800 352a b400 2bb4 003b b400 41b2 0044
    0x0000010: a600 04b1 2ab6 0048 3d03 3e03 3604 2ab4
    0x0000020: 0029 b900 4d01 0036 052a b400 2bb4 003b
    0x0000030: b400 5112 526a 1253 6238 0615 059d 0004
    0x0000040: b12a b600 5799 0005 043e 2ab6 005b 3807
    0x0000050: 2ab6 005e 8617 076e b800 6436 08b8 0069
    0x0000060: 0d12 6a0b b800 6e17 0717 070c b800 7103
    0x0000070: 3609 1509 2ab4 0073 602a b400 29b9 004d
    0x0000080: 0100 a200 fe15 091c a200 f82a b400 2915
    0x0000090: 092a b400 7360 b900 7702 00c0 0079 3a0a
    0x00000a0: 190a c700 06a7 00d5 1b19 0ab6 007c 6436
    0x00000b0: 0b15 0b11 00c8 a100 071d 9900 c015 0b87
    0x00000c0: 1400 7d6f 390c 0f18 0c67 390c 180c 1400
    0x00000d0: 7f6b 390c 180c 0e0f b800 8439 0c18 0c18
    0x00000e0: 0c6b 390c 1400 8518 0c6b 8e36 0e1d 9900
    0x00000f0: 0811 00ff 360e 150e 8617 066a 8b36 0e84
    0x0000100: 0401 150e 06a4 0075 0336 0f15 0974 1009
    0x0000110: 6836 1015 0f15 10b2 008b 9a00 1d10 0964
    0x0000120: 150f 1508 6007 6015 10b8 0090 150e 6805
    0x0000130: 6c10 1878 b800 9419 0ab6 0098 0315 1010
    0x0000140: 0964 150e b800 9e19 0ab6 0098 b900 a401
    0x0000150: 003a 11b8 00a7 2ab4 002b b400 ab19 1115
    0x0000160: 0f86 1510 1008 6486 12ac 150e 1018 7860
    0x0000170: b600 b257 b800 b5b8 00b8 8409 01a7 fef5
    0x0000180: 1d99 0092 2ab4 002b b400 abb4 00bb 3609
    0x0000190: 12bc 0b0b b800 6e15 0515 0968 1505 6036
    0x00001a0: 0a15 0415 0968 1504 6036 0b2a b400 7315
    0x00001b0: 0b68 1505 6c36 1215 0b15 0b68 150a 6c36
    0x00001c0: 1315 0a15 0b9f 004e 1512 9e00 0911 00aa
    0x00001d0: a700 0510 6036 0e2a b400 be99 0008 12bf
    0x00001e0: a700 0512 c036 0f03 1512 7405 1512 7415
    0x00001f0: 1364 150f 150e 1018 7860 b800 9405 1512
    0x0000200: 7404 1512 7415 1364 12c1 150e 1018 7860
    0x0000210: b800 94b8 00c4 b800 c7b1               

    at net.minecraft.client.gui.GuiIngame.<init>(GuiIngame.java:102)
    at net.minecraftforge.client.GuiIngameForge.<init>(GuiIngameForge.java:80)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:497)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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:498)
    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.gui.GuiIngame.<init>(GuiIngame.java:102)
    at net.minecraftforge.client.GuiIngameForge.<init>(GuiIngameForge.java:80)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:497)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.8.9
    Operating System: Mac OS X (x86_64) version 10.14.6
    CPU: 8x Intel(R) Core(TM) i5-8279U CPU @ 2.40GHz
    Java Version: 1.8.0_74, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 335799272 bytes (320 MB) / 771751936 bytes (736 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 7 total; -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.19 Powered by Forge 11.15.1.2318 Optifine OptiFine_1.8.9_HD_U_I7 12 mods loaded, 12 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJA    mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
    UCHIJA    FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.2318-1.8.9.jar) 
    UCHIJA    Forge{11.15.1.2318} [Minecraft Forge] (forge-1.8.9-11.15.1.2318-1.8.9.jar) 
    UCHIJA    itemphysic{1.3.0} [ItemPhysic] (minecraft.jar) 
    UCHIJA    level_head{7.0.2} [Sk1er Level Head] (minecraft.jar) 
    UCHIJA    skyblockaddons{1.4.2} [SkyBlock Addons] (SkyblockAddons-1.4.2-for-MC-1.8.9 (1).jar) 
    UCHIJA    SkyblockExtras{1.5.1} [SkyblockExtras] (SkyblockExtras-1.5.1.jar) 
    UCHIJA    modcore{0.1.26} [ModCore] (Sk1er Modcore-0.1.26 (1.8.9).jar) 
    UCHIJA    autogg{3.1} [AutoGG] (AutoGG-3.1 (1.8.9).jar) 
    UCHIJA    autotip{3.0} [Autotip] (Autotip-3.0 (1.8.9).jar) 
    UCHIJA    patcher{1.0} [Patcher] (Patcher-1.0 (1.8.9).jar) 
    UCHIJA    ZealotCounter{1.2.2} [Zealot Counter] (ZealotCounter-1.2.2.jar) 
    Loaded coremods (and transformers): 
FMLLoadingPlugin (AutoGG-3.1 (1.8.9).jar)
  club.sk1er.mods.core.forge.ClassTransformer
FMLLoadingPlugin (Autotip-3.0 (1.8.9).jar)
  
OptifinePatcherTweaker (Patcher-1.0 (1.8.9).jar)
  club.sk1er.patcher.tweaker.optifine.OptifineClassTransformer
PatcherTweaker (Patcher-1.0 (1.8.9).jar)
  club.sk1er.mods.core.forge.ClassTransformer
  club.sk1er.patcher.tweaker.ClassTransformer
ItemPatchingLoader (itemphysic_lite_1.3_mc1.8.9.jar)
  com.creativemd.itemphysic.ItemTransformer
FMLLoadingPlugin (Levelhead-7.0.2 (1.8.9).jar)
  club.sk1er.mods.levelhead.forge.transform.ClassTransformer
    Launched Version: 1.8.9-forge1.8.9-11.15.1.2318-1.8.9
    LWJGL: 2.9.2
    OpenGL: Intel(R) Iris(TM) Plus Graphics 655 GL version 2.1 INTEL-12.10.12, Intel Inc.
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: No
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: §b§l1.14 §r§bdefault textures, ı2ılSkyBlock ırıaTexture Pack ı2ıl[0.7.7C]
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 8x Intel(R) Core(TM) i5-8279U CPU @ 2.40GHz

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.