PDA

View Full Version : unable to run under Windows 2000


gradyr
10-11-2004, 10:40 PM
I'm trying to run on a machine running Windows 2000.

This is the error message I get:


See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
Error in the application.
-2146232832 (Unknown)
at Microsoft.DirectX.Direct3D.Device.get_De viceCaps()
at WorldWindow.WorldWindow.OnDeviceReset(Ob ject sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at Microsoft.DirectX.Direct3D.Device.raise_ DeviceReset(Object i1, EventArgs i2)
at Microsoft.DirectX.Direct3D.Device.Reset( PresentParameters[] presentationParameters)
at Microsoft.DirectX.Direct3D.Device.OnPare ntResized(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnResize(Ev entArgs e)
at System.Windows.Forms.Control.OnSizeChang ed(EventArgs e)
at System.Windows.Forms.Control.UpdateBound s(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
at System.Windows.Forms.Control.UpdateBound s()
at System.Windows.Forms.Control.WmWindowPos Changed(Message& m)
at System.Windows.Forms.Control.WndProc(Mes sage& m)
at System.Windows.Forms.ControlNativeWindow .OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow .WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
WorldWind
Assembly Version: 1.2.1720.24886
Win32 Version: 1.2.1720.24886
CodeBase: file:///C:/Program%20Files/NASA/World%20Wind%20v1.2/WorldWind.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
WorldLayers
Assembly Version: 1.0.1720.24886
Win32 Version: 1.0.1720.24886
CodeBase: file:///C:/Program%20Files/NASA/World%20Wind%20v1.2/WorldLayers.DLL
----------------------------------------
Altova.XML
Assembly Version: 1.0.1720.24885
Win32 Version: 1.0.1720.24885
CodeBase: file:///C:/Program%20Files/NASA/World%20Wind%20v1.2/Altova.XML.DLL
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
Altova
Assembly Version: 1.0.1720.24885
Win32 Version: 1.0.1720.24885
CodeBase: file:///C:/Program%20Files/NASA/World%20Wind%20v1.2/Altova.DLL
----------------------------------------
Microsoft.DirectX
Assembly Version: 1.0.1901.0
Win32 Version: 5.3.0000001.1126 built by: DIRECTX
CodeBase: file:///C:/Program%20Files/NASA/World%20Wind%20v1.2/Microsoft.DirectX.DLL
----------------------------------------
WorldWindow
Assembly Version: 1.2.1720.11954
Win32 Version: 1.2.1720.11954
CodeBase: file:///C:/Program%20Files/NASA/World%20Wind%20v1.2/WorldWindow.DLL
----------------------------------------
Microsoft.DirectX.Direct3DX
Assembly Version: 1.0.1901.0
Win32 Version: 5.3.0000001.1126 built by: DIRECTX
CodeBase: file:///C:/Program%20Files/NASA/World%20Wind%20v1.2/Microsoft.DirectX.Direct3DX.DLL
----------------------------------------
Microsoft.DirectX.Direct3D
Assembly Version: 1.0.1901.0
Win32 Version: 5.3.0000001.1126 built by: DIRECTX
CodeBase: file:///C:/Program%20Files/NASA/World%20Wind%20v1.2/Microsoft.DirectX.Direct3D.DLL
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.

TomServo
10-12-2004, 12:27 AM
What version of .net/DirectX do you have installed? (I run it just fine in 2K)

gannimed
10-12-2004, 05:58 AM
Originally posted by TomServo@Oct 12 2004, 12:27 AM
What version of .net/DirectX do you have installed? (I run it just fine in 2K)
Quoted post



I got the same problem.

Direct x is installed an .net also.
i tried to fix it with jit debugging when i set the
last sentence from false to true.. but it doesn`t work anyway.
dsl router has no proxy.


w2k sp4 enouhgt space and ram.. big engine 2,5 ghz.. i stil got no idea

I´m cleaning my registry now.

:(

any idea..?

Greating sven

cmaxwell
10-12-2004, 11:48 PM
Originally posted by gannimed@Oct 11 2004, 08:58 PM
I got the same problem.

Direct x is installed an .net also.
i tried to fix it with jit debugging when i set the
last sentence from false to true.. but it doesn`t work anyway.
dsl router has no proxy.
w2k sp4 enouhgt space and ram.. big engine 2,5 ghz.. i stil got no idea

I´m cleaning my registry now.

:(

any idea..?

Greating sven
Quoted post


did you install directX with the World Wind installer or separately? Mainly I need to know if "Managed" directX was installed because it's not installed by default

david_amer
10-13-2004, 09:03 AM
Ive come accross this problem as well but it seems only to happen to me when i have alot of other windows open (about 6 internet explorer windows seems to do it) but as soon as i close most of the others down (not minimise) it works ok, i can only assume that it is somthing to do with dodgy drivers, a lack of memory somewhere (graphics in my case) or a dodgy .net framework. unfortuanatly only microsoft and the hardware venders can fix that.

btw im running xp with a radeon 9200, 512 ram and an athlon 64

cmaxwell
10-17-2004, 05:30 PM
not sure if you fixed the problem, but if you've updated your video card drivers and it still doesn't work, it could be your that your video card is not directx 9 compatible.

gradyr
10-21-2004, 02:45 AM
Originally posted by cmaxwell@Oct 17 2004, 11:30 AM
not sure if you fixed the problem, but if you've updated your video card drivers and it still doesn't work, it could be your that your video card is not directx 9 compatible.
Quoted post


I went to Microsoft.com and downloaded & installed the latest DirectX and .Net packages. No Joy.