Added entires to the troubleshooting guide.

This commit is contained in:
Eric Myllyoja 2021-12-08 16:48:28 -05:00
parent 03facc71bc
commit 8c515fc160

View File

@ -1,3 +1,21 @@
# Google Cloud Setup - Troubleshooting Guide
**STUB**
## Error: No such table Activity rewards! Fatal error, stacktrace...
Make sure you are running the Darkflame Universe server in the same working directory.
Instead of:
```
$: ~/DarkflameServer/build/MasterServer
```
You need to instead run:
```
cd ~/DarkflameServer/build
./MasterServer
```
## I can connect to the Account manager but not to the game!
Make sure your Firewall settings are correct. You may need to edit them such that both the TCP and UDP ports are open.