My item too has no textures, and the console says this:
[18:27:03] [main/INFO] [GradleStart]: Extra: []
[18:27:03] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/root/.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]
[18:27:03] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[18:27:03] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[18:27:03] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[18:27:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[18:27:03] [main/INFO] [FML]: Forge Mod Loader version 8.0.37.1334 for Minecraft 1.8 loading
[18:27:03] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_05, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre8
[18:27:03] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[18:27:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[18:27:03] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[18:27:03] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[18:27:03] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:27:03] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[18:27:03] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[18:27:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:27:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:27:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:27:03] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[18:27:05] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[18:27:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:27:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[18:27:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[18:27:06] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[18:27:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[18:27:06] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[18:27:07] [Client thread/INFO]: Setting user: Player656
[18:27:09] [Client thread/INFO]: LWJGL Version: 2.9.1
[18:27:10] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[18:27:10] [Client thread/INFO] [FML]: MinecraftForge v11.14.1.1334 Initialized
[18:27:10] [Client thread/INFO] [FML]: Replaced 204 ore recipies
[18:27:10] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[18:27:10] [Client thread/INFO] [FML]: Searching D:\_DRIVE\tech\gamecreation\CraftingExpansion\eclipse\mods for mods
[18:27:10] [Client thread/ERROR] [FML]: The mcmod.info file in bin cannot be parsed as valid JSON. It will be ignored
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected name at line 10 column 33
at com.google.gson.internal.Streams.parse(Streams.java:56) ~[Streams.class:?]
at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[JsonParser.class:?]
at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[JsonParser.class:?]
at net.minecraftforge.fml.common.MetadataCollection.from(MetadataCollection.java:56) [MetadataCollection.class:?]
at net.minecraftforge.fml.common.discovery.DirectoryDiscoverer.exploreFileSystem(DirectoryDiscoverer.java:69) [DirectoryDiscoverer.class:?]
at net.minecraftforge.fml.common.discovery.DirectoryDiscoverer.discover(DirectoryDiscoverer.java:53) [DirectoryDiscoverer.class:?]
at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:?]
at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:?]
at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:131) [ModDiscoverer.class:?]
at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:348) [Loader.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:469) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.startGame(Minecraft.java:446) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:356) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:117) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_05]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_05]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_05]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_05]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]
at GradleStart.main(Unknown Source) [start/:?]
Caused by: com.google.gson.stream.MalformedJsonException: Expected name at line 10 column 33
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:502) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403) ~[JsonReader.class:?]
at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:666) ~[TypeAdapters$25.class:?]
at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:659) ~[TypeAdapters$25.class:?]
at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642) ~[TypeAdapters$25.class:?]
at com.google.gson.internal.Streams.parse(Streams.java:44) ~[Streams.class:?]
... 22 more
[18:27:11] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[18:27:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, cemod] at CLIENT
[18:27:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, cemod] at SERVER
[18:27:12] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:CraftingExpansion
[18:27:12] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[18:27:12] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
[18:27:12] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[18:27:12] [Client thread/INFO] [FML]: Applying holder lookups
[18:27:12] [Client thread/INFO] [FML]: Holder lookups applied
[18:27:12] [Sound Library Loader/INFO]: Starting up SoundSystem...
[18:27:13] [Thread-7/INFO]: Initializing LWJGL OpenAL
[18:27:13] [Thread-7/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[18:27:13] [Thread-7/INFO]: OpenAL initialized.
[18:27:13] [Sound Library Loader/INFO]: Sound engine started
[18:27:16] [Client thread/INFO]: Created: 512x512 textures-atlas
[18:27:17] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
[18:27:17] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:CraftingExpansion
[18:27:17] [Client thread/INFO]: SoundSystem shutting down...
[18:27:17] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[18:27:17] [Sound Library Loader/INFO]: Starting up SoundSystem...
[18:27:17] [Thread-9/INFO]: Initializing LWJGL OpenAL
[18:27:17] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[18:27:17] [Thread-9/INFO]: OpenAL initialized.
[18:27:18] [Sound Library Loader/INFO]: Sound engine started
[18:27:19] [Client thread/INFO]: Created: 512x512 textures-atlas
[18:27:22] [Server thread/INFO]: Starting integrated minecraft server version 1.8
[18:27:22] [Server thread/INFO]: Generating keypair
[18:27:23] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[18:27:23] [Server thread/INFO] [FML]: Applying holder lookups
[18:27:23] [Server thread/INFO] [FML]: Holder lookups applied
[18:27:23] [Server thread/INFO] [FML]: Loading dimension 0 (New World) ([email protected])
[18:27:23] [Server thread/INFO] [FML]: Loading dimension 1 (New World) ([email protected])
[18:27:23] [Server thread/INFO] [FML]: Loading dimension -1 (New World) ([email protected])
[18:27:23] [Server thread/INFO]: Preparing start region for level 0
[18:27:24] [Server thread/INFO]: Changing view distance to 12, from 10
[18:27:25] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 1
[18:27:25] [Netty Server IO #1/INFO] [FML]: Client protocol version 1
[18:27:25] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected]
[18:27:25] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
[18:27:25] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[18:27:25] [Server thread/INFO]: Player656[local:E:5aa69e06] logged in with entity id 84 at (-508.59489749034714, 4.0, -1364.9670522889385)
[18:27:25] [Server thread/INFO]: Player656 joined the game
[18:27:30] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2530ms behind, skipping 50 tick(s)
[18:27:31] [Server thread/INFO]: Player656 has just earned the achievement [Taking Inventory]
[18:27:31] [Client thread/INFO]: [CHAT] Player656 has just earned the achievement [Taking Inventory]
[18:27:42] [Server thread/INFO]: Saving and pausing game...
[18:27:42] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[18:27:42] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[18:27:42] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[18:27:43] [Server thread/INFO]: Stopping server
[18:27:43] [Server thread/INFO]: Saving players
[18:27:43] [Server thread/INFO]: Saving worlds
[18:27:43] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[18:27:43] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[18:27:43] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[18:27:43] [Server thread/INFO] [FML]: Unloading dimension 0
[18:27:43] [Server thread/INFO] [FML]: Unloading dimension -1
[18:27:43] [Server thread/INFO] [FML]: Unloading dimension 1
[18:27:43] [Server thread/INFO] [FML]: Applying holder lookups
[18:27:43] [Server thread/INFO] [FML]: Holder lookups applied
[18:27:44] [Client thread/INFO]: Stopping!
[18:27:44] [Client thread/INFO]: SoundSystem shutting down...
[18:27:44] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
* What went wrong:
Execution failed for task ':makeStart'.
> Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "C:\Program Files\Java\jre1.8.0_31"
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
gradlew setupDecompWorkspace is one command gradlew eclipse is a different command these should be called on forge src folder (has Gradlew.bat inside it)
Edit - if still having problems, have you updated java recently, there was an update about a month back and update broke eclipse and gradlew, had to update JDK aswell and set system variables to match new version
gradlew setupDecompWorkspace is one command gradlew eclipse is a different command these should be called on forge src folder (has Gradlew.bat inside it)
Edit - if still having problems, have you updated java recently, there was an update about a month back and update broke eclipse and gradlew, had to update JDK aswell and set system variables to match new version
So I looked inside the src folder in forge, and found the .bat file. I run it, it does a few things, and then instantly closes out. Am I supposed to run the command from inside that file? Or do I run it from somewhere else? Now, it says this:
gradlew eclipse:
Total time: 8.073 secs
C:\Users\Alex\Desktop\Modding Workspace\Timeline (PT)\forge>gradlew eclipse
****************************
Powered By MCP: http://mcp.ocean-labs.de/
Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
MCP Data version : unknown
****************************
:eclipseClasspath
:eclipseJdt
:eclipseProject
:eclipse
* What went wrong:
Execution failed for task ':makeStart'.
> Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "C:\Program Files\Java\jre1.8.0_31"
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
so i open command and type cd "C:\Users\USER\Mod Projects\1.7.10\Workspaced\StructureMappingTool\forge-1.7.10-10.13.2.1291-src" Then i Press enter
(as a short cut you can shift right click in the forge folder and there is an option Open Command Window Here, that will have the same effect as the cd command from a fresh command window)
.
Now just type gradlew setupDecompWorkspace & hit enter
.
Once that has finished
gradlew eclipse
If you've done this and it still isn't working check you have JAVA_HOME variable set in environment and check that your JDK matches your JRE
I followed your instructions, and still got the same error. I looked through the error, and found this:
> Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "C:\Program Files\Java\jre1.8.0_31"
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumNo.
Ok, thanks.
Yes
My item too has no textures, and the console says this:
[18:27:03] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/root/.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]
[18:27:03] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[18:27:03] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[18:27:03] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[18:27:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[18:27:03] [main/INFO] [FML]: Forge Mod Loader version 8.0.37.1334 for Minecraft 1.8 loading
[18:27:03] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_05, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre8
[18:27:03] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[18:27:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[18:27:03] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[18:27:03] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[18:27:03] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:27:03] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[18:27:03] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[18:27:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:27:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:27:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:27:03] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[18:27:05] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[18:27:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:27:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[18:27:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[18:27:06] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[18:27:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[18:27:06] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[18:27:07] [Client thread/INFO]: Setting user: Player656
[18:27:09] [Client thread/INFO]: LWJGL Version: 2.9.1
[18:27:10] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[18:27:10] [Client thread/INFO] [FML]: MinecraftForge v11.14.1.1334 Initialized
[18:27:10] [Client thread/INFO] [FML]: Replaced 204 ore recipies
[18:27:10] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[18:27:10] [Client thread/INFO] [FML]: Searching D:\_DRIVE\tech\gamecreation\CraftingExpansion\eclipse\mods for mods
[18:27:10] [Client thread/ERROR] [FML]: The mcmod.info file in bin cannot be parsed as valid JSON. It will be ignored
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected name at line 10 column 33
at com.google.gson.internal.Streams.parse(Streams.java:56) ~[Streams.class:?]
at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[JsonParser.class:?]
at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[JsonParser.class:?]
at net.minecraftforge.fml.common.MetadataCollection.from(MetadataCollection.java:56) [MetadataCollection.class:?]
at net.minecraftforge.fml.common.discovery.DirectoryDiscoverer.exploreFileSystem(DirectoryDiscoverer.java:69) [DirectoryDiscoverer.class:?]
at net.minecraftforge.fml.common.discovery.DirectoryDiscoverer.discover(DirectoryDiscoverer.java:53) [DirectoryDiscoverer.class:?]
at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:?]
at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:?]
at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:131) [ModDiscoverer.class:?]
at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:348) [Loader.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:469) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.startGame(Minecraft.java:446) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:356) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:117) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_05]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_05]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_05]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_05]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]
at GradleStart.main(Unknown Source) [start/:?]
Caused by: com.google.gson.stream.MalformedJsonException: Expected name at line 10 column 33
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:502) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403) ~[JsonReader.class:?]
at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:666) ~[TypeAdapters$25.class:?]
at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:659) ~[TypeAdapters$25.class:?]
at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642) ~[TypeAdapters$25.class:?]
at com.google.gson.internal.Streams.parse(Streams.java:44) ~[Streams.class:?]
... 22 more
[18:27:11] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[18:27:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, cemod] at CLIENT
[18:27:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, cemod] at SERVER
[18:27:12] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:CraftingExpansion
[18:27:12] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[18:27:12] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
[18:27:12] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[18:27:12] [Client thread/INFO] [FML]: Applying holder lookups
[18:27:12] [Client thread/INFO] [FML]: Holder lookups applied
[18:27:12] [Sound Library Loader/INFO]: Starting up SoundSystem...
[18:27:13] [Thread-7/INFO]: Initializing LWJGL OpenAL
[18:27:13] [Thread-7/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[18:27:13] [Thread-7/INFO]: OpenAL initialized.
[18:27:13] [Sound Library Loader/INFO]: Sound engine started
[18:27:16] [Client thread/INFO]: Created: 512x512 textures-atlas
[18:27:17] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
[18:27:17] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:CraftingExpansion
[18:27:17] [Client thread/INFO]: SoundSystem shutting down...
[18:27:17] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[18:27:17] [Sound Library Loader/INFO]: Starting up SoundSystem...
[18:27:17] [Thread-9/INFO]: Initializing LWJGL OpenAL
[18:27:17] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[18:27:17] [Thread-9/INFO]: OpenAL initialized.
[18:27:18] [Sound Library Loader/INFO]: Sound engine started
[18:27:19] [Client thread/INFO]: Created: 512x512 textures-atlas
[18:27:22] [Server thread/INFO]: Starting integrated minecraft server version 1.8
[18:27:22] [Server thread/INFO]: Generating keypair
[18:27:23] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[18:27:23] [Server thread/INFO] [FML]: Applying holder lookups
[18:27:23] [Server thread/INFO] [FML]: Holder lookups applied
[18:27:23] [Server thread/INFO] [FML]: Loading dimension 0 (New World) ([email protected])
[18:27:23] [Server thread/INFO] [FML]: Loading dimension 1 (New World) ([email protected])
[18:27:23] [Server thread/INFO] [FML]: Loading dimension -1 (New World) ([email protected])
[18:27:23] [Server thread/INFO]: Preparing start region for level 0
[18:27:24] [Server thread/INFO]: Changing view distance to 12, from 10
[18:27:25] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 1
[18:27:25] [Netty Server IO #1/INFO] [FML]: Client protocol version 1
[18:27:25] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected]
[18:27:25] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
[18:27:25] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[18:27:25] [Server thread/INFO]: Player656[local:E:5aa69e06] logged in with entity id 84 at (-508.59489749034714, 4.0, -1364.9670522889385)
[18:27:25] [Server thread/INFO]: Player656 joined the game
[18:27:30] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2530ms behind, skipping 50 tick(s)
[18:27:31] [Server thread/INFO]: Player656 has just earned the achievement [Taking Inventory]
[18:27:31] [Client thread/INFO]: [CHAT] Player656 has just earned the achievement [Taking Inventory]
[18:27:42] [Server thread/INFO]: Saving and pausing game...
[18:27:42] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[18:27:42] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[18:27:42] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[18:27:43] [Server thread/INFO]: Stopping server
[18:27:43] [Server thread/INFO]: Saving players
[18:27:43] [Server thread/INFO]: Saving worlds
[18:27:43] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[18:27:43] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[18:27:43] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[18:27:43] [Server thread/INFO] [FML]: Unloading dimension 0
[18:27:43] [Server thread/INFO] [FML]: Unloading dimension -1
[18:27:43] [Server thread/INFO] [FML]: Unloading dimension 1
[18:27:43] [Server thread/INFO] [FML]: Applying holder lookups
[18:27:43] [Server thread/INFO] [FML]: Holder lookups applied
[18:27:44] [Client thread/INFO]: Stopping!
[18:27:44] [Client thread/INFO]: SoundSystem shutting down...
[18:27:44] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
The texture ist there too:
And the .json file looks like this:
"parent": "builtin/generated",
"textures": {
"layer0": "cemod:items/lighter"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
}
}
Are these issues?
{
"parent": "builtin/generated",
"textures": {
"layer0": "cemod:items/lighter"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ] (no comma like others)
}, (has comma unlike others)
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ] (no comma)
} (if "has comma unlike others" is meant to be there and the one above it not, should there then be a comma here?)
}
}
That is how it's written in the tutorial and changing it didn't seem to change anything.
mmk.. had a similar problem in the past and it was just a missing comma so thought may have been that
Im on part one 1.8 It said gradlew was not a internal/external command
I used this command:
gradlew setupDecompWorkspace eclipse
Is everyone having issues with textures? I could have very well missed something.
Also @ivianrr - which links aren't working?
It seems that every time I try to run the command: gradlew setupDecompWorkspace eclipse in cmd, It gives me this error:
C:\Users\Alex\Desktop\Modding Workspace\Timeline (PT)\forge>gradlew setupDecompW
orkspace eclipse
****************************
Powered By MCP:
http://mcp.ocean-labs.de/
Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
MCP Data version : unknown
****************************
:extractMcpData UP-TO-DATE
:getVersionJson
:extractUserDev UP-TO-DATE
:genSrgs SKIPPED
:extractNatives UP-TO-DATE
:getAssetsIndex
:getAssets
:makeStart FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':makeStart'.
> Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "C:\Program Files\Java\jre1.8.0_31"
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
BUILD FAILED
Total time: 12.129 secs
What do I do?
gradlew setupDecompWorkspace is one command gradlew eclipse is a different command these should be called on forge src folder (has Gradlew.bat inside it)
Edit - if still having problems, have you updated java recently, there was an update about a month back and update broke eclipse and gradlew, had to update JDK aswell and set system variables to match new version
So I looked inside the src folder in forge, and found the .bat file. I run it, it does a few things, and then instantly closes out. Am I supposed to run the command from inside that file? Or do I run it from somewhere else? Now, it says this:
gradlew eclipse:
Total time: 8.073 secs
C:\Users\Alex\Desktop\Modding Workspace\Timeline (PT)\forge>gradlew eclipse
****************************
Powered By MCP:
http://mcp.ocean-labs.de/
Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
MCP Data version : unknown
****************************
:eclipseClasspath
:eclipseJdt
:eclipseProject
:eclipse
BUILD SUCCESSFUL
gradlew setupDecompWorkspace:
C:\Users\Alex\Desktop\Modding Workspace\Timeline (PT)\forge>gradlew setupDecomp
orkspace
****************************
Powered By MCP:
http://mcp.ocean-labs.de/
Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
MCP Data version : unknown
****************************
:extractMcpData UP-TO-DATE
:getVersionJson
:extractUserDev UP-TO-DATE
:genSrgs SKIPPED
:extractNatives UP-TO-DATE
:getAssetsIndex
:getAssets
:makeStart FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':makeStart'.
> Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "C:\Program Files\Java\jre1.8.0_31"
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
BUILD FAILED
Total time: 13.196 secs
Much confused. Such wow. Many program. Very doge.
you run the command from a command window that is currently open on the directory that bat is in.
here is location of my gradlew bat
C:\Users\USER\Mod Projects\1.7.10\Workspaces\StructureMappingTool\forge-1.7.10-10.13.2.1291-src\gradlew.bat
.
so i open command and type cd "C:\Users\USER\Mod Projects\1.7.10\Workspaced\StructureMappingTool\forge-1.7.10-10.13.2.1291-src" Then i Press enter
(as a short cut you can shift right click in the forge folder and there is an option Open Command Window Here, that will have the same effect as the cd command from a fresh command window)
.
Now just type gradlew setupDecompWorkspace & hit enter
.
Once that has finished
gradlew eclipse
If you've done this and it still isn't working check you have JAVA_HOME variable set in environment and check that your JDK matches your JRE
This still gives me the same error. Maybe it's because I don't have a javac complier? If so, how do I get one?
Check JAVA_HOME variable in system environment is there and correct && Check JRE and JDK versions match (JRE hasnt been updated ahead of JDK)
I followed your instructions, and still got the same error. I looked through the error, and found this:
> Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "C:\Program Files\Java\jre1.8.0_31"
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
What is a javac complier, and how do I get one?
should be part of JDK it tells you right there "C:\Program Files\Java\jre1.8.0_31" JRE is NOT JDK.
Check That system environment variable JAVE_HOME == JDK
This is the details for my JAVA_HOME system environment variable
Variable Name: JAVA_HOME
Variable Value: C:\Program Files\Java\jdk1.8.0_45
It's supposed to be JRE! But make sure it's not directed to the bin folder.
I managed to get the console to not spit out errors anymore by fixing up the mcmod.info file and changing the JRE system library.
Sadly I still do not have any textures on my item
I think my post was missed:
Ok. I made it to tutorial 5, and I ran into a few problems.
I have an error under IIconRegister and itemIcon in my LegitItem class
When I try to import it, there are no options except make a new class, and others I don't understand:
package com.gmail.brockd9401.modname.items;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.item.Item;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;
import com.gmail.brockd9401.modname.help.Reference;
public class LegitItem extends Item
{
public LegitItem()
{
super();
setCreativeTab(CreativeTabs.tabMisc);
}
@SideOnly(Side.CLIENT)
@Override
public void registerIcons(IIconRegister par1IconRegister)
{
itemIcon = par1IconRegister.registerIcon(Reference.MODID + ":" + getUnlocalizedName().substring(5));
}
}
Also, I'm getting errors in my BlockCopperOre class under setBlockName and setBlockTextureName
Again I tried to import them but the only option was to create a meathod:
package com.gmail.brockd9401.modname.blocks;
import com.gmail.brockd9401.modname.help.Reference;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.creativetab.CreativeTabs;
public class BlockCopperOre extends Block
{
public BlockCopperOre()
{
super(Material.iron);
setBlockName("copperOre");
setBlockTextureName(Reference.MODID + ":" + getUnlocalizedName().substring(5));
setCreativeTab(CreativeTabs.tabBlock);
}
}
Thanks for the help.