Tcl Debugger throwing errors with Komodo IDE 12

Hi
I am trying to use Komodo IDE 12 to debug by Tcl script.
I am getting the below error on starting the debug mode.
Any help will be appreciated. The path in the rror is not right - the path continues beyond the debugger .exe file:

C:/Program Files (x86)/ActiveState Komodo IDE 12/lib/support/tcl/dbgp_tcldebug-x86_64.exe/entry.tcl: The TclPro ByteCode Loader is not available or does not support the correct version – couldn’t load library “C:/Program Files (x86)/ActiveState Komodo IDE 12/lib/support/tcl/dbgp_tcldebug-x86_64.exe/lib/P-win32-x86_64/tbcload1.7/tbcload17.dll”: No error
while executing
“source $startup”
(file “C:/Program Files (x86)/ActiveState Komodo IDE 12/lib/support/tcl/dbgp_tcldebug-x86_64.exe/main.tcl” line 38)

The conflict between 32 and 64 libraries is very probable. You cannot mix libraries of different architectures.

Sorry i didnt get that - u mean i have the wrong komodo IDE installed?