Infinity not launching

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Taladiel

New Member
Jul 29, 2019
1
0
0
Title:
Infinity not launching
Launcher Version:
1.4.7
Modpack:
FTB Infinity
Modpack Version:
1.5.1
Log Link:
Details of the issue:
When i try to launch infinity the button goes gray for a second then comes right back to being clickable. the console displays this as soon as the button reverts to being clickable:

Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/collect/Lists
at cpw.mods.fml.common.launcher.FMLTweaker.acceptOptions(FMLTweaker.java:50)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:114)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Lists
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 3 more