.OBJ Model Help?

Started by Bumper3241 on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 21:32, 1. Jan 2024
Joined Apr 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
.OBJ Model Help?

Hey, I'm trying to add custom models, and for absolutely no reason at all, I get this garbage. Any help would be appreciated.

Last seen on 21:32, 1. Jan 2024
Joined Apr 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Most likely UX texture…
Sat, 09/14/2019 - 10:18

Most likely UX texture mapping offsets. Paste the log from console tab when you launch Minecraft with your mod.

Last seen on 21:32, 1. Jan 2024
Joined Apr 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I made a new test workspace…
Sat, 09/14/2019 - 10:47

I made a new test workspace with the model, since my current mod has almost 900 elements. It's still the same result.

Executing gradle command: runClient
Build info: MCreator 1.9.0, 64-bit, 3979 MB, Windows 10 - cmd, JVM 1.8.0_212, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
C:\Users\acer\MCreatorWorkspaces\test>gradlew -Dorg.gradle.java.home="C:/Program Files/Pylo/MCreator/jdk" -Dorg.gradle.parallel=false -Dorg.gradle.jvmargs="-Xms512m -Xmx1500m" runClient 
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
:deobfCompileDummyTask
:deobfProvidedDummyTask
:sourceApiJava UP-TO-DATE
:compileApiJava NO-SOURCE
:processApiResources NO-SOURCE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
:compileJava UP-TO-DATE
:processResources
:classes
:jar
:getVersionJson
:extractNatives SKIPPED
:extractUserdev UP-TO-DATE
:getAssetIndex UP-TO-DATE
:getAssets
Current status: 21/1305   1%
Current status: 43/1305   3%
Current status: 69/1305   5%
Current status: 96/1305   7%
Current status: 133/1305   10%
Current status: 218/1305   16%
Current status: 304/1305   23%
Current status: 392/1305   30%
Current status: 484/1305   37%
Current status: 570/1305   43%
Current status: 645/1305   49%
Current status: 720/1305   55%
Current status: 823/1305   63%
Current status: 934/1305   71%
Current status: 1028/1305   78%
Current status: 1062/1305   81%
Current status: 1067/1305   81%
Current status: 1075/1305   82%
Current status: 1090/1305   83%
Current status: 1148/1305   87%
Current status: 1230/1305   94%
:makeStart
:runClient
07:42.42 [main/INFO] [GradleStart]: Extra: []
07:42.42 [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/acer/.mcreator/gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
07:42.42 [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
07:42.43 [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
07:42.43 [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
07:42.43 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
07:42.43 [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2768 for Minecraft 1.12.2 loading
07:42.43 [main/INFO] [FML]: Java is LibericaJDK 64-Bit Server VM, version 1.8.0_212, running on Windows 10:amd64:10.0, installed at C:\Program Files\Pylo\MCreator\jdk\jre
07:42.43 [main/ERROR] [FML]: Apache Maven library folder was not in the format expected. Using default libraries directory.
07:42.43 [main/ERROR] [FML]: Full: C:\Users\acer\.mcreator\gradle\caches\modules-2\files-2.1\org.apache.maven\maven-artifact\3.5.3\7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4\maven-artifact-3.5.3.jar
07:42.43 [main/ERROR] [FML]: Trimmed: c:/users/acer/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/
07:42.43 [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
07:42.43 [main/INFO] [FML]: Detected deobfuscated environment, loading log configs for colored console logs.
2019-09-14 07:42:46,916 main WARN Disabling terminal, you're running in an unsupported environment.
07:42.47 [main/INFO] [FML]: Ignoring missing certificate for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin), we are in deobf and it's a forge core plugin
07:42.47 [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin
07:42.47 [main/INFO] [FML]: Searching C:\Users\acer\MCreatorWorkspaces\test\run\.\mods for mods
07:42.47 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
07:42.47 [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
07:42.47 [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
07:42.47 [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
07:42.47 [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
07:42.47 [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
07:42.47 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
07:42.47 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
07:42.47 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
07:42.51 [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
07:42.51 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
07:42.51 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
07:42.53 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
07:42.53 [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
07:42.53 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
07:42.53 [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
07:42.54 [main/INFO] [minecraft/Minecraft]: Setting user: Player312
07:43.07 [main/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.4
07:43.10 [main/INFO] [FML]: Could not load splash.properties, will create a default one
07:43.10 [main/INFO] [FML]: -- System Details --
Details:
   Minecraft Version: 1.12.2
   Operating System: Windows 10 (amd64) version 10.0
   Java Version: 1.8.0_212, BellSoft
   Java VM Version: LibericaJDK 64-Bit Server VM (mixed mode), 
   Memory: 113071280 bytes (107 MB) / 275251200 bytes (262 MB) up to 928514048 bytes (885 MB)
   JVM Flags: 0 total; 
   IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
   FML: 
   Loaded coremods (and transformers): 
   GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4276' Renderer: 'Intel(R) HD Graphics'
07:43.10 [main/INFO] [FML]: MinecraftForge v14.23.5.2768 Initialized
07:43.11 [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
07:43.12 [main/INFO] [FML]: Replaced 1036 ore ingredients
07:43.13 [main/INFO] [FML]: Searching C:\Users\acer\MCreatorWorkspaces\test\run\.\mods for mods
07:43.16 [Thread-3/INFO] [FML]: Using alternative sync timing : 200 frames of Display.update took 1895773691 nanos
07:43.19 [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
07:43.20 [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, test] at CLIENT
07:43.20 [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, test] at SERVER
07:43.23 [main/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:test
07:43.24 [main/INFO] [FML]: Processing ObjectHolder annotations
07:43.24 [main/INFO] [FML]: Found 1169 ObjectHolder annotations
07:43.24 [main/INFO] [FML]: Identifying ItemStackHolder annotations
07:43.24 [main/INFO] [FML]: Found 0 ItemStackHolder annotations
07:43.25 [main/INFO] [FML]: Configured a dormant chunk cache size of 0
07:43.25 [main/INFO] [FML]: OBJLoader: Domain test has been added.
07:43.25 [main/INFO] [FML]: Applying holder lookups
07:43.25 [main/INFO] [FML]: Holder lookups applied
07:43.25 [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotio…
07:43.25 [main/INFO] [FML]: Applying holder lookups
07:43.25 [main/INFO] [FML]: Holder lookups applied
07:43.25 [main/INFO] [FML]: Applying holder lookups
07:43.25 [main/INFO] [FML]: Holder lookups applied
07:43.26 [main/INFO] [FML]: Applying holder lookups
07:43.26 [main/INFO] [FML]: Holder lookups applied
07:43.26 [main/INFO] [FML]: Injecting itemstacks
07:43.26 [main/INFO] [FML]: Itemstack injection complete
07:43.26 [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: UP_TO_DATE Target: null
07:43.38 [Sound Library Loader/INFO] [minecraft/SoundManager]: Starting up SoundSystem...
07:43.39 [Thread-5/INFO] [minecraft/SoundManager]: Initializing LWJGL OpenAL
07:43.39 [Thread-5/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
07:43.45 [Thread-5/INFO] [minecraft/SoundManager]: OpenAL initialized.
07:43.45 [Sound Library Loader/INFO] [minecraft/SoundManager]: Sound engine started
07:43.57 [main/INFO] [FML]: Max texture size: 8192
07:43.59 [main/INFO] [minecraft/TextureMap]: Created: 512x512 textures-atlas
07:44.03 [main/ERROR] [FML]: Exception loading model for variant test:testw#inventory for item "test:testw", normal location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model test:item/testw with loader VanillaLoader.INSTANCE, skipping
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:302 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175 ) ~[ModelBakery.class:?]
   at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28 ) [ModelManager.class:?]
   at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121 ) [SimpleReloadableResourceManager.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:559 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
Caused by: java.io.FileNotFoundException: test:models/item/testw.json
   at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:69 ) ~[FallbackResourceManager.class:?]
   at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65 ) ~[SimpleReloadableResourceManager.class:?]
   at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:334 ) ~[ModelBakery.class:?]
   at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115 ) ~[ModelLoader.class:?]
   at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861 ) ~[ModelLoader$VanillaLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
07:44.03 [main/ERROR] [FML]: Exception loading model for variant test:testw#inventory for item "test:testw", blockstate location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model test:testw#inventory with loader VariantLoader.INSTANCE, skipping
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:296 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175 ) ~[ModelBakery.class:?]
   at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28 ) [ModelManager.class:?]
   at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121 ) [SimpleReloadableResourceManager.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:559 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model test:block/big_bang.obj with loader INSTANCE, skipping
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Error loading model previously: test:models/block/big_bang.obj
   at net.minecraftforge.client.model.obj.OBJLoader.loadModel(OBJLoader.java:114 ) ~[OBJLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
Caused by: java.io.FileNotFoundException: test:models/item/big bang.mtl
   at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:69 ) ~[FallbackResourceManager.class:?]
   at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65 ) ~[SimpleReloadableResourceManager.class:?]
   at net.minecraftforge.client.model.obj.OBJModel$MaterialLibrary.parseMaterials(OBJModel.java:508 ) ~[OBJModel$MaterialLibrary.class:?]
   at net.minecraftforge.client.model.obj.OBJModel$Parser.parse(OBJModel.java:251 ) ~[OBJModel$Parser.class:?]
   at net.minecraftforge.client.model.obj.OBJLoader.loadModel(OBJLoader.java:97 ) ~[OBJLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
07:44.08 [main/INFO] [FML]: Applying holder lookups
07:44.08 [main/INFO] [FML]: Holder lookups applied
07:44.09 [main/INFO] [FML]: Injecting itemstacks
07:44.09 [main/INFO] [FML]: Itemstack injection complete
07:44.10 [main/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
07:44.10 [main/INFO] [mojang/NarratorWindows]: Narrator library for x64 successfully loaded
07:44.15 [Realms Notification Availability checker #1/INFO] [mojang/RealmsClient]: Could not authorize you against Realms server: Invalid session id
07:44.36 [Server thread/INFO] [minecraft/IntegratedServer]: Starting integrated minecraft server version 1.12.2
07:44.36 [Server thread/INFO] [minecraft/IntegratedServer]: Generating keypair
07:44.37 [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
07:44.38 [Server thread/INFO] [FML]: Applying holder lookups
07:44.38 [Server thread/INFO] [FML]: Holder lookups applied
07:44.39 [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@37fe123e)
07:44.40 [Server thread/INFO] [minecraft/AdvancementList]: Loaded 489 advancements
07:44.40 [Server thread/WARN] [minecraft/WorldServer]: Unable to find spawn biome
07:44.40 [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@37fe123e)
07:44.41 [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@37fe123e)
07:44.41 [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for level 0
07:44.42 [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 13%
07:44.43 [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 50%
07:44.44 [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 54%
07:44.45 [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 89%
07:44.45 [Server thread/INFO] [FML]: Unloading dimension -1
07:44.45 [Server thread/INFO] [FML]: Unloading dimension 1
07:44.45 [Server thread/INFO] [minecraft/IntegratedServer]: Changing view distance to 5, from 10
07:44.48 [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
07:44.48 [Netty Server IO #1/INFO] [FML]: Client protocol version 2
07:44.48 [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : minecraft@1.12.2,FML@8.0.99.99,test@1.0.0,forge@14.23.5.2768,mcp@9.42
07:44.48 [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
07:44.48 [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
07:44.48 [Server thread/INFO] [minecraft/PlayerList]: Player312[local:E:dc4ab526] logged in with entity id 0 at (11.5, 4.0, 13.5)
07:44.48 [Server thread/INFO] [minecraft/MinecraftServer]: Player312 joined the game
07:44.51 [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...
07:44.52 [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld
07:44.53 [pool-2-thread-1/WARN] [mojang/YggdrasilMinecraftSessionService]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@6e798c05[id=d566deca-6b21-32cb-af90-4edf09eeac2e,name=Player312,properties={},legacy=false]
com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
   at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79 ) ~[YggdrasilAuthenticationService.class:?]
   at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180 ) [YggdrasilMinecraftSessionService.class:?]
   at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:60 ) [YggdrasilMinecraftSessionService$1.class:?]
   at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:57 ) [YggdrasilMinecraftSessionService$1.class:?]
   at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716 ) [guava-21.0.jar:?]
   at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424 ) [guava-21.0.jar:?]
   at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298 ) [guava-21.0.jar:?]
   at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211 ) [guava-21.0.jar:?]
   at com.google.common.cache.LocalCache.get(LocalCache.java:4154 ) [guava-21.0.jar:?]
   at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158 ) [guava-21.0.jar:?]
   at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147 ) [guava-21.0.jar:?]
   at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153 ) [guava-21.0.jar:?]
   at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:170 ) [YggdrasilMinecraftSessionService.class:?]
   at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3181 ) [Minecraft.class:?]
   at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:138 ) [SkinManager$3.class:?]
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511 ) [?:1.8.0_212]
   at java.util.concurrent.FutureTask.run(FutureTask.java:266 ) [?:1.8.0_212]
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149 ) [?:1.8.0_212]
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624 ) [?:1.8.0_212]
   at java.lang.Thread.run(Thread.java:748 ) [?:1.8.0_212]
07:44.54 [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2573ms behind, skipping 51 tick(s)
07:44.56 [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...
07:44.56 [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld

Caused by: java.io…
Sat, 09/14/2019 - 11:27

Caused by: java.io.FileNotFoundException: test:models/item/big bang.mtl

The issue is that your model name contains whitespace. big bang.obj gets renamed to big bang.obj and .mtl file too, but the internal reference is lost in obj model file. Save your obj model again, without whitespace, remove the current model, import the new one and select it for your item/block model.

Last seen on 21:32, 1. Jan 2024
Joined Apr 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(No subject)
Sun, 09/15/2019 - 02:23

I got it to work, but now there's this odd graphical error. It's only in first person, but it's really annoying.

Last seen on 21:32, 1. Jan 2024
Joined Apr 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So I followed your…
Tue, 09/17/2019 - 07:17

So I followed your directions. and these don't work.

 

It didn't work

The problem weapons to look for errors for are;

Long Sword (longsword.obj), Mardan Sword (mardan.obj), Brave Ark (braveark.obj), Garayan sword (garayan.obj), Ruler's Sword (ruler.obj), Lamb's Sword (lambsword.obj),  Am a no Murakumo (amano.obj), Mardan Garayan (mardangarayan.obj), and Sword of Zeus (zeus.obj)

It didn't work. I did everything you said. and it worked for the Big Bang, but nothing else. These are freshly converted from the Dark Cloud 2 ISO, so I really don't know why they don't work. here's the code I got from the Console:

 

Executing gradle command: runClient
Build info: MCreator 1.9.0, 64-bit, 3979 MB, Windows 10 - cmd, JVM 1.8.0_212, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
C:\Users\acer\NewFolder>gradlew -Dorg.gradle.java.home="C:/Program Files/Pylo/MCreator/jdk" -Dorg.gradle.parallel=false -Dorg.gradle.jvmargs="-Xms512m -Xmx1500m" runClient 
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
:deobfCompileDummyTask

....
01:36.11 [Thread-5/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
01:36.12 [main/INFO] [FML]: OBJModel: A color has already been defined for material 'Material.001' in 'dark_chronicle_mod:models/item/aquarium.mtl'. The color defined by key 'Ks' will not be applied!
01:36.12 [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'dark_chronicle_mod:models/item/aquarium.mtl') is not currently supported, skipping

....
01:36.30 [main/INFO] [FML]: OBJModel: A color has already been defined for material 'm0steel' in 'dark_chronicle_mod:models/item/stealgun.mtl'. The color defined by key 'Ks' will not be applied!
01:36.30 [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'dark_chronicle_mod:models/item/stealgun.mtl') is not currently supported, skipping
01:36.30 [main/INFO] [FML]: OBJModel: A color has already been defined for material 'Material.1148' in 'dark_chronicle_mod:models/item/steamgoyonespear.mtl'. The color defined by key 'Ks' will not be applied!
01:36.30 [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'dark_chronicle_mod:models/item/steamgoyonespear.mtl') is not currently supported, skipping
01:36.30 [main/INFO] [FML]: OBJModel: A color has already been defined for material 'm0wm006' in 'dark_chronicle_mod:models/item/stingerwrench.mtl'. The color defined by key 'Ks' will not be applied!
01:36.30 [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'dark_chronicle_mod:models/item/stingerwrench.mtl') is not currently supported, skipping
01:36.30 [main/INFO] [FML]: OBJModel: A color has already been defined for material 'm0c01w10' in 'dark_chronicle_mod:models/item/sunsword.mtl'. The color defined by key 'Ks' will not be applied!
01:36.30 [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'dark_chronicle_mod:models/item/sunsword.mtl') is not currently supported, skipping
01:36.30 [main/INFO] [FML]: OBJModel: A color has already been defined for material 'm0c18w10.001' in 'dark_chronicle_mod:models/item/supernova.mtl'. The color defined by key 'Ks' will not be applied!
01:36.30 [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'dark_chronicle_mod:models/item/supernova.mtl') is not currently supported, skipping
01:36.30 [main/INFO] [FML]: OBJModel: A color has already been defined for material 'm0wm012' in 'dark_chronicle_mod:models/item/swan.mtl'. The color defined by key 'Ks' will not be applied!
01:36.30 [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'dark_chronicle_mod:models/item/swan.mtl') is not currently supported, skipping
01:36.30 [main/INFO] [FML]: OBJModel: A color has already been defined for material 'HBc01w39' in 'dark_chronicle_mod:models/item/zeus.mtl'. The color defined by key 'Ks' will not be applied!
01:36.30 [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'dark_chronicle_mod:models/item/zeus.mtl') is not currently supported, skipping
01:36.30 [main/INFO] [FML]: OBJModel: A color has already been defined for material 'm0c01w38' in 'dark_chronicle_mod:models/item/7thheaven.mtl'. The color defined by key 'Ks' will not be applied!
01:36.30 [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'dark_chronicle_mod:models/item/7thheaven.mtl') is not currently supported, skipping
01:36.30 [main/INFO] [FML]: OBJModel: A color has already been defined for material 'm0c01wm002' in 'dark_chronicle_mod:models/item/truebattlewrench.mtl'. The color defined by key 'Ks' will not be applied!
01:36.30 [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'dark_chronicle_mod:models/item/truebattlewrench.mtl') is not currently supported, skipping
01:36.30 [main/INFO] [FML]: OBJModel: A color has already been defined for material 'm0rappa' in 'dark_chronicle_mod:models/item/trumpetgun.mtl'. The color defined by key 'Ks' will not be applied!
01:36.30 [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'dark_chronicle_mod:models/item/trumpetgun.mtl') is not currently supported, skipping
01:36.30 [main/INFO] [FML]: OBJModel: A color has already been defined for material 'm0c01w09.002' in 'dark_chronicle_mod:models/item/tsukikage.mtl'. The color defined by key 'Ks' will not be applied!
01:36.30 [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'dark_chronicle_mod:models/item/tsukikage.mtl') is not currently supported, skipping
01:36.30 [main/INFO] [FML]: OBJModel: A color has already been defined for material 'm0c01wm004' in 'dark_chronicle_mod:models/item/turkey.mtl'. The color defined by key 'Ks' will not be applied!
01:36.30 [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'dark_chronicle_mod:models/item/turkey.mtl') is not currently supported, skipping
01:36.30 [main/INFO] [FML]: OBJModel: A color has already been defined for material 'm0c06w05' in 'dark_chronicle_mod:models/item/turtleshellhammer.mtl'. The color defined by key 'Ks' will not be applied!
01:36.30 [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'dark_chronicle_mod:models/item/turtleshellhammer.mtl') is not currently supported, skipping
01:36.30 [main/INFO] [FML]: OBJModel: A color has already been defined for material 'm0twin' in 'dark_chronicle_mod:models/item/twinbuster.mtl'. The color defined by key 'Ks' will not be applied!
01:36.30 [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'dark_chronicle_mod:models/item/twinbuster.mtl') is not currently supported, skipping
01:36.30 [main/INFO] [FML]: OBJModel: A color has already been defined for material 'm0c01w04.002' in 'dark_chronicle_mod:models/item/wiseowlsword.mtl'. The color defined by key 'Ks' will not be applied!
01:36.30 [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'dark_chronicle_mod:models/item/wiseowlsword.mtl') is not currently supported, skipping
01:36.30 [main/INFO] [FML]: OBJModel: A color has already been defined for material 'Material.1657' in 'dark_chronicle_mod:models/item/zuckyknife.mtl'. The color defined by key 'Ks' will not be applied!
01:36.30 [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'dark_chronicle_mod:models/item/zuckyknife.mtl') is not currently supported, skipping
01:36.39 [main/INFO] [FML]: Max texture size: 8192
01:36.45 [main/INFO] [minecraft/TextureMap]: Created: 2048x2048 textures-atlas
01:36.53 [main/ERROR] [FML]: Exception loading model for variant dark_chronicle_mod:lambssword1#inventory for item "dark_chronicle_mod:lambssword1", normal location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model dark_chronicle_mod:item/lambssword1 with loader VanillaLoader.INSTANCE, skipping
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:302 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175 ) ~[ModelBakery.class:?]
   at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28 ) [ModelManager.class:?]
   at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121 ) [SimpleReloadableResourceManager.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:559 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
Caused by: java.io.FileNotFoundException: dark_chronicle_mod:models/item/lambssword1.json
   at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:69 ) ~[FallbackResourceManager.class:?]
   at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65 ) ~[SimpleReloadableResourceManager.class:?]
   at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:334 ) ~[ModelBakery.class:?]
   at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115 ) ~[ModelLoader.class:?]
   at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861 ) ~[ModelLoader$VanillaLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
01:36.53 [main/ERROR] [FML]: Exception loading model for variant dark_chronicle_mod:lambssword1#inventory for item "dark_chronicle_mod:lambssword1", blockstate location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model dark_chronicle_mod:lambssword1#inventory with loader VariantLoader.INSTANCE, skipping
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:296 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175 ) ~[ModelBakery.class:?]
   at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28 ) [ModelManager.class:?]
   at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121 ) [SimpleReloadableResourceManager.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:559 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model dark_chronicle_mod:block/lambsword.obj with loader INSTANCE, skipping
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Error loading model previously: dark_chronicle_mod:models/block/lambsword.obj
   at net.minecraftforge.client.model.obj.OBJLoader.loadModel(OBJLoader.java:114 ) ~[OBJLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
Caused by: java.lang.RuntimeException: OBJLoader.Parser: Exception parsing line #153: `vt 0.916041 -0.816996`
   at net.minecraftforge.client.model.obj.OBJModel$Parser.parse(OBJModel.java:377 ) ~[OBJModel$Parser.class:?]
   at net.minecraftforge.client.model.obj.OBJLoader.loadModel(OBJLoader.java:97 ) ~[OBJLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
Caused by: net.minecraftforge.client.model.obj.OBJModel$UVsOutOfBoundsException: Model 'dark_chronicle_mod:models/item/lambsword.obj' has UVs ('vt') out of bounds 0-1! The missing model will be used instead. Support for UV processing will be added to the OBJ loader in the future.
   at net.minecraftforge.client.model.obj.OBJModel$Parser.parse(OBJModel.java:282 ) ~[OBJModel$Parser.class:?]
   at net.minecraftforge.client.model.obj.OBJLoader.loadModel(OBJLoader.java:97 ) ~[OBJLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
01:36.53 [main/ERROR] [FML]: Exception loading model for variant dark_chronicle_mod:braveark#inventory for item "dark_chronicle_mod:braveark", normal location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model dark_chronicle_mod:item/braveark with loader VanillaLoader.INSTANCE, skipping
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:302 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175 ) ~[ModelBakery.class:?]
   at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28 ) [ModelManager.class:?]
   at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121 ) [SimpleReloadableResourceManager.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:559 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
Caused by: java.io.FileNotFoundException: dark_chronicle_mod:models/item/braveark.json
   at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:69 ) ~[FallbackResourceManager.class:?]
   at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65 ) ~[SimpleReloadableResourceManager.class:?]
   at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:334 ) ~[ModelBakery.class:?]
   at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115 ) ~[ModelLoader.class:?]
   at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861 ) ~[ModelLoader$VanillaLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
01:36.53 [main/ERROR] [FML]: Exception loading model for variant dark_chronicle_mod:braveark#inventory for item "dark_chronicle_mod:braveark", blockstate location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model dark_chronicle_mod:braveark#inventory with loader VariantLoader.INSTANCE, skipping
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:296 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175 ) ~[ModelBakery.class:?]
   at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28 ) [ModelManager.class:?]
   at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121 ) [SimpleReloadableResourceManager.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:559 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model dark_chronicle_mod:block/braveark.obj with loader INSTANCE, skipping
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Error loading model previously: dark_chronicle_mod:models/block/braveark.obj
   at net.minecraftforge.client.model.obj.OBJLoader.loadModel(OBJLoader.java:114 ) ~[OBJLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
Caused by: java.lang.RuntimeException: OBJLoader.Parser: Exception parsing line #116: `vt 0.745224 -0.777344`
   at net.minecraftforge.client.model.obj.OBJModel$Parser.parse(OBJModel.java:377 ) ~[OBJModel$Parser.class:?]
   at net.minecraftforge.client.model.obj.OBJLoader.loadModel(OBJLoader.java:97 ) ~[OBJLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
Caused by: net.minecraftforge.client.model.obj.OBJModel$UVsOutOfBoundsException: Model 'dark_chronicle_mod:models/item/braveark.obj' has UVs ('vt') out of bounds 0-1! The missing model will be used instead. Support for UV processing will be added to the OBJ loader in the future.
   at net.minecraftforge.client.model.obj.OBJModel$Parser.parse(OBJModel.java:282 ) ~[OBJModel$Parser.class:?]
   at net.minecraftforge.client.model.obj.OBJLoader.loadModel(OBJLoader.java:97 ) ~[OBJLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
01:36.53 [main/ERROR] [FML]: Exception loading model for variant dark_chronicle_mod:mardansword#inventory for item "dark_chronicle_mod:mardansword", normal location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model dark_chronicle_mod:item/mardansword with loader VanillaLoader.INSTANCE, skipping
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:302 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175 ) ~[ModelBakery.class:?]
   at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28 ) [ModelManager.class:?]
   at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121 ) [SimpleReloadableResourceManager.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:559 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
Caused by: java.io.FileNotFoundException: dark_chronicle_mod:models/item/mardansword.json
   at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:69 ) ~[FallbackResourceManager.class:?]
   at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65 ) ~[SimpleReloadableResourceManager.class:?]
   at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:334 ) ~[ModelBakery.class:?]
   at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115 ) ~[ModelLoader.class:?]
   at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861 ) ~[ModelLoader$VanillaLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
01:36.53 [main/ERROR] [FML]: Exception loading model for variant dark_chronicle_mod:mardansword#inventory for item "dark_chronicle_mod:mardansword", blockstate location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model dark_chronicle_mod:mardansword#inventory with loader VariantLoader.INSTANCE, skipping
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:296 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175 ) ~[ModelBakery.class:?]
   at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28 ) [ModelManager.class:?]
   at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121 ) [SimpleReloadableResourceManager.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:559 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model dark_chronicle_mod:block/mardan.obj with loader INSTANCE, skipping
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Error loading model previously: dark_chronicle_mod:models/block/mardan.obj
   at net.minecraftforge.client.model.obj.OBJLoader.loadModel(OBJLoader.java:114 ) ~[OBJLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
Caused by: java.lang.RuntimeException: OBJLoader.Parser: Exception parsing line #138: `vt 0.297043 -0.043602`
   at net.minecraftforge.client.model.obj.OBJModel$Parser.parse(OBJModel.java:377 ) ~[OBJModel$Parser.class:?]
   at net.minecraftforge.client.model.obj.OBJLoader.loadModel(OBJLoader.java:97 ) ~[OBJLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
Caused by: net.minecraftforge.client.model.obj.OBJModel$UVsOutOfBoundsException: Model 'dark_chronicle_mod:models/item/mardan.obj' has UVs ('vt') out of bounds 0-1! The missing model will be used instead. Support for UV processing will be added to the OBJ loader in the future.
   at net.minecraftforge.client.model.obj.OBJModel$Parser.parse(OBJModel.java:282 ) ~[OBJModel$Parser.class:?]
   at net.minecraftforge.client.model.obj.OBJLoader.loadModel(OBJLoader.java:97 ) ~[OBJLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
01:36.53 [main/ERROR] [FML]: Exception loading model for variant dark_chronicle_mod:rulerssword#inventory for item "dark_chronicle_mod:rulerssword", normal location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model dark_chronicle_mod:item/rulerssword with loader VanillaLoader.INSTANCE, skipping
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:302 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175 ) ~[ModelBakery.class:?]
   at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28 ) [ModelManager.class:?]
   at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121 ) [SimpleReloadableResourceManager.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:559 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
Caused by: java.io.FileNotFoundException: dark_chronicle_mod:models/item/rulerssword.json
   at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:69 ) ~[FallbackResourceManager.class:?]
   at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65 ) ~[SimpleReloadableResourceManager.class:?]
   at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:334 ) ~[ModelBakery.class:?]
   at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115 ) ~[ModelLoader.class:?]
   at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861 ) ~[ModelLoader$VanillaLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
01:36.53 [main/ERROR] [FML]: Exception loading model for variant dark_chronicle_mod:rulerssword#inventory for item "dark_chronicle_mod:rulerssword", blockstate location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model dark_chronicle_mod:rulerssword#inventory with loader VariantLoader.INSTANCE, skipping
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:296 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175 ) ~[ModelBakery.class:?]
   at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151 ) ~[ModelLoader.class:?]
   at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28 ) [ModelManager.class:?]
   at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121 ) [SimpleReloadableResourceManager.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:559 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_212]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_212]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_212]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model dark_chronicle_mod:block/ruler.obj with loader INSTANCE, skipping
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Error loading model previously: dark_chronicle_mod:models/block/ruler.obj
   at net.minecraftforge.client.model.obj.OBJLoader.loadModel(OBJLoader.java:114 ) ~[OBJLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
Caused by: java.lang.RuntimeException: OBJLoader.Parser: Exception parsing line #141: `vt 0.959984 -0.821753`
   at net.minecraftforge.client.model.obj.OBJModel$Parser.parse(OBJModel.java:377 ) ~[OBJModel$Parser.class:?]
   at net.minecraftforge.client.model.obj.OBJLoader.loadModel(OBJLoader.java:97 ) ~[OBJLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more
Caused by: net.minecraftforge.client.model.obj.OBJModel$UVsOutOfBoundsException: Model 'dark_chronicle_mod:models/item/ruler.obj' has UVs ('vt') out of bounds 0-1! The missing model will be used instead. Support for UV processing will be added to the OBJ loader in the future.
   at net.minecraftforge.client.model.obj.OBJModel$Parser.parse(OBJModel.java:282 ) ~[OBJModel$Parser.class:?]
   at net.minecraftforge.client.model.obj.OBJLoader.loadModel(OBJLoader.java:97 ) ~[OBJLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:658 ) ~[ModelLoader$WeightedRandomModel.class:?]
   at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176 ) ~[ModelLoader$VariantLoader.class:?]
   at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157 ) ~[ModelLoaderRegistry.class:?]
   ... 20 more

Two problems: It seems you…
Tue, 09/17/2019 - 07:18

Two problems:

  1. It seems you have some duplicate materials: 
    OBJModel: A color has already been defined for material 'Material.032' in 'dark_chronicle_mod:models/item/aquarium.mtl'. The color defined by key 'Ks' will not be applied!
  2. UV textures are out of bounding box of model 0 and 1, this is not supported by Minecraft OBJ loader yet. This problem is explained here: https://mcreator.net/wiki/custom-obj-models-blocks-and-items (UV texture limitations section)

Current Minecraft OBJ loader is very limited and strict so whenever possible, use standard Minecraft JSON models.

Last seen on 21:32, 1. Jan 2024
Joined Apr 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Okay, but which models are…
Tue, 09/17/2019 - 14:36

Okay, but which models are having those issues? I looked all the problem ones in Blender, and none of them have the VT thing more than 1. I know this, because I did the exact same thing for all weapons, and these 9 are the only ones that don't work. As for the material thing, I changed the material name of the only conflicting material, and nothing changed. The next update of my mod hinges on this working.

Look for entries like this…
Tue, 09/17/2019 - 14:39

Look for entries like this one in the crash log:

   ... 20 more
Caused by: net.minecraftforge.client.model.obj.OBJModel$UVsOutOfBoundsException: Model 'dark_chronicle_mod:models/item/lambsword.obj' has UVs ('vt') out of bounds 0-1! The missing model will be used instead. Support for UV processing will be added to the OBJ loader in the future.

Crash log contains all the info you need ;)

Last seen on 21:32, 1. Jan 2024
Joined Apr 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Once again, that doesn't…
Wed, 09/18/2019 - 02:49

Once again, that doesn't help, because I've looked at that model specifically in Blender, and all the UV's are exactly 1. no more, no less.

I don't know then. This is…
Wed, 09/18/2019 - 06:25

I don't know then. This is error from the model loader and so far the model loader properly determined the cause of the errors.

If you have issues with OBJ models, maybe try to make them in JSON format.

Last seen on 21:32, 1. Jan 2024
Joined Apr 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How would I convert a model…
Mon, 09/23/2019 - 15:26

How would I convert a model from OBJ to JSON?

 

Also, could you just take a peek at one of these? I literally do not understand what is causing this issue.

 

https://cdn.discordapp.com/attachments/544531379036225559/6257142820755…

https://cdn.discordapp.com/attachments/544531379036225559/6257141596230…

https://cdn.discordapp.com/attachments/544531379036225559/6257141576600…