@slvr89 We were also having issues with our game running through the Winnitron software. After loading Winnitron on my PC and remote debugging the game process, I found that some XML files that we were using to hold game properties could not be found because Winnitron was changing the application path to it's own folder. I was able to update our code to use the launching assembly's (exe file) location to create an absolute path to those files and now it works great.