개인 자료란 (JE)

  서버 커뮤니티

Profile 어려워여 대표칭호 없음
Profile

질문하기

1.7.10 버전 서버구축이 자 꾸 오류가 납니다

2017.01.26 조회 수 158 추천 수 0


┍───────────────────────────────


│   프리루트의 마인크래프트 서버파일을 이용해주셔서 감사함다.


│   프리루트의 구동기가 서버에 이용할 자바를 자동으로
│      탐지하고 있습니다. 잠시만 기다려주세요 :D


│  * 참고사항 : 이제 서버를 종료하실 때 stop 명령어를 치시면
│                    서버가 정상적으로 종료되니 참고해주세요~


┕───────────────────────────────
Downloading file http://files.minecraftforge.net/maven/codechicken/CodeChickenLi
b/1.7.10-1.1.3.127//CodeChickenLib-1.7.10-1.1.3.127-universal.jar

[22:46:18 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServer
Tweaker
[22:46:18 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FML
ServerTweaker
[22:46:18 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweak
er
[22:46:18 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loadi
ng
[22:46:19 INFO]: Java is Java HotSpot(TM) Client VM, version 1.8.0_121, running
on Windows 7:x86:6.1, installed at C:\Program Files\Java\jre1.8.0_121
[22:46:19 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plu
gin initialized!
[22:46:19 WARN]: The following coremods do not have a @MCVersion annotation. The
y may cause problems if this is not the correct version of Minecraft for them.
[22:46:19 WARN]: Missing @MCVersion: kp.forge.LoadingPlugin  codechicken.core.la
unch.DepLoader  com.dynious.versionchecker.asm.LoadingPlugin
[22:46:19 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInject
ionAndSortingTweaker
[22:46:19 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfT
weaker
[22:46:19 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAn
dSortingTweaker
[22:46:19 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAn
dSortingTweaker
[22:46:19 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLP
luginWrapper
[22:46:21 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLP
luginWrapper
[22:46:21 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLP
luginWrapper
[22:46:21 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLP
luginWrapper
[22:46:21 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLP
luginWrapper
[22:46:23 INFO]: [codechicken.core.launch.DepLoader$DepLoadInst:download:343]: D
ownload complete
[22:46:23 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLP
luginWrapper
[22:46:23 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweake
r
[22:46:23 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalT
weaker
[22:46:23 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweake
r
[22:46:23 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServ
er}
[22:46:29 INFO]: Starting minecraft server version 1.7.10
[22:46:30 INFO]: Attempting early MinecraftForge initialization
[22:46:30 INFO]: MinecraftForge v10.13.4.1614 Initialized
[22:46:30 INFO]: Replaced 183 ore recipies
[22:46:30 INFO]: Completed early MinecraftForge initialization
[22:46:30 ERROR]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
        at java.lang.Class.forName0(Native Method) ~[?:1.8.0_121]
        at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_121]
        at cpw.mods.fml.common.Loader.identifyMods(Loader.java:340) ~[Loader.cla
ss:1.7.10-R0.1-SNAPSHOT]
        at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) ~[Loader.class:1
.7.10-R0.1-SNAPSHOT]
        at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHand
ler.java:87) ~[FMLServerHandler.class:1.7.10-R0.1-SNAPSHOT]
        at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.j
ava:320) ~[FMLCommonHandler.class:1.7.10-R0.1-SNAPSHOT]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(Dedicated
Server.java:176) ~[lt.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [M
inecraftServer.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo
ader.java:191) ~[launchwrapper-1.12.jar:?]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
        ... 9 more
Caused by: java.lang.RuntimeException: Attempted to load class bdw for invalid s
ide SERVER
        at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTr
ansformer.java:51) ~[KCauldron-1.7.10-1614.201.jar:1.7.10-R0.1-SNAPSHOT]
        at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchC
lassLoader.java:279) ~[launchwrapper-1.12.jar:?]
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo
ader.java:176) ~[launchwrapper-1.12.jar:?]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
        ... 9 more
[22:46:30 ERROR]:       Cause of unexpected exception was
java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo
ader.java:191) ~[launchwrapper-1.12.jar:?]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
        at java.lang.Class.forName0(Native Method) ~[?:1.8.0_121]
        at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_121]
        at cpw.mods.fml.common.Loader.identifyMods(Loader.java:340) ~[Loader.cla
ss:1.7.10-R0.1-SNAPSHOT]
        at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) ~[Loader.class:1
.7.10-R0.1-SNAPSHOT]
        at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHand
ler.java:87) ~[FMLServerHandler.class:1.7.10-R0.1-SNAPSHOT]
        at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.j
ava:320) ~[FMLCommonHandler.class:1.7.10-R0.1-SNAPSHOT]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(Dedicated
Server.java:176) ~[lt.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [M
inecraftServer.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
Caused by: java.lang.RuntimeException: Attempted to load class bdw for invalid s
ide SERVER
        at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTr
ansformer.java:51) ~[KCauldron-1.7.10-1614.201.jar:1.7.10-R0.1-SNAPSHOT]
        at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchC
lassLoader.java:279) ~[launchwrapper-1.12.jar:?]
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo
ader.java:176) ~[launchwrapper-1.12.jar:?]
        ... 11 more
[22:46:30 ERROR]: This crash report has been saved to: C:\Users\MB\Desktop\FileJ
o\[프리루트]1.7.10_모드버킷\.\crash-reports\crash-2017-01-26_22.46.30-server.txt

[22:46:30 WARN]: Can't revert to frozen GameData state without freezing first.
[22:46:30 INFO]: Applying holder lookups
[22:46:30 INFO]: Holder lookups applied
[22:46:30 INFO]: The state engine was in incorrect state CONSTRUCTING and forced
 into state SERVER_STOPPED. Errors may have been discarded.
계속하려면 아무 키나 누르십시오 . . .
 

 

5553.png

 

모드 깐거라고는 통합모드 설치파일로 한글채팅 하나 깐게 전부인데.. 어떻게 해결해야 할까요?

3개의 댓글

한마포
2017.01.27
개인 마인크래프트에 깐거 말고 모드버킷의 mods 폴더에 넣으신 모드파일 목록을 보여주시면 감사드리겠습니다~ :)
어려워여
2017.02.01
@한마포
저것과 정확하게 동일합니다 . 빈 폴더에 저거 그대로 같다가 복붙했거든요 ㅠㅠ
한마포
2017.02.03
@어려워여
- b77_1710f
- Version Checker

위 두개의 항목은 개인형 모드파일로 모드버킷에 굳이 적용시킬 필요가 없으면서도 적용시킬려고 하시면 오류가 발생하는 모드들이랍니다 :) 모드버킷의 mods 폴더에서 삭제해주시면 되겠습니다
뉴스 및 창작물
/files/thumbnails/288/791/003/262x150.crop.jpg?20240602150002

아티클

《까다로운 시련》 업데이트 날짜 공개 및 정보

학교가기싫다

2024-06-02

0

/files/thumbnails/841/773/003/262x150.crop.jpg?20240526120908

레드스톤

마인크래프트 노트블록버전 『 봄을 고하다 (春を告げる) 』 [더블옥타브 버전]

노트블럭전문가

2024-05-26

0

/files/thumbnails/712/796/003/262x150.crop.jpg?20240525085438

레드스톤

마인크래프트 노트블록으로 만든 『 봄을 고하다 (春を告げる) 』 1

Sonttukk

2024-05-25

0

/files/thumbnails/268/789/003/262x150.crop.jpg?20240515192032

레드스톤

벌레먹은 돌 빠르게 제거하는 법

GlassesFilm

2024-05-15

0

/files/thumbnails/797/788/003/262x150.crop.jpg?20240515090924

건축

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

Warak

2024-05-15

1