Re: Rob: Potential bug fixed in PD-source?
- Posted by Robert Craig <rds at RapidEuphoria.com> Nov 26, 2005
- 530 views
Vincent wrote: > > Robert Craig wrote: > > > > I think you've found a subtle bug in the PD source, > > but I can't get spectrum.exw to crash no matter what I do. > > I've interpreted it with exw.exe, and exw eu.ex. > > I've translated eu.ex with Watcom and with Borland to get eu.exe. > > I've translated spectrum.exw with Watcom and Borland. > > It always runs fine. > > I'm having it play the APPEAL.MOD file in the same directory. > > > > What data file did you run it with? > > I did all that too. > > The program will run and load fine until you click inside the window to change > the spectrum view. OK, that made it crash. Thanks. Thanks also to C. Bouzy for reporting it. The normal interpreter, e.g. exw.exe, will "floor" any subscript that is not already an integer. The PD source is not doing that in this case, and maybe some other cases. I'll fix it for the next release. Thanks, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com