After choosing to start the scenario it throws the following exception. This is the steam demo and update in game doesn't work. I have also verified the steam install files. I am using win7 64.
1/13/2010 7:14:01 PM (2.0)
-----------------------------------Application_ThreadException-----------------------------------SlimDX.Direct3D9.Direct3D9Exception: D3DERR_INVALIDCALL: Invalid call (-2005530516)
at SlimDX.Result.Throw[T](Object dataKey, Object dataValue)
at SlimDX.Result.Record[T](Int32 hr, Boolean failed, Object dataKey, Object dataValue)
at SlimDX.Direct3D9.Texture.FromFile(Device device, String fileName)
at AIWar.GameImage.LoadTexture(Boolean IsFirstLoad) in C:\vcprojs\AIWar\Framework\GameImage.cs:line 42
at AIWar.GameImage.LoadTexture(Boolean IsFirstLoad) in C:\vcprojs\AIWar\Framework\GameImage.cs:line 49
at AIWar.GameImage.GetTextureD3D() in C:\vcprojs\AIWar\Framework\GameImage.cs:line 59
at AIWar.Direct3DRenderer.DrawImage(GameImage Img, Int32 X, Int32 Y, Boolean UseViewportOffset, Color DiffuseColor, FInt Rotation, Boolean ForceDraw) in C:\vcprojs\AIWar\Framework\Direct3DRenderer.cs:line 64
at AIWar.ForegroundObject.Render(Direct3DRenderer R, Int32 RenderPhase, Boolean DrawSimple) in C:\vcprojs\AIWar\Framework\ForegroundObject.cs:line 8472
at AIWar.ForegroundObject.Render(Direct3DRenderer R, Int32 RenderPhase) in C:\vcprojs\AIWar\Framework\ForegroundObject.cs:line 8190
at AIWar.GameForm.DrawDirect3D() in C:\vcprojs\AIWar\GameFormParts\GamePanel.cs:line 2603
at AIWar.GameForm.RunNextCycle(Boolean DoRendering, Boolean DoScrollingAndInput) in C:\vcprojs\AIWar\GameFormParts\GameLoop.cs:line 1428
at AIWar.GameForm.gameLoop() in C:\vcprojs\AIWar\GameFormParts\GameLoop.cs:line 244
at AIWar.GameForm.GameForm_Load(Object sender, EventArgs e) in C:\vcprojs\AIWar\GameFormParts\Startup.cs:line 261
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
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)