Jump to content

LexManos

Forge Code God
  • Posts

    9273
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by LexManos

  1. It doesnt reobf as _aux it just gets written it files as _aux and FML will load _ names before bare names. So, this is till an installation issue on your end if you can't figure out how to install Forge manually, install it using a launcher.
  2. FML is where most of the interfaces for event style things are. That design is all up to cpw. As for the interfaces in Forge, the few that are left. They are there because they are better designed as Interfaces, not Events. We use whats best suit for the job.
  3. Yes, see EnchantedBooks.
  4. Seems like the mod is corrupt. Delete your cache and try downloading again.
  5. Please read your logs. As for your issues with files being ope, you have a process somewhere holding them open, probably winrar or magic launcher, startup your task manager and kill them.
  6. the issue is that you don't have the files properly installed or they are corrupt, either way there isn't much we can say beyond get a fresh jar and try again.
  7. forestry issue talk to them
  8. User was banned for this post.
  9. http://files.minecraftforge.net/ is our archive, it doesnt have 1.0.0 but whatever. You'll have to find a old copy. We do not support old versions though.
  10. not sure whats going on, but it seems that the client is timing out, We'd need his end of things. Most likely there is something making him hang.
  11. Make sure that it is in your class path properly. Also, post a mcp.log {pastebin}
  12. You have to make sure your ASM classes are marked as ignored. Else they will try to transform themselves, which well.. fucks up.
  13. Posting screenshots of what you've already posted does not help -.- Go get visualVM {come with the JDK} http://visualvm.java.net/gettingstarted.html
  14. Seems you dont have a JDK installed or MCP cant find it, this you know.. is kinda needed to compile java -.-
  15. Read the log.
  16. Seems your launcher isn't properly adding all the minecraft class to the class path. Not really a forge issue. Just a broken launcher.
  17. Dump it as a snapshot, from VisualVM.
  18. Exception in thread "Minecraft main thread" java.lang.VerifyError: (class: mario/common/PacketHandler, method: sendRefreshDB signature: ()V) Incompatible argument to function Seems like you've either corrupted your classes while installing or have a bad download. Cleanup and try again. If that doesnt work, go to the mod author and see if its there issue.
  19. No we will not help you make a xray mod.
  20. Dont use decompile.bat Aside from that, it seems that you've either 1) not added your classes to the src folder properly or 2) ran updatemd5s which you shouldnt do. Backup your code, clean the workspace, and try again.
  21. That particular function should be fine as IIRC its just nooped out for the server. However, typically if they are doing that they are doing a lot of other client specific things.
  22. We cant unload the overworld as it would screw up a lot of internal things. the nether *should* unload if I recall correctly. But none of the chunks should be ticking if nobody is there. So your cpw should be fine. If not do some profiling and go yell at a modder for being excessive.
  23. Seems there is a null in flans mod, go speak to flan.
  24. If the modloader mod does not rely on client only things it should work fine. FML does not limit ModLoader to just the client. Sadly, MOST ModLoader mods are NOT SMP comaptible. This has nothing to do with FML, this is ModLoader and the modder are issue here.
  25. No, you shouldn't unless you screw something up royally. Forge does not edit any of the saving/loading formats.
×
×
  • Create New...

Important Information

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