World Wind Forums

Go Back   World Wind Forums > Community > Add-ons & Scripts

Add-ons & Scripts Find add-ons, scripts, and utilities for World Wind.

Reply
 
Thread Tools Display Modes
Old 08-29-2005, 08:48 PM   #21
geodan
World Wind Developer
 
geodan's Avatar
 
Join Date: Aug 2005
Location: United States
Posts: 358
geodan
Thumbs down

I have experienced an error. The description is attached. It happens on startup.I like the idea of your add-on, I can't wait to use it (when it works).

I am using 1.3.2 by the way.
Attached Files
File Type: txt GPS2WW_StartupERROR.txt (4.7 KB, 510 views)
geodan is offline   Reply With Quote
Old 09-03-2005, 06:17 AM   #22
Guest
Guest
 
Posts: n/a
Default

Quote:
Originally posted by geodan@Aug 29 2005, 11:48 AM
I have experienced an error. The description is attached. It happens on startup.I like the idea of your add-on, I can't wait to use it (when it works).

I am using 1.3.2 by the way.
Hi,
Perhaps you have opened GPS2WW twice? If not, delete 'C:\Documents and Settings\dan.INSTITUTE\Application Data\Kaufi.ch\GPS2WorldWind 0.9\Config.xml and try to start GPS2WW.

Greysi
  Reply With Quote
Old 09-03-2005, 06:25 AM   #23
Greysi
Member
 
Join Date: May 2005
Location: Switzerland
Posts: 64
Greysi
Post

I will be in the vacation with my enduro motobike the next two weeks in eastern Europe without a internet connection! So I'll answer your questings later.

Greysi
Greysi is offline   Reply With Quote
Old 09-08-2005, 01:04 AM   #24
Guest_Paul_*
Guest
 
Posts: n/a
Default

I've emailed this to the author, but in case someone else can help, I'll post here, too...

This program used to work fine. But I reformatted my computer and then installed the newest versions of WW and GPS2WW, and now it won't work....

When I start the program I get: a "Microsoft .NET Framework" error. The "Details" are appended below. If I click continue, the program goes on, but then I get a different error when I try to import waypoints from a GPX file.

Any suggestions?

Thanks,

-Paul
---------------------
Error Details:

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

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at GPS2WorldWind.MruList.performMru()
at GPS2WorldWind.F_Main.F_Main_Load(Object eventSender, EventArgs eventArgs)
at System.Windows.Forms.Form.OnLoad(EventAr gs e)
at System.Windows.Forms.Form.OnCreateContro l()
at System.Windows.Forms.Control.CreateContr ol(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateContr ol()
at System.Windows.Forms.Control.WmShowWindo w(Message& m)
at System.Windows.Forms.Control.WndProc(Mes sage& m)
at System.Windows.Forms.ScrollableControl.W ndProc(Message& m)
at System.Windows.Forms.ContainerControl.Wn dProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(M essage& m)
at System.Windows.Forms.Form.WndProc(Messag e& 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.2032
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
GPS2WorldWind
Assembly Version: 0.9.27.32296
Win32 Version: 0.9.27.32296
CodeBase: file:///C:/Program%20Files/kaufi.ch/GPS2WorldWind/GPS2WorldWind.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/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.2032
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 7.0.5000.0
Win32 Version: 7.10.6001.4
CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.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.
  Reply With Quote
Old 09-25-2005, 08:39 AM   #25
Greysi
Member
 
Join Date: May 2005
Location: Switzerland
Posts: 64
Greysi
Default

Hi,

In Version 0.9.27 is a bug. The entries in the WW layer manager will not be created. So you can't activate the GPS-Tracks-Layer. If you used an older version first, you have no troubles.

I fixed this bug and put a new MSI file to my homepage (0.9.27a).

Greysi.
Greysi is offline   Reply With Quote
Old 09-25-2005, 08:50 AM   #26
Greysi
Member
 
Join Date: May 2005
Location: Switzerland
Posts: 64
Greysi
Default

Quote:
Originally posted by Guest_Paul_*@Sep 8 2005, 01:04 AM
I've emailed this to the author, but in case someone else can help, I'll post here, too...

This program used to work fine. But I reformatted my computer and then installed the newest versions of WW and GPS2WW, and now it won't work....

When I start the program I get: a "Microsoft .NET Framework" error. The "Details" are appended below. If I click continue, the program goes on, but then I get a different error when I try to import waypoints from a GPX file.

Any suggestions?

Thanks,

-Paul...
Hi Paul

I have no explanation for this. Is GPS2WorldWind the only application with problems on your computer or does other .Net-Programs also make troubles?

If there are others with similar problems, please contact me.

Greysi.
Greysi is offline   Reply With Quote
Old 09-25-2005, 11:34 PM   #27
Guest
Guest
 
Posts: n/a
Default

Quote:
Originally posted by Greysi@Sep 24 2005, 11:50 PM
Hi Paul

I have no explanation for this. Is GPS2WorldWind the only application with problems on your computer or does other .Net-Programs also make troubles?
I haven't seen anything like that on any other program. (I don't actually know what programs use .NET, though. But WorldWind works fine.)

BTW, I just tried 27a, and it did the same thing. (I uninstalled 27 first, and deleted the kaufi.ch application data directory, before installing.)

-Paul
  Reply With Quote
Old 09-26-2005, 08:00 PM   #28
Greysi
Member
 
Join Date: May 2005
Location: Switzerland
Posts: 64
Greysi
Default

Quote:
Originally posted by Guest@Sep 25 2005, 11:34 PM
I haven't seen anything like that on any other program. (I don't actually know what programs use .NET, though. But WorldWind works fine.)

BTW, I just tried 27a, and it did the same thing. (I uninstalled 27 first, and deleted the kaufi.ch application data directory, before installing.)

-Paul
Hi Paul

It seems, that I found the bug. I send you a new exe file by mail. Please replace the existing GPS2WorldWind.exe in your Directory C:\Program Files\Kaufi.ch\GPS2WorldWind and try to start GPS2WorldWind.

Please let me know, if it works or not.

Regards,
Greysi
Greysi is offline   Reply With Quote
Old 09-27-2005, 12:42 AM   #29
Guest
Guest
 
Posts: n/a
Default

Quote:
Originally posted by Greysi@Sep 26 2005, 11:00 AM
Hi Paul

It seems, that I found the bug. I send you a new exe file by mail. Please replace the existing GPS2WorldWind.exe in your Directory C:\Program Files\Kaufi.ch\GPS2WorldWind and try to start GPS2WorldWind.

Please let me know, if it works or not.

Regards,
Greysi
Worked like a charm! Thanks a lot!

-Paul
  Reply With Quote
Old 09-27-2005, 05:51 PM   #30
Greysi
Member
 
Join Date: May 2005
Location: Switzerland
Posts: 64
Greysi
Post

Quote:
Originally posted by Guest@Sep 27 2005, 12:42 AM
Worked like a charm! Thanks a lot!

-Paul
Hi

The bug has been fixed in Version 0.9.27b which you can download from my website.

Greysi
Greysi is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Add-On: GPS-Tracks and Waypoints Stephan Kaufmann Add-ons & Scripts 38 11-22-2005 04:50 PM


All times are GMT +1. The time now is 07:05 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.