개인 자료란 (JE)

  서버 커뮤니티

Profile 넹넹하 대표칭호 없음

tpsals46 f874488deaaf47a18dee028147131168

Profile

질문하기 멀티플레이

포지서버 여는법 바꼈나요?

2022.07.11 조회 수 14887 추천 수 0
게임버전 (JE) 1.18.1 
게임버전 (BE) 관련없음 

포지받고 

install sever 했는데

예전처럼 jar파일은 안보이고


run.bat

run.sh

user_jvm_args.txt

파일 3개랑


libraries

폴더 하나가 생기길래


run.bat 실행했더니

C:\Users\kwonj\Desktop\새 폴더 (3)>REM Forge requires a configured set of both JVM and program arguments.

C:\Users\kwonj\Desktop\새 폴더 (3)>REM Add custom JVM arguments to the user_jvm_args.txt

C:\Users\kwonj\Desktop\새 폴더 (3)>REM Add custom program arguments {such as nogui} to this file in the next line before the  or

C:\Users\kwonj\Desktop\새 폴더 (3)>REM  pass them to this script directly

C:\Users\kwonj\Desktop\새 폴더 (3)>java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.18.1-39.0.46/win_args.txt

오류: 기본 클래스 @user_jvm_args.txt을(를) 찾거나 로드할 수 없습니다.

C:\Users\kwonj\Desktop\새 폴더 (3)>pause

계속하려면 아무 키나 누르십시오 . . .


이렇게뜨네요;;







<< user_jvm_args.txt 파일 내용 >>

# Xmx and Xms set the maximum and minimum RAM usage, respectively.

# They can take any number, followed by an M or a G.

# M means Megabyte, G means Gigabyte.

# For example, to set the maximum to 3GB: -Xmx3G

# To set the minimum to 2.5GB: -Xms2500M


# A good default for a modded server is 4GB.

# Uncomment the next line to set it.

# -Xmx4G


<< run.bat 파일 내용 >>

REM Forge requires a configured set of both JVM and program arguments.

REM Add custom JVM arguments to the user_jvm_args.txt

REM Add custom program arguments {such as nogui} to this file in the next line before the %* or

REM  pass them to this script directly

java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.18.1-39.0.46/win_args.txt %*

pause


도와주십쇼 ㅠㅠ






6개의 댓글

qsef1256
2022.07.12

# -Xmx4G 에서 # 한번 지워보시고 다시 해보세요

마크늅비
2022.07.28
@qsef1256

저도 같은 상황인데 안되는디

블루마린
2022.09.07

혹시 자바 버전을 18로 다운로드 해보셨나요? https://www.oracle.com/java/technologies/downloads/#jdk18-windows 에서 자바 버전 업그레이드 후 서버를 열어보세요.

moggi11012
2022.11.15

https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=hotkimchi13&logNo=221184700791

저도 비슷한오류 걸린상태에서 찾다가 요 사이트에 설명대로 했더니 해결했습니다 환경변수를 조금 설정하니까 바로되네요 뭐가뭔지 모르겠지만 아무튼...ㅠ

klavunde
2023.01.08

https://www.youtube.com/watch?v=Sp-ZCo-aHY8 전 이렇게 하니까 대충 되긴 하더라구요

순양이
2023.02.23

질문이 오래되었지만 그래도 저처럼 헤매시는 분들을 위해서 여기다 남깁니다.

포지는 패브릭처럼 server.jar를 다운받아서 세팅해주지 않습니다.

 

해결과정

1. minecraft 공식 홈페이지에서 server.jar파일을 받아서

서버의 기본적인 파일이 생기게 만듭니다.

2. 포지 인스트롤러로 포지의 서버 파일을 server.jar파일이 있는 곳에 만듭니다.

3. run.bat 또는 run.sh 파일을 실행해서 서버를 실행합니다.