How to open the Debug dialog

There is a Debug Dialog window that you can get more information from. You can bring it up in the Player by going to Tools > Debug. This opens on the Load Queue by default. You'll also see any errors logged to the lower window by default. It's a great idea to open this prior to accessing the world you are having problems accessing/downloading, or if you are experiencing errors.

For developers: You can set the debugger to open automatically

We recommend you set the Debug Dialog to open when you open the Player. You can do this by following these steps:

  1. Open USERPROFILE\Local Settings\Application Data\VastPark\v1.5\Player\config
  2. Open the file called "settings.xml" in a text editor or similar
  3. Search for a boolean named EnableMultipleInstances
  4. You will find the default is: <Debug>false</Debug>
  5. Change "false" to "true"
  6. Save your change

Done. The Debugger will open automatically next time you run the Player.