I24 Common Setup Issues: Difference between revisions
From OuroDev
Created page with "== Debugging: Known common issues ==" |
No edit summary |
||
Line 1: | Line 1: | ||
== Debugging | == Debugging known common issues == | ||
=== ERROR: Player.txt error === | |||
When running '''mapserver.exe''' you will come across an error pertaining to ''player.txt''. | |||
* Player.txt error message: | |||
*::''[need image]'' | |||
* Solution: In '''MapServer\srv\srv_init.c''' comment out line #437: | |||
*: <code>// playerCreatedStoryArc_GenerateData();</code> |
Revision as of 21:44, 25 April 2019
Debugging known common issues
ERROR: Player.txt error
When running mapserver.exe you will come across an error pertaining to player.txt.
- Player.txt error message:
- [need image]
- Solution: In MapServer\srv\srv_init.c comment out line #437:
// playerCreatedStoryArc_GenerateData();