Difference between revisions of "AMOStalk:Bugs"

From Amiga Coding
Jump to: navigation, search
(possible bug in file-requester)
 
Line 2: Line 2:
  
 
[[User:Spellcoder|Spellcoder]] 23:36, 28 September 2007 (CEST)
 
[[User:Spellcoder|Spellcoder]] 23:36, 28 September 2007 (CEST)
 +
 +
 +
Stuff that needs to be checked: (mostly stuff mentioned on the AMOS-list in 1993)
 +
* X/Y Hard might have been bugged in AMOSPro V1.00 ?
 +
* On Every X Gosub (?)
 +
* atan() values not allways correct???
 +
* Sam Loop On/Off (disabled disk motor?)
 +
* some print instructions crash (? fixed in AMOSPro v2.10?)
 +
* banks in compiled programs might be a few bytes larger<br />
 +
(check if so. if so, it might result in big problems if you use the bank length in determine read/write position)
 +
* sample editor added clicks to the sound?
 +
[[User:Spellcoder|Spellcoder]] 16:14, 5 October 2007 (CEST)

Revision as of 16:14, 5 October 2007

Sometimes the AMOS filerequester becomes onresponsive/hangs. I think this is due to some part of the file-requester working on low-priority because it seems to happen when something is hogging CPU time. Have to do some tests to determine the cause.

Spellcoder 23:36, 28 September 2007 (CEST)


Stuff that needs to be checked: (mostly stuff mentioned on the AMOS-list in 1993)

  • X/Y Hard might have been bugged in AMOSPro V1.00 ?
  • On Every X Gosub (?)
  • atan() values not allways correct???
  • Sam Loop On/Off (disabled disk motor?)
  • some print instructions crash (? fixed in AMOSPro v2.10?)
  • banks in compiled programs might be a few bytes larger

(check if so. if so, it might result in big problems if you use the bank length in determine read/write position)

  • sample editor added clicks to the sound?

Spellcoder 16:14, 5 October 2007 (CEST)