Jump to content

Server unable to Start


MrKipUniverse

Recommended Posts

Hi, I am trying to start a server for me an my friends. And I am not exactly sure why the server is not able to start. I have followed some guides to get a server started but I keep getting this crash log. If anyone can provide some direction that would be great. Thank you!

[00:14:33] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[00:14:33] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[00:14:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[00:14:33] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2854 for Minecraft 1.12.2 loading
[00:14:33] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_301, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_301
[00:14:33] [main/INFO] [FML]: Searching C:\Users\GamaR\Desktop\Pixelmon Server\.\mods for mods
[00:14:33] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[00:14:33] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[00:14:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[00:14:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[00:14:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[00:14:34] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[00:14:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[00:14:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[00:14:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[00:14:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[00:14:34] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[00:14:36] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
[00:14:36] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2854 Initialized
[00:14:36] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[00:14:36] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
[00:14:36] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients
[00:14:36] [Server thread/INFO] [FML]: Searching C:\Users\GamaR\Desktop\Pixelmon Server\.\mods for mods
[00:14:37] [Server thread/WARN] [FML]: Mod fancymenu is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.5.2
[00:14:37] [Server thread/WARN] [FML]: Mod konkrete is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.3
[00:14:37] [Server thread/INFO] [FML]: Forge Mod Loader has identified 12 mods to load
[00:14:37] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[00:14:37] [Server thread/WARN] [FML]: Missing English translation for bop_patch: assets/bop_patch/lang/en_us.lang
[00:14:37] [Server thread/WARN] [FML]: Missing English translation for fancymenu: assets/fancymenu/lang/en_us.lang
[00:14:37] [Server thread/WARN] [FML]: Missing English translation for konkrete: assets/konkrete/lang/en_us.lang
[00:14:37] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, biomesoplenty, bop_patch, fancymenu, gameshark, journeymap, konkrete, naturescompass, pixelmon] at CLIENT
[00:14:37] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, biomesoplenty, bop_patch, fancymenu, gameshark, journeymap, konkrete, naturescompass, pixelmon] at SERVER
[00:14:38] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: net/minecraft/server/integrated/IntegratedServer
    at de.keksuccino.konkrete.Konkrete.<init>(Konkrete.java:23) ~[Konkrete.class:?]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_301]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_301]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_301]
    at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_301]
    at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_301]
    at net.minecraftforge.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:191) ~[forgeserver.jar:?]
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:599) ~[forgeserver.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_301]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_301]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[forgeserver.jar:?]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[forgeserver.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_301]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_301]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?]
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) ~[Loader.class:?]
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) ~[FMLServerHandler.class:?]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_301]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.integrated.IntegratedServer
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_301]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_301]
    ... 39 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@7d151a from coremod FMLCorePlugin
    at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) ~[forgeserver.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_301]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_301]
    ... 39 more
Caused by: java.lang.RuntimeException: Attempted to load class chd for invalid side SERVER
    at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) ~[forgeserver.jar:?]
    at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ~[forgeserver.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_301]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_301]
    ... 39 more
[00:14:38] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: C:\Users\GamaR\Desktop\Pixelmon Server\.\crash-reports\crash-2021-10-02_00.14.38-server.txt
[00:14:38] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[00:14:38] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
[00:14:38] [Server thread/INFO] [FML]: The state engine was in incorrect state PREINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
[00:14:38] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[00:14:38] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
 

Link to comment
Share on other sites

  • Guest locked this topic
Guest
This topic is now closed to further replies.


  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • 홍파음식점 ◐BCGAME88·COM↕ 청진음식점 창성음식점 역삼음식점 수송음식점 gyi17 과천음식점 개봉음식점 김포음식점 송파음식점 fvl66 중화음식점 정동음식점 안국음식점 안성음식점 cic68 보령음식점 용인음식점 남학음식점 일원음식점 awf00 이태원음식점 제천음식점 인천음식점 신림음식점 mqi13 은평음식점 신길음식점 당산음식점 가산음식점 kqo23 돈암음식점 성수음식점 대흥음식점 염창음식점 mmx87 금산음식점 동소문음식점 동소문음식점 천연음식점 qgc74 내자음식점 논현음식점 남양주음식점 훈정음식점 ixl23 부천음식점 대림음식점 당산음식점 용산음식점 wvn16 가양음식점 가회음식점 공덕음식점 신촌음식점 ham47 광명음식점 양산음식점 오장음식점 다동음식점 dgb54 만리음식점 고흥음식점 대신음식점 주자음식점 xlq31 염곡음식점 망우음식점 과천음식점 반포음식점 wjt17 인천음식점 광희음식점 통의음식점 평동음식점 fcg36 광명음식점 외발산음식점 삼선음식점 원지음식점 rpq86 당진음식점 강남음식점 칠곡음식점 부여음식점 oym41 화동음식점 여의도음식점 문배음식점 도화음식점 oea87 천왕음식점 신계음식점 잠원음식점 포천음식점 vfu64 여의도음식점 을지음식점 상계음식점 천안음식점 gjg26 천안음식점 시흥음식점 중림음식점 대치음식점 jwh05 우이음식점 문경음식점 익선음식점 창원음식점 qhv73 시흥음식점 도렴음식점 마장음식점 광주음식점 ska56
    • 송월갤러리 ※BCGAME88·COM☆ 파주갤러리 인현갤러리 세종로갤러리 목동갤러리 tom34 경운갤러리 신림갤러리 주자갤러리 시흥갤러리 gfx15 도봉갤러리 홍은갤러리 상봉갤러리 군포갤러리 yfs98 세곡갤러리 구리갤러리 산방갤러리 신림갤러리 jhn47 이화갤러리 상봉갤러리 청담갤러리 인천갤러리 xyr65 관훈갤러리 묵동갤러리 북가좌갤러리 갈월갤러리 odj22 삼선갤러리 신계갤러리 남현갤러리 신문갤러리 jux34 신정갤러리 대방갤러리 옥수갤러리 경주갤러리 esh72 예지갤러리 반포갤러리 망우갤러리 대치갤러리 mwp64 남양주갤러리 홍지갤러리 신대방갤러리 회기갤러리 mlq92 안산갤러리 역삼갤러리 강일갤러리 상월곡갤러리 nev62 광진갤러리 논현갤러리 서대문갤러리 면목갤러리 dva52 상계갤러리 대방갤러리 영천갤러리 서린갤러리 qus87 돈암갤러리 천연갤러리 보문갤러리 소격갤러리 scu50 울산갤러리 구기갤러리 고덕갤러리 신공덕갤러리 uas53 신정갤러리 돈의갤러리 주성갤러리 삼성갤러리 mwl95 면목갤러리 양평갤러리 천안갤러리 동빙고갤러리 itm96 독산갤러리 인사갤러리 금산갤러리 대흥갤러리 agu86 내발산갤러리 삼척갤러리 과해갤러리 역삼갤러리 foh08 본동갤러리 당인갤러리 과해갤러리 회기갤러리 pmv09 남양주갤러리 명륜갤러리 연남갤러리 용산갤러리 vah08 수원갤러리 양화갤러리 광주갤러리 문래갤러리 sih48 태평갤러리 압구정갤러리 이천갤러리 평창갤러리 upb24
    • Direct Entry /Pre degree into,2023/(2024 Peter University, Achina-Onneh, transfer form is out ☎️08O-3664OI34) OR {2348036640134)} …Supplementary Form,Pre-Degree Form (08O3664O134, Jupeb form IJMB Form, masters form,Ph.D  Form,Sandwich Form,Diploma Form,Change of institution form call (08O3664O134 OR {08O3664O134} Change of course Form,POST UTME Form
    • Direct Entry /Pre degree into,2023/(2024 Sports University, Idumuje, transfer form is out ☎️08O-3664OI34) OR {2348036640134)} …Supplementary Form,Pre-Degree Form (08O3664O134, Jupeb form IJMB Form, masters form,Ph.D  Form,Sandwich Form,Diploma Form,Change of institution form call (08O3664O134 OR {08O3664O134} Change of course Form,POST UTME Form
    • 평동가라오케 ※BCGAME88·COM† 화양가라오케 연남가라오케 당진가라오케 강북가라오케 wbs58 중구가라오케 파주가라오케 남대문가라오케 장위가라오케 ujp48 입정가라오케 전주가라오케 도선가라오케 광희가라오케 ubd67 합동가라오케 역촌가라오케 태평로가라오케 석관가라오케 pkc85 산림가라오케 용답가라오케 도원가라오케 장위가라오케 mqx62 면목가라오케 영천가라오케 대치가라오케 도화가라오케 phy04 개봉가라오케 교북가라오케 화성가라오케 서교가라오케 lag80 신계가라오케 당주가라오케 오쇠가라오케 중계가라오케 hod97 삼성가라오케 의정부가라오케 월계가라오케 장안가라오케 bfc58 노고산가라오케 초동가라오케 숭인가라오케 연희가라오케 qod02 상계가라오케 관악가라오케 이천가라오케 석관가라오케 ftb59 다동가라오케 홍제가라오케 오쇠가라오케 삼척가라오케 omk38 남양주가라오케 역삼가라오케 안성가라오케 안암가라오케 voe30 안양가라오케 교남가라오케 홍익가라오케 합정가라오케 kiw10 오곡가라오케 화동가라오케 청진가라오케 대신가라오케 lbb56 해남가라오케 송정가라오케 과천가라오케 파주가라오케 scm14 주교가라오케 구리가라오케 이천가라오케 예관가라오케 rax91 소공가라오케 성남가라오케 원효가라오케 홍익가라오케 cow62 답십리가라오케 산천가라오케 의왕가라오케 홍성가라오케 hpx63 홍익가라오케 마포가라오케 구미가라오케 노고산가라오케 fjd28 양평가라오케 문정가라오케 동대문가라오케 신정가라오케 rvk32 무학가라오케 신길가라오케 길동가라오케 이천가라오케 vnr53 홍파가라오케 평택가라오케 은평가라오케 신문가라오케 pok03
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.