Jump to content

1.11 Development Model registering issue


jtsfour

Recommended Posts

i am using forge 13.19.0.2168 and my block spontaneously stopped working (i literally only added a .lang file)

So when i start minecraft forge gives an error saying that Could not load vanilla model parent 'dwcore:models/block/dwcore_testblock' which is odd because that is the correct path

I dug deeper through the error report and at the Java FileNotFoundException it says java.io.FileNotFoundException: dwcore:models/models/block/dwcore_testblock.json

it adds a /models for no reason i did some testing and it appears the parser that processes the path works but at whatever point it tries to read it it gives an error

to test i changed assets.dwcore.models.item.dwcore_testblock from

{
    "parent":"dwcore:models/block/dwcore_testblock"
}

 

to this

{
    "parent":"dwcore:block/dwcore_testblock"
}

 

and i got the same error message i think it is a forge src problem

all of my code is here https://github.com/jtsfour/DynamicWorldCore

 

2016-11-29 23:58:49,786 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2016-11-29 23:58:49,787 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[23:58:49] [main/INFO] [GradleStart]: username: ***************
[23:58:49] [main/INFO] [GradleStart]: Extra: []
[23:58:49] [main/INFO] [GradleStart]: Password found, attempting login
[23:58:49] [main/INFO]: Logging in with username & password
[23:58:50] [main/INFO] [GradleStart]: Login Succesful!
[23:58:50] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, [], --assetsDir, C:/Users/**/.gradle/caches/minecraft/assets, --assetIndex, 1.11, --userType, mojang, --accessToken{REDACTED}, --version, 1.11, --uuid, ***************************, --username, jtsfour, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[23:58:50] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[23:58:50] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[23:58:50] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[23:58:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[23:58:50] [main/INFO] [FML]: Forge Mod Loader version 13.19.0.2168 for Minecraft 1.11 loading
[23:58:50] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre1.8.0_51
[23:58:50] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[23:58:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[23:58:50] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[23:58:50] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[23:58:50] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:58:50] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[23:58:50] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[23:58:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:58:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:58:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:58:50] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[23:58:51] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[23:58:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:58:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[23:58:52] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[23:58:52] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[23:58:52] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[23:58:52] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
2016-11-29 23:58:52,845 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2016-11-29 23:58:52,870 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2016-11-29 23:58:52,872 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[23:58:53] [Client thread/INFO]: Setting user: jtsfour
[23:58:56] [Client thread/WARN]: Skipping bad option: lastServer:
[23:58:56] [Client thread/INFO]: LWJGL Version: 2.9.4
[23:58:58] [Client thread/INFO]: [sTDOUT]: ---- Minecraft Crash Report ----
// Oops.

Time: 11/29/16 11:58 PM
Description: Loading screen debug info

This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
Minecraft Version: 1.11
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 147019312 bytes (140 MB) / 637534208 bytes (608 MB) up to 1888485376 bytes (1801 MB)
JVM Flags: 0 total; 
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: 
Loaded coremods (and transformers): 
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13423 Compatibility Profile Context FireGL 0' Renderer: 'AMD FirePro M6100'
[23:58:58] [Client thread/INFO] [FML]: MinecraftForge v13.19.0.2168 Initialized
[23:58:58] [Client thread/INFO] [FML]: Replaced 232 ore recipes
[23:58:58] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[23:58:58] [Client thread/INFO] [FML]: Searching C:\Users\JT\My Files\Modding\Dynamic World\DynamicWorld-eclipse\DynamicWorldCore\mods for mods
[23:58:59] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[23:58:59] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, forge, dwcore] at CLIENT
[23:58:59] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, forge, dwcore] at SERVER
[23:59:00] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Dynamic World Core
[23:59:00] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[23:59:00] [Client thread/INFO] [FML]: Found 443 ObjectHolder annotations
[23:59:00] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[23:59:00] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[23:59:00] [Client thread/INFO] [FML]: Applying holder lookups
[23:59:00] [Client thread/INFO] [FML]: Holder lookups applied
[23:59:00] [Client thread/INFO] [FML]: Applying holder lookups
[23:59:00] [Client thread/INFO] [FML]: Holder lookups applied
[23:59:00] [Client thread/INFO] [FML]: Applying holder lookups
[23:59:00] [Client thread/INFO] [FML]: Holder lookups applied
[23:59:00] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[23:59:00] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[23:59:00] [Client thread/INFO] [FML]: Applying holder lookups
[23:59:00] [Client thread/INFO] [FML]: Holder lookups applied
[23:59:00] [Client thread/INFO] [FML]: Injecting itemstacks
[23:59:00] [Client thread/INFO] [FML]: Itemstack injection complete
[23:59:00] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: BETA Target: null
[23:59:02] [sound Library Loader/INFO]: Starting up SoundSystem...
[23:59:02] [Thread-8/INFO]: Initializing LWJGL OpenAL
[23:59:02] [Thread-8/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[23:59:02] [Thread-8/INFO]: OpenAL initialized.
[23:59:03] [sound Library Loader/INFO]: Sound engine started
[23:59:06] [Client thread/INFO] [FML]: Max texture size: 16384
[23:59:06] [Client thread/INFO]: Created: 16x16 textures-atlas
[23:59:07] [Client thread/INFO] [FML]: Injecting itemstacks
[23:59:07] [Client thread/INFO] [FML]: Itemstack injection complete
[23:59:07] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
[23:59:07] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Dynamic World Core
[23:59:09] [Client thread/INFO]: SoundSystem shutting down...
[23:59:09] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[23:59:09] [sound Library Loader/INFO]: Starting up SoundSystem...
[23:59:09] [Thread-10/INFO]: Initializing LWJGL OpenAL
[23:59:09] [Thread-10/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[23:59:09] [Thread-10/INFO]: OpenAL initialized.
[23:59:09] [sound Library Loader/INFO]: Sound engine started
[23:59:11] [Client thread/ERROR] [FML]: Could not load vanilla model parent 'dwcore:models/block/dwcore_testblock' for 'net.minecraft.client.renderer.block.model.ModelBlock@4c560e50
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model dwcore:models/block/dwcore_testblock with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModelOrLogError(ModelLoaderRegistry.java:203) [ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.getTextures(ModelLoader.java:478) [ModelLoader$VanillaModelWrapper.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:163) [ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:317) [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:147) [ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [simpleReloadableResourceManager.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [simpleReloadableResourceManager.class:?]
at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:798) [Minecraft.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:347) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.startGame(Minecraft.java:560) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:385) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_51]
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_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_51]
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
at GradleStart.main(GradleStart.java:26) [start/:?]
Caused by: java.io.FileNotFoundException: dwcore:models/models/block/dwcore_testblock.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$1100(ModelLoader.java:118) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:868) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 26 more
[23:59:12] [Client thread/INFO] [FML]: Max texture size: 16384
[23:59:12] [Client thread/INFO]: Created: 512x512 textures-atlas
[23:59:12] [Client thread/WARN]: Skipping bad option: lastServer:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.