개인 자료란 (JE)

  서버 커뮤니티

Profile 이카리신지 대표칭호 없음
Profile

질문하기 멀티플레이

모드 서버가 안열립니다 도와주세요,,ㅠㅠ

2024.02.17 조회 수 51 추천 수 0
이해도 초보자 
게임버전 (JE) 1.17.1 
게임버전 (BE) 관련없음 

crash-2024-02-17_22.51.32-server.txt 서버 크래쉬가 이렇게 뜨네요,, 



모드는 이렇게 깔았습니다,, 제가 혼자 싱글플레이로 들어가면 원활히 플레이 가능한데 서버만 열려하면 계속 오류가 뜨면서 서버 자체가 안돌아갑니다,, 

[23:00:18] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

[23:00:18] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

[23:00:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker

[23:00:18] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading

[23:00:18] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_401, running on Windows 11:amd64:10.0, installed at C:\Program Files\Java\jre-1.8

[23:00:18] [main/WARN] [FML]: The coremod kp.forge.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[23:00:18] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[23:00:18] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker

[23:00:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[23:00:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[23:00:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[23:00:19] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing

[23:00:19] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[23:00:19] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[23:00:19] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker

[23:00:19] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker

[23:00:19] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker

[23:00:19] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}

[23:00:21] [main/WARN] [FML]: =============================================================

[23:00:21] [main/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!

[23:00:21] [main/WARN] [FML]: Offendor: net/minecraft/server/gui/MinecraftServerGui$1.windowClosing(Ljava/awt/event/WindowEvent;)V

[23:00:21] [main/WARN] [FML]: Use FMLCommonHandler.exitJava instead

[23:00:21] [main/WARN] [FML]: =============================================================

[23:00:21] [Server thread/INFO]: Starting minecraft server version 1.7.10

[23:00:21] [Server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization

[23:00:21] [Server thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized

[23:00:22] [Server thread/INFO] [FML]: Replaced 183 ore recipies

[23:00:22] [Server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization

[23:00:22] [Server thread/ERROR]: Encountered an unexpected exception

java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen

        at java.lang.Class.forName0(Native Method) ~[?:1.8.0_401]

        at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_401]

        at cpw.mods.fml.common.Loader.identifyMods(Loader.java:340) ~[Loader.class:?]

        at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) ~[Loader.class:?]

        at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) ~[FMLServerHandler.class:?]

        at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) ~[FMLCommonHandler.class:?]

        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) ~[lt.class:?]

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]

        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]

Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen

        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]

        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_401]

        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_401]

        ... 9 more

Caused by: java.lang.RuntimeException: Attempted to load class bdw for invalid side SERVER

        at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50) ~[forge-1.7.10-10.13.4.1614-1.7.10-universal.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_401]

        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_401]

        ... 9 more

[23:00:22] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Kim MinJe\Desktop\qwfqwfqwfqw\.\crash-reports\crash-2024-02-17_23.00.22-server.txt

[23:00:22] [Server thread/WARN] [FML]: Can't revert to frozen GameData state without freezing first.

[23:00:22] [Server thread/INFO] [FML]: Applying holder lookups

[23:00:22] [Server thread/INFO] [FML]: Holder lookups applied

[23:00:22] [Server thread/INFO] [FML]: The state engine was in incorrect state CONSTRUCTING and forced into state SERVER_STOPPED. Errors may have been discarded.


서버를 열면 이런식으로 뜨면서 안됩니다,, 제발 도와주세요,,ㅠㅠ

1개의 댓글

NoEul
2024.02.18

서버에서 클라이언트 전용 모드를 제거해야만 하는 것이에욘. 일반적으로 Neat 모드는 클라이언트 전용 모드로 알려져 있는 것이에욘

뉴스 및 창작물
/files/thumbnails/797/788/003/262x150.crop.jpg?20240515090924

건축

마인크래프트로 구현한 카르카손 보드게임

Warak

2024-05-15

1

/files/thumbnails/487/784/003/262x150.crop.jpg?20240508233607

모드

Windows Borderless 모드에서 악성코드 발견

학교가기싫다

2024-05-08

1

/files/thumbnails/384/778/003/262x150.crop.jpg?20240512002324

업데이트

마인크래프트 자바 에디션 스냅샷 24w18a

학교가기싫다

2024-05-06

0

/files/thumbnails/855/781/003/262x150.crop.jpg?20240505141129

레드스톤

레이저 클리너

GlassesFilm

2024-05-05

1

/files/thumbnails/576/775/003/262x150.crop.jpg?20240426232553

아티클

이달의 블록: 단단한 진흙

학교가기싫다

2024-04-26

0