There is a conflict between our audio extraction DLLs and the Tradestation software. Since a handful of our customers also use Tradestation, I have personally contacted Tradestation on this matter. They have refused to work on the issue with us. Their software is not available without setting up an brokerage account, and they are unwilling to otherwise provide us with the software. I strongly suggest that you contact Tradestation and file a bug report.

It is possible to partially cripple Replay Media Catcher and then Tradestation will work. You will not be able to use the audio recording feature, but the regular downloading features of RMC5 will still work.

1. Open an Administrative command prompt (In the Start run box enter "cmd" and then Ctrl+Shift+Enter)
2. In the command prompt type

cd "C:\Windows\Jaksta\AC\x64"
rundll32 jaudcap.dll,Setup uninstall
cd "C:\Windows\Jaksta\AC\x86"
rundll32 jaudcap.dll,Setup uninstall

This will remove the audio capturing ability of RMC and should allow your program to run.

If you want to re-enable audio recording, do the following:
1. Open an Administrative command prompt (In the Start run box enter "cmd" and then Ctrl+Shift+Enter)
2. In the command prompt type

cd "C:\Windows\Jaksta\AC\x64"
rundll32 jaudcap.dll,Setup install
cd "C:\Windows\Jaksta\AC\x86"
rundll32 jaudcap.dll,Setup install