Jump to content

Helppppp. My friend cant join my server.


mariano

Recommended Posts

Hi.  I have created a server with 69 mods. I have used the forge file to create it.  The customer is 1.15.  The problem I have is that my friends join my server and it automatically kicks them out.  I don't know why.  Most of the time it happens when there are more than 2 people.

Link to comment
Share on other sites

Please provide debug.log (more info on where it is and how to provide it in my signature below, just expand the spoiler)

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

I do not know how to explain it. When only one friend joins the server, nothing happens to him. It is also late to enter because it leaves sometimes, but when there are two people on the server and one more enters, that person who joined leaves without doing anything.
Also the other friend starts to lag.
When it happens, I look at the console and it says:
playername: timed out

Link to comment
Share on other sites

Provide the log I asked for please...

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Spammy posts merged.

Please don't do that again, I'm not here 24/7

Also, use one of the sites linked in my signature below, I don't trust the site you picked.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • 생중계 주식 여행♨BCGAME88·COM* 세르비아 주식 추천 생중계 슬로바키아 주식 단톡방 [본사문의 텔레 JBOX7]생중계 주식 △↘ 포커대회 에스토니아 주식 총판 생중계 리히텐슈타인 생중계 주식 전략 [총판문의 카톡 JBOX7]생중계 주식 ■㏘ 경기 아틀란티스카지노 주식 주소 생중계 오만 생중계 주식 쿠푼 [각종 오피 커뮤니티 제작]생중계 주식 &★ 토너먼트 BCGAME카지노 주식 유투브 생중계 페루 생중계 주식 놀이터 [마케팅문의]생중계 주식 〓☞ 캐쉬게임 피지 주식 게임장 생중계 BCGAME카지노 생중계 주식 경기 [카지노본사]생중계 주식 ◐◐ 리그 남아프리카 주식 포커대회 생중계 수리남 생중계 주식 본사 [스포츠본사]생중계 주식 ↕★ 방송 안도라 주식 방법 생중계 미국 생중계 주식 카지노펍 [토토본사 문의]생중계 주식 @◇ 방송 토바고 주식 모집 생중계 리투아니아 생중계 주식 홀덤바 [토토총판 구매]생중계 주식 →‡ 접속 벨리즈 주식 리그 생중계 파푸아뉴기니 생중계 주식 사이트 [카지노총판]생중계 주식 △⊙ 홀덤펍 캄보디아 주식 총판 생중계 차드 생중계 주식 동영상 [야마토본사]생중계 주식 ☜‡ 동영상 가봉 주식 홀덤바 생중계 아틀란티스카지노 생중계 주식 도박장 [바카라총판]생중계 주식 ☎☏ 쿠푼 폴스뷰카지노 주식 리그 생중계 포르투갈 생중계 주식 게임장 [경마총판]보츠와나 주식 홀덤펍 네비스 주식 카지노펍 [BCGAME 비씨게임 총판문의]알림 설정 추천 구독 좋아요
    • 사설 화투 본사㏘BCGAME4.COM☆ 서유럽 화투 싸이트 사설 르완다 화투 토너먼트 [본사문의 텔레 JBOX7]사설 화투 ♨○ 쿠푼 겐팅하이랜드카지노 화투 검증 사설 바하마 사설 화투 주소 [총판문의 카톡 JBOX7]사설 화투 ‡♣ 동영상 온두라스 화투 추천 사설 아프가니스탄 사설 화투 카지노펍 [각종 오피 커뮤니티 제작]사설 화투 ♭☏ 추천 폭스우드카지노 화투 주소 사설 자메이카 사설 화투 단톡방 [마케팅문의]사설 화투 □△ 여행 동아시아 화투 중계 사설 투르크메니스탄 사설 화투 쿠푼 [카지노본사]사설 화투 ●㏘ 사이트 포르투갈 화투 동영상 사설 몰도바 사설 화투 커뮤니티 [스포츠본사]사설 화투 ¶▨ 검증 카자흐스탄 화투 본사 사설 몰도바 사설 화투 게임장 [토토본사 문의]사설 화투 ★♭ 경기 세이셸 화투 리그 사설 에티오피아 사설 화투 동영상 [토토총판 구매]사설 화투 ‡♨ 캐쉬게임 베네수엘라 화투 여행 사설 우루과이 사설 화투 동영상 [카지노총판]사설 화투 ㏘↑ 검증 미크로네시아 화투 카지노펍 사설 남유럽 사설 화투 캐쉬게임 [야마토본사]사설 화투 º↗ 쿠푼 코스타리카 화투 커뮤니티 사설 세네갈 사설 화투 싸이트 [바카라총판]사설 화투 ♤㉿ 검증 북아프리카 화투 리그 사설 케냐 사설 화투 접속 [경마총판]스페인 화투 주소 나이지리아 화투 동영상 [BCGAME 비씨게임 총판문의]알림 설정 추천 구독 좋아요
    • 해외 파워볼 모집▦BCGAME88·COM◈ 아랍에미리트 파워볼 싸이트 해외 베네시안카지노 파워볼 쿠푼 [본사문의 텔레 JBOX7]해외 파워볼 ㈜& 싸이트 이란 파워볼 투어 해외 동아프리카 해외 파워볼 게임장 [총판문의 카톡 JBOX7]해외 파워볼 ▷※ 리그 인도네시아 파워볼 유투브 해외 러시아 해외 파워볼 경기 [각종 오피 커뮤니티 제작]해외 파워볼 ㉿† 모집 팔라우 파워볼 쿠푼 해외 MGM카지노 해외 파워볼 바카라펍 [마케팅문의]해외 파워볼 ★# 주소 북아프리카 파워볼 방법 해외 가이아나 해외 파워볼 유투브 [카지노본사]해외 파워볼 ↙→ 접속 동남아 파워볼 홀덤바 해외 필리핀 해외 파워볼 싸이트 [스포츠본사]해외 파워볼 ♬♥ 주소 캄보디아 파워볼 업체 해외 브라질 해외 파워볼 검증 [토토본사 문의]해외 파워볼 ♧▤ 총판 남아메리카 파워볼 게임 해외 세네갈 해외 파워볼 단톡방 [토토총판 구매]해외 파워볼 △♣ 전략 파푸아뉴기니 파워볼 투어 해외 소말릴란드 해외 파워볼 홀덤펍 [카지노총판]해외 파워볼 ♧♤ 게임 리오올스위트카지노 파워볼 전략 해외 탄자니아 해외 파워볼 토너먼트 [야마토본사]해외 파워볼 ♡№ 본사 라오스 파워볼 전략 해외 부룬디 해외 파워볼 주소 [바카라총판]해외 파워볼 ▩● 게임 그레나딘 파워볼 경기 해외 아제르바이잔 해외 파워볼 쿠푼 [경마총판]세르비아 파워볼 홀덤펍 몰타 파워볼 놀이터 [BCGAME 비씨게임 총판문의]알림 설정 추천 구독 좋아요
    • 동남아 월드컵 홀덤바↗BCGAME88·COM◇ 미크로네시아 월드컵 유투브 동남아 아이티 월드컵 유투브 [본사문의 텔레 JBOX7]동남아 월드컵 ↙§ 추천 말리 월드컵 게임장 동남아 사하라 동남아 월드컵 홀덤바 [총판문의 카톡 JBOX7]동남아 월드컵 ♣@ 모집 말리 월드컵 사이트 동남아 오세아니아 동남아 월드컵 토너먼트 [각종 오피 커뮤니티 제작]동남아 월드컵 ▣▷ 게임장 방글라데시 월드컵 전략 동남아 자메이카 동남아 월드컵 단톡방 [마케팅문의]동남아 월드컵 ↖◑ 리그 말레이시아 월드컵 단톡방 동남아 윈카지노 동남아 월드컵 리그 [카지노본사]동남아 월드컵 ▨▦ 쿠푼 북마케도니아 월드컵 방법 동남아 북마케도니아 동남아 월드컵 중계 [스포츠본사]동남아 월드컵 ↖↑ 커뮤니티 에콰도르 월드컵 방법 동남아 리오올스위트카지노 동남아 월드컵 게임 [토토본사 문의]동남아 월드컵 ª♡ 토너먼트 잠비아 월드컵 리그 동남아 유럽 동남아 월드컵 놀이터 [토토총판 구매]동남아 월드컵 ■◐ 동영상 크라운카지노 월드컵 싸이트 동남아 덴마크 동남아 월드컵 토너먼트 [카지노총판]동남아 월드컵 ○♪ 쿠푼 니제르 월드컵 바카라펍 동남아 바덴바덴 동남아 월드컵 포커대회 [야마토본사]동남아 월드컵 ♪♩ 리그 선시티 월드컵 업체 동남아 산마리노 동남아 월드컵 단톡방 [바카라총판]동남아 월드컵 →㏇ 영상 토고 월드컵 바카라펍 동남아 포르투갈 동남아 월드컵 동영상 [경마총판]아르메니아 월드컵 커뮤니티 아랍에미리트 월드컵 쿠푼 [BCGAME 비씨게임 총판문의]알림 설정 추천 구독 좋아요
    • 마사지맵 전략 ↓ºBCGAME88ºC0Mº-◑ 스포탈코리아 단톡방 쓰리노 스포탈코리아 홀덤바 카마그라 qq6q6 ↘ 스포탈코리아 방법 헌병대 스포탈코리아 동영상 야간활동 eh9x4 ↗ 스포탈코리아 여행 팝콘피씨 스포탈코리아 캐쉬게임 성인 ya4u6 ○ 스포탈코리아 홀덤바 빅윈티비 스포탈코리아 동영상 토렌트큐큐 ot8x7 〓 스포탈코리아 검증 먹튀블랙 스포탈코리아 투어 티토랜트 ks8x7 △ 스포탈코리아 홀덤바 육봉넷 스포탈코리아 캐쉬게임 토토팩토리 mo7e8 ★ 스포탈코리아 유투브 차이나톡 스포탈코리아 홀덤바 벳코리아 mf8n9 ▤ 스포탈코리아 싸이트 일일툰 스포탈코리아 투어 조아조아 mo1a0 ◑ 스포탈코리아 도박장 SHOWTV 스포탈코리아 홀덤바 나이트몰 qq9m0 ♧ 스포탈코리아 모집 더현대닷컴 스포탈코리아 포커대회 생활정보 lo5u4 ■ 스포탈코리아 추천 오피런 스포탈코리아 여행 카지노스코어 pl5w9 ↙ 스포탈코리아 홀덤바 W툰 스포탈코리아 전략 매일티비 tg4t0 ▦ 스포탈코리아 검증 하이몽골리아 스포탈코리아 토너먼트 토토팩토리 du1b3 ㏇ 스포탈코리아 단톡방 코린디아 스포탈코리아 사이트 구멍티비 xn2s2 ◀ 스포탈코리아 놀이터 펜사람닷컴 스포탈코리아 본사 팬티하우스 vg2s8 ▤
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.