Advertisement
hax4dazy

Untitled

Sep 24th, 2018
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.00 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Uh... Did I do that?
  3.  
  4. Time: 24-9-18 18:17
  5. Description: Rendering Gui
  6.  
  7. java.lang.NullPointerException: Rendering Gui
  8. at com.replaymod.lib.de.johni0702.minecraft.gui.element.AbstractGuiClickable.isMouseHovering(AbstractGuiClickable.java:61)
  9. at com.replaymod.lib.de.johni0702.minecraft.gui.element.AbstractGuiButton.draw(AbstractGuiButton.java:86)
  10. at com.replaymod.lib.de.johni0702.minecraft.gui.popup.GuiFileChooserPopup$10.draw(GuiFileChooserPopup.java:236)
  11. at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiContainer.draw(AbstractGuiContainer.java:193)
  12. at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiContainer.draw(AbstractGuiContainer.java:193)
  13. at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiScrollable.draw(AbstractGuiScrollable.java:99)
  14. at com.replaymod.lib.de.johni0702.minecraft.gui.popup.GuiFileChooserPopup$1.draw(GuiFileChooserPopup.java:77)
  15. at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiContainer.draw(AbstractGuiContainer.java:193)
  16. at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiContainer.draw(AbstractGuiContainer.java:193)
  17. at com.replaymod.lib.de.johni0702.minecraft.gui.popup.AbstractGuiPopup$1.draw(AbstractGuiPopup.java:91)
  18. at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiContainer.draw(AbstractGuiContainer.java:193)
  19. at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiContainer.draw(AbstractGuiContainer.java:193)
  20. at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiScreen.draw(AbstractGuiScreen.java:118)
  21. at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen.func_73863_a(AbstractGuiScreen.java:195)
  22. at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:311)
  23. at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1104)
  24. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
  25. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
  26. at net.minecraft.client.main.Main.main(SourceFile:124)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. at java.lang.reflect.Method.invoke(Method.java:497)
  31. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  32. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  33.  
  34.  
  35. A detailed walkthrough of the error, its code path and all known details is as follows:
  36. ---------------------------------------------------------------------------------------
  37.  
  38. -- Head --
  39. Stacktrace:
  40. at com.replaymod.lib.de.johni0702.minecraft.gui.element.AbstractGuiClickable.isMouseHovering(AbstractGuiClickable.java:61)
  41. at com.replaymod.lib.de.johni0702.minecraft.gui.element.AbstractGuiButton.draw(AbstractGuiButton.java:86)
  42.  
  43. -- Render info details --
  44. Details:
  45. Partial Tick: 0.6218071
  46. Mouse X: 236
  47. Mouse Y: 136
  48. Layer: 0
  49. Stacktrace:
  50. at com.replaymod.lib.de.johni0702.minecraft.gui.RenderInfo.addTo(RenderInfo.java:47)
  51. at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiContainer.draw(AbstractGuiContainer.java:198)
  52. at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiContainer.draw(AbstractGuiContainer.java:193)
  53. at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiScrollable.draw(AbstractGuiScrollable.java:99)
  54. at com.replaymod.lib.de.johni0702.minecraft.gui.popup.GuiFileChooserPopup$1.draw(GuiFileChooserPopup.java:77)
  55. at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiContainer.draw(AbstractGuiContainer.java:193)
  56. at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiContainer.draw(AbstractGuiContainer.java:193)
  57. at com.replaymod.lib.de.johni0702.minecraft.gui.popup.AbstractGuiPopup$1.draw(AbstractGuiPopup.java:91)
  58. at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiContainer.draw(AbstractGuiContainer.java:193)
  59. at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiContainer.draw(AbstractGuiContainer.java:193)
  60. at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiScreen.draw(AbstractGuiScreen.java:118)
  61. at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen.func_73863_a(AbstractGuiScreen.java:195)
  62. at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:311)
  63. at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1104)
  64. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
  65. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
  66. at net.minecraft.client.main.Main.main(SourceFile:124)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  70. at java.lang.reflect.Method.invoke(Method.java:497)
  71. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  72. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  73.  
  74. -- Gui container details --
  75. Details:
  76. Container: com.replaymod.lib.de.johni0702.minecraft.gui.container.GuiPanel@38abd486
  77. Width: 233
  78. Height: 20
  79. Layout: com.replaymod.lib.de.johni0702.minecraft.gui.layout.HorizontalLayout@28fe86da
  80.  
  81. -- Gui element details --
  82. Details:
  83. Element: com.replaymod.lib.de.johni0702.minecraft.gui.popup.GuiFileChooserPopup$10@e0e9e5e
  84. Position: org.lwjgl.util.Point[x=0,y=0]
  85. Size: org.lwjgl.util.Dimension[width=18,height=20]
  86.  
  87. -- Render info details --
  88. Details:
  89. Partial Tick: 0.6218071
  90. Mouse X: 236
  91. Mouse Y: 136
  92. Layer: 0
  93.  
  94. -- Gui container details --
  95. Details:
  96. Container: com.replaymod.lib.de.johni0702.minecraft.gui.popup.GuiFileChooserPopup$1@62c25a94
  97. Width: 300
  98. Height: 20
  99. Layout: com.replaymod.lib.de.johni0702.minecraft.gui.layout.HorizontalLayout@3a08eec3
  100.  
  101. -- Gui element details --
  102. Details:
  103. Element: com.replaymod.lib.de.johni0702.minecraft.gui.container.GuiPanel@38abd486
  104. Position: org.lwjgl.util.Point[x=0,y=0]
  105. Size: org.lwjgl.util.Dimension[width=233,height=20]
  106. Layout: com.replaymod.lib.de.johni0702.minecraft.gui.layout.HorizontalLayout@28fe86da
  107.  
  108. -- Render info details --
  109. Details:
  110. Partial Tick: 0.6218071
  111. Mouse X: 236
  112. Mouse Y: 136
  113. Layer: 0
  114.  
  115. -- Gui container details --
  116. Details:
  117. Container: com.replaymod.lib.de.johni0702.minecraft.gui.container.GuiPanel@8ad99cd
  118. Width: 300
  119. Height: 200
  120. Layout: com.replaymod.lib.de.johni0702.minecraft.gui.popup.GuiFileChooserPopup$6@7864521c
  121.  
  122. -- Gui element details --
  123. Details:
  124. Element: com.replaymod.lib.de.johni0702.minecraft.gui.popup.GuiFileChooserPopup$1@62c25a94
  125. Position: org.lwjgl.util.Point[x=0,y=0]
  126. Size: org.lwjgl.util.Dimension[width=300,height=20]
  127. Layout: com.replaymod.lib.de.johni0702.minecraft.gui.layout.HorizontalLayout@3a08eec3
  128.  
  129. -- Render info details --
  130. Details:
  131. Partial Tick: 0.6218071
  132. Mouse X: 246
  133. Mouse Y: 146
  134. Layer: 0
  135.  
  136. -- Gui container details --
  137. Details:
  138. Container: com.replaymod.lib.de.johni0702.minecraft.gui.popup.AbstractGuiPopup$1@4cb98b82
  139. Width: 320
  140. Height: 220
  141. Layout: com.replaymod.lib.de.johni0702.minecraft.gui.popup.AbstractGuiPopup$2@6751f450
  142.  
  143. -- Gui element details --
  144. Details:
  145. Element: com.replaymod.lib.de.johni0702.minecraft.gui.container.GuiPanel@8ad99cd
  146. Position: org.lwjgl.util.Point[x=10,y=10]
  147. Size: org.lwjgl.util.Dimension[width=300,height=200]
  148. Layout: com.replaymod.lib.de.johni0702.minecraft.gui.popup.GuiFileChooserPopup$6@7864521c
  149.  
  150. -- Render info details --
  151. Details:
  152. Partial Tick: 0.6218071
  153. Mouse X: 299
  154. Mouse Y: 156
  155. Layer: 0
  156.  
  157. -- Gui container details --
  158. Details:
  159. Container: com.replaymod.lib.de.johni0702.minecraft.gui.popup.GuiFileChooserPopup@2acd6251
  160. Width: 427
  161. Height: 240
  162. Layout: com.replaymod.lib.de.johni0702.minecraft.gui.popup.AbstractGuiPopup$3@1a52608f
  163.  
  164. -- Gui element details --
  165. Details:
  166. Element: com.replaymod.lib.de.johni0702.minecraft.gui.popup.AbstractGuiPopup$1@4cb98b82
  167. Position: org.lwjgl.util.Point[x=53,y=10]
  168. Size: org.lwjgl.util.Dimension[width=320,height=220]
  169. Layout: com.replaymod.lib.de.johni0702.minecraft.gui.popup.AbstractGuiPopup$2@6751f450
  170.  
  171. -- Render info details --
  172. Details:
  173. Partial Tick: 0.6218071
  174. Mouse X: 299
  175. Mouse Y: 156
  176. Layer: 1
  177.  
  178. -- Gui container details --
  179. Details:
  180. Container: com.replaymod.render.gui.GuiRenderSettings@3e0be8c9
  181. Width: 427
  182. Height: 240
  183. Layout: com.replaymod.lib.de.johni0702.minecraft.gui.popup.AbstractGuiPopup$4@3f345342
  184.  
  185. -- Gui element details --
  186. Details:
  187. Element: com.replaymod.lib.de.johni0702.minecraft.gui.popup.GuiFileChooserPopup@2acd6251
  188. Position: org.lwjgl.util.Point[x=0,y=0]
  189. Size: org.lwjgl.util.Dimension[width=427,height=240]
  190. Layout: com.replaymod.lib.de.johni0702.minecraft.gui.popup.AbstractGuiPopup$3@1a52608f
  191.  
  192. -- Screen render details --
  193. Details:
  194. Screen name: com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiScreen.MinecraftGuiScreen
  195. Mouse location: Scaled: (299, 156). Absolute: (598, 166)
  196. Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
  197.  
  198. -- Affected level --
  199. Details:
  200. Level name: MpServer
  201. All players: 34 total; [CameraEntity['Player'/-1789435, l='MpServer', x=-3,15, y=65,00, z=-1,74], EntityOtherPlayerMP['hax4dayz'/313543, l='MpServer', x=-0,66, y=65,00, z=-0,25], EntityOtherPlayerMP['Abananajust1'/313532, l='MpServer', x=5,47, y=65,00, z=1,00], EntityOtherPlayerMP['NissenHansi'/312884, l='MpServer', x=8,88, y=63,00, z=0,88], EntityOtherPlayerMP['InsaneCrisis'/313023, l='MpServer', x=1,66, y=65,00, z=1,38], EntityOtherPlayerMP['SneezCrow'/311026, l='MpServer', x=13,94, y=63,00, z=5,25], EntityOtherPlayerMP['Ro4XxX'/312190, l='MpServer', x=0,31, y=65,00, z=0,75], EntityOtherPlayerMP['SethDoesGames'/312633, l='MpServer', x=26,28, y=63,00, z=2,22], EntityOtherPlayerMP['xTechnobow'/312854, l='MpServer', x=30,25, y=63,00, z=0,50], EntityOtherPlayerMP['Eldax_X'/312858, l='MpServer', x=27,13, y=63,66, z=0,50], EntityOtherPlayerMP['BatuGamingPVP'/312982, l='MpServer', x=19,66, y=63,00, z=8,72], EntityOtherPlayerMP['ItzTox_'/313027, l='MpServer', x=19,50, y=63,00, z=1,69], EntityOtherPlayerMP['3p65h576k8'/94, l='MpServer', x=26,50, y=64,00, z=4,50], EntityOtherPlayerMP['uy45fm2d2b'/96, l='MpServer', x=25,50, y=64,00, z=7,50], EntityOtherPlayerMP['JuanGamer56'/313122, l='MpServer', x=14,66, y=63,41, z=22,94], EntityOtherPlayerMP['Aeraz'/306445, l='MpServer', x=3,84, y=81,00, z=23,50], EntityOtherPlayerMP['Kolfax'/313523, l='MpServer', x=-0,47, y=65,00, z=2,00], EntityOtherPlayerMP['DDROPAY'/313534, l='MpServer', x=9,63, y=63,78, z=-2,72], EntityOtherPlayerMP['NerdyRevoltz'/313132, l='MpServer', x=-0,84, y=65,00, z=1,47], EntityOtherPlayerMP['Eden_Hazard1'/313541, l='MpServer', x=-0,69, y=65,00, z=-0,19], EntityOtherPlayerMP['TrickPvP'/313536, l='MpServer', x=1,03, y=65,00, z=-0,44], EntityOtherPlayerMP['19bdc866tj'/356, l='MpServer', x=9,50, y=63,00, z=-5,50], EntityOtherPlayerMP['TripsterTJ'/312747, l='MpServer', x=17,22, y=64,16, z=-6,00], EntityOtherPlayerMP['Juset_YT'/313136, l='MpServer', x=11,41, y=63,00, z=-5,00], EntityOtherPlayerMP['Dabbings'/312630, l='MpServer', x=22,69, y=65,00, z=-4,06], EntityOtherPlayerMP['ISemihWinner13'/312980, l='MpServer', x=20,69, y=63,00, z=-1,41], EntityOtherPlayerMP['6l3hp405z7'/88, l='MpServer', x=24,50, y=64,00, z=-9,50], EntityOtherPlayerMP['2nij300g80'/90, l='MpServer', x=25,50, y=64,00, z=-6,50], EntityOtherPlayerMP['52n67u0dpm'/92, l='MpServer', x=26,50, y=64,00, z=-3,50], EntityOtherPlayerMP['Lixtroz'/313545, l='MpServer', x=1,81, y=65,00, z=-0,56], EntityOtherPlayerMP['Evilestexpert97'/313547, l='MpServer', x=1,63, y=65,00, z=-0,75], EntityOtherPlayerMP['Gmrpro'/312422, l='MpServer', x=-10,78, y=62,50, z=-19,59], EntityOtherPlayerMP['jn78641g6d'/86, l='MpServer', x=22,50, y=63,00, z=-15,50], EntityOtherPlayerMP['9x26u5mewi'/360, l='MpServer', x=24,50, y=64,00, z=10,50]]
  202. Chunk stats: MultiplayerChunkCache: 169, 169
  203. Level seed: 0
  204. Level generator: ID 01 - flat, ver 0. Features enabled: false
  205. Level generator options:
  206. Level spawn location: -1,00,65,00,-1,00 - World: (-1,65,-1), Chunk: (at 15,4,15 in -1,-1; contains blocks -16,0,-16 to -1,255,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  207. Level time: 397817041 game time, 981 day time
  208. Level dimension: 0
  209. Level storage version: 0x00000 - Unknown?
  210. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  211. Level game mode: Game mode: spectator (ID 3). Hardcore: false. Cheats: false
  212. Forced entities: 118 total; [CameraEntity['Player'/-1789435, l='MpServer', x=-3,15, y=65,00, z=-1,74], EntityArmorStand['Armor Stand'/0, l='MpServer', x=-5,41, y=77,00, z=-28,78], EntityArmorStand['§e§lCheckpoint'/513, l='MpServer', x=21,50, y=44,50, z=16,50], EntityArmorStand['Armor Stand'/1, l='MpServer', x=-4,31, y=75,00, z=-26,31], EntityArmorStand['§b§l#1'/514, l='MpServer', x=21,50, y=44,13, z=16,50], EntityArmorStand['Armor Stand'/2, l='MpServer', x=-6,75, y=65,00, z=-6,25], EntityArmorStand['§e§lParkour Challenge'/515, l='MpServer', x=-18,50, y=47,50, z=-19,50], EntityArmorStand['Armor Stand'/3, l='MpServer', x=14,75, y=63,00, z=-21,41], EntityArmorStand['§a§lStart'/516, l='MpServer', x=-18,50, y=47,13, z=-19,50], EntityArmorStand['Armor Stand'/4, l='MpServer', x=12,75, y=66,00, z=-28,84], EntityArmorStand['Armor Stand'/5, l='MpServer', x=14,41, y=63,00, z=-2,09], EntityArmorStand['Armor Stand'/6, l='MpServer', x=8,84, y=63,00, z=-12,16], EntityArmorStand['Armor Stand'/7, l='MpServer', x=10,31, y=63,00, z=9,94], EntityArmorStand['Armor Stand'/8, l='MpServer', x=3,41, y=64,50, z=0,84], EntityOtherPlayerMP['Aeraz'/306445, l='MpServer', x=3,84, y=81,00, z=23,50], EntityArmorStand['Armor Stand'/9, l='MpServer', x=20,03, y=63,50, z=-23,97], EntityArmorStand['Armor Stand'/10, l='MpServer', x=21,16, y=63,00, z=-13,31], EntityArmorStand['Armor Stand'/11, l='MpServer', x=21,00, y=63,00, z=-1,75], EntityArmorStand['Armor Stand'/12, l='MpServer', x=19,66, y=63,00, z=-0,41], EntityArmorStand['Armor Stand'/13, l='MpServer', x=25,63, y=63,00, z=-8,53], EntityArmorStand['Armor Stand'/14, l='MpServer', x=17,59, y=63,00, z=-0,06], EntityArmorStand['Armor Stand'/15, l='MpServer', x=22,34, y=63,00, z=-7,69], EntityArmorStand['Armor Stand'/16, l='MpServer', x=17,91, y=63,00, z=-11,75], EntityArmorStand['Armor Stand'/17, l='MpServer', x=17,25, y=63,00, z=-7,50], EntityOtherPlayerMP['xTechnobow'/312854, l='MpServer', x=30,25, y=63,00, z=0,50], EntityArmorStand['Armor Stand'/18, l='MpServer', x=31,75, y=78,00, z=-14,22], EntityArmorStand['Armor Stand'/19, l='MpServer', x=24,06, y=63,00, z=5,50], EntityEnderman['§8lv§7001 §rEnderman'/312855, l='MpServer', x=1,50, y=66,00, z=-3,09], EntityArmorStand['Armor Stand'/20, l='MpServer', x=22,91, y=63,00, z=15,84], EntityArmorStand['Armor Stand'/21, l='MpServer', x=22,84, y=63,00, z=10,28], EntityArmorStand['Armor Stand'/22, l='MpServer', x=19,09, y=63,00, z=19,13], EntityArmorStand['Armor Stand'/23, l='MpServer', x=19,53, y=63,00, z=19,72], EntityOtherPlayerMP['Eldax_X'/312858, l='MpServer', x=27,13, y=63,66, z=0,50], EntityOtherPlayerMP['JuanGamer56'/313122, l='MpServer', x=14,66, y=63,41, z=22,94], EntityBat['Bat'/550, l='MpServer', x=9,50, y=64,35, z=-5,50], EntityOtherPlayerMP['NerdyRevoltz'/313132, l='MpServer', x=-0,84, y=65,00, z=1,47], EntityOtherPlayerMP['NissenHansi'/312884, l='MpServer', x=8,88, y=63,00, z=0,88], EntityOtherPlayerMP['Dabbings'/312630, l='MpServer', x=22,69, y=65,00, z=-4,06], EntityOtherPlayerMP['Juset_YT'/313136, l='MpServer', x=11,41, y=63,00, z=-5,00], EntityArmorStand['§b§nClick to toggle!'/308, l='MpServer', x=36,31, y=65,00, z=-29,00], EntityArmorStand['§a§lAll Modes'/310, l='MpServer', x=36,31, y=64,53, z=-29,00], EntityArmorStand['§7Laboratory Modes'/312, l='MpServer', x=36,31, y=64,16, z=-29,00], EntityArmorStand['§7All Modes'/314, l='MpServer', x=36,31, y=63,78, z=-29,00], EntityOtherPlayerMP['SethDoesGames'/312633, l='MpServer', x=26,28, y=63,00, z=2,22], EntityOtherPlayerMP['jn78641g6d'/86, l='MpServer', x=22,50, y=63,00, z=-15,50], EntityOtherPlayerMP['6l3hp405z7'/88, l='MpServer', x=24,50, y=64,00, z=-9,50], EntityArmorStand['§e§l1,298 Players'/89, l='MpServer', x=24,50, y=64,00, z=-9,50], EntityOtherPlayerMP['2nij300g80'/90, l='MpServer', x=25,50, y=64,00, z=-6,50], EntityArmorStand['§e§l626 Players'/91, l='MpServer', x=25,50, y=64,00, z=-6,50], EntityOtherPlayerMP['52n67u0dpm'/92, l='MpServer', x=26,50, y=64,00, z=-3,50], EntityArmorStand['§e§l148 Players'/93, l='MpServer', x=26,50, y=64,00, z=-3,50], EntityOtherPlayerMP['3p65h576k8'/94, l='MpServer', x=26,50, y=64,00, z=4,50], EntityArmorStand['§e§l74 Players'/95, l='MpServer', x=26,50, y=64,00, z=4,50], EntityOtherPlayerMP['uy45fm2d2b'/96, l='MpServer', x=25,50, y=64,00, z=7,50], EntityArmorStand['§e§l440 Players'/97, l='MpServer', x=25,50, y=64,00, z=7,50], EntityArmorStand['§bMystery Vault'/98, l='MpServer', x=14,50, y=64,38, z=-12,50], EntityOtherPlayerMP['Gmrpro'/312422, l='MpServer', x=-10,78, y=62,50, z=-19,59], EntityArmorStand['§e§lRIGHT CLICK'/99, l='MpServer', x=14,50, y=64,09, z=-12,50], EntityArmorStand['§cEnds in 9 Days'/355, l='MpServer', x=26,50, y=65,00, z=-3,50], EntityVillager['Villager'/100, l='MpServer', x=9,50, y=63,00, z=6,50], EntityOtherPlayerMP['19bdc866tj'/356, l='MpServer', x=9,50, y=63,00, z=-5,50], EntityArmorStand['§e§lRIGHT CLICK'/101, l='MpServer', x=9,50, y=63,19, z=6,50], EntityArmorStand['§bQuest Master'/102, l='MpServer', x=9,50, y=63,47, z=6,50], EntityArmorStand['§e§lRIGHT CLICK§r'/358, l='MpServer', x=9,50, y=62,97, z=-5,50], EntityArmorStand['§bThe Delivery Man§r'/359, l='MpServer', x=9,50, y=63,25, z=-5,50], EntityArmorStand['§cAngel of Death'/104, l='MpServer', x=36,50, y=66,38, z=0,50], EntityOtherPlayerMP['9x26u5mewi'/360, l='MpServer', x=24,50, y=64,00, z=10,50], EntityArmorStand['§bSoul Well'/106, l='MpServer', x=33,50, y=62,38, z=0,50], EntityBat['Bat'/362, l='MpServer', x=24,50, y=64,00, z=10,50], EntityArmorStand['§e§lRIGHT CLICK'/108, l='MpServer', x=33,50, y=62,09, z=0,50], EntityArmorStand['§e§lParkour starts this way!'/110, l='MpServer', x=-2,50, y=62,69, z=-15,50], EntityArmorStand['§bGo ahead into the cave'/112, l='MpServer', x=-2,50, y=62,38, z=-15,50], EntityOtherPlayerMP['Ro4XxX'/312190, l='MpServer', x=0,31, y=65,00, z=0,75], EntityOtherPlayerMP['ISemihWinner13'/312980, l='MpServer', x=20,69, y=63,00, z=-1,41], EntityOtherPlayerMP['BatuGamingPVP'/312982, l='MpServer', x=19,66, y=63,00, z=8,72], EntityArmorStand['§e§lCLICK TO PLAY'/415, l='MpServer', x=24,50, y=64,69, z=-9,50], EntityArmorStand['§bSolo §7[Normal/Insane]'/416, l='MpServer', x=24,50, y=64,31, z=-9,50], EntityArmorStand['§e§lCLICK TO PLAY'/417, l='MpServer', x=25,50, y=64,69, z=-6,50], EntityArmorStand['§bDoubles §7[Normal/Insane]'/418, l='MpServer', x=25,50, y=64,31, z=-6,50], EntityArmorStand['§e§lCLICK TO PLAY'/419, l='MpServer', x=26,50, y=64,69, z=-3,50], EntityArmorStand['§bRanked'/420, l='MpServer', x=26,50, y=64,31, z=-3,50], EntityOtherPlayerMP['TripsterTJ'/312747, l='MpServer', x=17,22, y=64,16, z=-6,00], EntityOtherPlayerMP['Kolfax'/313523, l='MpServer', x=-0,47, y=65,00, z=2,00], EntityOtherPlayerMP['Abananajust1'/313532, l='MpServer', x=5,47, y=65,00, z=1,00], EntityOtherPlayerMP['DDROPAY'/313534, l='MpServer', x=9,63, y=63,78, z=-2,72], EntityOtherPlayerMP['InsaneCrisis'/313023, l='MpServer', x=1,66, y=65,00, z=1,38], EntityOtherPlayerMP['Eden_Hazard1'/313541, l='MpServer', x=-0,69, y=65,00, z=-0,19], EntityArmorStand['§b§lUPDATED §6§lLIMITED TIME'/450, l='MpServer', x=26,50, y=65,03, z=4,50], EntityArmorStand['§e§lCLICK TO PLAY'/451, l='MpServer', x=26,50, y=64,69, z=4,50], EntityArmorStand['§bMega Doubles'/452, l='MpServer', x=26,50, y=64,31, z=4,50], EntityOtherPlayerMP['TrickPvP'/313536, l='MpServer', x=1,03, y=65,00, z=-0,44], EntityArmorStand['§a§lHUNTERS VS BEASTS'/453, l='MpServer', x=25,50, y=65,03, z=7,50], EntityArmorStand['§e§lCLICK TO PLAY'/454, l='MpServer', x=25,50, y=64,69, z=7,50], EntityArmorStand['§dLaboratory'/455, l='MpServer', x=25,50, y=64,31, z=7,50], EntityOtherPlayerMP['ItzTox_'/313027, l='MpServer', x=19,50, y=63,00, z=1,69], EntityArmorStand['§6§lYour SkyWars Profile'/456, l='MpServer', x=22,50, y=64,41, z=-15,50], EntitySheep['§8lv§7001 §rBilly'/313548, l='MpServer', x=-6,84, y=65,00, z=-3,00], EntityArmorStand['§fTotal Wins: §a89'/457, l='MpServer', x=22,50, y=64,03, z=-15,50], EntityArmorStand['Armor Stand'/313549, l='MpServer', x=9,50, y=63,56, z=-5,50], EntityArmorStand['§fTotal Kills: §a495'/458, l='MpServer', x=22,50, y=63,69, z=-15,50], EntityFishHook['unknown'/313550, l='MpServer', x=1,94, y=81,00, z=25,59], EntityArmorStand['§fAchievements: §e27§a/93'/459, l='MpServer', x=22,50, y=63,31, z=-15,50], EntityArmorStand['Armor Stand'/313551, l='MpServer', x=14,50, y=64,69, z=-12,50], EntityArmorStand['§e§lCLICK TO PLAY'/460, l='MpServer', x=24,50, y=64,66, z=10,50], EntityArmorStand['§c6 Deliveries!§r'/313544, l='MpServer', x=9,50, y=63,56, z=-5,50], EntityArmorStand['§6§lDUELS §bSkyWars'/461, l='MpServer', x=24,50, y=64,28, z=10,50], EntityOtherPlayerMP['Lixtroz'/313545, l='MpServer', x=1,81, y=65,00, z=-0,56], EntityArmorStand['§e§l257 Players'/462, l='MpServer', x=24,50, y=63,91, z=10,50], EntityArmorStand['Armor Stand'/313546, l='MpServer', x=9,50, y=63,56, z=-5,50], EntityArmorStand['§e§lCLICK FOR STATS'/463, l='MpServer', x=22,50, y=62,91, z=-15,50], EntityOtherPlayerMP['Evilestexpert97'/313547, l='MpServer', x=1,63, y=65,00, z=-0,75], EntityWither['§b§l§6§lNEW GAME: §b§lWOOL HUNT v0.1 §6§l? /lobby ptl'/-1234, l='MpServer', x=32,34, y=65,00, z=-0,25], EntityArmorStand['§c1 Available!§r'/313552, l='MpServer', x=14,50, y=64,69, z=-12,50], EntityArmorStand['Armor Stand'/313553, l='MpServer', x=14,50, y=64,69, z=-12,50], EntityArmorStand['Armor Stand'/313554, l='MpServer', x=14,50, y=64,69, z=-12,50], EntityOtherPlayerMP['SneezCrow'/311026, l='MpServer', x=13,94, y=63,00, z=5,25], EntityArmorStand['§e§lCheckpoint'/507, l='MpServer', x=14,50, y=44,50, z=-32,50], EntityArmorStand['§b§l#3'/508, l='MpServer', x=14,50, y=44,13, z=-32,50]]
  213. Retry entities: 0 total; []
  214. Server brand: BungeeCord (Hypixel) <- vanilla
  215. Server type: Non-integrated multiplayer server
  216.  
  217. -- System Details --
  218. Details:
  219. Minecraft Version: 1.8.9
  220. Operating System: Windows 10 (amd64) version 10.0
  221. Java Version: 1.8.0_51, Oracle Corporation
  222. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  223. Memory: 2444890776 bytes (2331 MB) / 3388997632 bytes (3232 MB) up to 4294967296 bytes (4096 MB)
  224. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
  225. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  226. FML: MCP 9.19 Powered by Forge 11.15.1.2318 12 mods loaded, 12 mods active
  227. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  228. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  229. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.2318-1.8.9.jar)
  230. UCHIJA Forge{11.15.1.2318} [Minecraft Forge] (forge-1.8.9-11.15.1.2318-1.8.9.jar)
  231. UCHIJA replaymod-compat{1.8.9-2.1.4} [Replay Mod - Compatibility] (replaymod-1.8.9-2.1.4.jar)
  232. UCHIJA replaymod{1.8.9-2.1.4} [Replay Mod] (replaymod-1.8.9-2.1.4.jar)
  233. UCHIJA replaymod-editor{1.8.9-2.1.4} [Replay Mod - Replay Editor] (replaymod-1.8.9-2.1.4.jar)
  234. UCHIJA replaymod-extras{1.8.9-2.1.4} [Replay Mod - Extras] (replaymod-1.8.9-2.1.4.jar)
  235. UCHIJA replaymod-online{1.8.9-2.1.4} [Replay Mod - Online] (replaymod-1.8.9-2.1.4.jar)
  236. UCHIJA replaymod-recording{1.8.9-2.1.4} [Replay Mod - Recording] (replaymod-1.8.9-2.1.4.jar)
  237. UCHIJA replaymod-render{1.8.9-2.1.4} [Replay Mod - Render] (replaymod-1.8.9-2.1.4.jar)
  238. UCHIJA replaymod-replay{1.8.9-2.1.4} [Replay Mod - Replay] (replaymod-1.8.9-2.1.4.jar)
  239. UCHIJA replaymod-simplepathing{1.8.9-2.1.4} [Replay Mod - Simple Pathing] (replaymod-1.8.9-2.1.4.jar)
  240. Loaded coremods (and transformers):
  241. LoadingPlugin (replaymod-1.8.9-2.1.4.jar)
  242.  
  243. GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 22.20.16.4836' Renderer: 'Intel(R) HD Graphics 630'
  244. //this is wrong, i have a gtx 1050 2gb
  245. Launched Version: 1.8.9-forge1.8.9-11.15.1.2318-1.8.9
  246. LWJGL: 2.9.4
  247. OpenGL: Intel(R) HD Graphics 630 GL version 4.5.0 - Build 22.20.16.4836, Intel
  248. GL Caps: Using GL 1.3 multitexturing.
  249. Using GL 1.3 texture combiners.
  250. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  251. Shaders are available because OpenGL 2.1 is supported.
  252. VBOs are available because OpenGL 1.5 is supported.
  253.  
  254. Using VBOs: No
  255. Is Modded: Definitely; Client brand changed to 'fml,forge'
  256. Type: Client (map_client.txt)
  257. Resource Packs: ! §aBlockys Pack §8[§f16§ax§8].zip
  258. Current Language: English (US)
  259. Profiler Position: N/A (disabled)
  260. CPU: 8x Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement