개인 자료란 (JE)

  서버 커뮤니티

Profile kimgjun 대표칭호 없음
Profile

질문하기 멀티플레이

서버 오류?

2020.05.25 조회 수 40 추천 수 0

서버 실행하려고 스타트 누르면 

이렇게 뜨는데 어떻게 해야되죠??

도와주세요...


C:\Users\Administrator\Desktop\server>java -Xms1G -Xmx2G -jar forge.jar

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

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

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

[00:16:32] [main/INFO] [FML]: Forge Mod Loader version 7.99.36.1558 for Minecraft 1.7.10 loading

[00:16:32] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_71, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre7

[00:16:33] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

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

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

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

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

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

[00:16:34] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557

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

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

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

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

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

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

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

[00:16:37] [main/WARN] [FML]: =============================================================

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

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

[00:16:37] [main/WARN] [FML]: Use FMLCommonHandler.exitJava instead

[00:16:37] [main/WARN] [FML]: =============================================================

[00:16:37] [Server thread/INFO]: Starting minecraft server version 1.7.10

[00:16:37] [Server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization

[00:16:37] [Server thread/INFO] [FML]: MinecraftForge v10.13.4.1558 Initialized

[00:16:37] [Server thread/INFO] [FML]: Replaced 183 ore recipies

[00:16:37] [Server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization

[00:16:37] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer

[00:16:37] [Server thread/INFO] [FML]: Searching C:\Users\Administrator\Desktop\server\mods for mods

[00:16:37] [Server thread/INFO] [FML]: Also searching C:\Users\Administrator\Desktop\server\mods\1.7.10 for mods

[00:16:38] [Server thread/INFO] [ModName]: Mod ModName is missing the required element 'name'. Substituting ModName

[00:16:39] [Server thread/INFO] [FML]: Forge Mod Loader has identified 28 mods to load

[00:16:39] [Server thread/ERROR] [FML]: The mod sum (Superheroes Unlimited Mod) requires mods [legends] to be available

[00:16:39] [Server thread/ERROR]: Encountered an unexpected exception

cpw.mods.fml.common.MissingModsException:

Missing Mods:

        legends : [1.7,)



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

        at cpw.mods.fml.common.Loader.loadMods(Loader.java:493) ~[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:?]

[00:16:39] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Administrator\Desktop\server\.\crash-reports\crash-2020-05-25_00.16.39-server.txt

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

[00:16:39] [Server thread/INFO] [FML]: Applying holder lookups

[00:16:39] [Server thread/INFO] [FML]: Holder lookups applied

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


C:\Users\Administrator\Desktop\server>pause

계속하려면 아무 키나 누르십시오 . . .

Warning
댓글이 없습니다.

새로운 댓글을 등록해 주세요!

뉴스 및 창작물
/files/thumbnails/762/770/003/262x150.crop.jpg?20240418073724

레드스톤

T.B.H (고민중독) | 노트블럭 버전 | NoteBlock Cover [한국어 영어 중국어 가사 추가]

노트블럭전문가

2024-04-18

0

/files/thumbnails/218/767/003/262x150.crop.jpg?20240412130213

레드스톤

우리의 꿈 - 원피스 오프닝

노트블럭전문가

2024-04-12

0

/files/thumbnails/505/766/003/262x150.crop.jpg?20240411122306

레드스톤

기동전사 건담 수성의 마녀 | 노트블럭 커버 1

노트블럭전문가

2024-04-11

1

/files/thumbnails/932/765/003/262x150.crop.jpg?20240410124459

레드스톤

마인크래프트 노트블록으로 만든 『 밤양갱 (Bam Yang Gang) 』

노트블럭전문가

2024-04-10

0

/files/thumbnails/403/765/003/262x150.crop.jpg?20240409190538

레드스톤

마인크래프트 노트블록으로 만든 『 밤양갱 (Bam Yang Gang) 』

Sonttukk

2024-04-09

4