XNA: Runtime differences in ClickOnce install versus development version
Posted
by
Sean Colombo
on Game Development
See other posts from Game Development
or by Sean Colombo
Published on 2012-12-14T02:17:44Z
Indexed on
2012/12/14
5:21 UTC
Read the original article
Hit count: 251
I have a game written in XNA, and I use ClickOnce installers to distribute the game to testers. I keep once computer as a test machine which does NOT have development environments installed, so that I can test the installed version.
We've found a reproducible bug in our game, but the bug ONLY occurs on the non-development machines that use the ClickOnce installer.
The bug is related to some of our code for moving around 3D objects and is not tied to Networking or GamerServices.
Are there known differences in the ClickOnce runtime and the version on dev? Are there any best-practices for debugging something like this?
© Game Development or respective owner