Author Topic: Run Time Error  (Read 3328 times)

Offline Charles

  • Bot Neophyte
  • *
  • Posts: 2
    • View Profile
Run Time Error
« on: February 10, 2010, 08:24:06 PM »
Hello everyone,

Could someone please tell me what I need to do to fix this error:

Run time error '339':

Component 'RICHTX32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid.

It does this every time I try to start a new simulation.

When I was installing the program I tried to install it on my flashdrive. I follow the instructions exactly and updated the default settings file. However that error continued to pop up so I uninstalled in and tried to put it in the program files like it would do on its own but the error still popped up.

I'm using Windows Vista.

Any help will be appreciated.

NOTE: I'm fairly new to programming so sorry if this is a stupid question.

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
Run Time Error
« Reply #1 on: February 11, 2010, 01:50:40 AM »
First, make sure you've run the installer as an administrator.  If that doesn't work, you'll need to install some VB6 run time libraries which don't come pre packaged with windows.  See this topic.

Offline Charles

  • Bot Neophyte
  • *
  • Posts: 2
    • View Profile
Run Time Error
« Reply #2 on: February 11, 2010, 04:08:43 PM »
Quote from: Numsgil
First, make sure you've run the installer as an administrator.  If that doesn't work, you'll need to install some VB6 run time libraries which don't come pre packaged with windows.  See this topic.

It's still not working. When I try to run the exe this pops up:

Quote
RegSvr32

To register a module, you must provide a binary name.

Usage: regsvr32 [/u] [/s] [/n] [/i[:cmdline]] dllname
/u -Unregister server
/s -Silent; display no message boxes
/i -Call DllInstall passing it an optional [cmdline];
when used with /u calls dll uninstall
/n -do not call DllRegisterServer; this option must be used with /i

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
Run Time Error
« Reply #3 on: February 11, 2010, 04:38:13 PM »
When you run the installer?