Problem FTB Lite Server- Forge Not Working

  • 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

Evil Wheatley Core

New Member
Jul 29, 2019
4
0
1
Hi, I have been hosting a small, private FTB server for quite some time, but when I decided to update the server, I get this error report with forge;


2013-04-18 13:24:50 [INFO] [ForgeModLoader] Forge Mod Loader version missing.missing.missing.missing for Minecraft missing loading
2013-04-18 13:24:50 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar
2013-04-18 13:24:51 [INFO] [ForgeModLoader] Download complete
2013-04-18 13:24:51 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2013-04-18 13:24:54 [INFO] [ForgeModLoader] Download complete
2013-04-18 13:24:54 [SEVERE] [ForgeModLoader] A critical problem occured registering the ASM transformer class cpw.mods.fml.common.asm.transformers.AccessTransformer
java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.transformers.AccessTransformer
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:77)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:238)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:133)
at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:33)
at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1376)
Caused by: java.io.FileNotFoundException: C:\Users\[REDACTED]\Desktop\The ftb server (The system cannot find the file specified)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source)
at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
at sun.net.www.protocol.jar.JarURLConnection.getJarFile(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133)
... 8 more



The above then repeats 4 or 5 times and then the server seizes to function. Is this a client side error or are the forge servers down?

Thanks in advance,
Wheatley
 

Evil Wheatley Core

New Member
Jul 29, 2019
4
0
1
Doing a search for your error "[ForgeModLoader] A critical problem occured registering the ASM transformer class net.minecraftforge.transformers.ForgeAccessTransformer" provided this link:
http://www.minecraftforge.net/forum/index.php?topic=1531.0

Thanks for replying, however this error, while it is a similar sort of error, is not related to this one as the person who's reporting the crash manually installed fml- and he forgot to unzip some files. However, I am using the official FTB Lite server from the launcher, and the .bat is supposed to install everything. Is this error related to a firewall or antivirus problem?