I've tried to run all DirectX J. Lee application (like VRDesktop) but without success !!!
Every time I launch those apps, I have the the same D3D error:
-2005530516 (D3DERR_INVALIDCALL)
in Microsoft.DirectX.Direct3D.Device.Reset(PresentParameters[] presentationParameters)
in Microsoft.DirectX.Direct3D.Device.OnParentResized(Object sender, EventArgs e)
in System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
in System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
in System.Windows.Forms.Control.UpdateBounds()
in System.Windows.Forms.Control.WmWindowPosChanged(Message& m)
in System.Windows.Forms.Control.WndProc(Message& m)
in System.Windows.Forms.ScrollableControl.WndProc(Message& m)
in System.Windows.Forms.ContainerControl.WndProc(Message& m)
in System.Windows.Forms.Form.WndProc(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
but last night trying to make it work i found something :
1. Left click on .exe (e.g. WiiDesktopVR.exe) ,
2. Select the Compatibility tab,
3. check Disable Visual Themes.
Hope This Helps ^_^
P.S. I've tried only on 2 machine with Vista 32bit and it worked for both.
Ivan.