Windows/debugging
From GameCPWiki
Contents |
GameCP Frontend
IIS 500 - Internal server error
Check the permissions of the GameCP web files. You can do this in the IIS Administrator program.
GameCP .NET Windows Backend
This will help debug the GameCP .NET Windows Backend created by Billy.
IF for some odd reason you want the old backend documentation click here
- GAMECP ON WINDOWS IS A BETA PRODUCT
Enabling Debugging
- Login to the remote server using remote desktop
- Explore to your GameCP Remote install
- Double click gamecp.ini
- Change debug=off to debug=on
- Erase debug.txt if it exists
- Restart the GameCP Remote
OK: Buffer had no reply.
This error typically means that the communication from the remote to GameCP has failed, due to a configuration error or something else (at this time other issues are unknown).
Enable debugging and check your log.
Typically this error will be due to improper mysql configuration.
FAILED: Unable to connect to remote.
GameCP was unable to connect to your remote server
- Enable debugging as instructed above
- Check your debug.txt for any error messages
RESET gamecp.ini
- Logn to GameCP
- Browse to Manage Machines
- Select the machine
- Goto the Windows tab
- Copy the ini
- Paste the file into your gamecp.ini
- Restart the remote server.
OK: Error: 3
This error indicates that the GameCP Remote was unable to communicate to your MySQL server
This can be for several reasons including:
- Incorrect MySQL information
- Incorrect MySQL access from remote server to master server
Possible solutions include:
- Use a new MySQL user with correct access
- Fix the MySQL user to have correct access
- Reload privlages in MySQL
Enable Debugging (above) and check for errors.
Unable to connect to MySQL server.
This error indicates that the mysql database or user information supplied is incorrect.
- Login to GameCP
- Browse to GameCP Settings
- Click the General Tab
- Locate the Database Settings
You can either test this information or supply working information.
- GameCP requires remote MySQL access to read the `instructions` table
- Edit the information GameCP Settings with correct MySQL information
- Try adding the machine again

