Jump to content

HMPerson1

Members
  • Posts

    331
  • Joined

  • Last visited

Everything posted by HMPerson1

  1. This is indeed a serious ML compatibility bug. Line 42 of ModLoaderConnectionHandler is: if (!ModLoaderHelper.sidedHelper.clientConnectionClosed(manager, mod)) This is within method connectionClosed(INetworkManager), who's javadocs clearly states it will be called on BOTH CLIENT AND SERVER (IConnectionHandler.java:56) On the client side, ModLoaderHelper.sidedHelper is set to an instance of ModLoaderClientHelper upon said instance's construction. However, on the server side, ModLoaderHelper.sidedHelper is never set and defaults to null. It may be notable that all usages of ModLoaderHelper.sidedHelper within the class ModLoaderHelper itself is guarded by null checks (ModLoaderHelper.java:127, ModLoaderHelper.java:159). Hope this helps!
  2. Double check that you have the latest version of everything. Also: You have both NEI and CCC installed...
  3. Could you post your RUN.bat?
  4. Could you post ForgeModLoader-server-0.log?
  5. Are you sure you're calling Configuration.getBlock() and not getItem()?
  6. Logs? Also try updating Forge.
  7. Download this: http://files.minecraftforge.net/fmllibs/fml_libs.zip and extract to /lib in your .minecraft folder.
  8. Have you tried installing Forge a using different method? (i.e. using a launcher)
  9. Caused by: java.lang.ClassNotFoundException: net.minecraft.Launcher Read the EAQ
  10. This link? http://adf.ly/673885/http://files.minecraftforge.net/minecraftforge-client-3.3.7.135.zip
  11. First of all, a big thanks to Abe for filing a useful and informational bug report. The logs point to a bug in AutoSwitch, not Forge. Go bug Thebombzen for that.
  12. You know that little star up in the top right corner...? I think it's calling for you.
  13. Yes. There is a significant difference: Optifine is compatible with Forge. MCPatcher isn't.
  14. Don't use MCPatcher. Use Optifine instead.
  15. Make sure your internet is working and try again. If that still doesn't work, download this: http://files.minecraftforge.net/fmllibs/fml_libs.zip and extract it to C:\Users\Alex Miller\Desktop\modding\jars\lib\
  16. MultiMC has been known to work.
  17. Have you tried using a different launcher?
  18. If a "Hello" window popped up, there should already be logs...look for something like ForgeModLoader-client-0.log in your .minecraft.
  19. Are you using a launcher?
  20. Try updating Forge.
  21. MCPatcher isn't compatible with Forge. Use Optifine instead.
  22. Yes. Make sure to select latest and not recommended, as recommended still appears to be 5.x
×
×
  • Create New...

Important Information

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