Guest User

Untitled

a guest
Apr 28th, 2020
71
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. // Shall we play a game?
  3.  
  4. Time: 28/04/20 20:12
  5. Description: Registering texture
  6.  
  7. java.lang.NullPointerException: Registering texture
  8. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
  9. at com.google.common.collect.StandardTable.put(StandardTable.java:139)
  10. at com.google.common.collect.HashBasedTable.put(HashBasedTable.java:55)
  11. at cpw.mods.fml.client.FMLClientHandler.trackBrokenTexture(FMLClientHandler.java:924)
  12. at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:183)
  13. at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:97)
  14. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89)
  15. at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(TextureManager.java:172)
  16. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:143)
  17. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:121)
  18. at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:617)
  19. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
  20. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  21. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  22. at net.minecraft.client.main.Main.main(SourceFile:148)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  26. at java.lang.reflect.Method.invoke(Method.java:497)
  27. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  28. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  29.  
  30.  
  31. A detailed walkthrough of the error, its code path and all known details is as follows:
  32. ---------------------------------------------------------------------------------------
  33.  
  34. -- Head --
  35. Stacktrace:
  36. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
  37. at com.google.common.collect.StandardTable.put(StandardTable.java:139)
  38. at com.google.common.collect.HashBasedTable.put(HashBasedTable.java:55)
  39. at cpw.mods.fml.client.FMLClientHandler.trackBrokenTexture(FMLClientHandler.java:924)
  40. at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:183)
  41. at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:97)
  42.  
  43. -- Resource location being registered --
  44. Details:
  45. Resource location: minecraft:textures/atlas/blocks.png
  46. Texture object class: net.minecraft.client.renderer.texture.TextureMap
  47. Stacktrace:
  48. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89)
  49. at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(TextureManager.java:172)
  50. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:143)
  51. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:121)
  52. at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:617)
  53. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
  54. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  55.  
  56. -- Initialization --
  57. Details:
  58. Stacktrace:
  59. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  60. at net.minecraft.client.main.Main.main(SourceFile:148)
  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.  
  68. -- System Details --
  69. Details:
  70. Minecraft Version: 1.7.10
  71. Operating System: Windows 10 (amd64) version 10.0
  72. Java Version: 1.8.0_51, Oracle Corporation
  73. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  74. Memory: 717235344 bytes (684 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
  75. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  76. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  77. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  78. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 25 mods loaded, 25 mods active
  79. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  80. UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  81. UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  82. UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  83. UCHIJA securitycraft{v1.7.4.2} [SecurityCraft] (1.7.10_SecurityCraft_v1.8.0.3_Pre-release.jar)
  84. UCHIJA AltisCraft{2.3.2} [AltisCraft] (AltisCraft.jar)
  85. UCHIJA armamania{1.0.0} [Arma Mania Mod] (ArmaMania_Mod_1.0.6.1.jar)
  86. UCHIJA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
  87. UCHIJA CarpentersBlocks{3.3.8.1_dev_r1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1_dev_r1 - MC 1.7.10.jar)
  88. UCHIJA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(19jun17).jar)
  89. UCHIJA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimeVoid-Library-1.7.10.jar)
  90. UCHIJA DynamicTransport{0.1.2.0} [Dynamic Transport] (Dynamic-Transport-Mod-1.7.10.jar)
  91. UCHIJA flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar)
  92. UCHIJA flenixcities{0.16.1} [FlenixCities] (FlenixCitiesCore_[1.7.10]-0.16.1-b128.jar)
  93. UCHIJA fc_research{0.4.0} [FlenixCities Research] (FlenixCitiesResearch_[1.7.10]-0.4 (1).jar)
  94. UCHIJA FoodPlus{3.2rS} [§bFood Plus] (FoodPlus.jar)
  95. UCHIJA gvc{0.6.1} [§aGliby's§f Voice Chat Mod] (GlibysVC-1.7.10-0.6.2a.jar)
  96. UCHIJA mod_LATL{1.2 Beta} [Lamps and Traffic Lights] (LampsAndTrafficlights-1.2-Minecraft_1.7.10.jar)
  97. UCHIJA malisiscore{1.7.10-0.12.9} [MalisisCore] (malisiscore-1.7.10-0.12.9.jar)
  98. UCHIJA malisisdoors{1.7.10-1.10} [Malisis' Doors] (malisisdoors-1.7.10-1.10.jar)
  99. UCHIJA Monoblocks{1.9.11} [§1M§2o§3n§4o§5b§6l§7o§8c§9k§as] (Monoblocks-1.9.11.jar)
  100. UCHIJA MonoblocksMultipart{1.9.11} [MonoblocksMultipart] (Monoblocks-1.9.11.jar)
  101. UCHIJA cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurniture.jar)
  102. UCHIJA roadstuff{1.0.3-final} [Road Stuff] (RoadStuff-mc1.7.10-1.0.2-final.jar)
  103. UCHIJA mod_RoadWorks{2.02} [RoadWorks] (RoadWorks-2.02-Minecraft_1.7.10.jar)
  104. UCHIJA tts{0.6} [Tube Transport System] (TubeTransportSystem_1.7.10-0.6.jar)
  105. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 441.12' Renderer: 'GeForce GTX 1060 3GB/PCIe/SSE2'
  106. 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.
  107. Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
  108. LWJGL: 2.9.1
  109. OpenGL: GeForce GTX 1060 3GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 441.12, NVIDIA Corporation
  110. GL Caps: Using GL 1.3 multitexturing.
  111. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  112. Anisotropic filtering is supported and maximum anisotropy is 16.
  113. Shaders are available because OpenGL 2.1 is supported.
  114.  
  115. Is Modded: Definitely; Client brand changed to 'fml,forge'
  116. Type: Client (map_client.txt)
  117. Resource Packs: [vanilla]
  118. Current Language: English (US)
  119. Profiler Position: N/A (disabled)
  120. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  121. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment