Advertisement
rdalkire

CC 1.64pr4 missing texture

Aug 14th, 2014
603
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.37 KB | None | 0 0
  1. [19:25:54] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  2. [19:25:54] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  3. [19:25:54] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
  4. [19:25:54] [main/INFO] [FML]: Forge Mod Loader version 7.10.18.1180 for Minecraft 1.7.10 loading
  5. [19:25:54] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_11, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre8
  6. [19:25:55] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  7. [19:25:55] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  8. [19:25:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  9. [19:25:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  10. [19:25:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  11. [19:26:05] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
  12. [19:26:06] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
  13. [19:26:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  14. [19:26:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  15. [19:26:11] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
  16. [19:26:22] [main/INFO]: Setting user: ian_xw
  17. [19:26:37] [Client thread/INFO]: LWJGL Version: 2.9.1
  18. [19:26:46] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
  19. [19:26:47] [Client thread/INFO] [FML]: MinecraftForge v10.13.0.1180 Initialized
  20. [19:26:49] [Client thread/INFO] [FML]: Replaced 182 ore recipies
  21. [19:26:50] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
  22. [19:26:52] [Client thread/INFO] [FML]: Searching C:\Users\Ian\AppData\Roaming\.minecraft.1.7.10ForgeCC\mods for mods
  23. [19:27:07] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
  24. [19:27:13] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:ComputerCraft
  25. [19:27:13] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
  26. [19:27:13] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
  27. [19:27:13] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
  28. [19:27:14] [Client thread/INFO] [FML]: Applying holder lookups
  29. [19:27:14] [Client thread/INFO] [FML]: Holder lookups applied
  30.  
  31. Starting up SoundSystem...
  32. Initializing LWJGL OpenAL
  33. (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  34. [19:27:24] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
  35. OpenAL initialized.
  36.  
  37. [19:27:24] [Sound Library Loader/INFO]: Sound engine started
  38. [19:27:25] [Client thread/ERROR]: Using missing texture, unable to load missing_icon_item_4098_computercraft:textures/items/treasure_disk.png
  39. java.io.FileNotFoundException: missing_icon_item_4098_computercraft:textures/items/treasure_disk.png
  40. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:58) ~[brg.class:?]
  41. at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
  42. at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
  43. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
  44. at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61) [bqf.class:?]
  45. at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52) [bqf.class:?]
  46. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:538) [bao.class:?]
  47. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
  48. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  49. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_11]
  50. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_11]
  51. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_11]
  52. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_11]
  53. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
  54. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
  55. [19:27:25] [Client thread/INFO]: Created: 256x256 textures/items-atlas
  56. [19:27:27] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
  57. [19:27:27] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:ComputerCraft
  58. [19:27:29] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
  59. [19:27:31] [Client thread/ERROR]: Using missing texture, unable to load missing_icon_item_4098_computercraft:textures/items/treasure_disk.png
  60. java.io.FileNotFoundException: missing_icon_item_4098_computercraft:textures/items/treasure_disk.png
  61. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:58) ~[brg.class:?]
  62. at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
  63. at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
  64. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
  65. at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
  66. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
  67. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
  68. at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
  69. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
  70. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
  71. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
  72. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  73. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_11]
  74. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_11]
  75. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_11]
  76. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_11]
  77. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
  78. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
  79. [19:27:31] [Client thread/INFO]: Created: 256x256 textures/items-atlas
  80.  
  81. SoundSystem shutting down...
  82. Author: Paul Lamb, www.paulscode.com
  83.  
  84.  
  85. Starting up SoundSystem...
  86. Initializing LWJGL OpenAL
  87. (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  88. OpenAL initialized.
  89.  
  90. [19:27:35] [Sound Library Loader/INFO]: Sound engine started
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement