개인 자료란 (JE)

  서버 커뮤니티

Profile 프리루트 한마포 운영자

_FreeRoute_ 3bfdc013ee404a289b456efb141df84f

Profile

자료 공통 리뷰, 강좌 서버

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

2016.04.13 조회 수 260956 추천 수 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개의 댓글

아니왜죠
2016.09.23
서버연결에 실패해요... 방화벽도 해제했고...ㅠㅠ
한마포
2016.09.24
@아니왜죠
서버구동기에 Done 문구가 뜨도록 서버를 열어놓으셨나여:??
미르3131
2016.09.23
프리루트님 저 동방프로젝트 모드 설치 했는데 아이템 이 없었요
한마포
2016.09.24
@미르3131
모드버킷에도 동방프로젝트 모드를 같이 적용시켜주셔야겠지여??
근데 동방프로젝트 모드는 모드버킷 및 최신버전의 포지를 지원하지 않는 관계로 아마 적용이 되지 않을거에여 허허..
퍼멜유튜브
2016.09.24
오피는 어떻게 줘요? 안 주어 지는뎅/...
한마포
2016.09.24
@퍼멜유튜브
서버구동기창에 op 닉네임 형식으로 오피 권한을 부여하는 명령어를 입력하시면 된답니다, '/' 기호는 빼고 op 닉네임 형식으로 그대로 검은색 배경의 서버구동기 창에다가 입력하시면 되여
팡룡
2016.09.24
서버 맵 적용은 어캐해여?
한마포
2016.09.25
@팡룡
모드버킷 구동기가 들어있는 폴더안에 world 폴더를 삭제하신 후, 적용시키고자 하시는 월드맵 폴더 이름을 world 로 바꾸신 다음에
모드버킷 구동기가 들어있는 폴더안에다가 다시 넣어주시면 된답니다
또니
2016.09.25
서버구동기도 다 작동하는데 마크 열고 들어가서
서버에 들어가려고 하면 안 들어가 져요!~
답변 부탁드립니다!~~~
한마포
2016.09.25
@또니
어떤 문구가 뜨면서 안들어가지시는지 자세하게 알려주세여
또니
2016.09.26
@한마포

로그인중...... 하다가

 

접속이 끊어졌습니다.
'Internal server error'

라고 뜨네요

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


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


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

[11:02:11 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServer
Tweaker
[11:02:11 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FML
ServerTweaker
[11:02:11 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweak
er
[11:02:11 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loadi
ng
[11:02:12 INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_101, r
unning on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_101
[11:02:12 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plu
gin initialized!
[11:02:12 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.
[11:02:12 WARN]: Missing @MCVersion: kp.forge.LoadingPlugin codechicken.core.la
unch.DepLoader com.dynious.versionchecker.asm.LoadingPlugin
[11:02:12 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInject
ionAndSortingTweaker
[11:02:12 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfT
weaker
[11:02:12 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAn
dSortingTweaker
[11:02:12 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAn
dSortingTweaker
[11:02:12 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLP
luginWrapper
[11:02:14 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLP
luginWrapper
[11:02:14 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLP
luginWrapper
[11:02:14 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLP
luginWrapper
[11:02:15 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLP
luginWrapper
[11:02:17 INFO]: [codechicken.core.launch.DepLoader$DepLoadInst:download:343]: D
ownload complete
[11:02:17 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLP
luginWrapper
[11:02:17 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLP
luginWrapper
[11:02:17 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLP
luginWrapper
[11:02:17 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLP
luginWrapper
[11:02:17 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweake
r
[11:02:17 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalT
weaker
[11:02:17 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweake
r
[11:02:18 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServ
er}
[11:02:26 INFO]: Starting minecraft server version 1.7.10
[11:02:26 INFO]: Attempting early MinecraftForge initialization
[11:02:26 INFO]: MinecraftForge v10.13.4.1614 Initialized
[11:02:26 INFO]: Replaced 183 ore recipies
[11:02:26 INFO]: Completed early MinecraftForge initialization
[11:02:26 ERROR]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_101]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_101]
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_101]
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_101]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
... 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_101]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
... 9 more
[11:02:26 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_101]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_101]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_101]
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_101]
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
[11:02:26 ERROR]: This crash report has been saved to: C:\Users\user\Downloads\[
프리루트]1.7.10_모드버킷\.\crash-reports\crash-2016-09-25_11.02.26-server.txt
[11:02:27 WARN]: Can't revert to frozen GameData state without freezing first.
[11:02:27 INFO]: Applying holder lookups
[11:02:27 INFO]: Holder lookups applied
[11:02:27 INFO]: The state engine was in incorrect state CONSTRUCTING and forced
into state SERVER_STOPPED. Errors may have been discarded.
계속하려면 아무 키나 누르십시오 . . .
라고 뜨는데 어떻게 해요?
한마포
2016.09.25
@6학년2반김동현
모드버킷의 mods 폴더안에 넣으신 모드 파일들의 목록좀 알려주실 수 있을까여?
@한마포
포지,조합가이드,스마트무빙,미니맵,한글채팅,어벤져스 모드요
한마포
2016.09.25
@6학년2반김동현
미니맵, 한글채팅, 조합가이드는 개인형 모드파일로 넣으시면 안되니 일단 빼주시구여
스마트무빙의 경우, SmartMoving과 Player API 이 두개만 넣어주시면 된답니다\
포지는 모드버킷 자체에 아에 탑재가 되어있으므로 역시 빼주세여
@한마포
[07:36:01 WARN]: Perhaps a server is already running on that port?
[07:36:01 WARN]: Can't revert to frozen GameData state without freezing first.
[07:36:01 INFO]: Applying holder lookups
[07:36:01 INFO]: Holder lookups applied
[07:36:01 INFO]: The state engine was in incorrect state POSTINITIALIZATION and
forced into state SERVER_STOPPED. Errors may have been discarded.
이렇게 뜨는 데요
킴뾰잉
2016.09.28
오피 어떻게 적용해요
장땡
2016.09.28
@킴뾰잉
구동기창에 op <자신의 닉네임>적으면됩니다.
PS)'/'기호 넣지 마세요
형옴
2016.09.28
┍───────────────────────────────


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


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


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


┕───────────────────────────────
[23:07:02 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[23:07:02 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[23:07:02 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[23:07:02 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[23:07:03 INFO]: Java is Java HotSpot(TM) Client VM, version 1.8.0_101, running on Windows 10:x86:10.0, installed at C:\Program Files (x86)\Java\jre1.8.0_101
[23:07:03 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[23:07:03 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:07:03 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:07:03 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:07:03 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:07:03 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:07:04 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:07:04 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:07:05 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:07:05 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:07:05 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:07:05 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:07:05 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[23:07:05 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[23:07:06 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[23:07:12 INFO]: Starting minecraft server version 1.7.10
[23:07:12 INFO]: Attempting early MinecraftForge initialization
[23:07:12 INFO]: MinecraftForge v10.13.4.1614 Initialized
[23:07:12 INFO]: Replaced 184 ore recipies
[23:07:12 INFO]: Completed early MinecraftForge initialization
[23:07:12 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[23:07:12 INFO]: Searching C:\Users\Administrator\Desktop\Game\프리루트_1.7.10_모드버킷\mods for mods
[23:07:12 INFO]: Also searching C:\Users\Administrator\Desktop\Game\프리루트_1.7.10_모드버킷\mods\1.7.10 for mods
[23:07:13 INFO]: Mod Cyan Warrior Swords Mod is missing the required element 'name'. Substituting Cyan Warrior Swords Mod
[23:07:13 INFO]: Mod grapplemod is missing the required element 'name'. Substituting grapplemod
[23:07:13 INFO]: Forge Mod Loader has identified 12 mods to load
[23:07:13 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.
[23:07:13 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.
[23:07:13 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, PlayerAPI, RenderPlayerAPI, SmartCore, Cyan Warrior Swords Mod, grapplemod, magicclover, SmartMoving, THKaguyaMod] at CLIENT
[23:07:13 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, PlayerAPI, RenderPlayerAPI, SmartCore, Cyan Warrior Swords Mod, grapplemod, magicclover, SmartMoving, THKaguyaMod] at SERVER
[23:07:14 INFO]: Processing ObjectHolder annotations
[23:07:14 INFO]: Found 341 ObjectHolder annotations
[23:07:14 INFO]: Identifying ItemStackHolder annotations
[23:07:14 INFO]: Found 0 ItemStackHolder annotations
[23:07:14 INFO]: Configured a dormant chunk cache size of 0
[23:07:14 INFO]: Applying holder lookups
[23:07:14 INFO]: Holder lookups applied
[23:07:14 INFO]: Injecting itemstacks
[23:07:14 INFO]: Itemstack injection complete
[23:07:14 ERROR]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
[23:07:14 ERROR]:
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] ([Thermos]FreeRoute_1.7.10_Core_1614-57.jar)
UCH Forge{10.13.4.1614} [Minecraft Forge] ([Thermos]FreeRoute_1.7.10_Core_1614-57.jar)
UCH kimagine{0.2} [KImagine] (minecraft.jar)
UCH PlayerAPI{1.4} [Player API] (minecraft.jar)
UCH RenderPlayerAPI{1.0} [Render Player API] (minecraft.jar)
UCH SmartCore{1.0.3} [Smart Core] (minecraft.jar)
UCH Cyan Warrior Swords Mod{2.0} [Cyan Warrior Swords Mod] (Cyan-Warrior-Swords-Mod-1.7.10.jar)
UCH grapplemod{1.7.10-v5} [grapplemod] (grapplemod-v6-1.7.10.jar)
UCH magicclover{1.7.10-0.7.1} [Magic Clover] (magicclover-1.7.10-0.7.1.jar)
UCH SmartMoving{15.6} [Smart Moving] (SmartMoving-1.7.10-15.6.jar)
UCE THKaguyaMod{2.90-1.7.10} [Itutu no Nandai MOD+] (五つの難題MOD%2B ver2.90.1-1.7.10.jar)
[23:07:14 ERROR]: The following problems were captured during this phase
[23:07:14 ERROR]: Caught exception from THKaguyaMod
java.lang.NoSuchFieldError: colorR
at thKaguyaMod.item.ItemGapFoldingUmbrella.<init>(ItemGapFoldingUmbrella.java:24) ~[ItemGapFoldingUmbrella.class:?]
at thKaguyaMod.init.THKaguyaItems.setItems(THKaguyaItems.java:470) ~[THKaguyaItems.class:?]
at thKaguyaMod.THKaguyaCore.preInit(THKaguyaCore.java:80) ~[THKaguyaCore.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[FMLModContainer.class:1.7.10-1614.57]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:1.7.10-1614.57]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:1.7.10-1614.57]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:1.7.10-1614.57]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [Loader.class:1.7.10-1614.57]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88) [FMLServerHandler.class:1.7.10-1614.57]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:319) [FMLCommonHandler.class:1.7.10-1614.57]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176) [lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
[23:07:14 ERROR]: Encountered an unexpected exception
cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: colorR

at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) ~[LoadController.class:1.7.10-1614.57]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559) ~[Loader.class:1.7.10-1614.57]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88) ~[FMLServerHandler.class:1.7.10-1614.57]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:319) ~[FMLCommonHandler.class:1.7.10-1614.57]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
Caused by: java.lang.NoSuchFieldError: colorR
at thKaguyaMod.item.ItemGapFoldingUmbrella.<init>(ItemGapFoldingUmbrella.java:24) ~[ItemGapFoldingUmbrella.class:?]
at thKaguyaMod.init.THKaguyaItems.setItems(THKaguyaItems.java:470) ~[THKaguyaItems.class:?]
at thKaguyaMod.THKaguyaCore.preInit(THKaguyaCore.java:80) ~[THKaguyaCore.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[FMLModContainer.class:1.7.10-1614.57]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:1.7.10-1614.57]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:1.7.10-1614.57]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:1.7.10-1614.57]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) ~[Loader.class:1.7.10-1614.57]
... 5 more
[23:07:14 ERROR]: Cause of unexpected exception was
java.lang.NoSuchFieldError: colorR
at thKaguyaMod.item.ItemGapFoldingUmbrella.<init>(ItemGapFoldingUmbrella.java:24) ~[ItemGapFoldingUmbrella.class:?]
at thKaguyaMod.init.THKaguyaItems.setItems(THKaguyaItems.java:470) ~[THKag계속하려면 아무 키나 누르십시오 . . .

이렇게뜨는데 어케해요 ...
한마포
2016.09.29
@형옴
넣으신 모드파일 중에 五つの難題MOD%2B ver2.90.1-1.7.10.jar 해당 파일에서 오류가 발생하고 있네여
이 파일을 빼시면 잘구동될거에엽
형옴
2016.09.29
저거동방인데 써야하는데 ,..
sorima9080
2016.10.01
서버에 접속하는데 로그인중에 멈춰있습니다
1010245
2016.10.01
도메인으로는 못여나요?
헬로우
2016.10.02
Error: Unable to access jarfile [Thermos]FreeRoute_1.7.10_Core_1558-57.jar
이런 오류뜨는데 어떻게해야하나요??ㅠㅠ 알려주세여
re-one
2016.10.03
프리루트님 이작업을 수행하기위해서 이 파일과 연결된 프로그램이 없대요...
한마포
2016.10.03
@re-one
어떤 작업을 하실 때 그런 문구가 뜨는지를 자세하게 알려주셔야 제가 해결해드릴 수 있겠지여?? :>
김지웅
2016.10.03
램할당 정하는거 이거 bat파일 형식으로 되있어서 메모장 파일로 못바꾸는데...
그리고 스마트 무빙 적용 되는 것이죠?
한마포
2016.10.03
@김지웅
빈 메모장을 켜주신 다음에 아이콘 형태의 서버구동기 파일을 빈 메모장의 하얀색 배경에다가 마우스로 끌어 당겨넣어주시면 됩니다
김동영
2016.10.04
1.8모드버킷에는 램할당 설정이 없는데 어떡해여?
뉴스 및 창작물
/files/thumbnails/520/751/003/262x150.crop.jpg?20240328020349

레드스톤

마인크래프트 노트블록으로 만든 『 Bling‐Bang‐Bang‐Born 』 1

Sonttukk

2024-03-23

1

/files/thumbnails/467/742/003/262x150.crop.jpg?20240311163123

레드스톤

[노트블럭커버] MILGRAM -ミルグラム(밀그램)- / 아마네 「숙청 행진」 제 2심 2

리비온

2024-03-11

0

/files/thumbnails/846/741/003/262x150.crop.jpg?20240310221214

레드스톤

워든 vs 라마 200마리 1

GlassesFilm

2024-03-10

0

/files/thumbnails/542/739/003/262x150.crop.jpg?20240309070457

레드스톤

[고인의 명복을 빕니다][노트블럭]드래곤볼 GT 오프닝 - 점점 마음이 끌려

리비온

2024-03-09

0

/files/thumbnails/326/738/003/262x150.crop.jpg?20240328020414

레드스톤

마인크래프트 노트블록으로 만든 『 Build Our Machine 』

Sonttukk

2024-03-07

0