I'm getting this error:
Can't find DSP file Multi VU-Meter 6 - Please check installation
When i load STM 2448 under SFP 3.1
Tried reinstalling many times and even removing & reinstalling. Since I prefer to use the Pulsarmixer, this is annoying.
Any ideas?
Bump
<font size=-1>[ This Message was edited by: valis on 2002-05-12 19:29 ]</font>
Error: Can't find DSP file Multi VU-Meter 6 HELP!!!
found the following files set with the attributes HSAO (Hidden, system, archive and I've don't know O):
C:SFPAppApplicationIOs
(3,504) Elektra Analog Dest.io
C:SFPAppApplicationIOsHardware
(1,958) Elektra SP-DIF Source.io
C:SFPAppDsp
(9,005) 16ADD.dsp
(34,515) asioInputMonitor32.dsp
(880) FlipFlop_SR_level-reset.nfo
(27) fmsine-c.nfo
(24) L8WOSC3.nfo
(5,176) MIXVOICE.DSP
(24) rawpwm.nfo
(15,966) S5K-FB2.dsp
(6,766) UNPXCLI.dsp
(9,091) vumulti16.nfo
(8,611) vumulti6.dsp
(11,386) WT35.DSP
(4,427) z2_dai.dsp
C:SFPAppScript
(177) ClickButtonDyn.pep
(10,297) EffectText.pep
(8,502) GridEditor.pep
(739) IniIntInterface.pep
(450) InOutCurve.pep
(254) PadChangeDetect.pep
(4,915) SimpleADSRCurve.pep
C:SFPAppScriptApp
(847) IOBase.pep
C:SFPAppScriptControls
(6,073) MatrixEditor.pep
C:SFPAppVxd
(9,264) WaveOu16.vxd
Total Files Listed:
25 File(s) 152,878 bytes
I'm going to reset -H -S and see if it'll work. Attrib won't do -O so I hope that won't cause any conflicts...
C:SFPAppApplicationIOs
(3,504) Elektra Analog Dest.io
C:SFPAppApplicationIOsHardware
(1,958) Elektra SP-DIF Source.io
C:SFPAppDsp
(9,005) 16ADD.dsp
(34,515) asioInputMonitor32.dsp
(880) FlipFlop_SR_level-reset.nfo
(27) fmsine-c.nfo
(24) L8WOSC3.nfo
(5,176) MIXVOICE.DSP
(24) rawpwm.nfo
(15,966) S5K-FB2.dsp
(6,766) UNPXCLI.dsp
(9,091) vumulti16.nfo
(8,611) vumulti6.dsp
(11,386) WT35.DSP
(4,427) z2_dai.dsp
C:SFPAppScript
(177) ClickButtonDyn.pep
(10,297) EffectText.pep
(8,502) GridEditor.pep
(739) IniIntInterface.pep
(450) InOutCurve.pep
(254) PadChangeDetect.pep
(4,915) SimpleADSRCurve.pep
C:SFPAppScriptApp
(847) IOBase.pep
C:SFPAppScriptControls
(6,073) MatrixEditor.pep
C:SFPAppVxd
(9,264) WaveOu16.vxd
Total Files Listed:
25 File(s) 152,878 bytes
I'm going to reset -H -S and see if it'll work. Attrib won't do -O so I hope that won't cause any conflicts...
Seem to have fixed it. Just fyi
removed everything but the "O" (if anyone knows how to remove that I'll do it too) and now the 2448 will load without incident.
Things *Seem* to work so far, I'll start loading up some old projects and post back in a day or two if everything's fine (or as soon as I encounter an issue...
Ty for the info mixerman ;]
Code: Select all
attrib -r -s /s c:sfp*.*
Things *Seem* to work so far, I'll start loading up some old projects and post back in a day or two if everything's fine (or as soon as I encounter an issue...
Ty for the info mixerman ;]
Simplest way to change file attributes (besides simply typing or pasting that line above into a DOS window):
In a Windows Explorer file browsing window (Winkey-E is one quick way to open one) pull up your SFP directory.
Select all the files (Edit>Select All, or simply Control-A), click properties, and uncheck Readonly and System boxes. Press okay.
<font size=-1>[ This Message was edited by: subhuman on 2002-08-28 12:16 ]</font>
In a Windows Explorer file browsing window (Winkey-E is one quick way to open one) pull up your SFP directory.
Select all the files (Edit>Select All, or simply Control-A), click properties, and uncheck Readonly and System boxes. Press okay.
<font size=-1>[ This Message was edited by: subhuman on 2002-08-28 12:16 ]</font>
Just thought I'd add a reply here since this was linked in the CWA forums...
In xp sp1 i've found that I cannot modify the system attribute via the gui so...
open a command prompt (start>run>"cmd.exe") and change dir to your sfp root dir (cd c:sfp) and then type:
attrib -s -h /s /d
should fix any issues.
In xp sp1 i've found that I cannot modify the system attribute via the gui so...
open a command prompt (start>run>"cmd.exe") and change dir to your sfp root dir (cd c:sfp) and then type:
attrib -s -h /s /d
should fix any issues.