BTBHD is now in Beta!

T

Travlar

  • Travlar

BTBHD is now in Beta. If you would like to give it a try, please feel free to do so. Please read the launch page first and make sure you have Google Earth installed and the .NET framework 2.0 installed.

This is a no thrills version and you have to put your KML file in a certain directory to have BTBHD read it.

I hope this works as well for you as it has for me. If you place your "nodes" too close while you make your path in Google Earth, you can get some very big jumps in elevation. I found that once the track was imported into BTB, I was able to delete some nodes to smooth out the transitions.

BTBHD 1.0.0.11 can be installed from the link below.

http://www.microvoxsoftware.com and go to the Download Section.

Thanks
 
  • Travlar

thanks yes, i have it installed ,,so i assume the registery on gE has gone,so i reinstalled tonight.

thanks
ED

You don't have to install if you already have Google Earth installed. You can follow the directions to use the /RegServer command and that should do it. Of course, if you uninstall and install Google Earth again, it may or may not register the COM. I would attempt the /RegServer command line first to save time.

Let me know.

Thanks,
 
it ok travlar, i had to reinstalled has i switch to vista, from xp so the registery was only shown the new programs installed, not the programs on the second hdd that was installed with xp.

can't use the command line prompt, has i need the admin rights of drive. C :lol so it always fails when i try.

ed
 
  • Travlar

it ok travlar, i had to reinstalled has i switch to vista, from xp so the registery was only shown the new programs installed, not the programs on the second hdd that was installed with xp.

can't use the command line prompt, has i need the admin rights of drive. C :lol so it always fails when i try.

ed

Banger, if it is still not working for you, try this little trick. Go to your shortcut on your desktop for GoogleEarth and right-click. Then go to properties. Then under Target: move to the end and type /RegServer so it looks like this "C:\Program Files\Google\Google Earth\googleearth.exe" /RegServer and then click OK.

Start Google Earth by clicking on the icon and it should register for you. Then quit Google Earth and remove the /RegServer from the Target and you should be good to go.

Let me know.

Thanks
 
regserver worked okay, now the next bit.
System.Exception: Cannot create ActiveX component.
at Microsoft.VisualBasic.Interaction.CreateObject(String ProgId, String ServerName)
at BTBHD.Form1.Form1_Load(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
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.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.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
BTBHD
Assembly Version: 1.0.0.8
Win32 Version: 1.0.0.8
CodeBase: file:///C:/Users/Banger/AppData/Loc...6ab94094_0001.0000_6f568171d24139a7/BTBHD.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSI...0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSI....0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSI..._b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
Interop.EARTHLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/Banger/AppData/Loc...01.0000_6f568171d24139a7/Interop.EARTHLib.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.
 
  • Travlar

regserver worked okay, now the next bit.

Banger, I assume that you were able to pick your folder and file name, correct?

It looks as if the error occurred at the point when I create and reference the COM object for Google Earth.

I will look at the Google Earth documents to see if I can find out more about the /RegServer command. I am wondering if you have to do a restart after you issue the command. Let me dig a little deeper and get back to you.

Thanks,
 
i give a little description, on that error.

althought the error came up first the activex component did display.but i couldn't close it down.has there was no little [X] box in top right hand of window,

hope that helps
ed
 
  • Travlar

i give a little description, on that error.

althought the error came up first the activex component did display.but i couldn't close it down.has there was no little [X] box in top right hand of window,

hope that helps
ed

Banger,

Going through the forums on Google, I see that some other people running 64 bit versions of Windows are having the same issue.

I made a small change to the way I call the FolderBrowserDialog. Let's see if this fixes it for you. I will get it online in the next 15 minutes.

UPDATE:

Well I tested it and it works fine on a 32 bit system. It gives me problems on a 64 bit version. I really don't know what the problem is as some people that run 64 bit systems said it worked for them. I will look and see if I can find a solution. Sorry Banger.

Thanks,
 
I get this error message, i will look at it this evening.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentException: Value does not fall within the expected range.
at EARTHLib.IApplicationGE.SetCameraParams(Double lat, Double lon, Double alt, AltitudeModeGE altMode, Double Range, Double Tilt, Double Azimuth, Double speed)
at BTBHD.Form1.gethdnow(Object llon, Object llat, Object allt)
at BTBHD.Form1.Form1_Load(Object sender, EventArgs e)
at System.EventHandler.Invoke(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 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.3603 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
BTBHD
Assembly Version: 1.0.0.11
Win32 Version: 1.0.0.11
CodeBase: file:///C:/Documents and Settings/e...6ab94094_0001.0000_8005038fd54c7f6d/BTBHD.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSI...0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSI....0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSI..._b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
Interop.EARTHLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Documents and Settings/e...01.0000_8005038fd54c7f6d/Interop.EARTHLib.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.
 
  • Tistouuu35

Hi! :smile:

I have a problem...
The website does not work.
How can I do to download the software?

Thank's!
 
Had this program myself,worked great & suddenly stopped working.
Deleted program,went for fresh install & I cant find it.
Said to myself,"Self,dont sweet,sweaty.I'll follow the links"
Problem,no link I can find works now. What the.....?
Would realy,REALY like to find a copy of it again.
"Dont throw out yer ol'bits 'til you know that, not only do yer new bits work,you CAN get 'em"
Just goes to show!
Best of luck,BLeeK
 
Gday R Soul,
Found BTB Lofty & downloaded successfully.
Now heres the but...
When I load the .KML file into Lofty it keeps coming up with "Unable to find a valid path in the KML file".
Any Ideas as to what Im doing wrong?
Is there anything special I should be doing?
Please help,Im starting to get fed up with this caper.
BLeeK
PS.How do I get Goggle Earth to save the file where I want rather then in its own folder?
 

Latest News

What would make you race in our Club events

  • Special events

    Votes: 52 27.4%
  • More leagues

    Votes: 33 17.4%
  • Prizes

    Votes: 37 19.5%
  • Trophies

    Votes: 21 11.1%
  • Forum trophies

    Votes: 11 5.8%
  • Livestreams

    Votes: 28 14.7%
  • Easier access

    Votes: 105 55.3%
  • Other? post your reason

    Votes: 30 15.8%
Back
Top