When I run my mod in eclipse, it works fine. But when I try to move it into minecraft forge, it crashes minecraft.
Here is the log (from eclipse):
[embed=425,349][06:06:42] [main/INFO] [GradleStart]: Extra: []
[06:06:42] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/Porter/.gradle/caches/minecraft/assets, --assetIndex, 1.8, --accessToken, {REDACTED}, --version, 1.8, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[06:06:42] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[06:06:42] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[06:06:42] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[06:06:42] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[06:06:42] [main/INFO] [FML]: Forge Mod Loader version 8.99.124.1450 for Minecraft 1.8 loading
[06:06:42] [main/INFO] [FML]: Java is Java HotSpot 64-Bit Server VM, version 1.8.0_45, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre1.8.0_45
[06:06:42] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[06:06:42] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[06:06:42] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[06:06:42] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[06:06:42] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[06:06:42] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[06:06:42] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[06:06:42] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[06:06:42] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[06:06:42] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:06:42] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[06:06:45] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[06:06:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:06:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[06:06:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[06:06:45] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[06:06:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[06:06:45] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[06:06:47] [Client thread/INFO]: Setting user: Player779
[06:06:55] [Client thread/INFO]: LWJGL Version: 2.9.1
[06:06:59] [Client thread/INFO] [sTDOUT]: [net.minecraftforge.fml.client.SplashProgress:start:235]: ---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 8/19/15 6:06 AM
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.8
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 243981824 bytes (232 MB) / 330825728 bytes (315 MB) up to 1881145344 bytes (1794 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.3.0 - Build 10.18.15.4256' Renderer: 'Intel® HD Graphics 4600'
[06:06:59] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[06:06:59] [Client thread/INFO] [FML]: MinecraftForge v11.14.3.1450 Initialized
[06:06:59] [Client thread/INFO] [FML]: Replaced 204 ore recipies
[06:07:00] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[06:07:01] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[06:07:01] [Client thread/INFO] [FML]: Searching C:\Users\Porter\Desktop\ID Tech\Camp\Porter S\Forge modding\mods for mods
[06:07:11] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[06:07:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, examplemod] at CLIENT
[06:07:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, examplemod] at SERVER
[06:07:12] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Example Mod
[06:07:13] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[06:07:13] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
[06:07:13] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[06:07:13] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[06:07:13] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[06:07:13] [Client thread/INFO] [FML]: Applying holder lookups
[06:07:13] [Client thread/INFO] [FML]: Holder lookups applied
[06:07:13] [Client thread/INFO] [FML]: Injecting itemstacks
[06:07:13] [Client thread/INFO] [FML]: Itemstack injection complete
[06:07:16] [sound Library Loader/INFO]: Starting up SoundSystem...
[06:07:16] [Thread-9/INFO]: Initializing LWJGL OpenAL
[06:07:16] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[06:07:16] [Thread-9/INFO]: OpenAL initialized.
[06:07:16] [sound Library Loader/INFO]: Sound engine started
[06:07:30] [Client thread/INFO]: Created: 512x512 textures-atlas
[06:07:31] [Client thread/INFO] [sTDOUT]: [com.example.examplemod.ExampleMod:init:47]: DIRT BLOCK >> tile.dirt
[06:07:31] [Client thread/INFO] [FML]: Injecting itemstacks
[06:07:31] [Client thread/INFO] [FML]: Itemstack injection complete
[06:07:31] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
[06:07:31] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Example Mod
[06:07:31] [Client thread/INFO]: SoundSystem shutting down...
[06:07:31] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[06:07:31] [sound Library Loader/INFO]: Starting up SoundSystem...
[06:07:31] [Thread-11/INFO]: Initializing LWJGL OpenAL
[06:07:31] [Thread-11/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[06:07:31] [Thread-11/INFO]: OpenAL initialized.
[06:07:32] [sound Library Loader/INFO]: Sound engine started
[06:07:35] [Client thread/INFO]: Created: 512x512 textures-atlas
[06:07:35] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[06:07:35] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[06:07:35] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[06:07:35] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN examplemod
[06:07:35] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[06:07:35] [Client thread/ERROR] [TEXTURE ERRORS]: domain examplemod is missing 1 texture
[06:07:35] [Client thread/ERROR] [TEXTURE ERRORS]: domain examplemod has 1 location:
[06:07:35] [Client thread/ERROR] [TEXTURE ERRORS]: mod examplemod resources at C:\Users\Porter\Desktop\ID Tech\Camp\Porter S\Forge modding\bin
[06:07:35] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[06:07:35] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain examplemod are:
[06:07:35] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/CustomItem.png
[06:07:35] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[06:07:35] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain examplemod
[06:07:35] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[06:07:35] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[06:08:29] [server thread/INFO]: Starting integrated minecraft server version 1.8
[06:08:29] [server thread/INFO]: Generating keypair
[06:08:29] [server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[06:08:29] [server thread/INFO] [FML]: Applying holder lookups
[06:08:29] [server thread/INFO] [FML]: Holder lookups applied
[06:08:30] [server thread/INFO] [FML]: Loading dimension 0 (Test) (net.minecraft.server.integrated.IntegratedServer@113828e)
[06:08:30] [server thread/INFO] [FML]: Loading dimension 1 (Test) (net.minecraft.server.integrated.IntegratedServer@113828e)
[06:08:30] [server thread/INFO] [FML]: Loading dimension -1 (Test) (net.minecraft.server.integrated.IntegratedServer@113828e)
[06:08:30] [server thread/INFO]: Preparing start region for level 0
[06:08:31] [server thread/INFO]: Preparing spawn area: 59%
[06:08:32] [server thread/INFO]: Changing view distance to 12, from 10
[06:08:33] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
[06:08:33] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
[06:08:33] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 4 mods :
[email protected],
[email protected],
[email protected],
[email protected]
[06:08:33] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
[06:08:33] [server thread/INFO] [FML]: [server thread] Server side modded connection established
[06:08:33] [server thread/INFO]: Player779[local:E:44b1da20] logged in with entity id 497 at (-130.30000001192093, 69.97719774925064, 177.9358574199061)
[06:08:33] [server thread/INFO]: Player779 joined the game
[06:08:35] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@f014ff3[id=92bdd514-4796-3d7d-b2d4-a03fc9628bd4,name=Player779,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:65) ~[YggdrasilAuthenticationService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:158) [YggdrasilMinecraftSessionService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:53) [YggdrasilMinecraftSessionService$1.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:50) [YggdrasilMinecraftSessionService$1.class:?]
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:148) [YggdrasilMinecraftSessionService.class:?]
at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:138) [skinManager$3.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_45]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_45]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_45]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_45]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
[06:08:50] [server thread/INFO]: Player779 has just earned the achievement [Taking Inventory]
[06:08:50] [Client thread/INFO]: [CHAT] Player779 has just earned the achievement [Taking Inventory]
[06:09:15] [server thread/INFO]: Saving and pausing game...
[06:09:15] [server thread/INFO]: Saving chunks for level 'Test'/Overworld
[06:09:15] [server thread/INFO]: Saving chunks for level 'Test'/Nether
[06:09:15] [server thread/INFO]: Saving chunks for level 'Test'/The End
[06:09:19] [server thread/INFO]: Saving and pausing game...
[06:09:19] [server thread/INFO]: Saving chunks for level 'Test'/Overworld
[06:09:19] [server thread/INFO]: Saving chunks for level 'Test'/Nether
[06:09:19] [server thread/INFO]: Saving chunks for level 'Test'/The End
[06:09:20] [server thread/INFO]: Stopping server
[06:09:20] [server thread/INFO]: Saving players
[06:09:20] [server thread/INFO]: Saving worlds
[06:09:20] [server thread/INFO]: Saving chunks for level 'Test'/Overworld
[06:09:20] [server thread/INFO]: Saving chunks for level 'Test'/Nether
[06:09:20] [server thread/INFO]: Saving chunks for level 'Test'/The End
[06:09:21] [server thread/INFO] [FML]: Unloading dimension 0
[06:09:21] [server thread/INFO] [FML]: Unloading dimension -1
[06:09:21] [server thread/INFO] [FML]: Unloading dimension 1
[06:09:21] [server thread/INFO] [FML]: Applying holder lookups
[06:09:21] [server thread/INFO] [FML]: Holder lookups applied
[06:09:22] [Client thread/INFO]: Stopping!
[06:09:22] [Client thread/INFO]: SoundSystem shutting down...
[06:09:22] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com[/embed]
Thank you!