Page 1 of 1

SDK5.1 screws up standalone ASIO (XTC) -here's how to fix it

Posted: Mon Mar 09, 2015 1:41 pm
by pranza
Having Scope v 5.1 and installing SDK 5.1 afterwards, standalone ASIO mode in which you can load XTC plugins doesn't work - the driver cannot be found.

It is caused by SDK's setup overwriting some registry values with wrong data.
Start regedit and search for DD320B40-17F0-11d2-9CAD-006097A97422

There you will find InprocServer32 subkey and see the 'default' value under it.
It may say C:\Program Files\SCOPE SDK PCI\App\bin\AsioScope64.dll
It's wrong! Make sure that it points to your main Scope installation path, not SDK, so that it reads C:\Program Files\SCOPE PCI\App\bin\AsioScope64.dll

That is for Scope under 64bits, adjust for 32 accordingly :)

Re: SDK5.1 screws up standalone ASIO (XTC) -here's how to fi

Posted: Mon Mar 09, 2015 1:44 pm
by jksuperstar
Pranza, thanks!

This is good information to have!