It's okay that it says "skipped," but I won't make a download because I'm not making a pirate copy for you. Try opening up eclipse and running the client.
I installed everything and wrote code for my first item, but when I try to run minecraft by pressing the green button I get the following message and nothing happens:
"The selection cannot be launched, and there are no recent launches"
I installed everything and wrote code for my first item, but when I try to run minecraft by pressing the green button I get the following message and nothing happens:
"The selection cannot be launched, and there are no recent launches"
I'm not sure why this is happening.
Help will be much appreciated
Click the drop down menu and see if there are any run configurations. If you are using the 1.8 tutorial, you may need to make them yourself, and if that is the case, I'll edit that tutorial with information on how to do that.
The Meaning of Life, the Universe, and Everything.
Join Date:
3/3/2014
Posts:
106
Member Details
I am trying to mod on 1.7.10 but when I selected the setup for 1.7.10 link it brings me to the 1.8 one. I don't want to mod 1.8 because of the horrible lag. Does anyone have a link to the 1.7 one?
I am trying to mod on 1.7.10 but when I selected the setup for 1.7.10 link it brings me to the 1.8 one. I don't want to mod 1.8 because of the horrible lag. Does anyone have a link to the 1.7 one?
That is intentional. The setup tutorial is universal for both 1.7 and 1.8 versions, so it can be used inter-changeable. The reason why it is the same is because I updated that tutorial to a new format which allows you to have multiple projects in one workspace, as well as different version projects (meaning you can have a 1.7 and 1.8 mod in the same workspace).
That is intentional. The setup tutorial is universal for both 1.7 and 1.8 versions, so it can be used inter-changeable. The reason why it is the same is because I updated that tutorial to a new format which allows you to have multiple projects in one workspace, as well as different version projects (meaning you can have a 1.7 and 1.8 mod in the same workspace).
Okay i was just confused because it said that setting up a 1.8 workplace was different to 1.7. Thanks for responding so quickly!
The Meaning of Life, the Universe, and Everything.
Join Date:
3/3/2014
Posts:
106
Member Details
Sorry to annoy again but at the end of step 2a it says now continue too step 2b but then it says if you aren't using git hub do this. Should i still use it if i'm using github?
You need to install Git. It should be fairly self-explanatory by simply googling it.
New tutorial has also been released - #3 -- Main Class.
It ended up working I don't know why I didn't work since I already had it installed. Also if you are using GitHub do you need to do the setting up forge step 2b?
Dude, you are awesome! I've taken a java course earlier this year, and have barely gotten my feet wet in coding and whatnot, but your tutorial is very basic and simple to learn from. I find myself eagerly waiting for each new update like a kid waiting for Christmas. (ok, maybe there isn't that much hype, but you get the point) this is awesome! keep up the good work!
also, how different will the 1.7 tutorials be from the 1.8 tutorials? or could I go ahead and make a few basic items to test out while I wait?
Hello, I have been following the tutorials and I got stopped with some troubles. I got to the end of the 3rd tutorial, and when I try to launch minecraft with the green button, it says "The selection cannot be launched, and there are no recent launches." I have tried selecting the main class file, but it won't pop up. I have searched around trying to find a way, but I can't figure out how to launch the game. Also, in the ModItems class file, I don't know if I'm supposed to have this or not, but there is an error for "setUnlocalizedName."
public static Item copperIngot = new Legit().setUnlocalizedName("copperIngot");
public class ModItems
{
public static Item copperIngot = new Legit().setUnlocalizedName("copperIngot");
public static void init()
{
RegisterHelper.registerItem(copperIngot);
}
}
And my whole console when I crash is here, but the end is probably the only thing important:
[18:17:57] [main/INFO] [GradleStart]: Extra: []
[18:17:57] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/Brock/.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:17:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[18:17:57] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[18:17:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[18:17:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[18:17:57] [main/INFO] [FML]: Forge Mod Loader version 8.0.76.1398 for Minecraft 1.8 loading
[18:17:57] [main/INFO] [FML]: Java is Java HotSpot(TM) 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
[18:17:57] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[18:17:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[18:17:57] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[18:17:57] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[18:17:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:17:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[18:17:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[18:17:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:17:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:17:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:17:57] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[18:18:00] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[18:18:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:18:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[18:18:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[18:18:00] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[18:18:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[18:18:00] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[18:18:01] [Client thread/INFO]: Setting user: Player198
[18:18:06] [Client thread/INFO]: LWJGL Version: 2.9.1
[18:18:06] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[18:18:06] [Client thread/INFO] [FML]: MinecraftForge v11.14.1.1398 Initialized
[18:18:06] [Client thread/INFO] [FML]: Replaced 204 ore recipies
[18:18:06] [Client thread/INFO] [FML]: Preloading CrashReport classes
[18:18:06] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[18:18:07] [Client thread/INFO] [FML]: Searching C:\Users\Brock\Desktop\Modding Workspace\Legit Mod\mods for mods
[18:18:09] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[18:18:09] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, brockd_legit] at CLIENT
[18:18:09] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, brockd_legit] at SERVER
[18:18:10] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Legit
[18:18:10] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[18:18:10] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
[18:18:10] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[18:18:10] [Client thread/INFO] [FML]: Applying holder lookups
[18:18:10] [Client thread/INFO] [FML]: Holder lookups applied
[18:18:10] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
[18:18:10] [Client thread/ERROR] [FML]:
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{8.0.76.1398} [Forge Mod Loader] (forgeSrc-1.8-11.14.1.1398.jar) Unloaded->Constructed->Pre-initialized
Forge{11.14.1.1398} [Minecraft Forge] (forgeSrc-1.8-11.14.1.1398.jar) Unloaded->Constructed->Pre-initialized
brockd_legit{a1.0.0} [Legit] (bin) Unloaded->Constructed->Errored
[18:18:10] [Client thread/ERROR] [FML]: The following problems were captured during this phase
[18:18:10] [Client thread/ERROR] [FML]: Caught exception from brockd_legit
java.lang.Error: Unresolved compilation problem:
at com.gmail.brockd9401.modname.init.ModItems.init(ModItems.java:11) ~[bin/:?]
at com.gmail.brockd9401.modname.Legit.preInit(Legit.java:17) ~[bin/:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:536) ~[forgeSrc-1.8-11.14.1.1398.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[forgeSrc-1.8-11.14.1.1398.jar:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[forgeSrc-1.8-11.14.1.1398.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:514) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [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_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
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/:?]
[18:18:10] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:660]: ---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 5/3/15 6:18 PM
Description: There was a severe problem during mod loading that has caused the game to fail
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:516)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:446)
at net.minecraft.client.Minecraft.run(Minecraft.java:356)
at net.minecraft.client.main.Main.main(Main.java:117)
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 net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
at GradleStart.main(Unknown Source)
Caused by: java.lang.Error: Unresolved compilation problem:
at com.gmail.brockd9401.modname.init.ModItems.init(ModItems.java:11)
at com.gmail.brockd9401.modname.Legit.preInit(Legit.java:17)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:536)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:514)
... 12 more
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(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 310396488 bytes (296 MB) / 444596224 bytes (424 MB) up to 1884815360 bytes (1797 MB)
JVM Flags: 0 total;
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.76.1398 Minecraft Forge 11.14.1.1398 4 mods loaded, 4 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{8.0.76.1398} [Forge Mod Loader] (forgeSrc-1.8-11.14.1.1398.jar) Unloaded->Constructed->Pre-initialized
Forge{11.14.1.1398} [Minecraft Forge] (forgeSrc-1.8-11.14.1.1398.jar) Unloaded->Constructed->Pre-initialized
brockd_legit{a1.0.0} [Legit] (bin) Unloaded->Constructed->Errored
Loaded coremods (and transformers):
[18:18:10] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:660]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Brock\Desktop\Modding Workspace\Legit Mod\.\crash-reports\crash-2015-05-03_18.18.10-client.txt
* 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\jre7"
* 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: 33.028 secs
EDIT :
I solved it, for some reason the program don't find my version of the JDK (7u79) and I had to download the latest (8u25)
It's okay that it says "skipped," but I won't make a download because I'm not making a pirate copy for you. Try opening up eclipse and running the client.
Okay, thanks for the reply and sorry if I confused you.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumYou know, my most awaited tutorials are ones that you said you would make, for example, GUIs, crops, new enchantments and structures.
I installed everything and wrote code for my first item, but when I try to run minecraft by pressing the green button I get the following message and nothing happens:
"The selection cannot be launched, and there are no recent launches"
I'm not sure why this is happening.
Help will be much appreciated
Click the drop down menu and see if there are any run configurations. If you are using the 1.8 tutorial, you may need to make them yourself, and if that is the case, I'll edit that tutorial with information on how to do that.
Options are:
Java Applet
Java Application
JUnit
Maven Build
Task Context Test
None of these seem to work, or I just don't know how to use them. It might be an issue with the version of eclipse I have.
What version do you recommend?
I'm not sure how to make my own run config so I'll just wait for the tutorial.
Thanks for helping!
I am trying to mod on 1.7.10 but when I selected the setup for 1.7.10 link it brings me to the 1.8 one. I don't want to mod 1.8 because of the horrible lag. Does anyone have a link to the 1.7 one?
That is intentional. The setup tutorial is universal for both 1.7 and 1.8 versions, so it can be used inter-changeable. The reason why it is the same is because I updated that tutorial to a new format which allows you to have multiple projects in one workspace, as well as different version projects (meaning you can have a 1.7 and 1.8 mod in the same workspace).
Okay i was just confused because it said that setting up a 1.8 workplace was different to 1.7. Thanks for responding so quickly!
No problem. Sorry it confused you - I'll update it in the future when I get some time.
Sorry to annoy again but at the end of step 2a it says now continue too step 2b but then it says if you aren't using git hub do this. Should i still use it if i'm using github?
You need to install Git. It should be fairly self-explanatory by simply googling it.
New tutorial has also been released - #3 -- Main Class.
It ended up working I don't know why I didn't work since I already had it installed. Also if you are using GitHub do you need to do the setting up forge step 2b?
Dude, you are awesome! I've taken a java course earlier this year, and have barely gotten my feet wet in coding and whatnot, but your tutorial is very basic and simple to learn from. I find myself eagerly waiting for each new update like a kid waiting for Christmas. (ok, maybe there isn't that much hype, but you get the point) this is awesome! keep up the good work!
also, how different will the 1.7 tutorials be from the 1.8 tutorials? or could I go ahead and make a few basic items to test out while I wait?
Hello, I have been following the tutorials and I got stopped with some troubles. I got to the end of the 3rd tutorial, and when I try to launch minecraft with the green button, it says "The selection cannot be launched, and there are no recent launches." I have tried selecting the main class file, but it won't pop up. I have searched around trying to find a way, but I can't figure out how to launch the game. Also, in the ModItems class file, I don't know if I'm supposed to have this or not, but there is an error for "setUnlocalizedName."
public static Item copperIngot = new Legit().setUnlocalizedName("copperIngot");
My first problem is my biggest concern though.
Click the arrow next to the green button and press run configurations.
Right click java application and press new
Under Main Class click search
Select GradleStart
Press Apply and Run
Thanks man. I got Minecraft to run, and the mc window popped up, but after a second it just crashes, and this seems like the error message.
brockd_legit{a1.0.0} [Legit] (bin) Unloaded->Constructed->Errored
The only error I have is "setUnlocalizedName" in the ModItems class file:
package com.gmail.brockd9401.modname.init;
import net.minecraft.item.Item;
import com.gmail.brockd9401.modname.Legit;
import com.gmail.brockd9401.modname.help.RegisterHelper;
public class ModItems
{
public static Item copperIngot = new Legit().setUnlocalizedName("copperIngot");
public static void init()
{
RegisterHelper.registerItem(copperIngot);
}
}
And my whole console when I crash is here, but the end is probably the only thing important:
[18:17:57] [main/INFO] [GradleStart]: Extra: []
[18:17:57] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/Brock/.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:17:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[18:17:57] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[18:17:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[18:17:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[18:17:57] [main/INFO] [FML]: Forge Mod Loader version 8.0.76.1398 for Minecraft 1.8 loading
[18:17:57] [main/INFO] [FML]: Java is Java HotSpot(TM) 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
[18:17:57] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[18:17:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[18:17:57] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[18:17:57] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[18:17:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:17:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[18:17:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[18:17:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:17:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:17:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:17:57] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[18:18:00] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[18:18:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:18:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[18:18:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[18:18:00] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[18:18:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[18:18:00] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[18:18:01] [Client thread/INFO]: Setting user: Player198
[18:18:06] [Client thread/INFO]: LWJGL Version: 2.9.1
[18:18:06] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[18:18:06] [Client thread/INFO] [FML]: MinecraftForge v11.14.1.1398 Initialized
[18:18:06] [Client thread/INFO] [FML]: Replaced 204 ore recipies
[18:18:06] [Client thread/INFO] [FML]: Preloading CrashReport classes
[18:18:06] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[18:18:07] [Client thread/INFO] [FML]: Searching C:\Users\Brock\Desktop\Modding Workspace\Legit Mod\mods for mods
[18:18:09] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[18:18:09] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, brockd_legit] at CLIENT
[18:18:09] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, brockd_legit] at SERVER
[18:18:10] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Legit
[18:18:10] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[18:18:10] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
[18:18:10] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[18:18:10] [Client thread/INFO] [FML]: Applying holder lookups
[18:18:10] [Client thread/INFO] [FML]: Holder lookups applied
[18:18:10] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
[18:18:10] [Client thread/ERROR] [FML]:
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{8.0.76.1398} [Forge Mod Loader] (forgeSrc-1.8-11.14.1.1398.jar) Unloaded->Constructed->Pre-initialized
Forge{11.14.1.1398} [Minecraft Forge] (forgeSrc-1.8-11.14.1.1398.jar) Unloaded->Constructed->Pre-initialized
brockd_legit{a1.0.0} [Legit] (bin) Unloaded->Constructed->Errored
[18:18:10] [Client thread/ERROR] [FML]: The following problems were captured during this phase
[18:18:10] [Client thread/ERROR] [FML]: Caught exception from brockd_legit
java.lang.Error: Unresolved compilation problem:
at com.gmail.brockd9401.modname.init.ModItems.init(ModItems.java:11) ~[bin/:?]
at com.gmail.brockd9401.modname.Legit.preInit(Legit.java:17) ~[bin/:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:536) ~[forgeSrc-1.8-11.14.1.1398.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[forgeSrc-1.8-11.14.1.1398.jar:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[forgeSrc-1.8-11.14.1.1398.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:514) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [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_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
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/:?]
[18:18:10] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:660]: ---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 5/3/15 6:18 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.Error: Unresolved compilation problem:
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:516)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:446)
at net.minecraft.client.Minecraft.run(Minecraft.java:356)
at net.minecraft.client.main.Main.main(Main.java:117)
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 net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
at GradleStart.main(Unknown Source)
Caused by: java.lang.Error: Unresolved compilation problem:
at com.gmail.brockd9401.modname.init.ModItems.init(ModItems.java:11)
at com.gmail.brockd9401.modname.Legit.preInit(Legit.java:17)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:536)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:514)
... 12 more
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(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 310396488 bytes (296 MB) / 444596224 bytes (424 MB) up to 1884815360 bytes (1797 MB)
JVM Flags: 0 total;
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.76.1398 Minecraft Forge 11.14.1.1398 4 mods loaded, 4 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{8.0.76.1398} [Forge Mod Loader] (forgeSrc-1.8-11.14.1.1398.jar) Unloaded->Constructed->Pre-initialized
Forge{11.14.1.1398} [Minecraft Forge] (forgeSrc-1.8-11.14.1.1398.jar) Unloaded->Constructed->Pre-initialized
brockd_legit{a1.0.0} [Legit] (bin) Unloaded->Constructed->Errored
Loaded coremods (and transformers):
[18:18:10] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:660]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Brock\Desktop\Modding Workspace\Legit Mod\.\crash-reports\crash-2015-05-03_18.18.10-client.txt
Thanks for the help
I'm stuck in the cmd, where can I find the javac compiler? I searched in the oracle site and I only find the JDK
From the cmd
C:\Users\Deus\Desktop\Mod WSPC\SlimeOre>gradlew setupDecompWorkspace eclipse
****************************
Powered By MCP:
http://mcp.ocean-labs.de/
Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
MCP Data version : snapshot_20141130
****************************
: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\jre7"
* 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: 33.028 secs
EDIT :
I solved it, for some reason the program don't find my version of the JDK (7u79) and I had to download the latest (8u25)
How do I make a glass block in 1.7.10? I'm having trouble making it let light through and not kill grass.