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.

Featured Replies

Posted

Okay, I have a Forge install that works. However, when I go behind a firewall or turn off my internet, it always says failed to load FML tweaker stuffs.

 

How do I fix this?

 

1.10.2 solutions are okay, but if you all have anything that may work for 1.7.10 too as well that'd be great.

Nothing in Forge requires a online connection.

The launcher you are using most likely is broken, use the official launcher.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

  • Author
8 hours ago, LexManos said:

Nothing in Forge requires a online connection.

The launcher you are using most likely is broken, use the official launcher.

I am using the most recent Java launcher (native doesn't play nice with my firewall). it says:

Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker

Unable to launch

java.lang.ClassNotFoundException: net.minecraftforge.fml.common.launcher.FMLTweaker

then just the typical 64bit CMS GC warning after ~10 lines of java stuff pertinent to the ClassNotFoundException.

  • Author
2 hours ago, Ugdhar said:

Please post the entire fml-client-latest.log in spoiler tags

 

*edit: Also, 1.7.10 is no longer supported, so you won't get help for it here.

1.7.10 seems to be fixed now, but 1.10.2 isn’t. How do i use spoiler tags?

 

Ok, game output since there is no fml client log: 

[11:11:43] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[11:11:43] [main/ERROR]: Unable to launch
java.lang.ClassNotFoundException: net.minecraftforge.fml.common.launcher.FMLTweaker
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_77]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:106) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_77]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_77]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:98) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

Edited by Braxbro

If there's no fml-client-latest.log inside the logs folder of your run directory, you're not running the game.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

  • Author
20 minutes ago, larsgerrits said:

If there's no fml-client-latest.log inside the logs folder of your run directory, you're not running the game.

The game throws an error and quits before launch. The Minecraft launcher closes, then waits a bit and reopens with a game output window saying the above error.

Edited by Braxbro

  • Author
9 minutes ago, diesieben07 said:

Indeed, he isn't.

 

Please use the modern launcher.

I don’t use the modern launcher on any of my devices anymore. I use the java launcher.

1 minute ago, Braxbro said:

I don’t use the modern launcher on any of my devices anymore. I use the java launcher.

Well, there's your problem.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

  • Author
Just now, larsgerrits said:

Well, there's your problem.

The java launcher works fine on every other version I have - but not 1.10.2 forge.

 

Although it seems I may have fixed it with my latest tampering.

  • Author

Nope. How do I get it to be able to find the tweak class net.minecraftforge.fml.common.launcher.FMLTweaker?

 

Is it a library of some form I need to locate?

Edited by Braxbro
Spelling errors

Its part of Forge. If you install Forge with our installer it'll put all the parts in the correct place.

Just use the normal vanilla launcher and you'll be fine.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

  • Author

I think the installer didn't work right when I ran it - is there a manual download or a component of Universal install that will fix the error?

Show us a full log, and a screenshot of the launcher you're using.

This class is located in the Forge jar file in the libraries folder. If you've deleted stuff from there after installing then you'll break things.

There isn't much I can tell you without you giving me any useful information. This is fundementally not broken if it was NOTHING in Forge would work. Hell nothing in Java would work as jars are how classes are stored.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

  • Author
12 hours ago, LexManos said:

Show us a full log, and a screenshot of the launcher you're using.

This class is located in the Forge jar file in the libraries folder. If you've deleted stuff from there after installing then you'll break things.

There isn't much I can tell you without you giving me any useful information. This is fundementally not broken if it was NOTHING in Forge would work. Hell nothing in Java would work as jars are how classes are stored.

The log above is the offline error log, gotten from Game Output. The game fails to launch.

screenie.PNG

  • Author

Oh hehe, went to inspect the issue with 7zip and found the reference jar is corrupted. I'll see if replacing it with the universal copy works. 

 

Edit: IT DID. Wow. Thanks Lex, if you hadn't told me to look for a log file and where that class was, I'd have never put 2 and 2 together. ;) Your reputation is now 1337.

Edited by Braxbro

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

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.