Posted October 19, 201411 yr Hey guys got the error stated in the heading while using eclipse to make a mod. I have simply tried to add one block and this is what has happened. Crash report below. [12:59:15] [main/INFO] [GradleStart]: No arguments specified, assuming client. [12:59:15] [main/INFO] [GradleStart]: Extra: [] [12:59:15] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --accessToken, {REDACTED}, --assetIndex, 1.7.10, --assetsDir, C:/Users/Jourdan/.gradle/caches/minecraft/assets, --version, 1.7.10] [12:59:15] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker [12:59:15] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker [12:59:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker [12:59:15] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1230 for Minecraft 1.7.10 loading [12:59:15] [main/INFO] [FML]: Java is Java HotSpot 64-Bit Server VM, version 1.7.0_71, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7 [12:59:15] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [12:59:15] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [12:59:15] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker [12:59:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [12:59:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [12:59:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [12:59:15] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [12:59:16] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [12:59:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [12:59:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker [12:59:16] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker [12:59:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker [12:59:17] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} [12:59:17] [main/INFO]: Setting user: Player643 [12:59:18] [Client thread/INFO]: LWJGL Version: 2.9.1 [12:59:19] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization [12:59:19] [Client thread/INFO] [FML]: MinecraftForge v10.13.2.1230 Initialized [12:59:19] [Client thread/INFO] [FML]: Replaced 182 ore recipies [12:59:19] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization [12:59:19] [Client thread/INFO] [FML]: Searching F:\Projects\Minecraft\1.7\MagicCrops\eclipse\mods for mods [12:59:21] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load [12:59:21] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, MagicOres] at CLIENT [12:59:21] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, MagicOres] at SERVER [12:59:21] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Magic Ores [12:59:21] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [12:59:21] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations [12:59:21] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [12:59:21] [Client thread/INFO] [Magic Ores]: Pre Initialization Complete! [12:59:21] [Client thread/INFO] [FML]: Applying holder lookups [12:59:21] [Client thread/INFO] [FML]: Holder lookups applied [12:59:21] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: [12:59:21] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... [12:59:22] [Thread-6/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL [12:59:22] [Thread-6/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [12:59:22] [Thread-6/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. [12:59:22] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: [12:59:22] [sound Library Loader/INFO]: Sound engine started [12:59:22] [Client thread/INFO] [sTDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: ---- Minecraft Crash Report ---- // Sorry Time: 10/19/14 12:59 PM Description: Initializing game java.util.UnknownFormatConversionException: Conversion = '%' at java.util.Formatter.checkText(Unknown Source) at java.util.Formatter.parse(Unknown Source) at java.util.Formatter.format(Unknown Source) at java.util.Formatter.format(Unknown Source) at java.lang.String.format(Unknown Source) at com.SirRoyGbiv.magicores.block.MagicOresBlock.getUnlocalizedName(MagicOresBlock.java:25) at com.SirRoyGbiv.magicores.block.MagicOresBlock.registerBlockIcons(MagicOresBlock.java:32) at net.minecraft.client.renderer.texture.TextureMap.registerIcons(TextureMap.java:315) at net.minecraft.client.renderer.texture.TextureMap.<init>(TextureMap.java:57) at net.minecraft.client.Minecraft.startGame(Minecraft.java:579) at net.minecraft.client.Minecraft.run(Minecraft.java:931) at net.minecraft.client.main.Main.main(Main.java:164) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at GradleStart.bounce(GradleStart.java:107) at GradleStart.startClient(GradleStart.java:100) at GradleStart.main(GradleStart.java:55) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at java.util.Formatter.checkText(Unknown Source) at java.util.Formatter.parse(Unknown Source) at java.util.Formatter.format(Unknown Source) at java.util.Formatter.format(Unknown Source) at java.lang.String.format(Unknown Source) at com.SirRoyGbiv.magicores.block.MagicOresBlock.getUnlocalizedName(MagicOresBlock.java:25) at com.SirRoyGbiv.magicores.block.MagicOresBlock.registerBlockIcons(MagicOresBlock.java:32) at net.minecraft.client.renderer.texture.TextureMap.registerIcons(TextureMap.java:315) at net.minecraft.client.renderer.texture.TextureMap.<init>(TextureMap.java:57) at net.minecraft.client.Minecraft.startGame(Minecraft.java:579) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.run(Minecraft.java:931) at net.minecraft.client.main.Main.main(Main.java:164) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at GradleStart.bounce(GradleStart.java:107) at GradleStart.startClient(GradleStart.java:100) at GradleStart.main(GradleStart.java:55) -- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_71, Oracle Corporation Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 790558968 bytes (753 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 4 mods loaded, 4 mods active mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized FML{7.10.85.1230} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized Forge{10.13.2.1230} [Minecraft Forge] (forgeSrc-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized MagicOres{1.7.10-1.0} [Magic Ores] (bin) Unloaded->Constructed->Pre-initialized Launched Version: 1.7.10 LWJGL: 2.9.1 OpenGL: GeForce GTX 660 Ti/PCIe/SSE2 GL version 4.4.0 NVIDIA 344.11, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Anisotropic filtering is supported and maximum anisotropy is 16. Shaders are available because OpenGL 2.1 is supported. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [] Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Anisotropic Filtering: Off (1) [12:59:22] [Client thread/INFO] [sTDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# F:\Projects\Minecraft\1.7\MagicCrops\eclipse\.\crash-reports\crash-2014-10-19_12.59.22-client.txt AL lib: (EE) alc_cleanup: 1 device not closed I cannot find anything wrong but that's probably because i am quite tired at this point, so if you find what's wrong please let me know and how to fix it, thank you for your help P.S eclipse is not giving me any errors or anything at all.
October 19, 201411 yr java.util.UnknownFormatConversionException: Conversion = '%' ^^^ Hmmm, seems like an exception, doesn't it? -Mitchellbrine Minecraft can do ANYTHING, it's coded in Java and you got the full power of Java behind you when you code. So nothing is impossible. It may be freaking fucking hard though, but still possible If you create a topic on Modder Support, live by this motto: I don't want your charity, I want your information
October 19, 201411 yr Also: at com.SirRoyGbiv.magicores.block.MagicOresBlock.getUnlocalizedName(MagicOresBlock.java:25) at com.SirRoyGbiv.magicores.block.MagicOresBlock.registerBlockIcons(MagicOresBlock.java:32) What are those lines of code -Mitchellbrine Minecraft can do ANYTHING, it's coded in Java and you got the full power of Java behind you when you code. So nothing is impossible. It may be freaking fucking hard though, but still possible If you create a topic on Modder Support, live by this motto: I don't want your charity, I want your information
October 19, 201411 yr Author Haha i see what i did wrong, haha thank you for pointing me to those two lines of code seems like i may have misspelt something wrong. Would not have found those bits of codes for days. Thank you very much
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.