Testing on Windows

password for Han’s laptop: 4860

Debugging the latest packaged version

Running open main.log on Mac or Windows in the following directories will bring up the logs for the app

In the File Explorer type in %AppData%/Universe/logs/main.log

Viewing the voterfile

Mac

Opening /Users/{username}/Library/Application Support/Universe/database/{realm}/voter.universe.app in SQLITE DB viewer will allow you to see the current state of the world with their voter data

Getting their voterfile path

Looking at the logs on app startup, we can see the path for the universe file [log.info](<http://log.info/>)(Data Directory: ${process.env.APP_DATA});

Making sure that the right data file is deployed

If you have issues with the data file actually updating (as in an old deploy keeps replacing the data you have on disk that you wanna use to deploy an update), even when the downloaded app is closed while you do this swap, you’ll need to do some commenting in the bigBang.ts file as a workaround and run it in prod mode to make the latest deploy