Microsoft Research Community

i have this problem

This post has 19 Replies | 4 Followers

Top 150 Contributor
Posts 6
Gugugaga Posted: 05-13-2008 10:16 PM

when i launch WWT after changing the Internet Proxy.

It goes into "Initializing Data.." for a loooong time.

then this windows pops up 

 

Microsoft .NET Framework

Unhandled exception has occured in a component in your application. If you click continue, the application will ignore this error and attempt to continue.

 Index was outside the bounds of the array.

 

(i copy the whole list of details.. i hope it helps)

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

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at TerraViewer.TourPlace..ctor(String input, Boolean sky)
   at TerraViewer.Places.GetPlaceList()
   at TerraViewer.ContextSearch.InitializeDatabase(Boolean sky)
   at TerraViewer.Earth3d.Earth3d_Load(Object sender, EventArgs e)
   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 TerraViewer.Earth3d.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)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
WWTExplorer
    Assembly Version: 2.1.6.1
    Win32 Version: 2.1.06.1
    CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/WWTExplorer.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.DirectX.DirectInput
    Assembly Version: 1.0.2902.0
    Win32 Version: 5.04.00.2904
    CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.DirectX.DirectInput/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.DirectInput.dll
----------------------------------------
Microsoft.DirectX
    Assembly Version: 1.0.2902.0
    Win32 Version: 5.04.00.2904
    CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.DirectX.Direct3D
    Assembly Version: 1.0.2902.0
    Win32 Version: 9.05.132.0000
    CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.DirectX.Direct3D/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3D.dll
----------------------------------------
Microsoft.DirectX.Direct3DX
    Assembly Version: 1.0.2911.0
    Win32 Version: 9.12.589.0000
    CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.DirectX.Direct3DX/1.0.2911.0__31bf3856ad364e35/Microsoft.DirectX.Direct3DX.dll
----------------------------------------
AstroCalc
    Assembly Version: 2.1.6.1
    Win32 Version:
    CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/AstroCalc.DLL
----------------------------------------
msvcm80
    Assembly Version: 8.0.50727.762
    Win32 Version: 8.00.50727.762
    CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.762_none_10b2f55f9bffb8f8/msvcm80.dll
----------------------------------------
WWTThumbnails
    Assembly Version: 2.1.1.0
    Win32 Version: 2.1.01.0
    CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/WWTThumbnails.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (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 computer
rather than be handled by this dialog box.


 

Top 10 Contributor
Posts 187

Try reinstalling your .NET Framework from here: http://www.microsoft.com/net/ Please stop back and let us know if it works.

 

Thank you

"The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!', but 'That's funny...'" Isaac Asimov Microsoft Research<

Top 150 Contributor
Posts 6

hey man..

i installed the 3.5 thingy.. .Net..

the error message still there..

 Help me get to space! :)

Top 10 Contributor
Posts 187

Gugugaga:

hey man..

i installed the 3.5 thingy.. .Net..

the error message still there..

 Help me get to space! :)

Hi,

 

You need to install .Net version 2.0 you can find it here: http://www.microsoft.com/net/Framework2.aspx  Sorry for the confusion. Smile

 

"The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!', but 'That's funny...'" Isaac Asimov Microsoft Research<

Top 150 Contributor
Posts 6

 hey, i downloaded

Microsoft .NET Framework Version 2.0 Redistributable Package (x64)

but i couldn't Uninstall and Install again, because it's already part of the installation.. whatever..

right now the WWT intiallised over and over..

 

OOOOK.. this is taking too much time :)

Will wait for the SUMMER BETA..  sorry guys.. i really love to try.. it look so pretty.... but it's too troublesome.. :(

for now, i will stay on Earth.

moses

 

 

Top 10 Contributor
Posts 187

Hi Moses,

We will be here if you want to keep trying. Smile

"The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!', but 'That's funny...'" Isaac Asimov Microsoft Research<

Top 150 Contributor
Posts 6

i have the same problem

i set the jit debugging it didn't do anything

Top 150 Contributor
Posts 6

same with me 

when i interact with the program a dialogue box appears explaining an error. the details are as follows:

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.
-2005530516 (D3DERR_INVALIDCALL)
   at Microsoft.DirectX.Direct3D.Texture..ctor(Device device, Int32 width, Int32 height, Int32 numLevels, Usage usage, Format format, Pool pool)
   at TerraViewer.UiTools.LoadTextureFromBmp(Device dev, Bitmap bitmap)
   at TerraViewer.SkyLabel..ctor(Device dev, Double ra, Double dec, String text, LabelSytle style)
   at TerraViewer.Earth3d.SetLabelText(String text, Double ra, Double dec)
   at TerraViewer.ContextPanel.contextResults_ItemHover(Object sender, Object e)
   at TerraViewer.ThumbnailList.ThumbnailList_MouseMove(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseMove(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseMove(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.UserControl.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)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
WWTExplorer
    Assembly Version: 2.1.6.1
    Win32 Version: 2.1.06.1
    CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/WWTExplorer.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.DirectX.DirectInput
    Assembly Version: 1.0.2902.0
    Win32 Version: 5.04.00.2904
    CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.DirectInput/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.DirectInput.dll
----------------------------------------
Microsoft.DirectX
    Assembly Version: 1.0.2902.0
    Win32 Version: 5.04.00.2904
    CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.DirectX.Direct3D
    Assembly Version: 1.0.2902.0
    Win32 Version: 9.05.132.0000
    CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3D/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3D.dll
----------------------------------------
Microsoft.DirectX.Direct3DX
    Assembly Version: 1.0.2911.0
    Win32 Version: 9.12.589.0000
    CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3DX/1.0.2911.0__31bf3856ad364e35/Microsoft.DirectX.Direct3DX.dll
----------------------------------------
AstroCalc
    Assembly Version: 2.1.6.1
    Win32 Version:
    CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/AstroCalc.DLL
----------------------------------------
msvcm80
    Assembly Version: 8.0.50727.1433
    Win32 Version: 8.00.50727.1433
    CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.1433_x-ww_5cf844d2/msvcm80.dll
----------------------------------------
WWTThumbnails
    Assembly Version: 2.1.1.0
    Win32 Version: 2.1.01.0
    CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/WWTThumbnails.DLL
----------------------------------------
Interop.TDxInput
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/Interop.TDxInput.DLL
----------------------------------------
eu1fumix
    Assembly Version: 2.1.6.1
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Microsoft.DirectX.AudioVideoPlayback
    Assembly Version: 1.0.2902.0
    Win32 Version: 5.04.00.2904
    CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.AudioVideoPlayback/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.AudioVideoPlayback.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (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 computer
rather than be handled by this dialog box.


 

Top 10 Contributor
Posts 187

userno99:

same with me 

when i interact with the program a dialogue box appears explaining an error. the details are as follows:

 

 

Hi,

Have you tried to install or reinstall .Net version 2.0? You can find it here: http://www.microsoft.com/net/Framework2.aspx 

"The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!', but 'That's funny...'" Isaac Asimov Microsoft Research<

Top 500 Contributor
Posts 2

 I have the same problem as the original poster.  I tried reinstall .Net 2.0 as suggested and reinstall the program.  Same problem occured.  My machine is a Win XP SP2, Intel 2.4 GH, 1G ram. The program seemed to run fine on my laptop running vista with Intal Duo Core 1.6 GH 2G Ram.

I wish I can run on my destop machine to show my kid.!! 

Top 100 Contributor
Posts 8

I too am having this exact same problem.

 

I guess I'll try installing the 2.0 framework that is linked in this thread.

 

I'll let you all know how it works out for me.

 

 

Top 100 Contributor
Posts 8

which one should I download?

 I tried the 64x one and when trying to install it I got this message

 error creating process<cdocume~1\JOHNYO~1.0D1Locals~1\Temp\Install.exe<. Reason:C windows\system32\advpack.dll

 

 

 

Top 100 Contributor
Posts 8

ok I downloaded and installed the x86 version.

turned off my computer.

tried to start up the WWT and got this error message.

 Aplication has generated an exception that could not be handled

 Process ID=0xaa4 (2724), Thread ID = 0xab8 (2744)

Click ok to terminate the application

Click cancel to debug the application

 

I clicked cancel to debug.

got this message

No registered JIT debugger was specified

Click on Retry to have the process wait while attaching a debugger manually.

Click cancel to abort the JIT debug request

I clicked retry

now I'm back to "initiallizing data" again

 

 

 

Top 100 Contributor
Posts 8

alright folks

 I got it to work.

I sent a bug report and decribed my problem.

I got a reply very quickly.

The guy told me to - "

1.       Please re-install DirectX from the following Link:  http://www.microsoft.com/downloads/details.aspx?familyid=2da43d38-db71-4c1b-bc6a-9b6652cd92a3&displaylang=en

 

Let me know

 

It loaded up for me very quickly and smoothly.

I hope this works for you folks having this problem

Top 500 Contributor
Posts 2

I just installed the link. No joy same error comes up.!!!!

Page 1 of 2 (20 items) 1 2 Next > | RSS
©2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Feedback