Posted July 18, 201312 yr I'm not sure how to make Netbeans work with forge anymore. The tutorial no longer works anymore and whenever i run Minecraft through Netbeans it launches fine, but forge doesn't seem to be starting up. Below is the log from when i run it: run: Jul 18, 2013 2:35:50 PM net.minecraft.launchwrapper.LogWrapper log INFO: Using tweak class name cpw.mods.fml.common.launcher.FMLTweaker 2013-07-18 14:35:51 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.2.19.789 for Minecraft 1.6.2 loading 2013-07-18 14:35:51 [iNFO] [ForgeModLoader] Java is Java HotSpot Client VM, version 1.7.0_21, running on Windows XP:x86:5.1, installed at C:\Program Files\Java\jdk1.7.0_21\jre 2013-07-18 14:35:51 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation 2013-07-18 14:35:51 [iNFO] [sTDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg 2013-07-18 14:35:51 [iNFO] [sTDOUT] Loaded 107 rules from AccessTransformer config file forge_at.cfg 2013-07-18 14:35:52 [sEVERE] [ForgeModLoader] The binary patch set is missing. Things are probably about to go very wrong. 2013-07-18 14:35:52 [iNFO] [ForgeModLoader] Launching wrapped minecraft 2013-07-18 14:35:53 [iNFO] [sTDERR] 2013-07-18 14:35:53 [CLIENT] [iNFO] Setting user: Player843 2013-07-18 14:35:53 [iNFO] [sTDERR] 2013-07-18 14:35:53 [CLIENT] [iNFO] (Session ID is null) 2013-07-18 14:35:54 [iNFO] [sTDERR] 2013-07-18 14:35:54 [CLIENT] [iNFO] LWJGL Version: 2.9.0 2013-07-18 14:35:54 [iNFO] [sTDERR] javax.imageio.IIOException: Can't read input file! 2013-07-18 14:35:54 [iNFO] [sTDERR] at javax.imageio.ImageIO.read(ImageIO.java:1301) 2013-07-18 14:35:54 [iNFO] [sTDERR] at ats.a(SourceFile:418) 2013-07-18 14:35:54 [iNFO] [sTDERR] at ats.O(SourceFile:274) 2013-07-18 14:35:54 [iNFO] [sTDERR] at ats.d(SourceFile:599) 2013-07-18 14:35:54 [iNFO] [sTDERR] at net.minecraft.client.main.Main.main(SourceFile:101) 2013-07-18 14:35:54 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-07-18 14:35:54 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2013-07-18 14:35:54 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2013-07-18 14:35:54 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Method.java:601) 2013-07-18 14:35:54 [iNFO] [sTDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57) 2013-07-18 14:35:54 [iNFO] [sTDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:18) 2013-07-18 14:35:57 [iNFO] [sTDERR] 2013-07-18 14:35:57 [CLIENT] [iNFO] Reloading ResourceManager: Default 2013-07-18 14:35:57 [iNFO] [sTDOUT] 2013-07-18 14:35:57 [iNFO] [sTDOUT] Starting up SoundSystem... 2013-07-18 14:35:57 [iNFO] [sTDOUT] Initializing LWJGL OpenAL 2013-07-18 14:35:57 [iNFO] [sTDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) 2013-07-18 14:35:57 [iNFO] [sTDOUT] OpenAL initialized. 2013-07-18 14:35:57 [iNFO] [sTDOUT] 2013-07-18 14:36:00 [iNFO] [sTDERR] 2013-07-18 14:36:00 [CLIENT] [sEVERE] Realms: Invalid session id 2013-07-18 14:36:03 [iNFO] [sTDERR] 2013-07-18 14:36:03 [CLIENT] [iNFO] Stopping! 2013-07-18 14:36:03 [iNFO] [sTDOUT] 2013-07-18 14:36:03 [iNFO] [sTDOUT] SoundSystem shutting down... 2013-07-18 14:36:03 [iNFO] [sTDOUT] Author: Paul Lamb, www.paulscode.com 2013-07-18 14:36:03 [iNFO] [sTDOUT] BUILD SUCCESSFUL (total time: 14 seconds) If anyone knows how to make it run let me know! The python scripts launch it correctly so I'm looking through them, but I'm no good with python. edit: The server will not run at all. Heres the log when i try to run the server: run: Jul 18, 2013 3:21:25 PM net.minecraft.launchwrapper.LogWrapper log INFO: Using tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker 2013-07-18 15:21:25 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.2.19.789 for Minecraft 1.6.2 loading 2013-07-18 15:21:25 [iNFO] [ForgeModLoader] Java is Java HotSpot Client VM, version 1.7.0_21, running on Windows XP:x86:5.1, installed at C:\Program Files\Java\jdk1.7.0_21\jre 2013-07-18 15:21:25 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation 2013-07-18 15:21:25 [iNFO] [sTDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg 2013-07-18 15:21:25 [iNFO] [sTDOUT] Loaded 107 rules from AccessTransformer config file forge_at.cfg 2013-07-18 15:21:26 [sEVERE] [ForgeModLoader] The binary patch set is missing. Things are probably about to go very wrong. 2013-07-18 15:21:27 [iNFO] [ForgeModLoader] Launching wrapped minecraft 2013-07-18 15:21:28 [sEVERE] [ForgeModLoader] Unable to launch java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at net.minecraft.launchwrapper.Launch.launch(Launch.java:57) at net.minecraft.launchwrapper.Launch.main(Launch.java:18) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48) at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17) Caused by: java.lang.NoClassDefFoundError: sl at aqw.<clinit>(SourceFile:333) at kz.a(SourceFile:122) at kz.<clinit>(SourceFile:55) at net.minecraft.server.MinecraftServer.main(SourceFile:508) ... 12 more Caused by: java.lang.ClassNotFoundException: sl at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ... 16 more Caused by: java.lang.NoClassDefFoundError: sf at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:791) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171) ... 18 more Caused by: java.lang.ClassNotFoundException: sf at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ... 22 more Caused by: java.lang.RuntimeException: Attempted to load class sf for invalid side SERVER at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:51) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:267) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:165) ... 24 more BUILD SUCCESSFUL (total time: 6 seconds)
July 19, 201312 yr Author [sOLVED] Following the instructions at: http://www.minecraftforge.net/wiki/NetBeans all you have to do after following this tutorial is: 1. Open Project Properties 2. Go under libraries 3. Under Run, Compile Tests, and Run Tests, move compiled sources above classpath This should be included on that tutorial page!
July 31, 201312 yr Hello there, I did all of the above (MC 1.6.2) and now, when starting up netbeans says run: juuli 31, 2013 9:45:56 AM net.minecraft.launchwrapper.LogWrapper log INFO: Using tweak class name cpw.mods.fml.common.launcher.FMLTweaker 2013-07-31 09:45:56 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.2.35.804 for Minecraft 1.6.2 loading 2013-07-31 09:45:56 [iNFO] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_21, running on Windows 7:x86:6.1, installed at C:\Program Files\Java\jdk1.7.0_21\jre 2013-07-31 09:45:56 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation 2013-07-31 09:45:56 [iNFO] [sTDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg 2013-07-31 09:45:56 [iNFO] [sTDOUT] Loaded 107 rules from AccessTransformer config file forge_at.cfg 2013-07-31 09:45:56 [sEVERE] [ForgeModLoader] The binary patch set is missing. Either you are in a development environment, or things are not going to work! 2013-07-31 09:45:57 [iNFO] [ForgeModLoader] Launching wrapped minecraft 2013-07-31 09:45:57 [sEVERE] [ForgeModLoader] Unable to launch java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at net.minecraft.launchwrapper.Launch.launch(Launch.java:57) at net.minecraft.launchwrapper.Launch.main(Launch.java:18) Caused by: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860) at java.lang.Runtime.loadLibrary0(Runtime.java:845) at java.lang.System.loadLibrary(System.java:1084) at org.lwjgl.Sys$1.run(Sys.java:73) at java.security.AccessController.doPrivileged(Native Method) at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) at org.lwjgl.Sys.loadLibrary(Sys.java:95) at org.lwjgl.Sys.<clinit>(Sys.java:112) at net.minecraft.client.Minecraft.getSystemTime(Minecraft.java:2444) at net.minecraft.client.main.Main.main(Main.java:37) ... 6 more BUILD SUCCESSFUL (total time: 3 seconds) How can I fix that? EDIT: moved lwjgl to the top in the lib list, shrunk error down to run: juuli 31, 2013 9:54:16 AM net.minecraft.launchwrapper.LogWrapper log INFO: Using tweak class name cpw.mods.fml.common.launcher.FMLTweaker 2013-07-31 09:54:17 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.2.35.804 for Minecraft 1.6.2 loading 2013-07-31 09:54:17 [iNFO] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_21, running on Windows 7:x86:6.1, installed at C:\Program Files\Java\jdk1.7.0_21\jre 2013-07-31 09:54:17 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation 2013-07-31 09:54:17 [iNFO] [sTDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg 2013-07-31 09:54:17 [iNFO] [sTDOUT] Loaded 107 rules from AccessTransformer config file forge_at.cfg 2013-07-31 09:54:26 [sEVERE] [ForgeModLoader] The binary patch set is missing. Either you are in a development environment, or things are not going to work! 2013-07-31 09:54:33 [iNFO] [ForgeModLoader] Launching wrapped minecraft 2013-07-31 09:54:35 [sEVERE] [ForgeModLoader] Unable to launch java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) aBUILD SUCCESSFUL (total time: 26 seconds) EDIT 2: That was false hope, error still remains as such: run: juuli 31, 2013 12:32:05 PM net.minecraft.launchwrapper.LogWrapper log INFO: Using tweak class name cpw.mods.fml.common.launcher.FMLTweaker 2013-07-31 12:32:13 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.2.35.804 for Minecraft 1.6.2 loading 2013-07-31 12:32:13 [iNFO] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_21, running on Windows 7:x86:6.1, installed at C:\Program Files\Java\jdk1.7.0_21\jre 2013-07-31 12:32:14 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation 2013-07-31 12:32:17 [iNFO] [sTDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg 2013-07-31 12:32:19 [iNFO] [sTDOUT] Loaded 107 rules from AccessTransformer config file forge_at.cfg 2013-07-31 12:32:20 [sEVERE] [ForgeModLoader] The binary patch set is missing. Either you are in a development environment, or things are not going to work! 2013-07-31 12:32:28 [iNFO] [ForgeModLoader] Launching wrapped minecraft 2013-07-31 12:32:30 [sEVERE] [ForgeModLoader] Unable to launch java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at net.minecraft.launchwrapper.Launch.launch(Launch.java:57) at net.minecraft.launchwrapper.Launch.main(Launch.java:18) Caused by: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860) at java.lang.Runtime.loadLibrary0(Runtime.java:845) at java.lang.System.loadLibrary(System.java:1084) at org.lwjgl.Sys$1.run(Sys.java:73) at java.security.AccessController.doPrivileged(Native Method) at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) at org.lwjgl.Sys.loadLibrary(Sys.java:95) at org.lwjgl.Sys.<clinit>(Sys.java:112) at net.minecraft.client.Minecraft.getSystemTime(Minecraft.java:2444) at net.minecraft.client.main.Main.main(Main.java:37) ... 6 more BUILD SUCCESSFUL (total time: 32 seconds) fixed it by adding -Djava.library.path and setting it to jars/versions/1.6.2/natives
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.