mirror of
https://github.com/EliteMasterEric/awesome-lego-universe.git
synced 2024-11-12 22:28:20 +00:00
Added entires to the troubleshooting guide.
This commit is contained in:
parent
03facc71bc
commit
8c515fc160
@ -1,3 +1,21 @@
|
|||||||
# Google Cloud Setup - Troubleshooting Guide
|
# 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user