Csound Csound-dev Csound-tekno Search About

error in consound

Date1999-07-10 07:42
Frompete moss
Subjecterror in consound
when i run the score below, i crash the win98 console version of
csound.  when i run it in gabriels direct csound, if runs fine.  i have
the latest version of each.

here is the windows error:
CSOUND caused an invalid page fault in
module CSOUND.EXE at 023f:0045d78d.
Registers:
EAX=00000000 CS=023f EIP=0045d78d EFLGS=00010246
EBX=007d0430 SS=0247 ESP=006afd88 EBP=00475a34
ECX=ffffffff DS=0247 ESI=00000005 FS=c9c7
EDX=00006372 ES=0247 EDI=00006372 GS=0000
Bytes at CS:EIP:
f2 ae f7 d1 49 3b ce 76 15 80 3c 16 3d 75 0f 56 
Stack dump:
006cc8f6 007d4b88 00000002 00000000 0041574a 00475a34 0042c48f 0047bbe0
004765a8 006afde4 007d0378 00000000 007d4660 00000034 0000001a 00000002 

after this error, it returns 'Process completed successfully'

any pointers?

:P


here is the csd file:




-W -d -o c:\csound\waves\matrix.wav
;-+O -m0 -d -+K0 -+X0 -b1000




sr=44100
kr=44100
ksmps=1
nchnls=1

instr 1

kint init 1

a11 phasor p6
a12 phasor p7
a13 phasor p8
a14 phasor p9
a15 phasor p10
a16 phasor p11
a17 phasor p12

if kint != 1 goto next2
a1 = sin(a11*6.2831853071796)
goto end
next2:
if kint != 2 goto next3
a1 = sin(a12*6.2831853071796)
goto end
next3:
if kint != 3 goto next4
a1 = sin(a13*6.2831853071796)
goto end
next4:
if kint != 4 goto next5
a1 = sin(a14*6.2831853071796)
goto end
next5:
if kint != 5 goto next6
a1 = sin(a15*6.2831853071796)
goto end
next6:
if kint != 6 goto next7
a1 = sin(a16*6.2831853071796)
goto end
next7:
a1 = sin(a17*6.2831853071796)
end:

        out     a1*p4
        
if kint = 7 goto redo
kint = kint + 1
goto endinst
redo:
kint = 1
endinst:
        
endin





i1 0 3 14000 7 450 360 260 234 623 547 573 
e