Author Topic: TGL Editor Error  (Read 3058 times)

Offline Kirk

  • Posts: 1438
  • Cookies: 139
    • My Released Mods
TGL Editor Error
« on: August 02, 2008, 11:53:35 AM »
The TGL editor, found here, gives me this problem when I try to run the program. I am unsure what to do to fix this.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: TGL Editor Error
« Reply #1 on: August 02, 2008, 02:32:11 PM »
Try not installing it to C:\Program Files if you are using Vista.

But it's quite possible you are missing a VB runtime (or something like that).
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline Kirk

  • Posts: 1438
  • Cookies: 139
    • My Released Mods
Re: TGL Editor Error
« Reply #2 on: August 02, 2008, 05:05:41 PM »
I installed it to C:\TGL Editor and the same error occurs.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: TGL Editor Error
« Reply #3 on: August 02, 2008, 07:13:51 PM »
Try writing this in the command line:
Code: [Select]
regsvr32 comdlg32.ocx
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline Kirk

  • Posts: 1438
  • Cookies: 139
    • My Released Mods
Re: TGL Editor Error
« Reply #4 on: August 02, 2008, 08:07:34 PM »
What do you mean by this? Do I add it to the shortcut path like one would to enter testmode?

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: TGL Editor Error
« Reply #5 on: August 02, 2008, 08:18:27 PM »
In the command line/prompt.

In case of Vista (which I think you use): Start/Orb->The search bar->cmd->Enter
Then type in the text above and press Enter.

In case of XP: Start->Run->cmd->Enter
Then type in the text above and press Enter.
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline Kirk

  • Posts: 1438
  • Cookies: 139
    • My Released Mods
Re: TGL Editor Error
« Reply #6 on: August 02, 2008, 08:24:36 PM »
Here is the result.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: TGL Editor Error
« Reply #7 on: August 02, 2008, 08:26:55 PM »
It's .ocx not .ovx
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline Kirk

  • Posts: 1438
  • Cookies: 139
    • My Released Mods
Re: TGL Editor Error
« Reply #8 on: August 02, 2008, 08:28:48 PM »
dang, that's my fourth typo :x

Received the same error, just properly spelled.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: TGL Editor Error
« Reply #9 on: August 02, 2008, 08:33:14 PM »
Then it would appear you don't have that file, it's odd, since it's a standard file in Windows.

Try navigating to your System32 directory in the Windows dir.
You use cd .. to go up and cd <<dir name>> to go down the directory tree, <<drive letter>>: to change drives.

And try again.
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline Kirk

  • Posts: 1438
  • Cookies: 139
    • My Released Mods
Re: TGL Editor Error
« Reply #10 on: August 02, 2008, 08:37:50 PM »
again, same results
Also, you were correct that I am using Vista.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: TGL Editor Error
« Reply #11 on: August 03, 2008, 07:06:01 AM »
Have you tried the things outlined here:
http://forums.msdn.microsoft.com/en-US/clr/thread/1b2cb9ec-c984-4359-a787-1dfc8a9c071b/

Especially the last post (of that page atleast) is of interrest.
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline Kirk

  • Posts: 1438
  • Cookies: 139
    • My Released Mods
Re: TGL Editor Error
« Reply #12 on: August 03, 2008, 09:01:00 AM »
Hey MLeo, you said
But it's quite possible you are missing a VB runtime (or something like that).
Does this mean a visual basic file? I do have a visual basic 6.0 install disc that I haven't installed yet, should I? Also, I tried the last suggestion, and no luck. I would have download the file in question from the link on page one, but McAfee has red-flagged the site.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: TGL Editor Error
« Reply #13 on: August 03, 2008, 09:03:19 AM »
Try installing the VB6 Runtime (you don't actually have to install VB6, just the runtime).

I do find it rather odd, since comdlg is a standard library in Windows (has been since Windows 95 or maybe even earlier).
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline Kirk

  • Posts: 1438
  • Cookies: 139
    • My Released Mods
Re: TGL Editor Error
« Reply #14 on: August 03, 2008, 09:41:21 AM »
Install vb and everything works fine now, thanks a bunch for your help MLeo.