개인 자료란 (JE)

  서버 커뮤니티

Profile 프리루트 한마포 운영자

_FreeRoute_ 3bfdc013ee404a289b456efb141df84f

Profile

자료 공통 리뷰, 강좌 서버

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

2016.04.13 조회 수 261666 추천 수 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.08.02

제가 모드버킷 1.7.10을 할려고 하는데

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


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


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


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


┕───────────────────────────────
Error: Registry key 'Software\JavaSoft\Java Runtime Environment'\CurrentVersion'
has value '1.7', but '1.8' is required.
Error: could not find java.dll
Error: Could not find Java SE Runtime Environment.
계속하려면 아무 키나 누르십시오 . . .
이렇게 뜨네요...
어떻게 해야 할까요??

모드는 CustomNPCs_1.7.10d(19jun17)이것 하나만 넣었어요!

한마포
2017.08.02
@뜨거운남자
컴퓨터에 구버전 자바(자바 7)가 설치되어있어서 서버구동기를 사용하실 수 없다는 뜻이랍니다

https://www.koreaminecraft.net/review/473848

위 링크의 게시글을 참고하셔서 기존의 자바는 모두 삭제해주신 다음,
최신버전의 자바를 설치하신 다음에 서버구동기를 사용해보시기 바랍니다
뜨거운남자
2017.08.02
@한마포
넵 알겠습니다!!!
뜨거운남자
2017.08.02
@뜨거운남자
자바를 업데이트 했는데욧!
이번에는 이렇게 뜨네요

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


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


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


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


┕───────────────────────────────
'java'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는
배치 파일이 아닙니다.
계속하려면 아무 키나 누르십시오 . . .



이렇게 뜨면 어떻게 해야 할까요??
지호
2017.08.05

Done가 아닌 이상한문구가뜨면서 플레이어가안들어가지고 제가넣은 모드는 커스텀,스마트무빙,황혼의숲입니다.

[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMNAGASCALE w
ith ID 4446.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMPLATENAGA w
ith ID 4447.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMLEGSNAGA wi
th ID 4448.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMSCEPTERTWIL
IGHT with ID 4449.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMSCEPTERLIFE
DRAIN with ID 4450.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMSCEPTERZOMB
IE with ID 4451.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMOREMETER wi
th ID 4452.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMMAGICMAP wi
th ID 4453.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMMAZEMAP wit
h ID 4454.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMOREMAP with
 ID 4455.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMTFFEATHER w
ith ID 4456.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMMAGICMAPFOC
US with ID 4457.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMMAZEMAPFOCU
S with ID 4458.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMLIVEROOT wi
th ID 4459.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMIRONWOODRAW
 with ID 4460.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMIRONWOODING
OT with ID 4461.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMIRONWOODHEL
M with ID 4462.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMIRONWOODPLA
TE with ID 4463.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMIRONWOODLEG
S with ID 4464.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMIRONWOODBOO
TS with ID 4465.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMIRONWOODSWO
RD with ID 4466.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMIRONWOODSHO
VEL with ID 4467.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMIRONWOODPIC
K with ID 4468.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMIRONWOODAXE
 with ID 4469.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMIRONWOODHOE
 with ID 4470.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMTORCHBERRIE
S with ID 4471.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMVENISONRAW
with ID 4472.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMVENISONCOOK
ED with ID 4473.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMHYDRACHOP w
ith ID 4474.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMFIERYBLOOD
with ID 4475.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMTROPHY with
 ID 4476.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMFIERYINGOT
with ID 4477.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMFIERYHELM w
ith ID 4478.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMFIERYPLATE
with ID 4479.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMFIERYLEGS w
ith ID 4480.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMFIERYBOOTS
with ID 4481.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMFIERYSWORD
with ID 4482.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMFIERYPICK w
ith ID 4483.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMSTEELEAFING
OT with ID 4484.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMSTEELEAFHEL
M with ID 4485.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMSTEELEAFPLA
TE with ID 4486.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMSTEELEAFLEG
S with ID 4487.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMSTEELEAFBOO
TS with ID 4488.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMSTEELEAFSWO
RD with ID 4489.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMSTEELEAFSHO
VEL with ID 4490.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMSTEELEAFPIC
K with ID 4491.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMSTEELEAFAXE
 with ID 4492.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMSTEELEAFHOE
 with ID 4493.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMMINOTAURAXE
 with ID 4494.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMMAZEBREAKER
PICK with ID 4495.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMTRANSFORMPO
WDER with ID 4496.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMMEEFRAW wit
h ID 4497.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMMEEFSTEAK w
ith ID 4498.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMMEEFSTROGAN
OFF with ID 4499.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMMAZEWAFER w
ith ID 4500.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMEMPTYMAGICM
AP with ID 4501.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMEMPTYMAZEMA
P with ID 4502.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMEMPTYOREMAP
 with ID 4503.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMOREMAGNET w
ith ID 4504.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMCRUMBLEHORN
 with ID 4505.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMPEACOCKFAN
with ID 4506.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMMOONWORMQUE
EN with ID 4507.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMCHARMOFLIFE
1 with ID 4508.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMCHARMOFLIFE
2 with ID 4509.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMCHARMOFKEEP
ING1 with ID 4510.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMCHARMOFKEEP
ING2 with ID 4511.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMCHARMOFKEEP
ING3 with ID 4512.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMTOWERKEY wi
th ID 4513.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMBORERESSENC
E with ID 4514.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMCARMINITE w
ith ID 4515.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMEXPERIMENT1
15 with ID 4516.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMARMORSHARDS
 with ID 4517.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMKNIGHTMETAL
 with ID 4518.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMSHARDCLUSTE
R with ID 4519.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMKNIGHTLYHEL
M with ID 4520.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMKNIGHTLYPLA
TE with ID 4521.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMKNIGHTLYLEG
S with ID 4522.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMKNIGHTLYBOO
TS with ID 4523.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMKNIGHTLYSWO
RD with ID 4524.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMKNIGHTLYPIC
K with ID 4525.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMKNIGHTLYAXE
 with ID 4526.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMPHANTOMHELM
 with ID 4527.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMPHANTOMPLAT
E with ID 4528.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMLAMPOFCINDE
RS with ID 4529.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMFIERYTEARS
with ID 4530.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMALPHAFUR wi
th ID 4531.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMYETIHELM wi
th ID 4532.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMYETIPLATE w
ith ID 4533.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMYETILEGS wi
th ID 4534.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMYETIBOOTS w
ith ID 4535.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMICEBOMB wit
h ID 4536.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMARCTICFUR w
ith ID 4537.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMARCTICHELM
with ID 4538.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMARCTICPLATE
 with ID 4539.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMARCTICLEGS
with ID 4540.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMARCTICBOOTS
 with ID 4541.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMMAGICBEANS
with ID 4542.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMGIANTPICK w
ith ID 4543.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMGIANTSWORD
with ID 4544.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMTRIPLEBOW w
ith ID 4545.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMSEEKERBOW w
ith ID 4546.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMICEBOW with
 ID 4547.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMENDERBOW wi
th ID 4548.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMICESWORD wi
th ID 4549.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMGLASSSWORD
with ID 4550.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMKNIGHTMETAL
RING with ID 4551.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMCHAINBLOCK
with ID 4552.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMCUBETALISMA
N with ID 4553.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMCUBEOFANNIH
ILATION with ID 4554.
[22:34:41 INFO]: Injected new Forge item material TWILIGHTFOREST_ITEMTFSPAWNEGG
with ID 4555.
[22:34:41 INFO]: Injected new Forge item material FORGEMICROBLOCK_MICROBLOCK wit
h ID 4556.
[22:34:41 INFO]: Injected new Forge item material FORGEMICROBLOCK_SAWSTONE with
ID 4557.
[22:34:41 INFO]: Injected new Forge item material FORGEMICROBLOCK_SAWIRON with I
D 4558.
[22:34:41 INFO]: Injected new Forge item material FORGEMICROBLOCK_SAWDIAMOND wit
h ID 4559.
[22:34:41 INFO]: Injected new Forge item material FORGEMICROBLOCK_STONEROD with
ID 4560.
[22:34:41 INFO]: Adding biome mapping 40 Twilight Lake at BiomeBase[40]
[22:34:41 INFO]: Adding biome mapping 41 Twilight Forest at BiomeBase[41]
[22:34:41 INFO]: Adding biome mapping 42 Dense Twilight Forest at BiomeBase[42]
[22:34:41 INFO]: Adding biome mapping 43 Twilight Highlands at BiomeBase[43]
[22:34:41 INFO]: Adding biome mapping 44 Mushroom Forest at BiomeBase[44]
[22:34:41 INFO]: Adding biome mapping 45 Twilight Swamp at BiomeBase[45]
[22:34:41 INFO]: Adding biome mapping 46 Twilight Stream at BiomeBase[46]
[22:34:41 INFO]: Adding biome mapping 47 Snowy Forest at BiomeBase[47]
[22:34:41 INFO]: Adding biome mapping 48 Twilight Glacier at BiomeBase[48]
[22:34:41 INFO]: Adding biome mapping 49 Twilight Clearing at BiomeBase[49]
[22:34:41 INFO]: Adding biome mapping 50 Oak Savanna at BiomeBase[50]
[22:34:41 INFO]: Adding biome mapping 51 Firefly Forest at BiomeBase[51]
[22:34:41 INFO]: Adding biome mapping 52 Deep Mushroom Forest at BiomeBase[52]
[22:34:41 INFO]: Adding biome mapping 53 Dark Forest Center at BiomeBase[53]
[22:34:41 INFO]: Adding biome mapping 54 Highlands Center at BiomeBase[54]
[22:34:41 INFO]: Adding biome mapping 55 Dark Forest at BiomeBase[55]
[22:34:41 INFO]: Adding biome mapping 56 Enchanted Forest at BiomeBase[56]
[22:34:41 INFO]: Adding biome mapping 57 Fire Swamp at BiomeBase[57]
[22:34:41 INFO]: Adding biome mapping 58 Thornlands at BiomeBase[58]
[22:34:42 INFO]: Loading dimension 0 (world) (net.minecraft.server.dedicated.Ded
icatedServer@1a41cd2)
[22:34:42 INFO]: Loading dimension 7 (DIM7) (net.minecraft.server.dedicated.Dedi
catedServer@1a41cd2)
[22:34:42 INFO]: Loading dimension 1 (DIM1) (net.minecraft.server.dedicated.Dedi
catedServer@1a41cd2)
[22:34:42 INFO]: Loading dimension -1 (DIM-1) (net.minecraft.server.dedicated.De
dicatedServer@1a41cd2)
[22:34:42 INFO]: Preparing start region for level 0
[22:34:42 INFO]: Version Checker Status for Version Checker: CURRENT
[22:34:43 INFO]: Server permissions file permissions.yml is empty, ignoring it
[22:34:43 INFO]: Done (1.790s)! For help, type "help" or "?"
[22:34:43 INFO]: Registered command forge with permission node net.minecraftforg
e.server.command.ForgeCommand
[22:34:43 INFO]: Registered command noppes with permission node foxz.command.Com
mandNoppes
[22:34:43 INFO]: Registered command tfprogress with permission node twilightfore
st.CommandTFProgress
[22:34:43 WARN]: [22:34:43][FINE][noppes.npcs.controllers.DialogController:32] L
oading Dialogs

[22:34:43 WARN]: [22:34:43][FINE][noppes.npcs.controllers.DialogController:34] D
one loading Dialogs

[22:34:43 INFO]: Hey, you don't have a server icon! Try out one of Thermos' Icon
 Generators at https://github.com/CyberdyneCC/ThermosIconGenerators !
[22:34:43 INFO]: [Thermos] Refusing to lock affinity, disabled in cauldron.yml
[22:34:44 WARN]: Error occured during retriving version
java.lang.Throwable
        at thermos.TLog.log(TLog.java:30) [TLog.class:1.7.10-1614.57]
        at thermos.TLog.warning(TLog.java:41) [TLog.class:1.7.10-1614.57]
        at thermos.updater.TVersionRetriever.uncaughtException(TVersionRetriever
.java:111) [TVersionRetriever.class:1.7.10-1614.57]
        at thermos.updater.TVersionRetriever.check(TVersionRetriever.java:105) [
TVersionRetriever.class:1.7.10-1614.57]
        at thermos.updater.TVersionRetriever.run(TVersionRetriever.java:69) [TVe
rsionRetriever.class:1.7.10-1614.57]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
Caused by: org.json.simple.parser.ParseException
        at org.json.simple.parser.Yylex.yylex(Unknown Source) ~[Yylex.class:?]
        at org.json.simple.parser.JSONParser.nextToken(Unknown Source) ~[JSONPar
ser.class:?]
        at org.json.simple.parser.JSONParser.parse(Unknown Source) ~[JSONParser.
class:?]
        at org.json.simple.parser.JSONParser.parse(Unknown Source) ~[JSONParser.
class:?]
        at thermos.updater.TVersionRetriever.check(TVersionRetriever.java:95) ~[
TVersionRetriever.class:1.7.10-1614.57]
        ... 2 more

pringle
2017.08.06
'java'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다.
계속하려면 아무 키나 누르십시오... 라고뜨는데
저는 자바를 깔았는데 왜 이렇게 뜨는거죠?
이전생
2017.08.07
┍───────────────────────────────


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


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


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


┕───────────────────────────────
[18:22:44 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[18:22:45 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[18:22:45 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[18:22:45 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[18:22:45 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
[18:22:45 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[18:22:45 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:22:45 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:22:45 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:22:45 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:22:45 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:22:46 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:22:46 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:22:47 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:22:47 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[18:22:47 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[18:22:47 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[18:22:52 INFO]: Starting minecraft server version 1.7.10
[18:22:52 INFO]: Attempting early MinecraftForge initialization
[18:22:52 INFO]: MinecraftForge v10.13.4.1614 Initialized
[18:22:52 INFO]: Replaced 183 ore recipies
[18:22:52 INFO]: Completed early MinecraftForge initialization
[18:22:52 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[18:22:52 INFO]: Searching C:\Users\cucu7\Desktop\방송용 맵 모음\컨텐츠 버킷모음\무작대\무작대 버킷\mods for mods
[18:22:52 INFO]: Forge Mod Loader has identified 4 mods to load
[18:22:52 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine] at CLIENT
[18:22:52 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine] at SERVER
[18:22:53 INFO]: Processing ObjectHolder annotations
[18:22:53 INFO]: Found 341 ObjectHolder annotations
[18:22:53 INFO]: Identifying ItemStackHolder annotations
[18:22:53 INFO]: Found 0 ItemStackHolder annotations
[18:22:53 INFO]: Configured a dormant chunk cache size of 0
[18:22:53 INFO]: Applying holder lookups
[18:22:53 INFO]: Holder lookups applied
[18:22:53 INFO]: Injecting itemstacks
[18:22:53 INFO]: Itemstack injection complete
[18:22:53 INFO]: Loading properties
[18:22:53 INFO]: Default game type: SURVIVAL
[18:22:53 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)
[18:22:53 INFO]: Using 4 threads for Netty based IO
[18:22:53 INFO]: Server Ping Player Sample Count: 12
[18:22:53 INFO]: Generating keypair
[18:22:54 INFO]: Starting Minecraft server on *:25565
[18:22:54 INFO]: Injecting itemstacks
[18:22:54 INFO]: Itemstack injection complete
[18:22:54 INFO]: Forge Mod Loader has successfully loaded 4 mods
[18:22:54 INFO]: Preparing level "world"
[18:22:54 INFO]: Registered command debug with permission node vanilla.command.debug
[18:22:54 INFO]: Registered command spreadplayers with permission node vanilla.command.spreadplayers
[18:22:54 INFO]: Registered command playsound with permission node vanilla.command.playsound
[18:22:54 INFO]: Registered command scoreboard with permission node vanilla.command.scoreboard
[18:22:54 INFO]: Registered command achievement with permission node vanilla.command.achievement
[18:22:54 INFO]: Registered command summon with permission node vanilla.command.summon
[18:22:54 INFO]: Registered command setblock with permission node vanilla.command.setblock
[18:22:54 INFO]: Registered command testforblock with permission node vanilla.command.testforblock
[18:22:54 INFO]: Registered command tellraw with permission node vanilla.command.tellraw
[18:22:54 INFO]: Registered command netstat with permission node vanilla.command.netstat
[18:22:54 INFO]: Injecting existing block and item data into this server instance
[18:22:54 INFO]: Applying holder lookups
[18:22:54 INFO]: Holder lookups applied
[18:22:55 INFO]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@1af08069)
[18:22:55 INFO]: Loading dimension 1 (DIM1) (net.minecraft.server.dedicated.DedicatedServer@1af08069)
[18:22:55 INFO]: Loading dimension -1 (DIM-1) (net.minecraft.server.dedicated.DedicatedServer@1af08069)
[18:22:55 INFO]: Preparing start region for level 0
[18:22:56 INFO]: Preparing spawn area: 76%
[18:22:56 INFO]: Server permissions file permissions.yml is empty, ignoring it
[18:22:56 INFO]: Done (1.996s)! For help, type "help" or "?"
[18:22:56 INFO]: Registered command forge with permission node net.minecraftforge.server.command.ForgeCommand
[18:22:59 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
[18:22:59 INFO]: Retrying request to {s}->https://api.prok.pw:443
[18:23:00 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
[18:23:00 INFO]: Retrying request to {s}->https://api.prok.pw:443
[18:23:01 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
[18:23:01 INFO]: Retrying request to {s}->https://api.prok.pw:443
[18:23:01 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

모든 모드와 플러그인 제거 했습니다.
그런데도 이렇습니다. 문제가 무엇일까요?>>..
je****
2017.08.09
제가,옵디파인하고개인은다뺐는데 오류가뜨면서안되는이유가뭐에요??
je****
2017.08.10
저도,프리루트님처럼했는데 안되는이유가 무엇인가요?
(빨리답변해주시면 고맙습니다)
박은주
2017.08.10
마지막에done이라는게 안뜨고 이런게 뜨는데 뭘까요?
[20:01:05 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[20:01:05 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[20:01:05 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[20:01:05 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[20:01:06 INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_80, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre7
[20:01:06 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[20:01:06 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:01:07 WARN]: Missing @MCVersion: kp.forge.LoadingPlugin codechicken.core.launch.DepLoader com.dynious.versionchecker.asm.LoadingPlugin
[20:01:07 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:01:07 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[20:01:07 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:01:07 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:01:07 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:01:09 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:01:09 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:01:09 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:01:09 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:01:10 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:01:10 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:01:10 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:01:10 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:01:10 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[20:01:10 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[20:01:10 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[20:01:11 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[20:01:17 INFO]: Starting minecraft server version 1.7.10
[20:01:17 INFO]: Attempting early MinecraftForge initialization
[20:01:17 INFO]: MinecraftForge v10.13.4.1614 Initialized
[20:01:17 INFO]: Replaced 183 ore recipies
[20:01:17 INFO]: Completed early MinecraftForge initialization
[20:01:17 ERROR]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_80]
at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_80]
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.7.0_80]
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.7.0_80]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
... 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.7.0_80]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
... 9 more
[20:01:17 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.7.0_80]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_80]
at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_80]
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.7.0_80]
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:01:17 ERROR]: This crash report has been saved to: C:\Users\jeonsangmi\Desktop\프리루트_1.7.10_모드버킷_1614_201\.\crash-reports\crash-2017-08-10_20.01.17-server.txt
[20:01:17 WARN]: Can't revert to frozen GameData state without freezing first.
[20:01:17 INFO]: Applying holder lookups
[20:01:17 INFO]: Holder lookups applied
[20:01:17 INFO]: The state engine was in incorrect state CONSTRUCTING and forced into state SERVER_STOPPED. Errors may have been discarded.
개미허브
2017.08.11
서버가 들어가지긴 들어가지는데 바로 튕기면서
[14:29:17] [Server thread/INFO]: AntHurb joined the game
[14:29:17] [Server thread/INFO] [FML]: Opening channel which already seems to have a state set. This is a vanilla connection. Handshake handler will stop now
[14:29:18] [Server thread/INFO]: AntHurb lost connection: Internal Exception: io.netty.handler.codec.EncoderException: java.io.IOException: Can't serialize unregistered packet
[14:29:18] [Server thread/INFO]: AntHurb left the game
[14:29:22] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2942ms behind, skipping 58 tick(s)
[14:30:37] [Server Watchdog/FATAL]: A single server tick took 60.26 seconds (should be max 0.05)
[14:30:37] [Server Watchdog/FATAL]: Considering it to be crashed, server will forcibly shutdown.
이게 뜨네요 어카죠?

서버를 여는데 다운 받은 상태에서 아무것도 안넣고 실행시키면 help 뜨면는데 서버접속은 안되고 아이피주소 넣었을때에 help도 안뜨면서 계속하려면 아무버튼이나 눌르세요 뜨고 모드만 넣었을때도 똑같이 뜨는데 해결방법좀 알려주세요  일반 버킷은 도메인으로 잘 적용됩니다만ㅠㅠ 1.12 모드버킷은 여기 밖에 없어요 부탁입니다 ㅠㅠㅠ

캐논캐논
2017.08.11
┍───────────────────────────────


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


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


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


┕───────────────────────────────






[23:25:13 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[23:25:13 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[23:25:13 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[23:25:13 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[23:25:14 INFO]: Java is Java HotSpot(TM) Client VM, version 1.8.0_141, running on Windows 10:x86:10.0, installed at C:\Program Files (x86)\Java\jre1.8.0_141
[23:25:14 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[23:25:14 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:25:14 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:25:14 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:25:14 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:25:14 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:25:15 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:25:15 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:25:15 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:25:16 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[23:25:16 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[23:25:16 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[23:25:21 INFO]: Starting minecraft server version 1.7.10
[23:25:21 INFO]: Attempting early MinecraftForge initialization
[23:25:21 INFO]: MinecraftForge v10.13.4.1614 Initialized
[23:25:21 INFO]: Replaced 184 ore recipies
[23:25:21 INFO]: Completed early MinecraftForge initialization
[23:25:22 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[23:25:22 INFO]: Searching C:\Users\admin\Downloads\새 폴더 (3)\프리루트_1.7.10_모드버킷_Thermos_1558_57\mods for mods
[23:25:22 INFO]: Forge Mod Loader has identified 5 mods to load
[23:25:23 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, Cyan Warrior Swords Mod] at CLIENT
[23:25:23 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, Cyan Warrior Swords Mod] at SERVER
[23:25:23 INFO]: Processing ObjectHolder annotations
[23:25:23 INFO]: Found 341 ObjectHolder annotations
[23:25:23 INFO]: Identifying ItemStackHolder annotations
[23:25:23 INFO]: Found 0 ItemStackHolder annotations
[23:25:23 INFO]: Configured a dormant chunk cache size of 0
[23:25:23 INFO]: Applying holder lookups
[23:25:23 INFO]: Holder lookups applied
[23:25:23 INFO]: Injecting itemstacks
[23:25:23 INFO]: Itemstack injection complete
[23:25:23 INFO]: Loading properties
[23:25:23 INFO]: Default game type: SURVIVAL
[23:25:23 INFO]: This server is running Cauldron version 1.7.10-1614.57 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[23:25:24 INFO]: Server Ping Player Sample Count: 12
[23:25:24 INFO]: Using 2 threads for Netty based IO
[23:25:24 INFO]: Generating keypair
[23:25:24 INFO]: Starting Minecraft server on 118.217.74.178:25565
[23:25:24 WARN]: **** FAILED TO BIND TO PORT!
[23:25:24 WARN]: The exception was: java.net.BindException: Cannot assign requested address: bind
[23:25:24 WARN]: Perhaps a server is already running on that port?
[23:25:24 WARN]: Can't revert to frozen GameData state without freezing first.
[23:25:24 INFO]: Applying holder lookups
[23:25:24 INFO]: Holder lookups applied
[23:25:24 INFO]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
계속하려면 아무 키나 누르십시오 . . .
어떻게함?
뜨거운남자
2017.08.12
┍───────────────────────────────


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


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


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


┕───────────────────────────────
[13:12:26 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[13:12:26 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[13:12:26 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[13:12:26 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[13:12:27 INFO]: Java is Java HotSpot(TM) Client VM, version 1.8.0_144, running on Windows 10:x86:10.0, installed at C:\Program Files\Java\jre1.8.0_144
[13:12:27 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[13:12:27 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:12:27 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:12:27 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:12:27 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:12:27 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:12:28 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:12:28 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:12:28 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:12:29 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[13:12:29 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[13:12:29 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[13:12:35 INFO]: Starting minecraft server version 1.7.10
[13:12:35 INFO]: Attempting early MinecraftForge initialization
[13:12:35 INFO]: MinecraftForge v10.13.4.1614 Initialized
[13:12:35 INFO]: Replaced 184 ore recipies
[13:12:35 INFO]: Completed early MinecraftForge initialization
[13:12:35 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[13:12:35 INFO]: Searching C:\Users\icjeon\Downloads\프리루트_1.7.10_모드버킷_Thermos_1558_57\mods for mods
[13:12:36 INFO]: Forge Mod Loader has identified 4 mods to load
[13:12:36 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine] at CLIENT
[13:12:36 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine] at SERVER
[13:12:36 INFO]: Processing ObjectHolder annotations
[13:12:36 INFO]: Found 341 ObjectHolder annotations
[13:12:36 INFO]: Identifying ItemStackHolder annotations
[13:12:36 INFO]: Found 0 ItemStackHolder annotations
[13:12:36 INFO]: Configured a dormant chunk cache size of 0
[13:12:36 INFO]: Applying holder lookups
[13:12:36 INFO]: Holder lookups applied
[13:12:36 INFO]: Injecting itemstacks
[13:12:36 INFO]: Itemstack injection complete
[13:12:36 INFO]: Loading properties
[13:12:36 INFO]: Default game type: SURVIVAL
[13:12:36 ERROR]: Encountered an unexpected exception
java.net.UnknownHostException: [email protected]
at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) ~[?:1.8.0_144]
at java.net.InetAddress$2.lookupAllHostAddr(Unknown Source) ~[?:1.8.0_144]
at java.net.InetAddress.getAddressesFromNameService(Unknown Source) ~[?:1.8.0_144]
at java.net.InetAddress.getAllByName0(Unknown Source) ~[?:1.8.0_144]
at java.net.InetAddress.getAllByName(Unknown Source) ~[?:1.8.0_144]
at java.net.InetAddress.getAllByName(Unknown Source) ~[?:1.8.0_144]
at java.net.InetAddress.getByName(Unknown Source) ~[?:1.8.0_144]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:226) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_144]
[13:12:37 ERROR]: This crash report has been saved to: C:\Users\icjeon\Downloads\프리루트_1.7.10_모드버킷_Thermos_1558_57\.\crash-reports\crash-2017-08-12_13.12.36-server.txt
[13:12:37 WARN]: Can't revert to frozen GameData state without freezing first.
[13:12:37 INFO]: Applying holder lookups
[13:12:37 INFO]: Holder lookups applied
[13:12:37 INFO]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
계속하려면 아무 키나 누르십시오 . . .

재가 삭제했다가 다시해도 이렇게 되네여
무슨문제일까요.... 서버주소는 적었고 모드는 아무것도 안넣었어요
송만이
2017.08.14
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [Loader
.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHand
ler.java:88) [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_144]
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.model.ModelBip
ed
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo
ader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
... 33 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo
ader.java:182) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
... 33 more
[20:50:51 ERROR]: Encountered an unexpected exception
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecra
ft/client/model/ModelBiped

at cpw.mods.fml.common.LoadController.transition(LoadController.java:163
) ~[LoadController.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559) ~[Loade
r.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHand
ler.java:88) ~[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_144]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/model/ModelBiped

at com.Stefinus.Mgjetpack.ItemJP.<init>(ItemJP.java:66) ~[ItemJP.class:?
]
at com.Stefinus.Mgjetpack.MGJetPackMod.preInit(MGJetPackMod.java:46) ~[M
GJetPackMod.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
_144]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
_144]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_144]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContain
er.java:532) ~[FMLModContainer.class:1.7.10-R0.1-SNAPSHOT]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_144]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe
r.java:74) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy
nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser
ver-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav
a: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(LoadContro
ller.java:212) ~[LoadController.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadControll
er.java:190) ~[LoadController.class:1.7.10-R0.1-SNAPSHOT]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
_144]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
_144]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_144]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe
r.java:74) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy
nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser
ver-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav
a: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(LoadControl
ler.java:119) ~[LoadController.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) ~[Loade
r.class:1.7.10-R0.1-SNAPSHOT]
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.model.ModelBip
ed
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo
ader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
at com.Stefinus.Mgjetpack.ItemJP.<init>(ItemJP.java:66) ~[ItemJP.class:?
]
at com.Stefinus.Mgjetpack.MGJetPackMod.preInit(MGJetPackMod.java:46) ~[M
GJetPackMod.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
_144]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
_144]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_144]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContain
er.java:532) ~[FMLModContainer.class:1.7.10-R0.1-SNAPSHOT]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_144]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe
r.java:74) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy
nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser
ver-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav
a: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(LoadContro
ller.java:212) ~[LoadController.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadControll
er.java:190) ~[LoadController.class:1.7.10-R0.1-SNAPSHOT]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
_144]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
_144]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_144]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe
r.java:74) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy
nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser
ver-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav
a: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(LoadControl
ler.java:119) ~[LoadController.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) ~[Loade
r.class:1.7.10-R0.1-SNAPSHOT]
... 5 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo
ader.java:182) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
at com.Stefinus.Mgjetpack.ItemJP.<init>(ItemJP.java:66) ~[ItemJP.class:?
]
at com.Stefinus.Mgjetpack.MGJetPackMod.preInit(MGJetPackMod.java:46) ~[M
GJetPackMod.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
_144]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
_144]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_144]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContain
er.java:532) ~[FMLModContainer.class:1.7.10-R0.1-SNAPSHOT]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_144]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe
r.java:74) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy
nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser
ver-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav
a: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(LoadContro
ller.java:212) ~[LoadController.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadControll
er.java:190) ~[LoadController.class:1.7.10-R0.1-SNAPSHOT]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
_144]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
_144]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_144]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe
r.java:74) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy
nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser
ver-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav
a: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(LoadControl
ler.java:119) ~[LoadController.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) ~[Loade
r.class:1.7.10-R0.1-SNAPSHOT]
... 5 more
[20:50:51 ERROR]: Cause of unexpected exception was
java.lang.NoClassDefFoundError: net/minecraft/client/model/ModelBiped
at com.Stefinus.Mgjetpack.ItemJP.<init>(ItemJP.java:66) ~[ItemJP.class:?
]
at com.Stefinus.Mgjetpack.MGJetPackMod.preInit(MGJetPackMod.java:46) ~[M
GJetPackMod.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
_144]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
_144]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_144]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContain
er.java:532) ~[FMLModContainer.class:1.7.10-R0.1-SNAPSHOT]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_144]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe
r.java:74) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy
nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser
ver-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav
a: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(LoadContro
ller.java:212) ~[LoadController.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadControll
er.java:190) ~[LoadController.class:1.7.10-R0.1-SNAPSHOT]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
_144]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
_144]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_144]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe
r.java:74) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy
nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser
ver-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav
a: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(LoadControl
ler.java:119) ~[LoadController.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) ~[Loade
r.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHand
ler.java:88) ~[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_144]
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.model.ModelBip
ed
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo
ader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
... 33 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo
ader.java:182) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
... 33 more
[20:50:51 ERROR]: This crash report has been saved to: C:\Users\User\Desktop\^^\
게임\마인크래프트\서버\프리루트_1.7.10_모드버킷_1614_201\.\crash-reports\crash-2
017-08-14_20.50.51-server.txt
[20:50:51 WARN]: Can't revert to frozen GameData state without freezing first.
[20:50:51 INFO]: Applying holder lookups
[20:50:51 INFO]: Holder lookups applied
[20:50:51 INFO]: The state engine was in incorrect state ERRORED and forced into
state SERVER_STOPPED. Errors may have been discarded.
[20:50:51 INFO]: The state engine was in incorrect state ERRORED and forced into
state AVAILABLE. Errors may have been discarded.
계속하려면 아무 키나 누르십시오 . . .
이거 어떻게 해야해요?
늦돌
2017.08.17

[13:47:51 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[13:47:51 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[13:47:51 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[13:47:51 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[13:47:52 INFO]: Java is Java HotSpot(TM) Client VM, version 1.8.0_141, running on Windows 10:x86:10.0, installed at C:\Program Files (x86)\Java\jre1.8.0_141
[13:47:52 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[13:47:52 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:47:52 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:47:52 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:47:52 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:47:52 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:47:54 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:47:54 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:47:54 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:47:55 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[13:47:55 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[13:47:55 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[13:48:02 INFO]: Starting minecraft server version 1.7.10
[13:48:02 INFO]: Attempting early MinecraftForge initialization
[13:48:02 INFO]: MinecraftForge v10.13.4.1614 Initialized
[13:48:02 INFO]: Replaced 183 ore recipies
[13:48:02 INFO]: Completed early MinecraftForge initialization
[13:48:02 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[13:48:02 INFO]: Searching C:\Users\김재엽\Desktop\1.7.10 모드버킷\프리루트_1.7.10_모드버킷_1614_201\mods for mods
[13:48:02 INFO]: Forge Mod Loader has identified 6 mods to load
[13:48:03 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, armourersWorkshop, plushieWrapper] at CLIENT
[13:48:03 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, armourersWorkshop, plushieWrapper] at SERVER
[13:48:03 INFO]: Processing ObjectHolder annotations
[13:48:03 INFO]: Found 341 ObjectHolder annotations
[13:48:03 INFO]: Identifying ItemStackHolder annotations
[13:48:03 INFO]: Found 0 ItemStackHolder annotations
[13:48:03 INFO]: Configured a dormant chunk cache size of 0
[13:48:03 INFO]: Loading Armourer's Workshop version 1.7.10-0.45.1
[13:48:03 INFO]: Loading addons
[13:48:03 INFO]: Loading Minecraft Compatibility Addon
[13:48:03 INFO]: Starting Update Check
[13:48:03 INFO]: Extracting file Angel Wings
[13:48:03 INFO]: Extracting file Arbalest
[13:48:03 INFO]: Extracting file Arrow
[13:48:03 INFO]: Extracting file Barrel
[13:48:04 INFO]: Extracting file Bat Wings
[13:48:04 INFO]: Extracting file Butterfly Wings
[13:48:04 INFO]: Extracting file Chessboard
[13:48:04 INFO]: Extracting file Dress Shoes
[13:48:04 INFO]: Extracting file Dress Skirt
[13:48:04 INFO]: Extracting file Dress Top
[13:48:04 INFO]: Extracting file Evil Wings
[13:48:04 INFO]: Extracting file Fez
[13:48:04 INFO]: Extracting file Fox Ears
[13:48:04 INFO]: Extracting file Glass Chair
[13:48:04 INFO]: Extracting file Glass Table
[13:48:04 INFO]: Extracting file Halo
[13:48:04 INFO]: Extracting file Head Bow Left
[13:48:04 INFO]: Extracting file Head Bow Right
[13:48:04 INFO]: Extracting file Lightsaber (Dual)
[13:48:04 INFO]: Extracting file Lightsaber
[13:48:04 INFO]: Extracting file Madoka's Head Bows
[13:48:04 INFO]: Extracting file Madoka's Shoes
[13:48:04 INFO]: Extracting file Madoka's Skirt
[13:48:04 INFO]: Extracting file Madoka's Top
[13:48:04 INFO]: Extracting file Pika Hood
[13:48:04 INFO]: Extracting file Pika Pants
[13:48:04 INFO]: Extracting file Pika Paws
[13:48:04 INFO]: Extracting file Pika T
[13:48:05 INFO]: Extracting file Robot Key
[13:48:05 INFO]: Extracting file Sakura's Cat Boots
[13:48:05 INFO]: Extracting file Sakura's Cat Chest
[13:48:05 INFO]: Extracting file Sakura's Cat Ears
[13:48:05 INFO]: Extracting file Sakura's Cat Skirt
[13:48:05 INFO]: Latest version for Minecraft 1.7.10 is 0.46.0.
[13:48:05 INFO]: Update needed. New version 0.46.0 your version 0.45.1
[13:48:05 INFO]: Extracting file Sakura's Chest
[13:48:05 INFO]: Extracting file Sakura's Shoes
[13:48:05 INFO]: Extracting file Sakura's Skirt
[13:48:05 INFO]: Extracting file Scythe
[13:48:05 INFO]: Extracting file Viking Helmet (Blood)
[13:48:05 INFO]: Extracting file Viking Helmet
[13:48:05 INFO]: Extracting file Witch's Boots
[13:48:05 INFO]: Extracting file Witch's Hat
[13:48:05 INFO]: Extracting file Witch's Robes
[13:48:05 INFO]: Extracting file Witch's Skirt
[13:48:06 INFO]: Registering skin: armourers:head
[13:48:06 INFO]: Registering skin: armourers:chest
[13:48:06 INFO]: Registering skin: armourers:legs
[13:48:06 INFO]: Registering skin: armourers:feet
[13:48:06 INFO]: Registering skin: armourers:sword
[13:48:06 INFO]: Registering skin: armourers:bow
[13:48:06 INFO]: Registering skin: armourers:arrow
[13:48:06 INFO]: Registering skin: armourers:block
[13:48:06 INFO]: Registering skin: armourers:wings
[13:48:06 INFO]: Registering equipment cube - id:0 name:Cube
[13:48:06 INFO]: Registering equipment cube - id:1 name:CubeGlowing
[13:48:06 INFO]: Registering equipment cube - id:2 name:CubeGlass
[13:48:06 INFO]: Registering equipment cube - id:3 name:CubeGlassGlowing
[13:48:06 INFO]: Loading Plushie Wrapper version 0.0.0
[13:48:06 INFO]: Applying holder lookups
[13:48:06 INFO]: Holder lookups applied
[13:48:06 INFO]: Injecting itemstacks
[13:48:06 INFO]: Itemstack injection complete
[13:48:06 INFO]: Loading properties
[13:48:06 INFO]: Default game type: SURVIVAL
[13:48:06 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:48:06 INFO]: Server Ping Player Sample Count: 12
[13:48:06 INFO]: Using 4 threads for Netty based IO
[13:48:06 INFO]: Generating keypair
[13:48:07 INFO]: Starting Minecraft server on 25.70.120.90:25565
[13:48:07 INFO]: Registering class net.minecraft.entity.passive.EntityChicken as a skinnable entity.
[13:48:07 INFO]: Registering class net.minecraft.entity.monster.EntityCreeper as a skinnable entity.
[13:48:07 INFO]: Registering class net.minecraft.entity.monster.EntityGhast as a skinnable entity.
[13:48:07 INFO]: Registering class net.minecraft.entity.monster.EntitySkeleton as a skinnable entity.
[13:48:07 INFO]: Registering class net.minecraft.entity.monster.EntityZombie as a skinnable entity.
[13:48:07 INFO]: Injecting itemstacks
[13:48:07 INFO]: Itemstack injection complete
[13:48:07 INFO]: Loading public library skins
[13:48:07 INFO]:   Unknown recipe class! riskyken.armourersWorkshop.common.crafting.recipe.RecipeSkinUpdate Modder please refer to net.minecraftforge.oredict.RecipeSorter
[13:48:07 INFO]:   Unknown recipe class! riskyken.armourersWorkshop.common.crafting.recipe.RecipeSkinDye Modder please refer to net.minecraftforge.oredict.RecipeSorter
[13:48:07 INFO]: Forge Mod Loader has successfully loaded 6 mods
[13:48:07 INFO]: Finished loading 44 server public library skins in 57 ms
[13:48:07 INFO]: Loading private library skins
[13:48:07 INFO]: Finished loading 0 server private library skins in 5 ms
[13:48:07 INFO]: Preparing level "world"
[13:48:07 INFO]: Registered command debug with permission node vanilla.command.debug
[13:48:07 INFO]: Registered command spreadplayers with permission node vanilla.command.spreadplayers
[13:48:07 INFO]: Registered command playsound with permission node vanilla.command.playsound
[13:48:07 INFO]: Registered command scoreboard with permission node vanilla.command.scoreboard
[13:48:07 INFO]: Registered command achievement with permission node vanilla.command.achievement
[13:48:07 INFO]: Registered command summon with permission node vanilla.command.summon
[13:48:07 INFO]: Registered command setblock with permission node vanilla.command.setblock
[13:48:07 INFO]: Registered command testforblock with permission node vanilla.command.testforblock
[13:48:07 INFO]: Registered command tellraw with permission node vanilla.command.tellraw
[13:48:07 INFO]: Registered command netstat with permission node vanilla.command.netstat
[13:48:08 INFO]: This world was saved with mod armourersWorkshop version 1.7.10-0.38.1.98 and it is now at version 1.7.10-0.45.1, things may not work well
[13:48:08 INFO]: Injecting existing block and item data into this server instance
[13:48:08 INFO]: Found a missing id from the world armourersWorkshop:block.awBoundingBox3
[13:48:08 INFO]: Found a missing id from the world armourersWorkshop:block.awBoundingBox3
[13:48:08 ERROR]: There are unidentified mappings in this world - we are going to attempt to process anyway
[13:48:08 ERROR]: Unidentified block: armourersWorkshop:block.awBoundingBox3, id 168
[13:48:08 ERROR]: Unidentified item: armourersWorkshop:block.awBoundingBox3, id 168
[13:48:08 WARN]: Forge Mod Loader detected missing blocks/items.

There are 2 missing blocks and items in this save.
If you continue the missing blocks/items will get removed.
A world backup will be automatically created in your saves directory.

Missing Blocks/Items:
armourersWorkshop:block.awBoundingBox3
armourersWorkshop:block.awBoundingBox3


Run the command /fml confirm or or /fml cancel to proceed.
Alternatively start the server with -Dfml.queryResult=confirm or -Dfml.queryResult=cancel to preselect the answer.
이렇게 뜨는데 어떻게 해야 하나요?

 

김기욱
2017.08.18

 모드아이템이 없어요

민핀
2017.08.25

모드버킷에 램을 2기가 이상으로 바꾸면 렉이 걸리면서 팅겨요 어떻게해야하죠?

늦돌
2017.09.17

[14:58:53 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[14:58:53 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[14:58:53 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[14:58:53 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[14:58:56 INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_144, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_144
[14:58:56 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[14:58:56 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:58:56 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[14:58:56 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:58:56 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:58:56 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:59:01 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:59:01 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:59:02 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[14:59:03 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[14:59:03 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[14:59:04 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[14:59:17 INFO]: Starting minecraft server version 1.7.10
[14:59:18 INFO]: Attempting early MinecraftForge initialization
[14:59:18 INFO]: MinecraftForge v10.13.4.1614 Initialized
[14:59:18 INFO]: Replaced 183 ore recipies
[14:59:18 INFO]: Completed early MinecraftForge initialization
[14:59:18 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[14:59:18 INFO]: Searching C:\Users\jykim\Desktop\프리루트_1.7.10_모드버킷_1614_201\mods for mods
[14:59:19 INFO]: Forge Mod Loader has identified 6 mods to load
[14:59:19 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, armourersWorkshop, plushieWrapper] at CLIENT
[14:59:19 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, armourersWorkshop, plushieWrapper] at SERVER
[14:59:20 INFO]: Processing ObjectHolder annotations
[14:59:20 INFO]: Found 341 ObjectHolder annotations
[14:59:20 INFO]: Identifying ItemStackHolder annotations
[14:59:20 INFO]: Found 0 ItemStackHolder annotations
[14:59:20 INFO]: Configured a dormant chunk cache size of 0
[14:59:20 INFO]: Loading Armourer's Workshop version 1.7.10-0.47.1
[14:59:20 INFO]: Loading addons
[14:59:20 INFO]: Loading Minecraft Compatibility Addon
[14:59:20 INFO]: Starting Update Check
[14:59:20 INFO]: Registering skin: armourers:head
[14:59:20 INFO]: Registering skin: armourers:chest
[14:59:20 INFO]: Registering skin: armourers:legs
[14:59:20 INFO]: Registering skin: armourers:feet
[14:59:20 INFO]: Registering skin: armourers:sword
[14:59:20 INFO]: Registering skin: armourers:bow
[14:59:20 INFO]: Registering skin: armourers:arrow
[14:59:20 INFO]: Registering skin: armourers:block
[14:59:21 INFO]: Registering skin: armourers:wings
[14:59:21 INFO]: Registering equipment cube - id:0 name:Cube
[14:59:21 INFO]: Registering equipment cube - id:1 name:CubeGlowing
[14:59:21 INFO]: Registering equipment cube - id:2 name:CubeGlass
[14:59:21 INFO]: Registering equipment cube - id:3 name:CubeGlassGlowing
[14:59:21 INFO]: Loading Plushie Wrapper version 0.0.0
[14:59:21 INFO]: Applying holder lookups
[14:59:21 INFO]: Holder lookups applied
[14:59:21 INFO]: Injecting itemstacks
[14:59:21 INFO]: Itemstack injection complete
[14:59:21 INFO]: Loading properties
[14:59:21 INFO]: Default game type: SURVIVAL
[14:59:22 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)
[14:59:22 INFO]: Using 4 threads for Netty based IO
[14:59:22 INFO]: Server Ping Player Sample Count: 12
[14:59:22 INFO]: Latest version for Minecraft 1.7.10 is 0.47.1.
[14:59:22 INFO]: Mod is up to date with the latest version.
[14:59:22 INFO]: Generating keypair
[14:59:22 INFO]: Starting Minecraft server on 25.35.10.127:25565
[14:59:23 WARN]: **** FAILED TO BIND TO PORT!
[14:59:23 WARN]: The exception was: java.net.BindException: Address already in use: bind
[14:59:23 WARN]: Perhaps a server is already running on that port?
[14:59:23 WARN]: Can't revert to frozen GameData state without freezing first.
[14:59:23 INFO]: Applying holder lookups
[14:59:23 INFO]: Holder lookups applied
[14:59:23 INFO]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
계속하려면 아무 키나 누르십시오 . . .

이렇게 뜨는데 어떻게 하나요?

 

청산YV
2017.09.30

서버 op설정 어떻게 하죠 알려주시면 감사하겠습니다.^.^

starlight9032
2017.10.02
@청산YV

서버 열면 새하얀 창에다가 /op [니이름] 하면 됀다

청산YV
2017.10.03
@starlight9032

감사합니다.

Ka_Yu
2017.10.04
[05:09:50 INFO]: Injecting existing block and item data into this server instance [05:09:50 INFO]: Applying holder lookups [05:09:50 INFO]: Holder lookups applied [05:09:51 INFO]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@1c2903c) [05:09:51 INFO]: Loading dimension 1 (DIM1) (net.minecraft.server.dedicated.DedicatedServer@1c2903c) [05:09:51 INFO]: Loading dimension -1 (DIM-1) (net.minecraft.server.dedicated.DedicatedServer@1c2903c) [05:09:51 INFO]: Preparing start region for level 0 [05:09:52 INFO]: Server permissions file permissions.yml is empty, ignoring it [05:09:52 INFO]: Done (1.471s)! For help, type "help" or "?" [05:09:52 INFO]: Registered command forge with permission node net.minecraftforge.server.command.ForgeCommand [05:09:52 INFO]: Hey, you don't have a server icon! Try out one of Thermos' Icon Generators at https://github.com/CyberdyneCC/ThermosIconGenerators ! [05:09:52 INFO]: [Thermos] Refusing to lock affinity, disabled in cauldron.yml [05:09:53 WARN]: Error occured during retriving version java.lang.Throwable at thermos.TLog.log(TLog.java:30) [TLog.class:1.7.10-1614.57] at thermos.TLog.warning(TLog.java:41) [TLog.class:1.7.10-1614.57] at thermos.updater.TVersionRetriever.uncaughtException(TVersionRetriever.java:111) [TVersionRetriever.class:1.7.10-1614.57] at thermos.updater.TVersionRetriever.check(TVersionRetriever.java:105) [TVersionRetriever.class:1.7.10-1614.57] at thermos.updater.TVersionRetriever.run(TVersionRetriever.java:69) [TVersionRetriever.class:1.7.10-1614.57] at java.lang.Thread.run(Unknown Source) [?:1.8.0_144] Caused by: org.json.simple.parser.ParseException at org.json.simple.parser.Yylex.yylex(Unknown Source) ~[Yylex.class:?] at org.json.simple.parser.JSONParser.nextToken(Unknown Source) ~[JSONParser.class:?] at org.json.simple.parser.JSONParser.parse(Unknown Source) ~[JSONParser.class:?] at org.json.simple.parser.JSONParser.parse(Unknown Source) ~[JSONParser.class:?] at thermos.updater.TVersionRetriever.check(TVersionRetriever.java:95) ~[TVersionRetriever.class:1.7.10-1614.57] ... 2 more done가 뜨는거보고 밑에 오류있어도 혹시나해서 멀티서버 들어가봤는데 저는 들어가지더라고요 근데 같이하려던 친구는 접속이 안된다고 하네요 ㅜㅜ 혹시 모드에 문제가 있나 싶어서 모드 다지우고 포지만 깔고 했는데도 안되더라고요. 이전에 다른 버킷(모드버전x, 프리루트x)를 사용할때에는 done밑으로 오류가 없었고 친구도 들어올수 있었는데 모드적용을위해 여러 방면으로 노력해봤는데 안되서 여기에 질문해봅니다 ㅜㅜ
진독개tv
2017.10.06

이거 안돼요 ㅠㅠ

jjan****
2017.10.13

[21:40:59] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[21:40:59] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[21:40:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[21:41:00] [main/INFO] [FML]: Forge Mod Loader version 14.21.0.2331 for Minecraft 1.12 loading
[21:41:00] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_144, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_144
[21:41:00] [main/INFO] [FML]: Failed to find the specified repository root C:/Users/FreeRoute/Downloads/스폰지_1.12_모드버킷/libraries
[21:41:00] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from spongeforge-1.12-2331-7.0.0-BETA-2415.jar
[21:41:00] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:41:00] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[21:41:00] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.6.10 Source=file:/C:/Users/USER/Desktop/마크%20 서버/서버/1.12%20모드/스폰지_1.12_모드버킷_7.0.0-베타-2415/mods/spongeforge-1.12-2331-7.0.0-BETA-2415.jar Env=SERVER
[21:41:00] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[21:41:00] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[DEFAULT]
[21:41:00] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[PREINIT]
[21:41:00] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[INIT]
[21:41:00] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[21:41:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:41:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:41:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:41:01] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[21:41:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:41:01] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[21:41:01] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@a8a8b75
[21:41:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[21:41:01] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[21:41:01] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[21:41:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[21:41:01] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[21:41:05] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[21:41:08] [Server thread/INFO]: Starting minecraft server version 1.12
[21:41:08] [Server thread/INFO] [FML]: MinecraftForge v14.21.0.2331 Initialized
[21:41:08] [Server thread/INFO] [FML]: Replaced 921 ore ingredients
[21:41:08] [Server thread/INFO] [Sponge]: Found mcmod.info at jar:file:/C:/Users/USER/Desktop/마크%20서버/서버/1.12%20모드/스폰지_1.12_모드버킷_7.0.0-베타-2415/mods/spongeforge-1.12-2331-7.0.0-BETA-2415.jar!/mcmod.info
[21:41:09] [Server thread/INFO] [Sponge]: Creating injector in stage 'PRODUCTION'
[21:41:10] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.LAST_DAMAGE
[21:41:10] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.PARROT_VARIANT
[21:41:11] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[21:41:11] [Server thread/INFO] [FML]: Searching C:\Users\USER\Desktop\마크 서버\서버\1.12 모드\스폰지_1.12_모드버킷_7.0.0-베타-2415\mods for mods
[21:41:11] [Server thread/INFO] [FML]: Forge Mod Loader has identified 6 mods to load
[21:41:11] [Server thread/WARN] [FML]: Missing English translation for minecraft: minecraft.jar (지정된 파일을 찾을 수  없습니다)
[21:41:11] [Server thread/WARN] [FML]: Missing English translation for mcp: minecraft.jar (지정된 파일을 찾을 수 없습니 다)
[21:41:11] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[21:41:11] [Server thread/WARN] [FML]: Missing English translation for spongeapi: assets/spongeapi/lang/en_us.lang
[21:41:11] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, spongeapi, sponge] at CLIENT
[21:41:11] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, spongeapi, sponge] at SERVER
[21:41:12] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[21:41:12] [Server thread/INFO] [FML]: Found 464 ObjectHolder annotations
[21:41:12] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[21:41:12] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[21:41:12] [Server thread/INFO] [FML]: Applying holder lookups
[21:41:12] [Server thread/INFO] [FML]: Holder lookups applied
[21:41:12] [Server thread/INFO] [FML]: Applying holder lookups
[21:41:12] [Server thread/INFO] [FML]: Holder lookups applied
[21:41:12] [Server thread/INFO] [FML]: Applying holder lookups
[21:41:12] [Server thread/INFO] [FML]: Holder lookups applied
[21:41:12] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[21:41:12] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[21:41:12] [Server thread/INFO] [FML]: Applying holder lookups
[21:41:12] [Server thread/INFO] [FML]: Holder lookups applied
[21:41:12] [Server thread/INFO] [FML]: Injecting itemstacks
[21:41:12] [Server thread/INFO] [FML]: Itemstack injection complete
[21:41:12] [Server thread/INFO]: Loading properties
[21:41:12] [Server thread/INFO]: Default game type: SURVIVAL
[21:41:12] [Server thread/INFO]: Generating keypair
[21:41:12] [Server thread/INFO]: Starting Minecraft server on 25.12.226.236:25565
[21:41:12] [Server thread/INFO]: Using default channel type
[21:41:12] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: OUTDATED Target: 14.21.1.2387
[21:41:12] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[21:41:12] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[21:41:12] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[21:41:12] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[21:41:12] [Server thread/INFO] [FML]: Injecting itemstacks
[21:41:12] [Server thread/INFO] [FML]: Itemstack injection complete
[21:41:13] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 6 mods
[21:41:13] [Server thread/INFO]: Preparing level "world"
[21:41:13] [Server thread/INFO] [Sponge]: Checking for worlds that need to be migrated...
[21:41:13] [Server thread/INFO] [Sponge]: No worlds were found in need of migration.
[21:41:13] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[21:41:13] [Server thread/INFO] [FML]: Applying holder lookups
[21:41:13] [Server thread/INFO] [FML]: Holder lookups applied
[21:41:13] [Server thread/INFO] [FML]: Loading dimension 0 (world) (DedicatedServer)
[21:41:13] [Server thread/INFO]: Loaded 488 advancements
[21:41:13] [Server thread/INFO]: Preparing start region for level 0 (world)
[21:41:14] [Server thread/INFO] [Sponge]: Loading world [world] (overworld)
[21:41:14] [Server thread/INFO] [FML]: Loading dimension -1 (DIM-1) (DedicatedServer)
[21:41:15] [Server thread/INFO]: Loaded 488 advancements
[21:41:15] [Server thread/INFO] [Sponge]: Loading world [DIM-1] (the_nether)
[21:41:15] [Server thread/INFO] [FML]: Loading dimension 1 (DIM1) (DedicatedServer)
[21:41:15] [Server thread/INFO]: Loaded 488 advancements
[21:41:15] [Server thread/INFO] [Sponge]: Loading world [DIM1] (the_end)
[21:41:15] [Server thread/INFO]: Preparing start region for level 0 (world)
[21:41:15] [Server thread/INFO]: Done (2.216s)! For help, type "help" or "?"
[21:42:08] [Netty Server IO #2/INFO] [FML]: Client protocol version 2
[21:42:08] [Netty Server IO #2/INFO] [FML]: Client attempting to join with 5 mods : [email protected],[email protected],[email protected],[email protected],[email protected]
[21:42:08] [Netty Server IO #2/INFO] [FML]: Attempting connection with missing mods [spongeapi, sponge] at CLIENT
[21:42:09] [Server thread/INFO]: WOLFSTAR0 lost connection: Disconnected
>

포지랑 모드버킷 둘다 1.12버전 간편설치로 다시 다운받고 실행하면 버킷에는 저런식으로 뜨고 마크 멀티 접속하면 접속이 끊어졌습니다 Fatally missing blocks and items라고 뜨면서 멀티 서버에 접속이 안되요ㅠㅠ 해결방법이 없을까요?ㅠㅠ

jyk
2017.10.14

[20:21:13 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[20:21:13 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[20:21:13 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[20:21:13 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[20:21:14 INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_71, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre7
[20:21:14 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[20:21:15 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:21:15 WARN]: Missing @MCVersion: codechicken.core.launch.DepLoader  com.dynious.versionchecker.asm.LoadingPlugin
[20:21:15 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:21:15 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[20:21:15 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:21:15 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:21:15 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:21:17 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:21:17 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:21:18 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:21:18 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:21:18 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[20:21:19 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[20:21:19 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[20:21:21 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[20:21:30 INFO]: Starting minecraft server version 1.7.10
[20:21:30 INFO]: Attempting early MinecraftForge initialization
[20:21:30 INFO]: MinecraftForge v10.13.4.1614 Initialized
[20:21:31 INFO]: Replaced 183 ore recipies
[20:21:31 INFO]: Completed early MinecraftForge initialization
[20:21:31 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[20:21:31 INFO]: Searching C:\Users\현준\Desktop\주현준\게임\마인크래프트\프리루트_1.7.10_모드버킷_1614_201\mods for mods
[20:21:31 INFO]: Also searching C:\Users\현준\Desktop\주현준\게임\마인크래프트\프리루트_1.7.10_모드버킷_1614_201\mods\1.7.10 for mods
[20:21:31 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
[20:21:31 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
[20:21:31 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
[20:21:32 INFO]: Forge Mod Loader has identified 13 mods to load
[20:21:32 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.
[20:21:32 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.
[20:21:33 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, heart, Backpack, ForgeMicroblock, ForgeMultipart, McMultipart, superdiamondtools, treeores, TwilightForest, VersionChecker] at CLIENT
[20:21:33 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, heart, Backpack, ForgeMicroblock, ForgeMultipart, McMultipart, superdiamondtools, treeores, TwilightForest, VersionChecker] at SERVER
[20:21:33 ERROR]: The mod Backpack is expecting signature @FINGERPRINT@ for source backpack1.7.x.jar, however there is no signature matching that description
[20:21:33 INFO]: Processing ObjectHolder annotations
[20:21:33 INFO]: Found 341 ObjectHolder annotations
[20:21:33 INFO]: Identifying ItemStackHolder annotations
[20:21:33 INFO]: Found 0 ItemStackHolder annotations
[20:21:33 INFO]: Configured a dormant chunk cache size of 0
[20:21:39 INFO]: Applying holder lookups
[20:21:39 INFO]: Holder lookups applied
[20:21:39 INFO]: Injecting itemstacks
[20:21:39 INFO]: Itemstack injection complete
[20:21:39 INFO]: Loading properties
[20:21:39 INFO]: Default game type: SURVIVAL
[20:21:39 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)
[20:21:39 INFO]: Using 4 threads for Netty based IO
[20:21:39 INFO]: Server Ping Player Sample Count: 12
[20:21:39 INFO]: Generating keypair
[20:21:40 INFO]: Starting Minecraft server on 25.34.118.123:25565
[20:21:40 WARN]: **** FAILED TO BIND TO PORT!
[20:21:40 WARN]: The exception was: java.net.BindException: Cannot assign requested address: bind
[20:21:40 WARN]: Perhaps a server is already running on that port?
[20:21:40 WARN]: Can't revert to frozen GameData state without freezing first.
[20:21:40 INFO]: Applying holder lookups
[20:21:40 INFO]: Holder lookups applied
[20:21:40 INFO]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
계속하려면 아무 키나 누르십시오 . . .

서버 아이피를 하마치 프로그램 아이피를 적었음에도 불구하고 이렇게 뜨네요. 어떻게 해야될까요.ㅠㅠ

캡틴6700
2019.01.08
@jyk

1."[20:21:40 WARN]: The exception was: java.net.BindException: Cannot assign requested address: bind" : 요청된 주소를 할당할 수 없습니다. - 서버주소를 다시 확인해주세요

2. "[20:21:40 WARN]: Perhaps a server is already running on that port?" : 서버가 이미 해당 포트에서 실행 중인가? - 서버가 해당포트로 켜져있는가 혹은, 해당 포트를 사용하는 프로그램이 있는지 확인해주세요

바다의신Ho
2017.11.08

[19:35:09] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:35:09] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:35:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:35:10] [main/INFO] [FML]: Forge Mod Loader version 11.14.4.1577 for Minecraft 1.8 loading
[19:35:10] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_151, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_151
[19:35:10] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from spongeforge-1.8-1577-3.1.0-BETA-1045.jar
[19:35:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:35:10] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[19:35:10] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.4.10 Source=file:/C:/Users/a4623/Desktop/프리루 트_1.8_모드버킷_1045/mods/spongeforge-1.8-1577-3.1.0-BETA-1045.jar Env=SERVER라고 이렇게떠요

입술
2017.11.20

아무 버튼이나 누르라고 할때 아무 버튼 눌르면 다시 처음으로 돌아가요 뭐에요 이거 ㅠ

 

뉴스 및 창작물
/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