GreatMindsRobotics/PGCGame

Crashed when trying to run PGCGame on my xbox

Opened this issue · 3 comments

It crashed on this line of code "graphics.GraphicsDevice.Viewport = new Viewport(0, 0, 1920, 1080) { MinDepth = 0, MaxDepth = 1 };" In PleguariusGame.cs on line 76;

Can't replicate.

I take it you changed the title (happened on Xbox). This is believable, considering we have it locked in fullscreen on Xbox. Suggestion: remove resolution option on Xbox.

This has been explained by @alex45101, his TV is not 1920 by 1080, so therefore it crashed trying to create a Viewport larger than the screen. Suggestion: Make the requested resolution equal the resolution of the display. Then the game will look good on all displays.