Guest User

Untitled

a guest
Jan 26th, 2018
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.54 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hey, that tickles! Hehehe!
  3.  
  4. Time: 1/21/18 8:27 AM
  5. Description: Calling Gui method
  6.  
  7. java.lang.IllegalStateException: Cannot convert position unless rendered at least once.
  8. at com.google.common.base.Preconditions.checkState(Preconditions.java:444)
  9. at de.johni0702.minecraft.gui.container.AbstractGuiContainer.convertFor(AbstractGuiContainer.java:89)
  10. at de.johni0702.minecraft.gui.container.AbstractGuiContainer.convertFor(AbstractGuiContainer.java:84)
  11. at de.johni0702.minecraft.gui.element.AbstractGuiClickable.mouseClick(AbstractGuiClickable.java:49)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  15. at java.lang.reflect.Method.invoke(Method.java:483)
  16. at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:151)
  17. at com.sun.proxy.$Proxy32.mouseClick(Unknown Source)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. at java.lang.reflect.Method.invoke(Method.java:483)
  22. at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$2.invoke(AbstractComposedGuiElement.java:81)
  23. at com.sun.proxy.$Proxy32.mouseClick(Unknown Source)
  24. at de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen.func_73864_a(AbstractGuiScreen.java:181)
  25. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
  26. at de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen.func_146274_d(AbstractGuiScreen.java:201)
  27. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
  28. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1757)
  29. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
  30. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
  31. at net.minecraft.client.main.Main.main(SourceFile:123)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  35. at java.lang.reflect.Method.invoke(Method.java:483)
  36. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  37. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  38.  
  39.  
  40. A detailed walkthrough of the error, its code path and all known details is as follows:
  41. ---------------------------------------------------------------------------------------
  42.  
  43. -- Head --
  44. Thread: Client thread
  45. Stacktrace:
  46. at com.google.common.base.Preconditions.checkState(Preconditions.java:444)
  47. at de.johni0702.minecraft.gui.container.AbstractGuiContainer.convertFor(AbstractGuiContainer.java:89)
  48. at de.johni0702.minecraft.gui.container.AbstractGuiContainer.convertFor(AbstractGuiContainer.java:84)
  49. at de.johni0702.minecraft.gui.element.AbstractGuiClickable.mouseClick(AbstractGuiClickable.java:49)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  52. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  53. at java.lang.reflect.Method.invoke(Method.java:483)
  54.  
  55. -- Gui --
  56. Details:
  57. Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
  58. ComposedElement: de.johni0702.minecraft.gui.element.GuiButton@467e45a4
  59. Element: de.johni0702.minecraft.gui.element.GuiButton@467e45a4
  60. Stacktrace:
  61. at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:151)
  62. at com.sun.proxy.$Proxy32.mouseClick(Unknown Source)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  66. at java.lang.reflect.Method.invoke(Method.java:483)
  67.  
  68. -- Gui --
  69. Details:
  70. Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
  71. ComposedElement: com.replaymod.online.gui.GuiLoginPrompt@720ea2bb
  72. Element: com.replaymod.online.gui.GuiLoginPrompt@720ea2bb
  73. Stacktrace:
  74. at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$2.invoke(AbstractComposedGuiElement.java:81)
  75. at com.sun.proxy.$Proxy32.mouseClick(Unknown Source)
  76. at de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen.func_73864_a(AbstractGuiScreen.java:181)
  77. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
  78. at de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen.func_146274_d(AbstractGuiScreen.java:201)
  79. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
  80.  
  81. -- Affected screen --
  82. Details:
  83. Screen name: de.johni0702.minecraft.gui.container.AbstractGuiScreen.MinecraftGuiScreen
  84. Stacktrace:
  85. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1757)
  86. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
  87. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
  88. at net.minecraft.client.main.Main.main(SourceFile:123)
  89. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  90. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  91. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  92. at java.lang.reflect.Method.invoke(Method.java:483)
  93. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  94. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  95.  
  96. -- System Details --
  97. Details:
  98. Minecraft Version: 1.12.2
  99. Operating System: Windows 7 (amd64) version 6.1
  100. Java Version: 1.8.0_25, Oracle Corporation
  101. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  102. Memory: 179500200 bytes (171 MB) / 872415232 bytes (832 MB) up to 1073741824 bytes (1024 MB)
  103. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
  104. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  105. FML: MCP 9.42 Powered by Forge 14.23.1.2555 14 mods loaded, 14 mods active
  106. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  107.  
  108. | State | ID | Version | Source | Signature |
  109. |:------ |:----------------------- |:------------ |:----------------------------- |:---------------------------------------- |
  110. | UCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  111. | UCHIJA | mcp | 9.42 | minecraft.jar | None |
  112. | UCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.1.2555.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  113. | UCHIJA | forge | 14.23.1.2555 | forge-1.12.2-14.23.1.2555.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  114. | UCHIJA | mercurius_updater | 1.0 | MercuriusUpdater-1.12.2.jar | None |
  115. | UCHIJA | replaymod-compat | 1.12.2-2.1.0 | replaymod-1.12.2-2.1.0.jar | None |
  116. | UCHIJA | replaymod | 1.12.2-2.1.0 | replaymod-1.12.2-2.1.0.jar | None |
  117. | UCHIJA | replaymod-editor | 1.12.2-2.1.0 | replaymod-1.12.2-2.1.0.jar | None |
  118. | UCHIJA | replaymod-extras | 1.12.2-2.1.0 | replaymod-1.12.2-2.1.0.jar | None |
  119. | UCHIJA | replaymod-online | 1.12.2-2.1.0 | replaymod-1.12.2-2.1.0.jar | None |
  120. | UCHIJA | replaymod-recording | 1.12.2-2.1.0 | replaymod-1.12.2-2.1.0.jar | None |
  121. | UCHIJA | replaymod-render | 1.12.2-2.1.0 | replaymod-1.12.2-2.1.0.jar | None |
  122. | UCHIJA | replaymod-replay | 1.12.2-2.1.0 | replaymod-1.12.2-2.1.0.jar | None |
  123. | UCHIJA | replaymod-simplepathing | 1.12.2-2.1.0 | replaymod-1.12.2-2.1.0.jar | None |
  124.  
  125. Loaded coremods (and transformers):
  126. LoadingPlugin (replaymod-1.12.2-2.1.0.jar)
  127.  
  128. GL info: ' Vendor: 'Intel' Version: '4.2.0 - Build 10.18.10.3412' Renderer: 'Intel(R) HD Graphics 4600'
  129. Launched Version: 1.12.2-forge1.12.2-14.23.1.2555
  130. LWJGL: 2.9.4
  131. OpenGL: Intel(R) HD Graphics 4600 GL version 4.2.0 - Build 10.18.10.3412, Intel
  132. GL Caps: Using GL 1.3 multitexturing.
  133. Using GL 1.3 texture combiners.
  134. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  135. Shaders are available because OpenGL 2.1 is supported.
  136. VBOs are available because OpenGL 1.5 is supported.
  137.  
  138. Using VBOs: Yes
  139. Is Modded: Definitely; Client brand changed to 'fml,forge'
  140. Type: Client (map_client.txt)
  141. Resource Packs:
  142. Current Language: English (US)
  143. Profiler Position: N/A (disabled)
  144. CPU: 4x Intel(R) Core(TM) i5-4460S CPU @ 2.90GHz
Advertisement
Add Comment
Please, Sign In to add comment