Jump to content

MaxM12

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by MaxM12

  1. 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
  2. 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."
  3. i used that tutorial, did not work with forge
  4. 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]
  5. 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:
  6. would that be the JDK or just java itself?
  7. nobody knows a fix?
  8. 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
  9. This has nothing to do with your mod. it is a bug of minecraft, try to restart
  10. same here. :\ EDIT : fixed it, my zip structure : [zip root]\mods\[mod name]\textures\items\item files
  11. alright, no idea what was going on but it works now....
  12. 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...
  13. MCP - 1.5.1\src\minecraft\cdg\easysteel\src package cdg.easysteel.src;
  14. do you mean the zip or classes, btw either one, yes
  15. 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
  16. This clearly shows that his signature is indeed fucked up. In this case its pretty damn obvious,t he issue is that the function is called registerIcons not updateIcons. oh thx, i did not know how to change item icons so i was searching for tut's every tut said i should use updateIcons for items and registerIcons for blocks, its working now
  17. i know that (made a texturepack the other day ) still does not work :\
  18. I do have my image files there
  19. when i add @Override updateIcons(IconRegister iconRegister) gets red underlined.
  20. So when updating my mod to 1.5.1 I came across issue's with the icons for my items. Code of item icon: @SideOnly(Side.CLIENT) public void updateIcons(IconRegister iconRegister) { this.itemIcon = iconRegister.registerIcon("EasySteel:coalDust"); } and this is what i get when i start minecraft: 2013-04-29 21:04:29 [WARNING] [Minecraft-Client] TextureManager.createTexture called for file textures/items/steelBall.png, but that file does not exist. Ignoring. 2013-04-29 21:04:30 [WARNING] [Minecraft-Client] TextureManager.createTexture called for file textures/items/steelIngot.png, but that file does not exist. Ignoring. 2013-04-29 21:04:30 [WARNING] [Minecraft-Client] TextureManager.createTexture called for file textures/items/ironDust.png, but that file does not exist. Ignoring. 2013-04-29 21:04:30 [WARNING] [Minecraft-Client] TextureManager.createTexture called for file textures/items/coalDust.png, but that file does not exist. Ignoring. and ingame i get the texture missing icon any help would be helpfull
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.