Okay, so I finished my first game using XNA Game Studio Express, it has been only a few days since I installed it, and it has been quite easy, having experience at making games. Now, I want to show this game to my friends, so I send it to a couple of them (both of them have XNA Game Studio Express installed), and it works great.
Now I want to show it to some other friends, these who do not know what making games is about, these who do not have XNA Game Studio Express.
I ensure they follow these instructions, from the manual:
Sharing a Windows game
On Windows you need to distribute your game executable and any content required by your game. In addition you need to ensure that the user has the following redistributables installed:
* .NET Framework 2.0
* DirectX 9.0c
* XNA Framework
But still, when they try to open the game, this error (probably badly translated) pops up:
"The aplication found an error and must close"
They do have the .NET Framework 2.0 (dloaded it twice, til it said "do you want to repair it"), DirectX 9.0c and the XNA Framework 1.0.I don't know what could be the cause of the problem, please help!
Thanks in advance.
-BMF