SlimeKnights / TinkersConstruct

Tinker a little, build a little, tinker a little more...
MIT License
1.22k stars 773 forks source link

multiplayer server crashing #4248

Closed cammoschetti closed 3 years ago

cammoschetti commented 3 years ago

I added tinkers construct to the server and it crashes and I remove it and it starts

java.lang.NoClassDefFoundError: javax/vecmath/Tuple3d at slimeknights.tconstruct.tools.traits.TraitMagnetic.(TraitMagnetic.java:25) at slimeknights.tconstruct.tools.TinkerMaterials.registerPotions(TinkerMaterials.java:191) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_54_TinkerMaterials_registerPotions_Register.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:628) at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.ClassNotFoundException: javax.vecmath.Tuple3d at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 13 more

1.12.2

KnightMiner commented 3 years ago

That is not a full crash report, nor did you follow the issue template. Try again following the issue template. If I had to guess without one, you have a broken java install, but the crash report would tell me that

cammoschetti commented 3 years ago

19.01 05:21:01 [Multicraft] Starting server! 19.01 05:21:01 [Multicraft] Loaded config for "Custom JAR (Place "custom.jar" in base directory)" 19.01 05:21:01 [Multicraft] Updating eula.txt file 19.01 05:21:04 [Server] INFO 2021-01-19 05:21:04,542 main WARN Disabling terminal, you're running in an unsupported environment. 19.01 05:21:04 [Server] main/INFO [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker 19.01 05:21:04 [Server] main/INFO [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker 19.01 05:21:04 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker 19.01 05:21:04 [Server] main/INFO [FML]: Forge Mod Loader version 14.23.5.2811 for Minecraft 1.12.2 loading 19.01 05:21:04 [Server] main/INFO [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_211, running on Linux:amd64:4.19.0-13-amd64, installed at /usr/local/oracle-java-8/jdk1.8.0_211/jre 19.01 05:21:04 [Server] main/INFO [FML]: Searching /./mods for mods 19.01 05:21:04 [Server] main/WARN [FML]: Found FMLCorePluginContainsFMLMod marker in Secret-Rooms-Mod-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. 19.01 05:21:04 [Server] main/WARN [FML]: The coremod SecretRoomsMod-Core (com.wynprice.secretroomsmod.core.SecretRoomsCore) is not signed! 19.01 05:21:04 [Server] main/INFO [FML]: [SecretRoomsMod-Core] Core loaded 19.01 05:21:04 [Server] main/WARN [FML]: Found FMLCorePluginContainsFMLMod marker in techguns-1.12.2-2.0.2.0_pre3.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. 19.01 05:21:04 [Server] main/WARN [FML]: The coremod Techguns Core (techguns.core.TechgunsFMLPlugin) is not signed! 19.01 05:21:04 [Server] main/INFO [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker 19.01 05:21:04 [Server] main/INFO [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker 19.01 05:21:04 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker 19.01 05:21:04 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker 19.01 05:21:04 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper 19.01 05:21:06 [Server] main/INFO [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 19.01 05:21:06 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper 19.01 05:21:06 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker 19.01 05:21:07 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper 19.01 05:21:07 [Server] main/INFO [FML]: [SecretRoomsTransformer] Registered 19.01 05:21:07 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper 19.01 05:21:07 [Server] main/INFO [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker 19.01 05:21:07 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker 19.01 05:21:07 [Server] main/INFO [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer} 19.01 05:21:07 [Server] main/INFO [FML]: [SecretRoomsTransformer] Running Transform on net.minecraft.block.state.BlockStateContainer$StateImplementation 19.01 05:21:07 [Server] main/INFO [FML]: [SecretRoomsTransformer] Finished Transform on: net.minecraft.block.state.BlockStateContainer$StateImplementation 19.01 05:21:08 [Server] main/INFO [FML]: [SecretRoomsTransformer] Running Transform on net.minecraft.block.BlockBreakable 19.01 05:21:08 [Server] main/INFO [FML]: [SecretRoomsTransformer] Finished Transform on: net.minecraft.block.BlockBreakable 19.01 05:21:11 [Server] Server thread/INFO [minecraft/DedicatedServer]: Starting minecraft server version 1.12.2 19.01 05:21:11 [Server] Server thread/INFO [FML]: MinecraftForge v14.23.5.2811 Initialized 19.01 05:21:11 [Server] Server thread/INFO [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. 19.01 05:21:11 [Server] Server thread/INFO [FML]: Replaced 1036 ore ingredients 19.01 05:21:11 [Server] Server thread/INFO [FML]: Searching /./mods for mods 19.01 05:21:12 [Server] Server thread/WARN [FML]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3.357 19.01 05:21:12 [Server] Server thread/INFO [FML]: Forge Mod Loader has identified 16 mods to load 19.01 05:21:12 [Server] Server thread/WARN [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang 19.01 05:21:12 [Server] Server thread/WARN [FML]: Missing English translation for betterswiming: assets/betterswiming/lang/en_us.lang 19.01 05:21:12 [Server] Server thread/WARN [FML]: Missing English translation for codechickenlib: assets/codechickenlib/lang/en_us.lang 19.01 05:21:12 [Server] Server thread/WARN [FML]: Missing English translation for mantle: assets/mantle/lang/en_us.lang 19.01 05:21:12 [Server] Server thread/INFO [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, srm-hooks, techguns_core, betterswiming, biomesoplenty, codechickenlib, harvestcraft, jei, mantle, secretroomsmod, techguns, tconstruct, zoocraftdiscoveries] at CLIENT 19.01 05:21:12 [Server] Server thread/INFO [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, srm-hooks, techguns_core, betterswiming, biomesoplenty, codechickenlib, harvestcraft, jei, mantle, secretroomsmod, techguns, tconstruct, zoocraftdiscoveries] at SERVER 19.01 05:21:14 [Server] Server thread/INFO [Pulsar-tconstruct]: Skipping Pulse chiselIntegration; missing dependency: chisel 19.01 05:21:14 [Server] Server thread/INFO [Pulsar-tconstruct]: Skipping Pulse chiselsandbitsIntegration; missing dependency: chiselsandbits 19.01 05:21:14 [Server] Server thread/INFO [Pulsar-tconstruct]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks 19.01 05:21:14 [Server] Server thread/INFO [Pulsar-tconstruct]: Skipping Pulse wailaIntegration; missing dependency: waila 19.01 05:21:14 [Server] Server thread/INFO [Pulsar-tconstruct]: Skipping Pulse theoneprobeIntegration; missing dependency: theoneprobe 19.01 05:21:14 [Server] Server thread/INFO [Pulsar-tconstruct]: Skipping Pulse quarkIntegration; missing dependency: quark 19.01 05:21:14 [Server] Server thread/INFO [tconstruct]: Preparing to take over the world 19.01 05:21:14 [Server] Server thread/INFO [FML]: Processing ObjectHolder annotations 19.01 05:21:14 [Server] Server thread/INFO [FML]: Found 1189 ObjectHolder annotations 19.01 05:21:14 [Server] Server thread/INFO [FML]: Identifying ItemStackHolder annotations 19.01 05:21:14 [Server] Server thread/INFO [FML]: Found 0 ItemStackHolder annotations 19.01 05:21:15 [Server] Server thread/INFO [FML]: Configured a dormant chunk cache size of 0 19.01 05:21:15 [Server] Forge Version Check/INFO [forge.VersionCheck]: [codechickenlib] Starting version check at http://chickenbones.net/Files/notification/version.phpuery=forge&version=1.12&file=CodeChickenLib 19.01 05:21:15 [Server] Forge Version Check/INFO [forge.VersionCheck]: [codechickenlib] Found status: BETA Target: null 19.01 05:21:15 [Server] Forge Version Check/INFO [forge.VersionCheck]: [secretroomsmod] Starting version check at http://www.wynprice.com/update_jsons/secretroomsmod.json 19.01 05:21:15 [Server] Forge Version Check/INFO [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json 19.01 05:21:16 [Server] Forge Version Check/INFO [forge.VersionCheck]: [forge] Found status: OUTDATED Target: 14.23.5.2854 19.01 05:21:16 [Server] Forge Version Check/INFO [forge.VersionCheck]: [techguns] Starting version check at https://raw.githubusercontent.com/pWn3d1337/Techguns2/master/update.json 19.01 05:21:16 [Server] Forge Version Check/INFO [forge.VersionCheck]: [techguns] Found status: AHEAD Target: null 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name apple, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name wheat, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name potato, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name carrot, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name beetroot, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name melon, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name beef, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name cooked_beef, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name chicken, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name cooked_chicken, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name porkchop, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name cooked_porkchop, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name rabbit, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name cooked_rabbit, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name mutton, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name cooked_mutton, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name cod, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name cooked_cod, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name salmon, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name cooked_salmon, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name clownfish, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name pufferfish, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name mushroom_stew, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name bread, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name cookie, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name baked_potato, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name pumpkin_pie, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name rabbit_stew, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:17 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name beetroot_soup, expected harvestcraft. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.table, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.craftingstation, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.stenciltable, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.partbuilder, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.patternchest, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.partchest, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.toolstation, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.toolforge, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.smeltery_controller, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.smeltery_component, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.tank, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.faucet, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.channel, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.casting_table, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.casting_basin, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.smeltery_drain, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.seared_furnace, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.tinker_tank, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.item_rack, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.drying_rack, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.wooden_hopper, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/WARN [FML]: Potentially Dangerous alternative prefix minecraft for name tconstruct.slime_channel, expected tconstruct. This could be a intended override, but in most cases indicates a broken mod. 19.01 05:21:18 [Server] Server thread/INFO [FML]: Applying holder lookups 19.01 05:21:18 [Server] Server thread/INFO [FML]: Holder lookups applied 19.01 05:21:18 [Server] Server thread/INFO [FML]: Applying holder lookups 19.01 05:21:18 [Server] Server thread/INFO [FML]: Holder lookups applied 19.01 05:21:18 [Server] Server thread/ERROR [FML]: Exception caught during firing event net.minecraftforge.event.RegistryEvent$Register@1644cc3: 19.01 05:21:18 [Server] INFO java.lang.NoClassDefFoundError: javax/vecmath/Tuple3d 19.01 05:21:18 [Server] INFO at slimeknights.tconstruct.tools.traits.TraitMagnetic.(TraitMagnetic.java:25) ~[TraitMagnetic.class:?] 19.01 05:21:18 [Server] INFO at slimeknights.tconstruct.tools.TinkerMaterials.registerPotions(TinkerMaterials.java:191) ~[TinkerMaterials.class:?] 19.01 05:21:18 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_86_TinkerMaterials_registerPotions_Register.invoke(.dynamic) ~[?:?] 19.01 05:21:18 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?] 19.01 05:21:18 [Server] INFO at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) ~[EventBus$1.class:?] 19.01 05:21:18 [Server] INFO at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] 19.01 05:21:18 [Server] INFO at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?] 19.01 05:21:18 [Server] INFO at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:628) [Loader.class:?] 19.01 05:21:18 [Server] INFO at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?] 19.01 05:21:18 [Server] INFO at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] 19.01 05:21:18 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] 19.01 05:21:18 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] 19.01 05:21:18 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211] 19.01 05:21:18 [Server] INFO Caused by: java.lang.ClassNotFoundException: javax.vecmath.Tuple3d 19.01 05:21:18 [Server] INFO at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_211] 19.01 05:21:18 [Server] INFO at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.12.jar:?] 19.01 05:21:18 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_211] 19.01 05:21:18 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_211] 19.01 05:21:18 [Server] INFO ... 13 more 19.01 05:21:18 [Server] Server thread/ERROR [FML]: Index: 37 Listeners: 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 0: NORMAL 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 1: net.minecraftforge.fml.common.eventhandler.EventBus$1@653dc7bc 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 2: net.minecraftforge.fml.common.eventhandler.EventBus$1@2c9314b1 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 3: net.minecraftforge.fml.common.eventhandler.EventBus$1@f3257b4 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 4: net.minecraftforge.fml.common.eventhandler.EventBus$1@23a21463 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 5: net.minecraftforge.fml.common.eventhandler.EventBus$1@28a9378c 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 6: net.minecraftforge.fml.common.eventhandler.EventBus$1@1cab98b4 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 7: net.minecraftforge.fml.common.eventhandler.EventBus$1@1b9e362 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 8: net.minecraftforge.fml.common.eventhandler.EventBus$1@328bfe3a 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 9: net.minecraftforge.fml.common.eventhandler.EventBus$1@53ffaab0 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 10: net.minecraftforge.fml.common.eventhandler.EventBus$1@13d1e643 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 11: net.minecraftforge.fml.common.eventhandler.EventBus$1@5d3da5a8 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 12: net.minecraftforge.fml.common.eventhandler.EventBus$1@30aaea1b 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 13: net.minecraftforge.fml.common.eventhandler.EventBus$1@1e2e6c94 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 14: net.minecraftforge.fml.common.eventhandler.EventBus$1@2d172ec 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 15: net.minecraftforge.fml.common.eventhandler.EventBus$1@32f187fb 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 16: net.minecraftforge.fml.common.eventhandler.EventBus$1@556c498c 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 17: net.minecraftforge.fml.common.eventhandler.EventBus$1@384bc579 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 18: net.minecraftforge.fml.common.eventhandler.EventBus$1@3184968e 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 19: net.minecraftforge.fml.common.eventhandler.EventBus$1@ff4111a 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 20: net.minecraftforge.fml.common.eventhandler.EventBus$1@38e31941 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 21: net.minecraftforge.fml.common.eventhandler.EventBus$1@5ee57329 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 22: net.minecraftforge.fml.common.eventhandler.EventBus$1@4b40ae9d 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 23: net.minecraftforge.fml.common.eventhandler.EventBus$1@64930a2e 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 24: net.minecraftforge.fml.common.eventhandler.EventBus$1@449a3eec 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 25: net.minecraftforge.fml.common.eventhandler.EventBus$1@3193716d 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 26: net.minecraftforge.fml.common.eventhandler.EventBus$1@7f690584 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 27: net.minecraftforge.fml.common.eventhandler.EventBus$1@357a23d 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 28: net.minecraftforge.fml.common.eventhandler.EventBus$1@16af91e5 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 29: net.minecraftforge.fml.common.eventhandler.EventBus$1@3c1d8244 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 30: net.minecraftforge.fml.common.eventhandler.EventBus$1@befe566 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 31: net.minecraftforge.fml.common.eventhandler.EventBus$1@3517f86c 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 32: net.minecraftforge.fml.common.eventhandler.EventBus$1@5fdd6792 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 33: net.minecraftforge.fml.common.eventhandler.EventBus$1@f02d18f 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 34: net.minecraftforge.fml.common.eventhandler.EventBus$1@7b32c1dc 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 35: net.minecraftforge.fml.common.eventhandler.EventBus$1@716c924e 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 36: net.minecraftforge.fml.common.eventhandler.EventBus$1@45b98a06 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 37: net.minecraftforge.fml.common.eventhandler.EventBus$1@5c2ea597 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 38: net.minecraftforge.fml.common.eventhandler.EventBus$1@317fb3ef 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 39: net.minecraftforge.fml.common.eventhandler.EventBus$1@2494a96c 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 40: net.minecraftforge.fml.common.eventhandler.EventBus$1@2df4fe42 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 41: net.minecraftforge.fml.common.eventhandler.EventBus$1@4dff476 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 42: net.minecraftforge.fml.common.eventhandler.EventBus$1@48f3cfc9 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 43: net.minecraftforge.fml.common.eventhandler.EventBus$1@49add072 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 44: net.minecraftforge.fml.common.eventhandler.EventBus$1@43a121eb 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 45: net.minecraftforge.fml.common.eventhandler.EventBus$1@38a601ad 19.01 05:21:18 [Server] Server thread/ERROR [FML]: 46: net.minecraftforge.fml.common.eventhandler.EventBus$1@6efd1cf7 19.01 05:21:18 [Server] Server thread/ERROR [minecraft/MinecraftServer]: Encountered an unexpected exception 19.01 05:21:18 [Server] INFO java.lang.NoClassDefFoundError: javax/vecmath/Tuple3d 19.01 05:21:18 [Server] INFO at slimeknights.tconstruct.tools.traits.TraitMagnetic.(TraitMagnetic.java:25) ~[TraitMagnetic.class:?] 19.01 05:21:18 [Server] INFO at slimeknights.tconstruct.tools.TinkerMaterials.registerPotions(TinkerMaterials.java:191) ~[TinkerMaterials.class:?] 19.01 05:21:18 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_86_TinkerMaterials_registerPotions_Register.invoke(.dynamic) ~[?:?] 19.01 05:21:18 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?] 19.01 05:21:18 [Server] INFO at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) ~[EventBus$1.class:?] 19.01 05:21:18 [Server] INFO at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?] 19.01 05:21:18 [Server] INFO at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) ~[GameData.class:?] 19.01 05:21:18 [Server] INFO at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:628) ~[Loader.class:?] 19.01 05:21:18 [Server] INFO at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) ~[FMLServerHandler.class:?] 19.01 05:21:18 [Server] INFO at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?] 19.01 05:21:18 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?] 19.01 05:21:18 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] 19.01 05:21:18 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211] 19.01 05:21:18 [Server] INFO Caused by: java.lang.ClassNotFoundException: javax.vecmath.Tuple3d 19.01 05:21:18 [Server] INFO at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_211] 19.01 05:21:18 [Server] INFO at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.12.jar:?] 19.01 05:21:18 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_211] 19.01 05:21:18 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_211] 19.01 05:21:18 [Server] INFO ... 13 more 19.01 05:21:18 [Server] Server thread/ERROR [minecraft/MinecraftServer]: This crash report has been saved to: /./crash-reports/crash-2021-01-19_05.21.18-server.txt 19.01 05:21:18 [Server] Server thread/INFO [minecraft/MinecraftServer]: Stopping server 19.01 05:21:18 [Server] Server thread/INFO [minecraft/MinecraftServer]: Saving worlds 19.01 05:21:18 [Server] Server thread/INFO [FML]: The state engine was in incorrect state INITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded. 19.01 05:21:19 [Multicraft] Server shut down (starting) 19.01 05:21:19 [Multicraft] Restarting crashed server in 10 seconds 19.01 05:21:19 [Multicraft] Server stopped 19.01 05:21:21 [Multicraft] Received stop command 19.01 05:21:21 [Multicraft] Server stopped

KnightMiner commented 3 years ago

That is the game log, not the full crash report. And you are still ignoring the original issue template.

cammoschetti commented 3 years ago

Tinkers Construct wont start when in mods folder but once removed it starts just fine.

https://pastebin.com/C4ePyCP7

tinkers construct is the mod that is crashing the server. all the other mods will start up just fine.

KnightMiner commented 3 years ago

You have an incomplete Java install. On Linux, I'm told you can sometimes resolve this using apt-get install libvecmath-java, but that may depend on your OS. This is not really a Tinkers Construct issue, some other mod would just end up using those libraries in the future giving you a crash elsewhere.

cammoschetti commented 3 years ago

i’m on windows 10 not linux. plus i’m using shockbyte so i dunno how to do this through the java terminal.

KnightMiner commented 3 years ago

This is a server crash, and your crash report says your server is running on Linux. If you are unsure how to fix your java install, contact your server provider.

KnightMiner commented 3 years ago

Since this issue is a missing library that is expected on other servers, and there has been no response recently, closing.