Advertisement
Guest User

Error log

a guest
Jan 28th, 2021
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.86 KB | None | 0 0
  1. [18:29:11] [Client thread/INFO] [FML]: MinecraftForge v11.15.1.2318 Initialized
  2. [18:29:11] [Client thread/INFO] [FML]: Replaced 229 ore recipies
  3. [18:29:11] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
  4. [18:29:11] [Client thread/INFO] [FML]: Searching C:\Users\FiercePC\Documents\Slimer mod start\run\mods for mods
  5. [18:29:12] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
  6. [18:29:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, Slimer] at CLIENT
  7. [18:29:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, Slimer] at SERVER
  8. [18:29:12] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:SlimersMod
  9. [18:29:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: Slimer/ in C:\Users\FiercePC\Documents\Slimer mod start\bin
  10. [18:29:12] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
  11. [18:29:12] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
  12. [18:29:12] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
  13. [18:29:12] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
  14. [18:29:12] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
  15. [18:29:12] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
  16. [18:29:12] [Client thread/INFO] [STDOUT]: [slimer.mod.init.ModItems:registerItem:27]: Registered Item: copper_ingot
  17. [18:29:12] [Client thread/INFO] [FML]: Applying holder lookups
  18. [18:29:12] [Client thread/INFO] [FML]: Holder lookups applied
  19. [18:29:12] [Client thread/INFO] [FML]: Injecting itemstacks
  20. [18:29:12] [Client thread/INFO] [FML]: Itemstack injection complete
  21. [18:29:13] [Sound Library Loader/INFO]: Starting up SoundSystem...
  22. [18:29:13] [Thread-9/INFO]: Initializing LWJGL OpenAL
  23. [18:29:13] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  24. [18:29:13] [Thread-9/INFO]: OpenAL initialized.
  25. [18:29:13] [Sound Library Loader/INFO]: Sound engine started
  26. [18:29:13] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: AHEAD Target: null
  27. [18:29:16] [Client thread/INFO] [FML]: Max texture size: 16384
  28. [18:29:16] [Client thread/INFO]: Created: 16x16 textures-atlas
  29. [18:29:17] [Client thread/ERROR] [FML]: Exception loading model for variant slimer:copper_ingot#inventory for item "slimer:copper_ingot"
  30. java.lang.Exception: Could not load model definition for variant slimer:copper_ingot#inventory
  31. at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:215) ~[ModelLoader.class:?]
  32. at net.minecraftforge.client.model.ModelLoader.loadItems(ModelLoader.java:259) ~[ModelLoader.class:?]
  33. at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:116) ~[ModelLoader.class:?]
  34. at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
  35. at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:120) [SimpleReloadableResourceManager.class:?]
  36. at net.minecraft.client.Minecraft.startGame(Minecraft.java:515) [Minecraft.class:?]
  37. at net.minecraft.client.Minecraft.run(Minecraft.java:360) [Minecraft.class:?]
  38. at net.minecraft.client.main.Main.main(Main.java:116) [Main.class:?]
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_281]
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_281]
  42. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_281]
  43. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  44. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_281]
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_281]
  48. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_281]
  49. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
  50. at GradleStart.main(GradleStart.java:26) [start/:?]
  51. Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model slimer:blockstates/copper_ingot.json
  52. at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:165) ~[ModelBakery.class:?]
  53. at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:211) ~[ModelLoader.class:?]
  54. ... 19 more
  55. Caused by: java.io.FileNotFoundException: slimer:blockstates/copper_ingot.json
  56. at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:82) ~[SimpleReloadableResourceManager.class:?]
  57. at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:143) ~[ModelBakery.class:?]
  58. at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:211) ~[ModelLoader.class:?]
  59. ... 19 more
  60. [18:29:17] [Client thread/ERROR] [FML]: Model definition for location slimer:copper_ingot#inventory not found
  61. [18:29:17] [Client thread/INFO] [STDOUT]: [slimer.mod.slimerMod:init:28]: Slimer mod init
  62. [18:29:17] [Client thread/INFO] [FML]: Injecting itemstacks
  63. [18:29:17] [Client thread/INFO] [FML]: Itemstack injection complete
  64. [18:29:17] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
  65. [18:29:17] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:SlimersMod
  66. [18:29:17] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: Slimer/ in C:\Users\FiercePC\Documents\Slimer mod start\bin
  67. [18:29:17] [Client thread/INFO]: SoundSystem shutting down...
  68. [18:29:17] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
  69. [18:29:17] [Sound Library Loader/INFO]: Starting up SoundSystem...
  70. [18:29:18] [Thread-11/INFO]: Initializing LWJGL OpenAL
  71. [18:29:18] [Thread-11/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  72. [18:29:18] [Thread-11/INFO]: OpenAL initialized.
  73. [18:29:18] [Sound Library Loader/INFO]: Sound engine started
  74. [18:29:21] [Client thread/INFO] [FML]: Max texture size: 16384
  75. [18:29:21] [Client thread/INFO]: Created: 512x512 textures-atlas
  76. [18:29:21] [Client thread/ERROR] [FML]: Exception loading model for variant slimer:copper_ingot#inventory for item "slimer:copper_ingot"
  77. java.lang.Exception: Could not load model definition for variant slimer:copper_ingot#inventory
  78. at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:215) ~[ModelLoader.class:?]
  79. at net.minecraftforge.client.model.ModelLoader.loadItems(ModelLoader.java:259) ~[ModelLoader.class:?]
  80. at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:116) ~[ModelLoader.class:?]
  81. at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
  82. at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:130) [SimpleReloadableResourceManager.class:?]
  83. at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:111) [SimpleReloadableResourceManager.class:?]
  84. at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:772) [Minecraft.class:?]
  85. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:326) [FMLClientHandler.class:?]
  86. at net.minecraft.client.Minecraft.startGame(Minecraft.java:532) [Minecraft.class:?]
  87. at net.minecraft.client.Minecraft.run(Minecraft.java:360) [Minecraft.class:?]
  88. at net.minecraft.client.main.Main.main(Main.java:116) [Main.class:?]
  89. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
  90. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_281]
  91. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_281]
  92. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_281]
  93. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  94. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  95. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
  96. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_281]
  97. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_281]
  98. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_281]
  99. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
  100. at GradleStart.main(GradleStart.java:26) [start/:?]
  101. Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model slimer:blockstates/copper_ingot.json
  102. at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:165) ~[ModelBakery.class:?]
  103. at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:211) ~[ModelLoader.class:?]
  104. ... 22 more
  105. Caused by: java.io.FileNotFoundException: slimer:blockstates/copper_ingot.json
  106. at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:82) ~[SimpleReloadableResourceManager.class:?]
  107. at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:143) ~[ModelBakery.class:?]
  108. at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:211) ~[ModelLoader.class:?]
  109. ... 22 more
  110. [18:29:21] [Client thread/ERROR] [FML]: Model definition for location slimer:copper_ingot#inventory not found
  111. [18:29:27] [Server thread/INFO]: Starting integrated minecraft server version 1.8.9
  112. [18:29:27] [Server thread/INFO]: Generating keypair
  113. [18:29:27] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
  114. [18:29:27] [Server thread/INFO] [FML]: Applying holder lookups
  115. [18:29:27] [Server thread/INFO] [FML]: Holder lookups applied
  116. [18:29:27] [Server thread/INFO] [FML]: Loading dimension 0 (test) (net.minecraft.server.integrated.IntegratedServer@4b7dc2da)
  117. [18:29:27] [Server thread/INFO] [FML]: Loading dimension 1 (test) (net.minecraft.server.integrated.IntegratedServer@4b7dc2da)
  118. [18:29:27] [Server thread/INFO] [FML]: Loading dimension -1 (test) (net.minecraft.server.integrated.IntegratedServer@4b7dc2da)
  119. [18:29:27] [Server thread/INFO]: Preparing start region for level 0
  120. [18:29:28] [Server thread/INFO]: Changing view distance to 12, from 10
  121. [18:29:29] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
  122. [18:29:29] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
  123. [18:29:29] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected]
  124. [18:29:29] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
  125. [18:29:29] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
  126. [18:29:29] [Server thread/INFO]: Player92[local:E:5c74df7c] logged in with entity id 5 at (1469.306618230782, 56.0, 387.11019561087414)
  127. [18:29:29] [Server thread/INFO]: Player92 joined the game
  128. [18:29:38] [Server thread/INFO]: Saving and pausing game...
  129. [18:29:38] [Server thread/INFO]: Saving chunks for level 'test'/Overworld
  130. [18:29:38] [Server thread/INFO]: Saving chunks for level 'test'/Nether
  131. [18:29:38] [Server thread/INFO]: Saving chunks for level 'test'/The End
  132. [18:29:39] [Client thread/INFO]: Stopping!
  133. [18:29:39] [Client thread/INFO]: SoundSystem shutting down...
  134. [18:29:39] [Server thread/INFO]: Stopping server
  135. [18:29:39] [Server thread/INFO]: Saving players
  136. [18:29:39] [Server thread/INFO]: Saving worlds
  137. [18:29:39] [Server thread/INFO]: Saving chunks for level 'test'/Overworld
  138. [18:29:39] [Server thread/INFO]: Saving chunks for level 'test'/Nether
  139. [18:29:39] [Server thread/INFO]: Saving chunks for level 'test'/The End
  140. [18:29:39] [Server thread/INFO] [FML]: Unloading dimension 0
  141. [18:29:39] [Server thread/INFO] [FML]: Unloading dimension -1
  142. [18:29:39] [Server thread/INFO] [FML]: Unloading dimension 1
  143. [18:29:39] [Server thread/INFO] [FML]: Applying holder lookups
  144. [18:29:39] [Server thread/INFO] [FML]: Holder lookups applied
  145. [18:29:40] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement