Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

HMPerson1

Members
  • 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 ForgeModLoader-server-0.log?
  4. Are you sure you're calling Configuration.getBlock() and not getItem()?
  5. Logs? Also try updating Forge.
  6. Download this: http://files.minecraftforge.net/fmllibs/fml_libs.zip and extract to /lib in your .minecraft folder.
  7. Have you tried installing Forge a using different method? (i.e. using a launcher)
  8. Caused by: java.lang.ClassNotFoundException: net.minecraft.Launcher Read the EAQ
  9. This link? http://adf.ly/673885/http://files.minecraftforge.net/minecraftforge-client-3.3.7.135.zip
  10. 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.
  11. You know that little star up in the top right corner...? I think it's calling for you.
  12. Yes. There is a significant difference: Optifine is compatible with Forge. MCPatcher isn't.
  13. Don't use MCPatcher. Use Optifine instead.
  14. 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\
  15. MultiMC has been known to work.
  16. Have you tried using a different launcher?
  17. If a "Hello" window popped up, there should already be logs...look for something like ForgeModLoader-client-0.log in your .minecraft.
  18. Are you using a launcher?
  19. Try updating Forge.
  20. MCPatcher isn't compatible with Forge. Use Optifine instead.
  21. Yes. Make sure to select latest and not recommended, as recommended still appears to be 5.x

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.