why does this message appears after a fresh install?
it appears when loading some synths.
actually i tryied to find it on scopes files and drop it into the folder but there is not such DSP file with that name: as MUX 2, MUX 2 or whatever....
Can't find DSP file as MUX 2 - Please check installation
it appears because your operating system (or what is called 'OS') is a big brown pile...
It's not Scope but Win2k/XP, probably something with the user-rights-file-access-management that M$ never got right (imho).
the 'filenames' in the message to not refer to 'true' filenames, which are abbreviated and somewhat cryptical to read, but to the corresponding 'descriptive name' according to the dsp.idx database.
the problem is usually cured by setting a file attribute on all files in the dsp folder with the 'attrib' command.
Valis has posted the solution long, long time ago - you should be able to search it (for attrib)
cheers, Tom
here it is
It's not Scope but Win2k/XP, probably something with the user-rights-file-access-management that M$ never got right (imho).
the 'filenames' in the message to not refer to 'true' filenames, which are abbreviated and somewhat cryptical to read, but to the corresponding 'descriptive name' according to the dsp.idx database.
the problem is usually cured by setting a file attribute on all files in the dsp folder with the 'attrib' command.
Valis has posted the solution long, long time ago - you should be able to search it (for attrib)
cheers, Tom
here it is
<font size=-1>[ This Message was edited by: astroman on 2006-05-28 09:29 ]</font>On 2005-03-06 08:25, valis wrote:
Start > Run > "Cmd.exe"
then type: "attrib -r -s -h /s /d C:Sfp"
(don't type the quotes)