With last update Blue Iris 5 will not load

Skinny1

Getting the hang of it
Joined
Jul 10, 2016
Messages
271
Reaction score
49
With last update, Blue Iris 5 will not load and I get this message.

Run-time error "339':
Component "TABCTL32.OCX" or one of its dependencies not correctly registered: a file is missing or invalid

Any idea's? I'd been running Blue Iris for over 4 years.
 

SpacemanSpiff

Known around here
Joined
Apr 15, 2021
Messages
1,480
Reaction score
2,518
Location
USA
With last update, Blue Iris 5 will not load and I get this message.

Run-time error "339':
Component "TABCTL32.OCX" or one of its dependencies not correctly registered: a file is missing or invalid

Any idea's? I'd been running Blue Iris for over 4 years.
Might be this simple:

To fix this, you will need to register the tabctl32.ocx file. Follow the steps below to register it:
  1. Open a Command Prompt window.
    • If you don't have administrator rights, you may need to open this up using the 'Run As Administrator' option by right clicking on the program.
  2. Navigate to one of the following locations:
    • If on a 32 bit operating system, navigate to ?:\windows\system32.
    • If on a 64 bit operating system, navigate to ?:\windows\syswow64.
      • ? = the drive that the folder resides on.
  3. Type regsvr32 TABCTL32.OCX and press ENTER.
    • You will get a confirmation message that it was successfully registered.
 

SpacemanSpiff

Known around here
Joined
Apr 15, 2021
Messages
1,480
Reaction score
2,518
Location
USA
...
  1. Type regsvr32 TABCTL32.OCXand press ENTER.
    • You will get a confirmation message that it was successfully registered.
the command above is not case-sensitive, it was displayed as upper-case to ensure there was no confusion between lower-case "L" and "1"
 

Skinny1

Getting the hang of it
Joined
Jul 10, 2016
Messages
271
Reaction score
49
the command above is not case-sensitive, it was displayed as upper-case to ensure there was no confusion between lower-case "L" and "1"
I am having the same issue. This time when I typed regsvr32 TABCTL32.OCX I get a failed to load error.


Rick
 
Top