Hi
I'd like to find out whether the display adapter supports a particular Brume resolution. Because if we start in fullscreen with wrong resolution we fail with:
(D3DERR_INVALIDCALL)
at Microsoft.DirectX.Direct3D.Device..ctor(Int32 adapter, DeviceType deviceType, IntPtr renderWindowHandle, CreateFlags behaviorFlags, PresentParameters[] presentationParameters)
at Brume.DirectX9GraphicApi.InitEngineMode(BrumeInitStates initStates)
at Brume.Brume.BrumeInit()
at Brume.Brume.Play()
and end up in some kind of infinite loop of error messages with stack±
System.NullReferenceException: Object reference not set to an instance of an object.
at Brume.Brume.OnDeactivate(EventArgs e)
at System.Windows.Forms.Form.set_Active(Boolean value)
at System.Windows.Forms.Form.WmActivate(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at iQ3D.QuizForm.WndProc(Message& m) in C:\Documents and Settings\Bart\Mijn documenten\Visual Studio 2005\Projects\Subversion\work\iQ3D\Program.cs:line 426
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Any clue ? I did not see anything in Brume.GraphicCardCaps...
Thanks
Bart