<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Ok, I started Grace, and typed this code again (look below) that
crashed last time in windows + grace. I started it and this time the
Debugger of Microsoft Studio opened. I don't know whether these
informations are sufficient, but here is the line in the program where
it crashed:<br>
<br>
005A0DE3&nbsp; cmp&nbsp; dword ptr [eax+0Ch],0 <br>
<br>
That's address "005a0de3"<br>
<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:eichhoff@statistik.uni-dortmund.de">eichhoff@statistik.uni-dortmund.de</a> schrieb:
<blockquote
 cite="mid:ee81870a9820dd99a5fade131b80ff54.squirrel@www.statistik.tu-dortmund.de"
 type="cite">
  <pre wrap="">I forgot to say: I used grace in windows XP environment (recent Service
Pack etc., everything with newest versions). Might be possible that the
error doesn't occur in Linux.

  </pre>
  <blockquote type="cite">
    <pre wrap="">Yes, now the program works fine in windows without this floor argument
error.

Now I loaded piano.scm and then typed one example from this site:
<a class="moz-txt-link-freetext" href="http://s260134055.onlinehome.us/modeling/ccrma.stanford.edu/CCRMA/Courses/220a:1998/Lectures/9/9.html">http://s260134055.onlinehome.us/modeling/ccrma.stanford.edu/CCRMA/Courses/220a:1998/Lectures/9/9.html</a>

This worked fine:

(with-sound ()
   (loop for i from 0 to 7 do
      (p
       (* i .5)
       :duration .5
       :keyNum (+ 24 (* 12 i))
       :strike-velocity .5
       :amp .4
       :DryPedalResonanceFactor .25)))

But when I used some stiffness-factors or dampers then the program grace
crashed. As attachment I sent you the error message windows saved in the
documents/temp directory. Perhaps you understand why.
Here is the program code that caused the error (also from the site
mentioned above):

(with-sound ()
   (loop for i from 0 to 7 do
      (p
       (* i .5)
       :duration .5
       :keyNum (+ 24 (* 12 i))
       :strike-velocity .5
       :amp .4
       :DryPedalResonanceFactor .25
       :detuningFactor-table '(24 5 36 7.0 48 7.5 60 12.0 72 20 84 30 96
100 108 300)
       :stiffnessFactor-table '(21 1.5 24 1.5 36 1.5 48 1.5 60 1.4 72 1.3
84 1.2 96 1.0 108 1.0))))

Best regards
Markus

    </pre>
    <blockquote type="cite">
      <pre wrap="">floor argument 93.649190420188-93.649190420188i is a complex

Thanks for the bug report!  With Rick's help, I got the windows cm
running in wine, and I think this bug is due to the lack of complex
number support in s7 + Visual C++ (we might be able to get around
that) coupled with a slightly lackidasical expt implementation
(I assumed cpow was available).  Anyway, I think this problem is
fixed now, and that even in the no-complex-support case,
anything in CLM should be ok (I checked all the other math ops).

_______________________________________________
Cmdist mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Cmdist@ccrma.stanford.edu">Cmdist@ccrma.stanford.edu</a>
<a class="moz-txt-link-freetext" href="http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist">http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist</a>

      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->

_______________________________________________
Cmdist mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Cmdist@ccrma.stanford.edu">Cmdist@ccrma.stanford.edu</a>
<a class="moz-txt-link-freetext" href="http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist">http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="82">-- 
Dipl.-Math. Markus Eichhoff

Chair of Computational Statistics
Faculty of Statistics
Technical University of Dortmund
44221 Dortmund
Room 826

Phone:       +49 (0)231 755 - 5903
Telefax:     +49 (0)231 755 - 4387
E-mail:      <a class="moz-txt-link-abbreviated" href="mailto:eichhoff@statistik.tu-dortmund.de">eichhoff@statistik.tu-dortmund.de</a>
Web:         <a class="moz-txt-link-freetext" href="http://www.statistik.tu-dortmund.de/eichhoff_eng.html">http://www.statistik.tu-dortmund.de/eichhoff_eng.html</a></pre>
</body>
</html>