apitman / commando-engine

Automatically exported from code.google.com/p/commando-engine
0 stars 0 forks source link

Game will not launch #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Follow wiki instructions
2. Watch it fail

What is the expected output? What do you see instead?
No fail.

What version of the product are you using? On what operating system?
Newest one.

Please provide any additional information below.
I installed xna last time... i'm going to try reinstalling it.

Original issue reported on code.google.com by corespace on 12 Mar 2009 at 6:51

GoogleCodeExporter commented 9 years ago
Apparently the XNA Redistributable Runtime does not support GamerServices.  
Currently
refactoring code to skip GamerServices when using the Redistributable.

Original comment by ken.a.ha...@gmail.com on 12 Mar 2009 at 10:57

GoogleCodeExporter commented 9 years ago
It no longer crashes when using the Redistributable, but unfortunately we still 
can't 
load any levels.  We're trying to see if we can use a Windows form on PC to do 
this, 
but it will take some effort so we're adding it as a user story for this build. 
 I'm 
adding Andrew to this issue because he's helping with the user story.

Original comment by ken.a.ha...@gmail.com on 17 Mar 2009 at 5:57

GoogleCodeExporter commented 9 years ago
- Launches successfully now as long as we don't even *try* GamerServices.  
Sucks that
we can't just catch the exception though.

Original comment by ken.a.ha...@gmail.com on 26 Mar 2009 at 7:37