Latest Version Server Crash

  • 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.

jcpt928

New Member
Jul 29, 2019
11
0
0
Title:
Latest Version Server Crash
Launcher Version:
N/A
Modpack:
Infinity
Modpack Version:
1.11.2
Log Link:
Details of the issue:
[22:13:33] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[22:13:34] [main/INFO] [FastLeafDecay]: Patching leaves.
[22:13:34] [main/INFO] [FastLeafDecay]: Found Leave Class: net/minecraft/block/BlockLeavesBase
[22:13:34] [main/ERROR] [LaunchWrapper]: Unable to launch
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_85]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_85]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_85]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_85]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_85]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_85]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_85]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_85]
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [FTBServer-1.7.10-1448.jar:?]
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [FTBServer-1.7.10-1448.jar:?]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/tileentity/TileEntity
at net.minecraft.block.Block.func_149671_p(Block.java:227) ~[aji.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) ~[kl.class:?]
at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1260) ~[MinecraftServer.class:?]
... 12 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.tileentity.TileEntity
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_85]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_85]
at net.minecraft.block.Block.func_149671_p(Block.java:227) ~[aji.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) ~[kl.class:?]
at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1260) ~[MinecraftServer.class:?]
... 12 more
Caused by: java.lang.ClassFormatError: Duplicate interface name in class file net/minecraft/tileentity/TileEntity
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_85]
at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_85]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_85]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_85]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_85]
at net.minecraft.block.Block.func_149671_p(Block.java:227) ~[aji.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) ~[kl.class:?]
at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1260) ~[MinecraftServer.class:?]
... 12 more
Server process finished
 

jikuja

legacy FTB Launcher developer
Launcher Developer
Global Moderator
Dec 17, 2013
1,134
111
99
Did you edit the pack?
 

jikuja

legacy FTB Launcher developer
Launcher Developer
Global Moderator
Dec 17, 2013
1,134
111
99
New clean server installation works for me. Can you upload list of mods? (protip: command line and: dir /s /on mods > modlist.txt then pastebin contents of modlist.txt)
 

kuchiha

New Member
Jul 29, 2019
6
0
0
Ok, the mistake was mine, I've forgot to delete my mods folder before updating ... :oops:

Everything si OK now :)
 

jcpt928

New Member
Jul 29, 2019
11
0
0
Alright. That was my mistake as well. It's been some time since I've had to do an update to an FTB server instead of a fresh "install"; so, I guess I must have forgotten about deleting the mods folder before update.
 

iSpaceX

New Member
Jul 29, 2019
2
0
0
New clean server installation works for me. Can you upload list of mods? (protip: command line and: dir /s /on mods > modlist.txt then pastebin contents of modlist.txt)
When you say reinstallation, the world has to be to recreate or not?
 

jcpt928

New Member
Jul 29, 2019
11
0
0
When you say reinstallation, the world has to be to recreate or not?
The world shouldn't matter unless it's corrupt or has invalid blocks (although, in my experience, FML will ask to have these removed). That said, starting with a new world is a good way to test an error to ensure it is not your world.