서버 실행하려고 스타트 누르면
이렇게 뜨는데 어떻게 해야되죠??
도와주세요...
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
계속하려면 아무 키나 누르십시오 . . .
댓글이 없습니다.
새로운 댓글을 등록해 주세요!