Advertisement
Ocelot5836

crash-2018-05-08_19.16.54-client.txt

May 8th, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.88 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 5/8/18 7:16 PM
  5. Description: Updating screen events
  6.  
  7. java.lang.IndexOutOfBoundsException: Index: 2, Size: 1
  8. at java.util.ArrayList.rangeCheck(Unknown Source)
  9. at java.util.ArrayList.get(Unknown Source)
  10. at com.mrcrayfish.device.api.app.component.TextArea.updateText(TextArea.java:813)
  11. at com.mrcrayfish.device.api.app.component.TextArea.setWrapText(TextArea.java:1007)
  12. at com.mrcrayfish.device.programs.debug.ApplicationTextArea.lambda$init$1(ApplicationTextArea.java:100)
  13. at com.mrcrayfish.device.api.app.component.ButtonToggle.handleMouseClick(ButtonToggle.java:91)
  14. at com.mrcrayfish.device.api.app.Layout.handleMouseClick(Layout.java:221)
  15. at com.mrcrayfish.device.api.app.Application.handleMouseClick(Application.java:142)
  16. at com.mrcrayfish.device.core.Window.handleMouseClick(Window.java:202)
  17. at com.mrcrayfish.device.core.Laptop.mouseClicked(Laptop.java:274)
  18. at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:611)
  19. at com.mrcrayfish.device.core.Laptop.handleMouseInput(Laptop.java:395)
  20. at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:576)
  21. at net.minecraft.client.Minecraft.runTick(Minecraft.java:1884)
  22. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1186)
  23. at net.minecraft.client.Minecraft.run(Minecraft.java:441)
  24. at net.minecraft.client.main.Main.main(Main.java:118)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  28. at java.lang.reflect.Method.invoke(Unknown Source)
  29. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  30. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  34. at java.lang.reflect.Method.invoke(Unknown Source)
  35. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  36. at GradleStart.main(GradleStart.java:25)
  37.  
  38.  
  39. A detailed walkthrough of the error, its code path and all known details is as follows:
  40. ---------------------------------------------------------------------------------------
  41.  
  42. -- Head --
  43. Thread: Client thread
  44. Stacktrace:
  45. at java.util.ArrayList.rangeCheck(Unknown Source)
  46. at java.util.ArrayList.get(Unknown Source)
  47. at com.mrcrayfish.device.api.app.component.TextArea.updateText(TextArea.java:813)
  48. at com.mrcrayfish.device.api.app.component.TextArea.setWrapText(TextArea.java:1007)
  49. at com.mrcrayfish.device.programs.debug.ApplicationTextArea.lambda$init$1(ApplicationTextArea.java:100)
  50. at com.mrcrayfish.device.api.app.component.ButtonToggle.handleMouseClick(ButtonToggle.java:91)
  51. at com.mrcrayfish.device.api.app.Layout.handleMouseClick(Layout.java:221)
  52. at com.mrcrayfish.device.api.app.Application.handleMouseClick(Application.java:142)
  53. at com.mrcrayfish.device.core.Window.handleMouseClick(Window.java:202)
  54. at com.mrcrayfish.device.core.Laptop.mouseClicked(Laptop.java:274)
  55. at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:611)
  56. at com.mrcrayfish.device.core.Laptop.handleMouseInput(Laptop.java:395)
  57. at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:576)
  58.  
  59. -- Affected screen --
  60. Details:
  61. Screen name: com.mrcrayfish.device.core.Laptop
  62.  
  63. -- Affected level --
  64. Details:
  65. Level name: MpServer
  66. All players: 1 total; [EntityPlayerSP['Player267'/14, l='MpServer', x=-162.50, y=56.15, z=71.50]]
  67. Chunk stats: MultiplayerChunkCache: 289, 289
  68. Level seed: 0
  69. Level generator: ID 01 - flat, ver 0. Features enabled: false
  70. Level generator options:
  71. Level spawn location: World: (-166,4,68), Chunk: (at 10,0,4 in -11,4; contains blocks -176,0,64 to -161,255,79), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  72. Level time: 3251216 game time, 1000 day time
  73. Level dimension: 0
  74. Level storage version: 0x00000 - Unknown?
  75. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  76. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  77. Forced entities: 2 total; [EntitySeat['entity.Seat.name'/661385, l='MpServer', x=-162.50, y=56.50, z=71.50], EntityPlayerSP['Player267'/14, l='MpServer', x=-162.50, y=56.15, z=71.50]]
  78. Retry entities: 0 total; []
  79. Server brand: fml,forge
  80. Server type: Integrated singleplayer server
  81. Stacktrace:
  82. at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:461)
  83. at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2896)
  84. at net.minecraft.client.Minecraft.run(Minecraft.java:462)
  85. at net.minecraft.client.main.Main.main(Main.java:118)
  86. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  88. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  89. at java.lang.reflect.Method.invoke(Unknown Source)
  90. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  91. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  92. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  93. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  94. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  95. at java.lang.reflect.Method.invoke(Unknown Source)
  96. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  97. at GradleStart.main(GradleStart.java:25)
  98.  
  99. -- System Details --
  100. Details:
  101. Minecraft Version: 1.12.2
  102. Operating System: Windows 7 (amd64) version 6.1
  103. Java Version: 1.8.0_171, Oracle Corporation
  104. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  105. Memory: 630092832 bytes (600 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  106. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  107. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  108. FML: MCP 9.42 Powered by Forge 14.23.2.2624 8 mods loaded, 8 mods active
  109. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  110.  
  111. | State | ID | Version | Source | Signature |
  112. |:--------- |:--------- |:------------ |:-------------------------------- |:--------- |
  113. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  114. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  115. | UCHIJAAAA | FML | 8.0.99.99 | forgeSrc-1.12.2-14.23.2.2624.jar | None |
  116. | UCHIJAAAA | forge | 14.23.2.2624 | forgeSrc-1.12.2-14.23.2.2624.jar | None |
  117. | UCHIJAAAA | cdm | 0.3.1 | device-api-0.3.1-1.12.2.jar | None |
  118. | UCHIJAAAA | osmw | 0.0.8 | bin | None |
  119. | UCHIJAAAA | cfm | 4.1.5 | cfm-4.1.5-mc1.12.2.jar | None |
  120. | UCHIJAAAA | jei | 4.8.5.147 | jei_1.12.2-4.8.5.147.jar | None |
  121.  
  122. Loaded coremods (and transformers):
  123. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.11672 Compatibility Profile Context' Renderer: 'ATI Radeon HD 4200'
  124. Launched Version: 1.12.2
  125. LWJGL: 2.9.4
  126. OpenGL: ATI Radeon HD 4200 GL version 3.3.11672 Compatibility Profile Context, ATI Technologies Inc.
  127. GL Caps: Using GL 1.3 multitexturing.
  128. Using GL 1.3 texture combiners.
  129. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  130. Shaders are available because OpenGL 2.1 is supported.
  131. VBOs are available because OpenGL 1.5 is supported.
  132.  
  133. Using VBOs: Yes
  134. Is Modded: Definitely; Client brand changed to 'fml,forge'
  135. Type: Client (map_client.txt)
  136. Resource Packs:
  137. Current Language: English (US)
  138. Profiler Position: N/A (disabled)
  139. CPU: 4x AMD Athlon(tm) II X4 645 Processor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement