Problem TechWorld [Severe] Java error on startup. Win7 Clean Install

  • 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

lucentshadow

New Member
Jul 29, 2019
1
0
0
Hello everybody,

I've been having an issue with the latest TechWorld server download. I do not know which version it is as the file name is simply says TechWorld Server.zip. This is a clean install, I have tried uninstalling Java and reinstalling, resets, deleting the server and redownloading.

I am running Windows7 on a virtual machine inside my own server build.

Specs:
Intel Xeon E31240 3.30Ghz
Allocated 4GB RAM
Windows 7 64-bit
Latest 64-bit Java.

Here is the error log.

Thanks for your time and help.

Code:
[INFO] Starting minecraft server version 1.4.7
[SEVERE] Encountered an unexpected exception NoClassDefFoundError
java.lang.NoClassDefFoundError: aul
    at mod_ReiMinimap.getVersion(mod_ReiMinimap.java:16)
    at cpw.mods.fml.common.modloader.ModLoaderModContainer.getVersion(ModLoaderModContainer.java:423)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:483)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
    at ho.c(DedicatedServer.java:64)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
    at fy.run(SourceFile:849)
Caused by: java.lang.ClassNotFoundException: aul
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 8 more
Caused by: java.lang.NullPointerException
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at codechicken.core.asm.ClassHeirachyManager.transform(ClassHeirachyManager.java:80)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:228)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:173)
    ... 10 more
[SEVERE] This crash report has been saved to: C:\Users\Game\Desktop\TechWorld Server\.\crash-reports\crash-2013-01-29_17.50.56-server.txt