개인 자료란 (JE)

  서버 커뮤니티

Profile 프리루트 한마포 운영자

_FreeRoute_ 3bfdc013ee404a289b456efb141df84f

Profile

자료 공통 리뷰, 강좌 서버

서버구동기로 마인크래프트 모드 서버를 여는 방법

2016.04.13 조회 수 261636 추천 수 148


      개요


해당 문서는 한마포에서 마인크래프트 모드 서버용 서버구동기를 다운받아 사용할 때, 기본적인 사용법을 정리한 글입니다.
내용이 일반 서버구동기를 사용할 때보다 좀 더 복잡할 수 있으니 순서대로 잘 따라와주세요.




      사전 준비물


아래 과정을 따라하시기 전에 다음과 같은 준비물들을 미리 준비해주세요.

  • 자바(Java) : 모든 서버구동기는 자바가 필요하며, 마인크래프트 버전이나 코어에 따라 필요로 하는 자바 버전이 달라집니다.
    물론 한마포에서는 서버구동기 글 혹은 구동기에 필요한 자바 버전이 적혀있으니, 이에 맞게 꼭 자바를 설치해주세요.
    그리고 컴퓨터에 여러 버전의 자바가 설치되어있는 경우, 컴퓨터에서 여러분이 사용하고자 하는 자바 버전을 인식해야되는데
    그럴러면 환경변수를 추가로 설정해주셔야 합니다. 구글링을 해보시면 아시겠지만 방법이 까다로울 수 있기 때문에,
    귀찮으시면 그냥 제어판에서 여러분이 사용하실 자바는 남겨두고 이외에 다른 자바는 모두 삭제해주세요.

  • 서버구동기 : 당연히 모드 서버용 구동기로 준비해주시면 됩니다.
    여러분이 사용하실 마인크래프트 버전과 모드로더(포지 혹은 패브릭)에 맞춰서 다운받아주세요.

  • 서버에 적용할 모드 : 서버에 모드를 적용시키기 전에, 먼저 개인 마인크래프트에 여러분이 사용하실
    모드로더와 모드를 설치해보시고, 제대로 작동하면 아래 과정을 통해 서버에 모드를 적용시켜주세요.
    참고로 여기서 모드로더는 서버에서 사용하는 모드로더의 자체 버전과 동일하거나, 더 높은 버전을 설치해주세요.





      서버 구동하기


1. 먼저 한마포에서 다운 받으신 서버구동기 파일의 압축을 풀어보시면 다음과 같은 간단한 내용물이 나올겁니다.
여기서 서버구동기를 실행시켜줍니다.

[참고사항]

  • 보통은 코어(.jar)와 서버구동기(.bat)가 있을테고, 이외에 마인크래프트 버전이나 모드로더에 따라 추가 파일 및 폴더가
    있을 수 있습니다. 이런 기본적인 내용물은 절대로 건드리지마시고 이름도 바꾸시면 안됩니다.



2. 숫자 1을 입력하고 엔터를 쳐줍니다.



3. 서버에서 사용할 램 용량을 숫자로 선택해주면 됩니다. 자신의 컴퓨터에 장착되어있는 램 용량을 고려해 선택해주세요.

[참고사항]

  • 컴퓨터에 장착되어있는 램 용량을 모르시는 분들은 내 컴퓨터 > 빈 공간에 마우스 우클릭 > 속성에서 확인할 수 있습니다.
    보통 설치된 메모리(RAM)로 표시됩니다.



4. 곧바로 구동기가 작동하기 시작합니다. 그러다가 위와 같이 "Done (숫자s)!" 문구가 뜨면 서버가 정상적으로 열렸다는 뜻입니다.
이제 구동기에 stop 이라고 입력해 서버를 다시 종료해주세요.



5. 서버구동기가 있는 폴더 안에 들어가보시면 다음과 같이 서버의 여러 옵션들을 설정할 수 있는 수많은 yml, json, properties 파일들과
새로운 폴더들이 생겼을 겁니다. 이중에서 mods 폴더는 모드 파일을, plugins 폴더는 플러그인 파일을 넣는 곳이니 참고해주시고,
모드 파일 적용을 위해 mods 폴더에 들어가줍니다.

[주의사항]

  • 모드 서버용 구동기를 사용할 때는 가급적이면 플러그인은 최소한으로만 사용해주세요.
    모드와 플러그인은 완전히 서로 다른 API를 사용하기 때문에 서로 많이 적용하게되면 그만큼 오류가 발생할 확률이 높아집니다.
  • 서버의 기본적인 설정들은 server.properties 파일을 통해 설정하실 수 있습니다.



6. 이 mods 폴더에 서버에 적용하실 모드 파일들을 넣어주시면 됩니다. 저는 예시로 플랜모드 파일을 넣어줬습니다.

참고로 위에서도 이미 언급했지만 개인 마인크래프트에 먼저 모드로더(포지 혹은 패브릭)와 모드를 설치하신 다음에,
제대로 작동하면 서버에 해당 모드들을 적용하시는 것을 권장합니다. 개인 마인크래프트에 적용된 모드 파일은
.minecraft > mods 폴더에서 확인할 수 있으며, 여기서 서버에 적용할 모드는 복사하셔서 위 mods 폴더에 붙여넣기 해주시면 편합니다.

[주의사항]

  • 서버에 모드를 적용시킬 때, 아무 모드나 막 적용시키시면 안됩니다! 일반 모드나 서버 전용 모드는 적용시켜도되지만
    클라이언트 전용 모드는 서버에서 사용이 불가능하기에 적용시키면 오류가 발생합니다.
    클라이언트 전용 모드의 대표적인 예시는 다음과 같습니다.

    (예시 : 투매니, REI, JEI, 한글채팅, 옵티파인, 소듐, 아이리스 쉐이더, 인벤토리 HUD, 클라이언트 최적화 모드 등)
    (꿀팁 : 패브릭의 경우, 인게임에서 메인화면 > 모드 메뉴를 눌렀을 때 클라이언트 전용 모드는 따로 표시됩니다)

  • 서버 전용 모드는 일반 모드와 다르게 서버에만 적용시켜주면 되는 모드입니다. 아래에서 자세하게 설명하겠지만
    모드 서버에 접속할 때, 반드시 개인 마인크래프트에는 서버에 적용되어있는 모드로더와 모드가 설치되어있어야 합니다.
    하지만 서버 전용 모드는 따로 개인이 설치할 필요가 없습니다. 물론 일부는 설치를 요구하기도하며, 싱글에서 작동하기도 합니다.



7. 그리고 저는 플랜모드를 적용시켜서 따로 플랜팩도 서버에 적용시켜줬습니다. 제 마인크래프트에 이미 설치되어있기에
.minecraft 폴더 안에 플랜팩 파일들이 들어있는 Flan 폴더를 그대로 위와 같이 서버구동기가 있는 폴더 안에 붙여넣기 해줬습니다.
이건 제가 플랜 모드를 적용시켜서 그런거지 왠만한 일반 모드는 6번 과정만 수행하시면 됩니다.



8. 이렇게 서버에 모드 파일을 모두 적용했으면 다시 아까처럼 서버구동기를 실행시켜 서버를 열어줍니다.
다행히 오류 문구 없이 Done 문구가 떠줬네요!



9. 이제 서버에 제대로 접속은 되는지, 모드는 제대로 적용되었는지 확인해봅시다. 위에서부터 쭉 따라오신 분들은 이미 설치하셨겠지만,
서버에서 사용하는 모드로더와 적용된 모드를 여러분들의 마인크래프트에 설치하신 다음에 게임을 켜주세요.
(이부분은 서버에 접속하고자 하는 다른 유저들도 마찬가지입니다)

[주의사항]

  • 모드로더 : 개인 마인크래프트에 설치하실 때,
    서버에서 사용하는 모드로더의 자체 버전과 동일하거나 더 높은 버전을 설치해주세요.

    모드 : 개인 마인크래프트에 설치하실 때,
    가급적이면 서버에 적용하신 모드 파일의 자체 버전과 동일한 버전으로 설치해주세요.



10. 멀티플레이 메뉴로 들어가 서버 주소 부분에 localhost 혹은 여러분들의 아이피를 입력해서 서버에 접속해줍니다.
참고로 다른 유저가 여러분들의 서버에 접속하려면 여러분들의 아이피 혹은 아이피와 연결된 도메인 주소를 입력해야합니다.

[참고사항]

  • 여러분들의 컴퓨터 아이피는 네이버에서 직접 확인해보실 수 있습니다.



11. 접속이 잘되네요! 서버가 제대로 열려있고 접속도 가능한게 확인되었으니 이제 서버에 적용시킨 모드가 잘 작동하는지 확인해봅시다.



12. 참고로 초보 유저분들을 위해 TMI 설명을 드려보자면, 서버에서 자유롭게 아이템을 뽑아내는 크리에이티브 상태로 바꿀려면
먼저 서버 내에서 모든 것을 할 수 있는 관리자 권한을 부여 받아야 합니다. 구동기에 "op 닉네임" 을 입력해 관리자 권한을 부여한 뒤,
게임 내에서 "/gamemode creative" 혹은 "/gamemode 1" 명령어를 입력하시면 크리에이티브 상태로 전환됩니다.



13. 저는 플랜모드를 적용시켰기에 플랜 모드의 플랜팩에서 추가시켜주는 다연장 로켓포를 사용해봤습니다.
잘 작동하는 것을 보아하니 모드도 제대로 적용되었네요!



14. 참 많다 그죠? 이제 마지막으로 다른 유저들이 여러분들의 서버에 접속할 수 있도록 방화벽 설정만 해주면 됩니다.

화면 좌측 하단 검색칸에 "방화벽" 입력 > 고급 보안이 포함된 Windows Defender 방화벽 > 좌측에 인바운드 규칙을 누르면
위와 같이 많은 항목들이 표시됩니다. 이중에 자바 관련 항목(Java, javaw)들은 모두 초록불이 들어와있어야 합니다.
만약 빨간 차단 아이콘이 표시된 항목이 있다면, 해당 항목을 더블 클릭해서 작업 부분을 연결 허용으로 바꿔주세요.




      포트포워딩


모든 분들에게 해당되는 기본적인 과정은 여기까지입니다. 이외에 컴퓨터 인터넷을 직접 랜선으로 끌어와서 사용하는 경우가 아닌,
공유기를 통해 사용하시는 분들은 포트포워딩이라는 작업을 추가로 해주셔야 합니다. 포트포워딩은 공유기 제조사마다
방법이 다르기 때문에 구글에 공유기 제조사 명칭을 같이 입력해서 검색해보시는 것을 권장드립니다.




이외에 이해가 되지 않거나 궁금하신 점들은 댓글로 물어봐주시고, 서버 구동 중에 발생하는 오류나 버그 등에 대한 문의는
질문 포럼에 해주시기 바랍니다. 참고로 오류가 발생해서 질문 포럼에 글을 올리실 때는 구체적인 기록이 담겨있는
구동기 로그 파일을 같이 첨부해주시면 저를 포함한 다른 분들이 수월하게 진단해드릴 수 있습니다.

(로그 파일은 오류 발생 직후, 서버구동기 파일이 있는 폴더 안에 logs 폴더 > latest.log 파일입니다)




564개의 댓글

한마포
2017.05.29
@꺅꺅꺅뿜
FAILED TO BIND TO PORT!

해당 문구는 서버 메모장에 입력하신 아이피로는 서버를 열으실 수 없다는 뜻이랍니다
위 게시글에 7번 내용을 참고하셔서 하마치를 완전히 재설치하셔다가 새로운 하마치 아이피를 발급받아서 서버를 열어보시고
그래도 안되신다면 사용하시는 공유기를 포트포워딩 하셔서 일반 컴퓨터 아이피로 서버를 열어보세여
unstar
2017.05.29
서버 열때 치트 쓸수있게 하는 방법이 뭔가요?
unstar
2017.05.29
관리자도 치트를 못쓰나요?
한마포
2017.05.29
@unstar
서버구동기 창에 / 기호 없이 op 닉네임 형식으로 명령어를 입력하셔서 관리자 권한을 부여하시면 됩니다
닉네임이 God_Route 라면 op God_Route 라고 서버구동기 창에 입력하시면 되겠져?
Leriuce
2017.05.29
버킷에 모드를 안넣으면 Done이 뜨는데 모드를 넣으면 아무키나 누르라고 뜨네여ㅜㅜ
Leriuce
2017.05.29
@Leriuce
┍───────────────────────────────


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


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


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


┕───────────────────────────────
[23:57:54] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftfo
rge.fml.common.launcher.FMLServerTweaker
[23:57:54] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minec
raftforge.fml.common.launcher.FMLServerTweaker
[23:57:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.common.launcher.FMLServerTweaker
[23:57:56] [main/INFO] [FML]: Forge Mod Loader version 13.20.0.2227 for Minecraf
t 1.11.2 loading
[23:57:56] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_
111, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jre1
.8.0_111
[23:57:56] [main/INFO] [FML]: Failed to find the specified repository root C:/Us
ers/FreeRoute/Desktop/프리루트_1.11.2_모드버킷_2176/libraries
[23:57:56] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.Mixin
Tweaker from spongeforge-1.11.2-2227-6.0.0-BETA-2275.jar
[23:57:56] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftfo
rge.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:57:56] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepower
ed.asm.launch.MixinTweaker
[23:57:56] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.6.8 Sour
ce=file:/C:/Users/sangsulove/Desktop/느시/mods/spongeforge-1.11.2-2227-6.0.0-BET
A-2275.jar Env=SERVER
[23:57:56] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[23:57:56] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.
SpongeCoremod$TokenProvider to MixinEnvironment[DEFAULT]
[23:57:56] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.
SpongeCoremod$TokenProvider to MixinEnvironment[PREINIT]
[23:57:56] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.
SpongeCoremod$TokenProvider to MixinEnvironment[INIT]
[23:57:56] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftfo
rge.fml.common.launcher.FMLDeobfTweaker
[23:57:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.common.launcher.FMLInjectionAndSortingTweaker
[23:57:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.common.launcher.FMLInjectionAndSortingTweaker
[23:57:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.relauncher.CoreModManager$FMLPluginWrapper
[23:57:58] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certi
ficate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[23:57:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.relauncher.CoreModManager$FMLPluginWrapper
[23:57:58] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.as
m.launch.MixinTweaker
[23:58:00] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.
minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@121d21
2
[23:58:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.common.launcher.FMLDeobfTweaker
[23:58:00] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftfo
rge.fml.common.launcher.TerminalTweaker
[23:58:00] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepower
ed.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[23:58:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.common.launcher.TerminalTweaker
[23:58:00] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.as
m.mixin.MixinEnvironment$EnvironmentStateTweaker
[23:58:03] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecra
ft.server.MinecraftServer}
[23:58:07] [Server thread/INFO]: Starting minecraft server version 1.11.2
[23:58:07] [Server thread/INFO] [FML]: MinecraftForge v13.20.0.2227 Initialized
[23:58:07] [Server thread/INFO] [FML]: Replaced 232 ore recipes
[23:58:07] [Server thread/INFO] [Sponge]: Found mcmod.info at jar:file:/C:/Users
/sangsulove/Desktop/느시/mods/spongeforge-1.11.2-2227-6.0.0-BETA-2275.jar!/mcmod
.info
[23:58:07] [Server thread/INFO] [Sponge]: Creating injector in stage 'PRODUCTION
'
[23:58:08] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.LAST_DAMAGE
[23:58:08] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.LEASH_HOLDER
[23:58:09] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injec
ting into mod discoverer
[23:58:09] [Server thread/INFO] [FML]: Searching C:\Users\sangsulove\Desktop\느
시\mods for mods
[23:58:10] [Server thread/INFO] [FML]: Forge Mod Loader has identified 7 mods to
load
[23:58:10] [Server thread/ERROR] [FML]: The mod totemic (Totemic) requires mod v
ersions [forge@[13.20.0.2228,)] to be available
[23:58:10] [Server thread/ERROR] [FML]: net.minecraftforge.fml.common.MissingMod
sException: Mod totemic (Totemic) requires [forge@[13.20.0.2228,)]
[23:58:10] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraftforge.fml.common.MissingModsException: Mod totemic (Totemic) requir
es [forge@[13.20.0.2228,)]
Missing Mods:
forge : [13.20.0.2228,)


at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:287) ~[L
oader.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:540) ~[Load
er.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FML
ServerHandler.java:99) ~[FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommo
nHandler.java:331) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(Dedicated
Server.java:121) ~[lh.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:442) [M
inecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
[23:58:10] [Server thread/ERROR]: This crash report has been saved to: C:\Users\
sangsulove\Desktop\느시\.\crash-reports\crash-2017-05-29_23.58.10-server.txt
[23:58:10] [Server thread/INFO]: Stopping server
[23:58:10] [Server thread/INFO]: Saving worlds
[23:58:10] [Server thread/WARN] [FML]: Can't revert to frozen GameData state wit
hout freezing first.
[23:58:10] [Server thread/INFO] [FML]: The state engine was in incorrect state E
RRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
[23:58:10] [Server thread/INFO] [FML]: The state engine was in incorrect state E
RRORED and forced into state AVAILABLE. Errors may have been discarded.
> 계속하려면 아무 키나 누르십시오 . . .
한마포
2017.05.30
@Leriuce
넣으시면 안되는 모드파일들을 넣으신듯 한데 mods 폴더안에 어떤 모드파일들을 넣으셨는지 그 모습을 캡처하셔서 보여주세요
하뉼TV
2017.06.01
┍───────────────────────────────


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


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


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


┕───────────────────────────────
[20:11:24 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[20:11:24 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[20:11:24 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[20:11:24 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[20:11:26 INFO]: Java is Java HotSpot(TM) Client VM, version 1.8.0_131, running on Windows 10:x86:10.0, installed at C:\Program Files (x86)\Java\jre1.8.0_131
[20:11:26 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[20:11:27 WARN]: The following coremods do not have a @MCVersion annotation. They may cause problems if this is not the correct version of Minecraft for them.
[20:11:27 WARN]: Missing @MCVersion: kp.forge.LoadingPlugin com.dynious.versionchecker.asm.LoadingPlugin
[20:11:27 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:11:27 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[20:11:27 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:11:27 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:11:27 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:11:29 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:11:29 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:11:30 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:11:30 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:11:30 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:11:30 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:11:30 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:11:30 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[20:11:31 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[20:11:31 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[20:11:32 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[20:11:43 INFO]: Starting minecraft server version 1.7.10
[20:11:43 INFO]: Attempting early MinecraftForge initialization
[20:11:43 INFO]: MinecraftForge v10.13.4.1614 Initialized
[20:11:43 INFO]: Replaced 183 ore recipies
[20:11:43 INFO]: Completed early MinecraftForge initialization
[20:11:43 ERROR]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_131]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_131]
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:340) ~[Loader.class: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(FMLServerHandler.java:87) ~[FMLServerHandler.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) ~[FMLCommonHandler.class:1.7.10-R0.1-SNAPSHOT]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
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_131]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
... 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:51) ~[KCauldron-1.7.10-1614.201.jar:1.7.10-R0.1-SNAPSHOT]
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_131]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
... 9 more
[20:11:43 ERROR]: Cause of unexpected exception was
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_131]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_131]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_131]
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:340) ~[Loader.class: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(FMLServerHandler.java:87) ~[FMLServerHandler.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) ~[FMLCommonHandler.class:1.7.10-R0.1-SNAPSHOT]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
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:51) ~[KCauldron-1.7.10-1614.201.jar:1.7.10-R0.1-SNAPSHOT]
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:?]
... 11 more
[20:11:43 ERROR]: This crash report has been saved to: C:\Users\User\Desktop\프리루트_1.7.10_모드버킷_1614_201\.\crash-reports\crash-2017-06-01_20.11.43-server.txt
[20:11:43 WARN]: Can't revert to frozen GameData state without freezing first.
[20:11:43 INFO]: Applying holder lookups
[20:11:43 INFO]: Holder lookups applied
[20:11:43 INFO]: The state engine was in incorrect state CONSTRUCTING and forced into state SERVER_STOPPED. Errors may have been discarded.
계속하려면 아무 키나 누르십시오 . . .

이렇게 뜨는데 모드를 지우면 또 되고....
(영어만 잘 안다면 위에 해석을 어느정도 해서 해결할려고 하는데...영어를 모르고 제가 진짜 버킷 서버 여는 방법을 완전 모르는 그런 사람이기에 제가 마음대로 손대기 겁남...)
한마포
2017.06.01
@하뉼TV
유저게시판 - 질문 답변 게시판 이용하셔서 질문해주세여
답변해드리도록 하져, 그리고 올리실 때 모드버킷의 mods 폴더안에 어떤 모드파일들을 넣으셨는지 캡처하셔서 같이 올리시기 바랍니다
65****
2017.06.01
프리루트님 이렇게 뜹니다 왜 그러는 건가요 친구들과 집이 떨어져 있어서 빨리 하고 싶은데 저번자에도 못했어요 해결해주세요 부탁드려요!!
───────────────────────────────


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


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


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


┕───────────────────────────────
[SMC FNE]transforming aji net.minecraft.block.Block [SMC FNE] 65109 (+0)
[SMC FNE]transforming abh net.minecraft.item.ItemBlock
[SMC FNE] 4222 (+0)
[21:50:38 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[21:50:38 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[21:50:38 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[21:50:39 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[21:50:39 INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_121, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_121
[21:50:39 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[21:50:39 INFO]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.10_HD_U_C1.jar
[21:50:39 INFO]: Loading tweaker shadersmodcore.loading.SMCTweaker from ShadersModCore-v2.3.31-mc1.7.10-f.jar
[21:50:39 WARN]: The following coremods do not have a @MCVersion annotation. They may cause problems if this is not the correct version of Minecraft for them.
[21:50:39 WARN]: Missing @MCVersion: kp.forge.LoadingPlugin codechicken.core.launch.DepLoader com.dynious.versionchecker.asm.LoadingPlugin
[21:50:39 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:50:39 INFO]: Loading tweak class name optifine.OptiFineForgeTweaker
[21:50:39 INFO]: Loading tweak class name shadersmodcore.loading.SMCTweaker
[21:50:39 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker [21:50:39 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:50:39 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:50:39 INFO]: Calling tweak class optifine.OptiFineForgeTweaker
[21:50:39 INFO]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
[21:50:39 INFO]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
[21:50:39 INFO]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ClassTransformer
[21:50:39 INFO]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine URL: file:/C:/Users/s2952/Desktop/마인크래프트%201.7.10%20버킷%20프리루트/프리루트_1.7.10_모드버킷_1614_201/mods/OptiFine_1.7.10_HD_U_C1.jar
[21:50:39 INFO]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ZIP file: java.util.zip.ZipFile@1018bde2
[21:50:39 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.settings.GameSettings, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.settings.GameSettings$Options, but received non-empty
[21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.OpenGlHelper, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.EntityRenderer, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.RenderGlobal, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureAtlasSprite, but received non-empty
[21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.Tessellator, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.gui.FontRenderer, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.Stitcher$Slot, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.RenderBlocks, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.WorldRenderer, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.model.ModelRenderer, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureManager, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureAtlasSprite$1, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureMap, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureManager$1, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.Stitcher, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureUtil, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.server.integrated.IntegratedServer, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.RenderGlobal$1, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.Stitcher$Holder, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.settings.GameSettings$SwitchOptions, but received non-empty
[21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.EntityRenderer$2, but received non-empty
[21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.EntityRenderer$3, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.EntityRenderer$1, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureMap$1, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.server.integrated.IntegratedServer$1, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureMap$2, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.server.integrated.IntegratedServer$2, but received non-empty [21:50:41 WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureMap$3, but received non-empty [21:50:41 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:50:41 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [21:50:42 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:50:42 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [21:50:42 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:50:42 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:50:42 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:50:42 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:50:42 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[21:50:42 INFO]: Calling tweak class shadersmodcore.loading.SMCTweaker
[21:50:42 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[21:50:42 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[21:50:42 INFO]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
[21:50:43 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[21:50:49 INFO]: Starting minecraft server version 1.7.10
[21:50:49 INFO]: Attempting early MinecraftForge initialization
[21:50:49 INFO]: MinecraftForge v10.13.4.1614 Initialized
[21:50:49 INFO]: Replaced 183 ore recipies
[21:50:49 INFO]: Completed early MinecraftForge initialization
[21:50:50 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.class: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(FMLServerHandler.java:87) ~[FMLServerHandler.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) ~[FMLCommonHandler.class:1.7.10-R0.1-SNAPSHOT]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.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(LaunchClassLoader.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 side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:51) ~[KCauldron-1.7.10-1614.201.jar:1.7.10-R0.1-SNAPSHOT]
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_121] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
... 9 more [21:50:50 ERROR]: Cause of unexpected exception was
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_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.class: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(FMLServerHandler.java:87) ~[FMLServerHandler.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) ~[FMLCommonHandler.class:1.7.10-R0.1-SNAPSHOT]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_121] 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:51) ~[KCauldron-1.7.10-1614.201.jar:1.7.10-R0.1-SNAPSHOT]
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:?]
... 11 more [21:50:50 WARN]: Can't revert to frozen GameData state without freezing first.
[21:50:50 INFO]: Applying holder lookups [21:50:50 INFO]: Holder lookups applied
[21:50:50 INFO]: The state engine was in incorrect state CONSTRUCTING and forced into state SERVER_STOPPED. Errors may have been discarded.
계속하려면 아무 키나 누르십시오 . . .
한마포
2017.06.02
@65****
모드버킷의 mods 폴더안에 넣으시면 안되는 모드 파일들이 들어있는 것 같네여
포럼 - 유저게시판 - 질문 답변 게시판에 질문글 올려주시고 올리실 때, 모드버킷 구동기가 들어있는 폴더안에 mods 폴더에
어떤 모드파일들을 넣어주셨는지 캡처하셔서 같이 올려주세여. 곧바로 답변해드릴 수 있도록 하겠습니다 :)
65****
2017.06.03
@한마포
이렇게 뜨네요... Done 이 떠야하는데 그래서 자바들어가서 업그레이드 해보았더니 안돼더군요..
┍───────────────────────────────




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


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


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


┕───────────────────────────────
[13:37:09 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[13:37:09 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[13:37:09 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[13:37:09 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[13:37:10 INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_131, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_131
[13:37:10 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[13:37:10 WARN]: The following coremods do not have a @MCVersion annotation. They may cause problems if this is not the correct version of Minecraft for them.
[13:37:10 WARN]: Missing @MCVersion: codechicken.core.launch.DepLoader com.dynious.versionchecker.asm.LoadingPlugin
[13:37:10 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:37:10 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:37:10 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:37:10 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:37:10 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:37:12 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:37:12 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:37:13 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:37:13 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:37:13 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:37:13 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:37:13 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:37:13 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:37:13 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[13:37:13 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[13:37:14 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[13:37:21 INFO]: Starting minecraft server version 1.7.10
[13:37:21 INFO]: Attempting early MinecraftForge initialization
[13:37:21 INFO]: MinecraftForge v10.13.4.1614 Initialized
[13:37:21 INFO]: Replaced 183 ore recipies
[13:37:21 INFO]: Completed early MinecraftForge initialization
[13:37:21 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[13:37:21 INFO]: Searching C:\Users\s2952\Desktop\마인크래프트 1.7.10 버킷 프리루트\프리루트_1.7.10_모드버킷_1614_201\mods for mods
[13:37:21 INFO]: Also searching C:\Users\s2952\Desktop\마인크래프트 1.7.10 버킷 프리루트\프리루트_1.7.10_모드버킷_1614_201\mods\1.7.10 for mods
[13:37:21 WARN]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
[13:37:21 WARN]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
[13:37:21 WARN]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
[13:37:22 INFO]: Forge Mod Loader has identified 13 mods to load
[13:37:22 INFO]: FML has found a non-mod file [1.7.10] IdFixer 1.0.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[13:37:22 INFO]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.127-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[13:37:22 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, PlayerAPI, RenderPlayerAPI, SmartCore, ForgeMicroblock, ForgeMultipart, McMultipart, SmartMoving, SmartRender, VersionChecker] at CLIENT
[13:37:22 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, PlayerAPI, RenderPlayerAPI, SmartCore, ForgeMicroblock, ForgeMultipart, McMultipart, SmartMoving, SmartRender, VersionChecker] at SERVER
[13:37:22 INFO]: Processing ObjectHolder annotations
[13:37:22 INFO]: Found 341 ObjectHolder annotations
[13:37:22 INFO]: Identifying ItemStackHolder annotations
[13:37:22 INFO]: Found 0 ItemStackHolder annotations
[13:37:22 INFO]: Configured a dormant chunk cache size of 0
[13:37:25 INFO]: Applying holder lookups
[13:37:25 INFO]: Holder lookups applied
[13:37:25 INFO]: Injecting itemstacks
[13:37:25 INFO]: Itemstack injection complete
[13:37:25 INFO]: Loading properties
[13:37:25 INFO]: Default game type: SURVIVAL
[13:37:26 INFO]: This server is running KCauldron version 1.7.10-R0.1-SNAPSHOT (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[13:37:26 INFO]: Server Ping Player Sample Count: 12
[13:37:26 INFO]: Using 4 threads for Netty based IO
[13:37:26 INFO]: Generating keypair
[13:37:27 INFO]: Starting Minecraft server on 25.34.248.82:25565
[13:37:27 INFO]: Smart Moving allows client configurations
[13:37:27 INFO]: Smart Moving uses communication protocol 2.3.1
[13:37:27 INFO]: Received version check from mod VersionChecker
[13:37:27 INFO]: Injecting itemstacks
[13:37:27 INFO]: Itemstack injection complete
[13:37:29 INFO]: Server Player 1.4 Created
[13:37:29 INFO]: Server Player: registered Smart Moving
[13:37:29 INFO]: Forge Mod Loader has successfully loaded 13 mods
[13:37:29 INFO]: Preparing level "gtmaru's world"
[13:37:29 INFO]: Registered command debug with permission node vanilla.command.debug
[13:37:29 INFO]: Registered command spreadplayers with permission node vanilla.command.spreadplayers
[13:37:29 INFO]: Registered command playsound with permission node vanilla.command.playsound
[13:37:29 INFO]: Registered command scoreboard with permission node vanilla.command.scoreboard
[13:37:29 INFO]: Registered command achievement with permission node vanilla.command.achievement
[13:37:29 INFO]: Registered command summon with permission node vanilla.command.summon
[13:37:29 INFO]: Registered command setblock with permission node vanilla.command.setblock
[13:37:29 INFO]: Registered command testforblock with permission node vanilla.command.testforblock
[13:37:29 INFO]: Registered command tellraw with permission node vanilla.command.tellraw
[13:37:29 INFO]: Registered command netstat with permission node vanilla.command.netstat
[13:37:29 INFO]: Injected new Forge block material FORGEMULTIPART_BLOCK with ID 165.
[13:37:29 INFO]: Injected new Forge item material FORGEMICROBLOCK_MICROBLOCK with ID 4096.
[13:37:29 INFO]: Injected new Forge item material FORGEMICROBLOCK_SAWSTONE with ID 4097.
[13:37:29 INFO]: Injected new Forge item material FORGEMICROBLOCK_SAWIRON with ID 4098.
[13:37:29 INFO]: Injected new Forge item material FORGEMICROBLOCK_SAWDIAMOND with ID 4099.
[13:37:29 INFO]: Injected new Forge item material FORGEMICROBLOCK_STONEROD with ID 4100.
[13:37:29 INFO]: Version Checker Status for Version Checker: CURRENT
[13:37:30 INFO]: Loading dimension 0 (gtmaru's world) (net.minecraft.server.dedicated.DedicatedServer@5be8953b)
[13:37:30 INFO]: Loading dimension 1 (DIM1) (net.minecraft.server.dedicated.DedicatedServer@5be8953b)
[13:37:30 INFO]: Loading dimension -1 (DIM-1) (net.minecraft.server.dedicated.DedicatedServer@5be8953b)
[13:37:30 INFO]: Preparing start region for level 0
[13:37:31 INFO]: Preparing spawn area: 22%
[13:37:32 INFO]: Preparing spawn area: 29%
[13:37:33 INFO]: Preparing spawn area: 42%
[13:37:34 INFO]: Preparing spawn area: 57%
[13:37:35 INFO]: Preparing spawn area: 68%
[13:37:36 INFO]: Preparing spawn area: 84%
[13:37:36 INFO]: Server permissions file permissions.yml is empty, ignoring it
[13:37:37 INFO]: Done (7.708s)! For help, type "help" or "?"
[13:37:37 INFO]: Registered command forge with permission node net.minecraftforge.server.command.ForgeCommand
[13:37:39 INFO]: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://api.prok.pw:443: The target server failed to respond
[13:37:39 INFO]: Retrying request to {s}->https://api.prok.pw:443
[13:37:40 INFO]: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://api.prok.pw:443: The target server failed to respond
[13:37:40 INFO]: Retrying request to {s}->https://api.prok.pw:443
[13:37:41 INFO]: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://api.prok.pw:443: The target server failed to respond
[13:37:41 INFO]: Retrying request to {s}->https://api.prok.pw:443
[13:37:42 WARN]: Error occured during retriving version
java.lang.Throwable
at kcauldron.KLog.log(KLog.java:30) [KLog.class:1.7.10-R0.1-SNAPSHOT]
at kcauldron.KLog.warning(KLog.java:41) [KLog.class:1.7.10-R0.1-SNAPSHOT]
at kcauldron.updater.KVersionRetriever.uncaughtException(KVersionRetriever.java:114) [KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
at kcauldron.updater.KVersionRetriever.check(KVersionRetriever.java:108) [KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
at kcauldron.updater.KVersionRetriever.run(KVersionRetriever.java:69) [KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
Caused by: org.apache.http.NoHttpResponseException: api.prok.pw:443 failed to respond
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143) ~[DefaultHttpResponseParser.class:4.4.1]
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) ~[DefaultHttpResponseParser.class:4.4.1]
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) ~[AbstractMessageParser.class:4.4.1]
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165) ~[DefaultBHttpClientConnection.class:4.4.1]
at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167) ~[CPoolProxy.class:4.4.1]
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) ~[HttpRequestExecutor.class:4.4.1]
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) ~[HttpRequestExecutor.class:4.4.1]
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271) ~[MainClientExec.class:4.4.1]
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) ~[ProtocolExec.class:4.4.1]
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) ~[RetryExec.class:4.4.1]
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[RedirectExec.class:4.4.1]
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) ~[InternalHttpClient.class:4.4.1]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[CloseableHttpClient.class:4.4.1]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) ~[CloseableHttpClient.class:4.4.1]
at kcauldron.updater.KVersionRetriever.check(KVersionRetriever.java:92) ~[KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
... 2 more
타산
2017.06.03
계속 로그인중이라고 뜨고 안들어가지네요 이럴떈 어떻게해야 하나요 알려주세요
은빛
2017.06.03
저 서버 만들기 할때 서버 구동기 켜서 처음에 '서버만들기' 누르고
램 선택힌 다음에 서버가 안열리고 'java'는 내부 또는 외부 명령 실행랗 수 있는 프로그램 또는 배치 파일이 아님니다. 라고 뜨는데 어떻게 해야되요??? 알려주세요
단단단무지
2017.06.04

친구가 java.net.C​onnectExce​ption: Cinnection timed out: no Furter informatio​n <이런 게 뜨면서 서버 연결에 실패했다구 나오네욤,,,ㅠㅁㅠ !! (+) 투매니에는 모드 아이템들이 뜨는데 그걸 인벤토리로 가져오려고 하면 없어져요..

한마포
2017.06.05
@단단단무지
1) java.net.C​onnectExce​ption: Cinnection timed out: no Furter informatio​n 뜨면서 서버 연결이 안되는 점

알려주신 해당 문구는 아에 서버랑 개인 마인크래프트간에 연결이 되어있지 않을때 뜨는 문구랍니다
서버구동기에 Done 문구가 떠있는 상태로 정상적으로 열려있는지 확인해보시고 서버를 여는 컴퓨터에서 방화벽은 해제가 되어있는지,
하마치로 열으셨다면 하마치 네트워크가 제대로 작동하고 있는지, 하마치 네트워크에 친구분이 가입이 되어있는지, 친구분이 아이피를 제대로 입력했는지 등을
확인해보셔야 된답니다

2) 투매니에는 모드 아이템들이 뜨는데 그걸 인벤토리로 가져오라고 하면 없어지는 점

모드버킷에 개인 마인크래프트에다가 설치하신 모드 파일들을 정상적으로 적용시키셔야 없어지지 않는답니다
모드버킷에 모드를 제대로 적용시켜주세여
단단단무지
2017.06.06
@한마포

헉 그그렇게 전부 했는데도 똑같이 오류가 ㅇ떠버림미다 . .. 그리고 모드 관련은 그 멀티 폴더 안에 아예 모드 폴더가 없었어요,,,ㅠㅠㅠㅠㅠ 그래서 제가 그냥 만들어서 넣었는데 적용이 안되더라구욤,,!

한마포
2017.06.06
@단단단무지
서버구동기에 뜨는 모든 문구를 복사, 붙여넣기하셔서 저에게 보여주실 수 있을까요?
모드버킷으로 서버를 열으신건 확실하시져?
최악의혜꿍
2017.06.05
루트님 워크샵은 적용안되나요?
한마포
2017.06.05
@최악의혜꿍
아녀 워크샵 모드도 모드버킷 지원한답니다 :)
최악의혜꿍
2017.06.05
@한마포

계속하려면 아무 버튼이나 누르라고 떠요ㅜ

한마포
2017.06.05
@최악의혜꿍
워크샵 모드를 넣어서 오류가 뜨는게 아니라 다른 부분에서 오류가 발생하시는듯 한데 구체적으로
서버구동기 창에 어떤 로딩문구들이 뜨는지 전부다 보여주실 수 있을까요?
최악의혜꿍
2017.06.05
@한마포

A pro blem occured running the sever launcher. 계속하려면 아무키나 누르십시오....

 

요로케 뜹니다

한마포
2017.06.05
@최악의혜꿍
그 모드버킷 파일이 들어있는 폴더안에 보시면 logs 라는 폴더가 있습니다
거기서 latest 라는 텍스트 파일을 열으셔서 해당 파일 안에 적혀있는 내용들을 모두 복사하셔서 보여주시면 되여
(해당 파일이 가장 최근에 실행시킨 서버구동기의 로그 기록들을 보여주는 파일이랍니다)
최악의혜꿍
2017.06.05
@한마포
[22:00:06] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[22:00:06] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[22:00:06] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[22:00:06] [main/INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[22:00:07] [main/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 (x86)\Java\jre1.8.0_121
[22:00:07] [main/INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[22:00:07] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:00:07] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[22:00:07] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:00:07] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:00:07] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:00:09] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:00:09] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:00:10] [main/ERROR]: Unable to launch
java.lang.IllegalArgumentException: MALFORMED
at java.util.zip.ZipCoder.toString(Unknown Source) ~[?:1.8.0_121]
at java.util.zip.ZipFile.getZipEntry(Unknown Source) ~[?:1.8.0_121]
at java.util.zip.ZipFile.access$900(Unknown Source) ~[?:1.8.0_121]
at java.util.zip.ZipFile$ZipEntryIterator.next(Unknown Source) ~[?:1.8.0_121]
at java.util.zip.ZipFile$ZipEntryIterator.nextElement(Unknown Source) ~[?:1.8.0_121]
at java.util.zip.ZipFile$ZipEntryIterator.nextElement(Unknown Source) ~[?:1.8.0_121]
at pw.prok.imagine.fastdiscover.JarCandidate$Iter.acquire(JarCandidate.java:66) ~[KImagine-0.2.0.jar:?]
at pw.prok.imagine.fastdiscover.JarCandidate$Iter.hasNext(JarCandidate.java:59) ~[KImagine-0.2.0.jar:?]
at pw.prok.imagine.fastdiscover.FastDiscoverer.scan(FastDiscoverer.java:97) ~[KImagine-0.2.0.jar:?]
at pw.prok.imagine.fastdiscover.FastDiscoverer.discover(FastDiscoverer.java:74) ~[KImagine-0.2.0.jar:?]
at pw.prok.imagine.ImagineLoadingPlugin.injectData(ImagineLoadingPlugin.java:53) ~[KImagine-0.2.0.jar:?]
at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:113) ~[%5bThermos%5d1.7.10_1448-57.jar:1.7.10-1614.57]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [%5bThermos%5d1.7.10_1448-57.jar:1.7.10-1614.57]
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [%5bThermos%5d1.7.10_1448-57.jar:1.7.10-1614.57]
[22:00:10] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.reflect.InvocationTargetException
[22:00:10] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[22:00:10] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[22:00:10] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[22:00:10] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
[22:00:10] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
[22:00:10] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
[22:00:10] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: cpw.mods.fml.relauncher.FMLSecurityManager$ExitTrappedException
[22:00:10] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:28)
[22:00:10] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.SecurityManager.checkExit(Unknown Source)
[22:00:10] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Runtime.exit(Unknown Source)
[22:00:10] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.System.exit(Unknown Source)
[22:00:10] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
[22:00:10] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[22:00:10] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 6 more
최악의혜꿍
2017.06.05
@한마포
빨리 답변좀여 :)
손지
2017.06.05
Faield reading value of registry key: software\JavaSoft\Java Runtime Environment\CurrentVersion

문구가 뜹니다. 자바버전오류같은데 자바버전은 몇으로해야하는지 아니라면 무슨오류 인가요?
한마포
2017.06.05
@손지
음 처음 보는 문구라 저도 정확하게 답변해드리기에는 애메하네용..
1.5.2 버전용이면 자바7, 그 이상의 모든 마인크래프트 버전용 서버구동기들은 최신버전의 자바에서 구동시켜주는게 가장 좋답니다
https://www.koreaminecraft.net/more_info/473848 옆 링크를 참고하셔서 기존에 있던 자바는 모두 삭제해주시고
최신 자바로 서버를 열어보세여
드리캔TV
2017.06.11
이거 'java'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다.
계속하려면 아무 키나 누르십시오 . . .
라고 되면서 않돼요
토도리
2017.06.11
어떻해요?ㅠㅠ

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


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


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


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


┕───────────────────────────────
[11:31:51] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftfo
rge.fml.common.launcher.FMLServerTweaker
[11:31:51] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minec
raftforge.fml.common.launcher.FMLServerTweaker
[11:31:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.common.launcher.FMLServerTweaker
[11:31:54] [main/INFO] [FML]: Forge Mod Loader version 13.20.0.2227 for Minecraf
t 1.11.2 loading
[11:31:54] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_
131, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jre1
.8.0_131
[11:31:54] [main/INFO] [FML]: Failed to find the specified repository root C:/Us
ers/FreeRoute/Desktop/프리루트_1.11.2_모드버킷_2176/libraries
[11:31:54] [main/WARN] [FML]: The coremod kp.forge.LoadingPlugin does not have a
MCVersion annotation, it may cause issues with this version of Minecraft
[11:31:54] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.Mixin
Tweaker from spongeforge-1.11.2-2227-6.0.0-BETA-2275.jar
[11:31:54] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftfo
rge.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:31:54] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepower
ed.asm.launch.MixinTweaker
[11:31:54] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.6.8 Sour
ce=file:/C:/Users/Administrator/Desktop/프리루트_1.11.2_모드버킷_2275/mods/spong
eforge-1.11.2-2227-6.0.0-BETA-2275.jar Env=SERVER
[11:31:54] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[11:31:54] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.
SpongeCoremod$TokenProvider to MixinEnvironment[DEFAULT]
[11:31:54] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.
SpongeCoremod$TokenProvider to MixinEnvironment[PREINIT]
[11:31:54] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.
SpongeCoremod$TokenProvider to MixinEnvironment[INIT]
[11:31:54] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftfo
rge.fml.common.launcher.FMLDeobfTweaker
[11:31:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.common.launcher.FMLInjectionAndSortingTweaker
[11:31:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.common.launcher.FMLInjectionAndSortingTweaker
[11:31:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.relauncher.CoreModManager$FMLPluginWrapper
[11:31:55] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certi
ficate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[11:31:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.relauncher.CoreModManager$FMLPluginWrapper
[11:31:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.relauncher.CoreModManager$FMLPluginWrapper
[11:31:55] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.as
m.launch.MixinTweaker
[11:31:58] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.
minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@11b9a3

[11:31:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.common.launcher.FMLDeobfTweaker
[11:31:58] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftfo
rge.fml.common.launcher.TerminalTweaker
[11:31:58] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepower
ed.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[11:31:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.common.launcher.TerminalTweaker
[11:31:58] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.as
m.mixin.MixinEnvironment$EnvironmentStateTweaker
[11:32:01] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecra
ft.server.MinecraftServer}
[11:32:05] [Server thread/INFO]: Starting minecraft server version 1.11.2
[11:32:05] [Server thread/INFO] [FML]: MinecraftForge v13.20.0.2227 Initialized
[11:32:06] [Server thread/INFO] [FML]: Replaced 232 ore recipes
[11:32:06] [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_131]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_131]
at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:371) ~[
Loader.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:535) ~[Load
er.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FML
ServerHandler.java:99) ~[FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommo
nHandler.java:331) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(Dedicated
Server.java:121) ~[lh.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:442) [M
inecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
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_131]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
... 9 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerEx
ception: Exception in class transformer net.minecraftforge.fml.common.asm.transf
ormers.SideTransformer@7ea13 from coremod FMLCorePlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWr
apper.transform(ASMTransformerWrapper.java:257) ~[%5bForge%5d1.11.2-13.20.0.2227
.jar:?]
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_131]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
... 9 more
Caused by: java.lang.RuntimeException: Attempted to load class bho for invalid s
ide SERVER
at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transf
orm(SideTransformer.java:56) ~[%5bForge%5d1.11.2-13.20.0.2227.jar:?]
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWr
apper.transform(ASMTransformerWrapper.java:253) ~[%5bForge%5d1.11.2-13.20.0.2227
.jar:?]
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_131]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
... 9 more
[11:32:06] [Server thread/ERROR]: This crash report has been saved to: C:\Users\
Administrator\Desktop\프리루트_1.11.2_모드버킷_2275\.\crash-reports\crash-2017-0
6-11_11.32.06-server.txt
[11:32:06] [Server thread/INFO]: Stopping server
[11:32:06] [Server thread/INFO]: Saving worlds
[11:32:06] [Server thread/WARN] [FML]: Can't revert to frozen GameData state wit
hout freezing first.
[11:32:06] [Server thread/INFO]: [STDERR]: java.lang.IllegalStateException: Spon
geImpl was not initialized
[11:32:06] [Server thread/INFO]: [STDERR]: at com.google.common.base.Precon
ditions.checkState(Preconditions.java:176)
[11:32:06] [Server thread/INFO]: [STDERR]: at org.spongepowered.common.Spon
geImpl.getInstance(SpongeImpl.java:112)
[11:32:06] [Server thread/INFO]: [STDERR]: at org.spongepowered.common.Spon
geImpl.getGame(SpongeImpl.java:121)
[11:32:06] [Server thread/INFO]: [STDERR]: at net.minecraftforge.fml.common
.LoadController.redirect$onPost$zzd000(LoadController.java:552)
[11:32:06] [Server thread/INFO]: [STDERR]: at net.minecraftforge.fml.common
.LoadController.distributeStateMessage(LoadController.java:147)
[11:32:06] [Server thread/INFO]: [STDERR]: at net.minecraftforge.fml.common
.Loader.serverStopped(Loader.java:921)
[11:32:06] [Server thread/INFO]: [STDERR]: at net.minecraftforge.fml.common
.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:501)
[11:32:06] [Server thread/INFO]: [STDERR]: at net.minecraft.server.Minecraf
tServer.run(MinecraftServer.java:544)
[11:32:06] [Server thread/INFO]: [STDERR]: at java.lang.Thread.run(Unknown
Source)
[11:32:06] [Server Shutdown Thread/INFO]: Stopping server
> 계속하려면 아무 키나 누르십시오 . . .
뉴스 및 창작물
/files/thumbnails/576/775/003/262x150.crop.jpg?20240426232553

아티클

이달의 블록: 단단한 진흙

학교가기싫다

2024-04-26

0

/files/thumbnails/115/774/003/262x150.crop.jpg?20240428135129

업데이트

마인크래프트 1.20.5 정식 업데이트

학교가기싫다

2024-04-24

0

/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