This guide will test your connection to PCB and produce some text files that an admin can use to help you resolve issues.
If you’ve followed these instructions before, make sure you delete any
txt
files starting withpcbdiag_
from your desktop before following these instructions again.
1. Opening the command line
On Windows
In this guide ⊞ Win refers to the Windows key, usually between Ctrl and Alt
- Press ⊞ Win + R
- Type
cmd.exe
into the box - Press Run
To enter commands:
- Copy the command from this guide
- Go to the Command Prompt window
- Right click anywhere to paste
On Mac OS
- Open Finder
- Go to Applications > Utilities
- Open Terminal
2. Checking for packet loss
To communicate with the game server, your computer sends thousands of blocks of information called packets to the server. It’s normal for a small number to not reach the server, but if too many are lost this might cause issues connecting to the server.
This command will take a few minutes to run and will appear to be doing nothing. When the command has finished you’ll be shown another line to enter input. The output of the command will be put into a file called pcbdiag_pl.txt
on the desktop.
Windows:
ping -n 50 pcbmc.co > %USERPROFILE%\Desktop\pcbdiag_pl.txt
Mac OS:
ping -c 50 pcbmc.co > ~/Desktop/pcbdiag_pl.txt
3. Traceroute
Again, this command will take several minutes and you will see no output. This command will produce a file pcbdiag_tr.txt
on the desktop.
Windows:
tracert pcbmc.co > %USERPROFILE%\Desktop\pcbdiag_tr.txt
** Mac OS:**
ping -c 50 pcbmc.co > ~/Desktop/pcbdiag_tr.txt
4. Pathping
Again, this command will take several minutes and you will see no output. This command will produce a file pcbdiag_pp.txt
on the desktop.
Windows:
pathping pcbmc.co > %USERPROFILE%\Desktop\pcbdiag_pp.txt
Mac OS:
traceroute -S -q 20 pcbmc.co > ~/Desktop/pcbdiag_pp.txt
5. Sending Data
Send the admin who asked you to follow this guide these files from your desktop:
These files contain sensitive information including your IP address. Don’t post them publicly.
pcbdiag_pl.txt
pcbdiag_tr.txt
pcbdiag_pp.txt