
MaxM12
Members-
Posts
20 -
Joined
-
Last visited
Converted
-
Gender
Undisclosed
-
Personal Text
I am new!
MaxM12's Achievements

Tree Puncher (2/8)
0
Reputation
-
this sounds like something that would be better to ask on bukkit forums (since bukkit plugins sort of do these things) but i geuss this could be possible with forge, anyways i cant help, im still kinda new
-
tried this, no random errors this time still no mods loaded =\ i still think it has something to do with: "[sEVERE] [ForgeModLoader] The binary patch set is missing. Things are probably about to go very wrong."
-
i used that tutorial, did not work with forge
-
This is my full log: run: aug 18, 2013 12:51:13 PM net.minecraft.launchwrapper.LogWrapper log INFO: Using tweak class name cpw.mods.fml.common.launcher.FMLTweaker 2013-08-18 12:51:14 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.2.19.789 for Minecraft 1.6.2 loading 2013-08-18 12:51:14 [iNFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_25, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jdk1.7.0_25\jre 2013-08-18 12:51:14 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation 2013-08-18 12:51:15 [iNFO] [sTDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg 2013-08-18 12:51:15 [iNFO] [sTDOUT] Loaded 107 rules from AccessTransformer config file forge_at.cfg 2013-08-18 12:51:16 [sEVERE] [ForgeModLoader] The binary patch set is missing. Things are probably about to go very wrong. 2013-08-18 12:51:17 [iNFO] [ForgeModLoader] Launching wrapped minecraft 2013-08-18 12:51:19 [iNFO] [sTDERR] 2013-08-18 12:51:19 [CLIENT] [iNFO] Setting user: Player236 2013-08-18 12:51:19 [iNFO] [sTDERR] 2013-08-18 12:51:19 [CLIENT] [iNFO] (Session ID is null) 2013-08-18 12:51:20 [iNFO] [sTDERR] 2013-08-18 12:51:20 [CLIENT] [iNFO] LWJGL Version: 2.9.0 2013-08-18 12:51:20 [iNFO] [sTDERR] javax.imageio.IIOException: Can't read input file! 2013-08-18 12:51:20 [iNFO] [sTDERR] at javax.imageio.ImageIO.read(ImageIO.java:1301) 2013-08-18 12:51:20 [iNFO] [sTDERR] at ats.a(SourceFile:418) 2013-08-18 12:51:20 [iNFO] [sTDERR] at ats.O(SourceFile:274) 2013-08-18 12:51:20 [iNFO] [sTDERR] at ats.d(SourceFile:599) 2013-08-18 12:51:20 [iNFO] [sTDERR] at net.minecraft.client.main.Main.main(SourceFile:101) 2013-08-18 12:51:20 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-08-18 12:51:20 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2013-08-18 12:51:20 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2013-08-18 12:51:20 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Method.java:606) 2013-08-18 12:51:20 [iNFO] [sTDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57) 2013-08-18 12:51:20 [iNFO] [sTDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:18) 2013-08-18 12:51:22 [iNFO] [sTDERR] 2013-08-18 12:51:22 [CLIENT] [iNFO] Reloading ResourceManager: Default 2013-08-18 12:51:22 [iNFO] [sTDOUT] 2013-08-18 12:51:22 [iNFO] [sTDOUT] Starting up SoundSystem... 2013-08-18 12:51:22 [iNFO] [sTDOUT] Initializing LWJGL OpenAL 2013-08-18 12:51:22 [iNFO] [sTDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) 2013-08-18 12:51:22 [iNFO] [sTDOUT] OpenAL initialized. 2013-08-18 12:51:22 [iNFO] [sTDOUT]
-
This worked except it did not load forge. i think it has something to do with this: 2013-08-17 17:05:05 [sEVERE] [ForgeModLoader] The binary patch set is missing. Things are probably about to go very wrong. then i got this error:
-
would that be the JDK or just java itself?
-
nobody knows a fix?
-
Heyo! So im trying out netbeans + minecraft modding. i got it all working except when i try to test it it wont work error: 2013-08-13 19:59:23 [sEVERE] [ForgeModLoader] The binary patch set is missing. Things are probably about to go very wrong. 2013-08-13 19:59:24 [iNFO] [ForgeModLoader] Launching wrapped minecraft 2013-08-13 19:59:24 [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:606) 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:1878) at java.lang.Runtime.loadLibrary0(Runtime.java:849) at java.lang.System.loadLibrary(System.java:1087) 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 ats.F(SourceFile:1869) at net.minecraft.client.main.Main.main(SourceFile:37) ... 6 more
-
[Solved] GUI -Throw's items out of inv instead of picking up with mouse
MaxM12 replied to Mazetar's topic in Modder Support
This has nothing to do with your mod. it is a bug of minecraft, try to restart -
same here. :\ EDIT : fixed it, my zip structure : [zip root]\mods\[mod name]\textures\items\item files
-
alright, no idea what was going on but it works now....
-
I have released the mod before in a older MCP version (the new one has a new folder) i did it the exact same way as before, it worked before and now not anymore And ESteelBase is my main file...
-
MCP - 1.5.1\src\minecraft\cdg\easysteel\src package cdg.easysteel.src;
-
do you mean the zip or classes, btw either one, yes
-
So im having a problem with my mod again, it only works in eclipse :\ error log: setup : in mod zip: /cdg/ easysteel/ src/ classes common/ common proxy client/ client proxy