Advertisement
Guest User

Untitled

a guest
May 24th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.63 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I bet Cylons wouldn't have this problem.
  3.  
  4. Time: 24.05.19 17:29
  5. Description: Registering texture
  6.  
  7. net.minecraft.client.renderer.StitcherException: Unable to fit: Chisel:icepillar/plainplain-top, size: 16x16, atlas: 1024x1024, atlasMax: 1024x1024 - Maybe try a lower resolution resourcepack?
  8. at net.minecraft.client.renderer.texture.Stitcher.func_94305_f(Stitcher.java:76)
  9. at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:330)
  10. at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:136)
  11. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
  12. at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(TextureManager.java:200)
  13. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:143)
  14. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:121)
  15. at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:617)
  16. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
  17. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  18. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  19. at net.minecraft.client.main.Main.main(SourceFile:148)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  23. at java.lang.reflect.Method.invoke(Unknown Source)
  24. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  25. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  29. at java.lang.reflect.Method.invoke(Unknown Source)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  33. at java.lang.reflect.Method.invoke(Unknown Source)
  34. at net.k773.GameStarter.newstart(GameStarter.java)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  38. at java.lang.reflect.Method.invoke(Unknown Source)
  39. at net.k773.GameStarter.start(GameStarter.java)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  43. at java.lang.reflect.Method.invoke(Unknown Source)
  44. at net.k773.utils.Client.start(Client.java)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  48. at java.lang.reflect.Method.invoke(Unknown Source)
  49. at net.k773.Start.<init>(Start.java)
  50. at Mainclass.main(Mainclass.java:8)
  51.  
  52.  
  53. A detailed walkthrough of the error, its code path and all known details is as follows:
  54. ---------------------------------------------------------------------------------------
  55.  
  56. -- Head --
  57. Stacktrace:
  58. at net.minecraft.client.renderer.texture.Stitcher.func_94305_f(Stitcher.java:76)
  59. at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:330)
  60. at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:136)
  61.  
  62. -- Resource location being registered --
  63. Details:
  64. Resource location: minecraft:textures/atlas/blocks.png
  65. Texture object class: net.minecraft.client.renderer.texture.TextureMap
  66. Stacktrace:
  67. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
  68. at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(TextureManager.java:200)
  69. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:143)
  70. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:121)
  71. at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:617)
  72. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
  73. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  74.  
  75. -- Initialization --
  76. Details:
  77. Stacktrace:
  78. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  79. at net.minecraft.client.main.Main.main(SourceFile:148)
  80. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  81. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  82. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  83. at java.lang.reflect.Method.invoke(Unknown Source)
  84. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  85. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  91. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  92. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  93. at java.lang.reflect.Method.invoke(Unknown Source)
  94. at net.k773.GameStarter.newstart(GameStarter.java)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  96. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  97. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  98. at java.lang.reflect.Method.invoke(Unknown Source)
  99. at net.k773.GameStarter.start(GameStarter.java)
  100. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  101. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  102. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  103. at java.lang.reflect.Method.invoke(Unknown Source)
  104. at net.k773.utils.Client.start(Client.java)
  105. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  106. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  107. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  108. at java.lang.reflect.Method.invoke(Unknown Source)
  109. at net.k773.Start.<init>(Start.java)
  110. at Mainclass.main(Mainclass.java:8)
  111.  
  112. -- System Details --
  113. Details:
  114. Minecraft Version: 1.7.10
  115. Operating System: Windows 10 (amd64) version 10.0
  116. Java Version: 1.8.0_144, Oracle Corporation
  117. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  118. Memory: 149924704 bytes (142 MB) / 440729600 bytes (420 MB) up to 1037959168 bytes (989 MB)
  119. JVM Flags: 9 total; -Xmx1024M -Xbootclasspath/a:C:\.streamcraft\java\lib\ext\jfxrt.jar -XX:+DisableAttachMechanism -XX:+AggressiveOpts -XX:+UseStringCache -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:+UseFastAccessorMethods
  120. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  121. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  122. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_C1 77 mods loaded, 77 mods active
  123. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  124. UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  125. UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  126. UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  127. UCHIJA CodeChickenCore{1.0.4.35} [CodeChicken Core] (minecraft.jar)
  128. UCHIJA itemphysic{1.1.5} [ItemPhysic] (minecraft.jar)
  129. UCHIJA NotEnoughItems{1.0.4.95} [Not Enough Items] (NEI.jar)
  130. UCHIJA optifinerus{1.7.10} [optifineRus] (optifineRus-1.7.10.jar)
  131. UCHIJA ClientFixer{1.0} [ClientFixer] (minecraft.jar)
  132. UCHIJA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
  133. UCHIJA gilded-games-util{1.7.10-1.2} [Gilded Games Utility] (gilded_games_util_1.7.10_1.9.jar)
  134. UCHIJA ChatMod{0.3} [ChatMod by K773] (1.7.10.jar)
  135. UCHIJA FreemodeEvents{0.3} [FreemodeEvents by K773] (1.7.10.jar)
  136. UCHIJA FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar)
  137. UCHIJA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
  138. UCHIJA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
  139. UCHIJA banneditemsmod{1.0} [banneditemsmod] (BannedItemsMod-1.0.jar)
  140. UCHIJA BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft-1.11.7.jar)
  141. UCHIJA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889.jar)
  142. UCHIJA cabinet{0.8a} [CabinetMod by K773] (CabinetModRelease.jar)
  143. UCHIJA layersapi{0.2} [LayersAPI by K773] (CabinetModRelease.jar)
  144. UCHIJA chisel{2.9.4.CUSTOM} [Chisel] (Chisel-2.9.4.CUSTOM.jar)
  145. UCHIJA CarpentersBlocks{3.3.8} [Carpenter's Blocks] (Carpenters-Blocks-3.3.8.jar)
  146. UCHIJA checker{0.2a} [Checker] (Checker%20v0.2a.jar)
  147. UCHIJA BuildMod{v1.0} [Build Mod] (coroutil-1.1.3%20for%20MC%20v1.7.10.jar)
  148. UCHIJA CoroPets{v1.0} [CoroPets] (coroutil-1.1.3%20for%20MC%20v1.7.10.jar)
  149. UCHIJA CoroAI{v1.0} [CoroAI] (coroutil-1.1.3%20for%20MC%20v1.7.10.jar)
  150. UCHIJA ExtendedRenderer{v1.0} [Extended Renderer] (coroutil-1.1.3%20for%20MC%20v1.7.10.jar)
  151. UCHIJA ConfigMod{v1.0} [Extended Mod Config] (coroutil-1.1.3%20for%20MC%20v1.7.10.jar)
  152. UCHIJA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(21feb16).jar)
  153. UCHIJA discordRPI{1.0} [DiscordRPI] (DiscordRPI-1.0.jar)
  154. UCHIJA doggystyle{1.1.3.99} [Doggy Style] (DoggyStyle-1.1.3.99.jar)
  155. UCHIJA DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.7.10.jar)
  156. UCHIJA DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
  157. UCHIJA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
  158. UCHIJA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
  159. UCHIJA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
  160. UCHIJA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
  161. UCHIJA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
  162. UCHIJA DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
  163. UCHIJA DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
  164. UCHIJA DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
  165. UCHIJA etfuturum{1.5.5} [Et Futurum] (Et+Futurum-1.5.5.jar)
  166. UCHIJA fairylights{1.4.0} [Fairy Lights] (fairylights-1.4.0-1.7.10.jar)
  167. UCHIJA Growthcraft{1.7.10-2.5.2} [Growthcraft] (growthcraft-1.7.10-2.5.2.jar)
  168. UCHIJA Growthcraft|Cellar{1.7.10-2.5.2} [Growthcraft Cellar] (growthcraft-1.7.10-2.5.2.jar)
  169. UCHIJA Growthcraft|Apples{1.7.10-2.5.2} [Growthcraft Apples] (growthcraft-1.7.10-2.5.2.jar)
  170. UCHIJA Growthcraft|Bamboo{1.7.10-2.5.2} [Growthcraft Bamboo] (growthcraft-1.7.10-2.5.2.jar)
  171. UCHIJA Growthcraft|Bees{1.7.10-2.5.2} [Growthcraft Bees] (growthcraft-1.7.10-2.5.2.jar)
  172. UCHIJA Growthcraft|Fishtrap{1.7.10-2.5.2} [Growthcraft Fishtrap] (growthcraft-1.7.10-2.5.2.jar)
  173. UCHIJA Growthcraft|Grapes{1.7.10-2.5.2} [Growthcraft Grapes] (growthcraft-1.7.10-2.5.2.jar)
  174. UCHIJA Growthcraft|Hops{1.7.10-2.5.2} [Growthcraft Hops] (growthcraft-1.7.10-2.5.2.jar)
  175. UCHIJA Growthcraft|Milk{1.7.10-2.5.2} [Growthcraft Milk] (growthcraft-1.7.10-2.5.2.jar)
  176. UCHIJA Growthcraft|Rice{1.7.10-2.5.2} [Growthcraft Rice] (growthcraft-1.7.10-2.5.2.jar)
  177. UCHIJA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  178. UCHIJA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
  179. UCHIJA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
  180. UCHIJA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8.jar)
  181. UCHIJA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.7.10-1.1.0.jar)
  182. UCHIJA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam'sHarvestCraft1.7.10Lb.jar)
  183. UCHIJA Personalization{0.3} [Personalization by K773] (Personalization.v0.2b.jar)
  184. UCHIJA qreport-client{1.0} [QReport Client] (QReport.jar)
  185. UCHIJA rabbit-gui{v1.3.0} [Rabbit GUI library] (QReport.jar)
  186. UCHIJA ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-RUS-1.7.10-1.1.jar)
  187. UCHIJA streamdailyquests{0.0.1a} [StreamDailyQuests] (StreamDailyQuests-0.0.1a.jar)
  188. UCHIJA streamstuff{1.0.0} [StreamStuff] (streamstuff-1.0.jar)
  189. UCHIJA streamtrade{1.1} [StreamTrade] (streamstuff-1.0.jar)
  190. UCHIJA superdiamondtools{1.0} [Super Diamond Tools] (superdiamondtools-1.4.1.jar)
  191. UCHIJA thebetweenlands{1.0.6-alpha} [The Betweenlands] (TheBetweenlands-1.0.6-alpha-universal.jar)
  192. UCHIJA VanillaPlus{1.4.1} [VanillaPlus] (Vanilla-Plus-Mod-1.7.10.jar)
  193. UCHIJA VoiceChatMod{0.3} [VoiceChat by K773] (VoiceChat_1.7.10.jar)
  194. UCHIJA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  195. UCHIJA wawla{1.3.3} [What Are We Looking At] (Wawla-1.3.3-1.7.10.jar)
  196. UCHIJA WGEnter{1.0} [WGEnter] (WGEnterClient-1.0.jar)
  197. UCHIJA wildcaves3{1.7.10} [Wild Caves 3] (WildCaves3-0.4.3.7.jar)
  198. UCHIJA worldedit-cui{1.0} [WorldEdit Client User Interface] (WorldEditCUI-1.7.10-1.0.0.jar)
  199. UCHIJA WorldRender{0.2} [WorldRender by K773] (WorldRenderv0.3.jar)
  200. UCHIJA zzzzzcustomconfigs{2.3.0} [ZZZZZ Custom Configs] (ZZZZZCustomConfigs-2.3.0.jar)
  201. Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
  202. Launched Version: 1.7.10
  203. LWJGL: 2.9.4
  204. OpenGL: GDI Generic GL version 1.1.0, Microsoft Corporation
  205. GL Caps: Using GL 1.3 multitexturing.
  206. Not using framebuffer objects because OpenGL 1.4 is not supported, EXT_blend_func_separate is not supported, OpenGL 3.0 is not supported, ARB_framebuffer_object is not supported, and EXT_framebuffer_object is not supported.
  207. Anisotropic filtering is not supported.
  208. Shaders are not available because OpenGL 2.1 is not supported, ARB_shader_objects is not supported, ARB_vertex_shader is not supported, and ARB_fragment_shader is not supported.
  209.  
  210. Is Modded: Definitely; Client brand changed to 'fml,forge'
  211. Type: Client (map_client.txt)
  212. Resource Packs: []
  213. Current Language: Русский (Россия)
  214. Profiler Position: N/A (disabled)
  215. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  216. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement