Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.91 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad. I'll do better next time, I promise!
  3.  
  4. Time: 30/07/15 03:19
  5. Description: Rendering screen
  6.  
  7. java.lang.ClassCastException: fr.altiscraft.altiscraft.common.GuiAC cannot be cast to net.minecraft.client.gui.GuiButton
  8. at net.minecraft.client.gui.GuiScreen.drawScreen(GuiScreen.java:63)
  9. at fr.altiscraft.altiscraft.common.GuiATM.drawScreen(GuiATM.java:36)
  10. at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1137)
  11. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1067)
  12. at net.minecraft.client.Minecraft.run(Minecraft.java:962)
  13. at net.minecraft.client.main.Main.main(Main.java:164)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. at java.lang.reflect.Method.invoke(Method.java:497)
  18. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  19. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  20. at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
  21. at GradleStart.main(Unknown Source)
  22.  
  23.  
  24. A detailed walkthrough of the error, its code path and all known details is as follows:
  25. ---------------------------------------------------------------------------------------
  26.  
  27. -- Head --
  28. Stacktrace:
  29. at net.minecraft.client.gui.GuiScreen.drawScreen(GuiScreen.java:63)
  30. at fr.altiscraft.altiscraft.common.GuiATM.drawScreen(GuiATM.java:36)
  31.  
  32. -- Screen render details --
  33. Details:
  34. Screen name: fr.altiscraft.altiscraft.common.GuiATM
  35. Mouse location: Scaled: (341, 176). Absolute: (683, 353)
  36. Screen size: Scaled: (683, 353). Absolute: (1366, 706). Scale factor of 2
  37.  
  38. -- Affected level --
  39. Details:
  40. Level name: MpServer
  41. All players: 1 total; [EntityClientPlayerMP['Player947'/198, l='MpServer', x=776,00, y=5,62, z=448,26]]
  42. Chunk stats: MultiplayerChunkCache: 25, 25
  43. Level seed: 0
  44. Level generator: ID 01 - flat, ver 0. Features enabled: false
  45. Level generator options:
  46. Level spawn location: World: (775,4,452), Chunk: (at 7,0,4 in 48,28; contains blocks 768,0,448 to 783,255,463), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,0,0 to 1023,255,511)
  47. Level time: 317806 game time, 317806 day time
  48. Level dimension: 0
  49. Level storage version: 0x00000 - Unknown?
  50. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  51. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  52. Forced entities: 21 total; [EntityChicken['Poule'/130, l='MpServer', x=806,59, y=4,00, z=475,47], EntityPig['Cochon'/131, l='MpServer', x=812,34, y=4,00, z=466,06], EntitySheep['Mouton'/132, l='MpServer', x=802,22, y=4,00, z=467,63], EntitySlime['Slime'/100, l='MpServer', x=781,94, y=4,00, z=418,29], EntitySheep['Mouton'/133, l='MpServer', x=808,63, y=4,00, z=473,19], EntitySlime['Slime'/101, l='MpServer', x=781,72, y=4,00, z=429,91], EntityCow['Vache'/134, l='MpServer', x=811,78, y=4,00, z=487,28], EntitySheep['Mouton'/102, l='MpServer', x=783,13, y=4,00, z=490,91], EntityClientPlayerMP['Player947'/198, l='MpServer', x=776,00, y=5,62, z=448,26], EntityPig['Cochon'/135, l='MpServer', x=807,09, y=4,00, z=489,84], EntitySlime['Slime'/136, l='MpServer', x=799,22, y=4,00, z=491,34], EntityCow['Vache'/75, l='MpServer', x=749,13, y=4,00, z=431,06], EntitySlime['Slime'/76, l='MpServer', x=747,46, y=4,32, z=419,00], EntitySlime['Slime'/77, l='MpServer', x=741,71, y=4,00, z=430,38], EntityCow['Vache'/78, l='MpServer', x=737,84, y=4,00, z=470,22], EntitySheep['Mouton'/79, l='MpServer', x=749,16, y=4,00, z=492,13], EntityChicken['Poule'/114, l='MpServer', x=795,44, y=4,00, z=419,44], EntitySlime['Slime'/148, l='MpServer', x=810,73, y=4,95, z=436,51], EntitySlime['Slime'/87, l='MpServer', x=763,12, y=4,95, z=438,09], EntitySheep['Mouton'/88, l='MpServer', x=766,03, y=4,00, z=466,09], EntityCow['Vache'/89, l='MpServer', x=757,88, y=4,00, z=485,63]]
  53. Retry entities: 0 total; []
  54. Server brand: fml,forge
  55. Server type: Integrated singleplayer server
  56. Stacktrace:
  57. at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:415)
  58. at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2566)
  59. at net.minecraft.client.Minecraft.run(Minecraft.java:984)
  60. at net.minecraft.client.main.Main.main(Main.java:164)
  61. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  62. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  63. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  64. at java.lang.reflect.Method.invoke(Method.java:497)
  65. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  66. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  67. at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
  68. at GradleStart.main(Unknown Source)
  69.  
  70. -- System Details --
  71. Details:
  72. Minecraft Version: 1.7.10
  73. Operating System: Windows 7 (amd64) version 6.1
  74. Java Version: 1.8.0_51, Oracle Corporation
  75. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  76. Memory: 788673832 bytes (752 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  77. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  78. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  79. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  80. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 7 mods loaded, 7 mods active
  81. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  82. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  83. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1492-1.7.10.jar)
  84. UCHIJAAAA Forge{10.13.4.1492} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1492-1.7.10.jar)
  85. UCHIJAAAA CarpentersBlocks{0.0.1 Beta} [AltisCraft.fr] (bin)
  86. UCHIJAAAA flansmod{@VERSION@} [Flan's Mod] (bin)
  87. UCHIJAAAA thirstmod{1.8.14} [Thirst Mod] (bin)
  88. UCHIJAAAA altiscraft.MODID{1.0.0} [AltisCraft.fr] (bin)
  89. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.0.10243 Compatibility Profile Context' Renderer: 'ATI Mobility Radeon HD 5400 Series'
  90. Launched Version: 1.7.10
  91. LWJGL: 2.9.1
  92. OpenGL: ATI Mobility Radeon HD 5400 Series GL version 4.0.10243 Compatibility Profile Context, ATI Technologies Inc.
  93. GL Caps: Using GL 1.3 multitexturing.
  94. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  95. Anisotropic filtering is supported and maximum anisotropy is 16.
  96. Shaders are available because OpenGL 2.1 is supported.
  97.  
  98. Is Modded: Definitely; Client brand changed to 'fml,forge'
  99. Type: Client (map_client.txt)
  100. Resource Packs: []
  101. Current Language: Français (France)
  102. Profiler Position: N/A (disabled)
  103. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  104. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement