Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!ucbcad!ucbvax!COGSCI.BERKELEY.EDU!bryce From: bryce@COGSCI.BERKELEY.EDU.UUCP Newsgroups: comp.sys.amiga Subject: Buglist for V1.2 Message-ID: <8704181043.AA14428@cogsci.berkeley.edu> Date: Sat, 18-Apr-87 05:43:58 EST Article-I.D.: cogsci.8704181043.AA14428 Posted: Sat Apr 18 05:43:58 1987 Date-Received: Sun, 19-Apr-87 01:09:39 EST Sender: daemon@ucbvax.BERKELEY.EDU Lines: 190 Amiga BUGLIST. Each bug/condition has been verified as repeatable in V1.2 (Release or Gamma1), and is not related to any hardware problems. Pass this list around, add to it, and see that C-A gets a copy every now and again. Bugs with a "<" are already know. Contributors: bryce@cogsci.berkeley.EDU/415-524-2110 Hans Gregory dillon@cory.berkeley.EDU -- Trackdisk -- Sticking a disk in a drive, then changing your mind and pulling the disk back out can severely confuse trackdisk. It will continue to step and notice disk insertion, however DOS will never find out about a disk placed in that drive until a re-boot. Timing is critical, but repeatable; insert a new disk in, wait for the light to come on and the first 'grind' as the head steps to block 880. Pull the disk out before it gets there; If you get a 'disk corrupt' requester you waited too long. Repeat, varying timing until the CLI 'info' command locks up when getting the status of the 'dead' drive. This can also happen if your finger slips on the button while removing a disk, and that, in fact, is how I noticed this bug. -- ED -- Type "fish". Press and hold the "-" key until the message "Line Too Long" comes up. Now type <]> (control-bracket). 'Poof',the line disapears. Now cursor up to the "h" in "fish" and hold the "-" key until the "Line Too Long" message comes up. Save to disk with , (escape then "x") Ed has now crashed. -- DOS -- Calling Delay(0), or WaitForChar(blah, 0) (any DOS call which takes a timeout and setting that timeout to 0) intermittently crashes the Amiga. ( Test program: for(;;) Delay(0); ). DOS devices such as RAM: or PIPE: that are meant to have a single invocation/filehandle for multiple users have a problem. If two programs attempt to reference the same DOS device simultaneously, and DOS must load it from disk, the window is sufficiently large to cause separate invocations of the driver (instead of just one) for each program causing all sorts of problems. [Mini editorial:] The DOS driver must set a field when it starts up to cause DOS not to make separate invocations. Rightly, this should be a bit or field in the Mountlist. [suggestion] BCPL programs link weird, and a exec() function should be provided that will allow alternate CLI programs to function without major structure fondling, compromises or kludges. The current DOS execute() does not qualify. !!Requested by several programmers!! [suggestion] Error #200,'internal error' - #201,'newer operating system required' [suggestion] Rather than have empty drives 'click' every 3 seconds simply reset the DISKCHANGE* latch by stepping outward repeatedly. The optical stop is there, it reduces noise, wear on the mechanism and the sample rate can be upped without driving people batty. [suggestion] Preference item to enable/disable a requester warning when a file is about to be overwritten. Must be software setable so programs with such protection already installed will not cause the user to be asked twice. -- Exec/Intuition -- Disk insertion should NOT a 'software error - task held' requester. Alerts display the text message in the system font, NOT a hard coded ROM font. If the default system font has been changed to a RAM based font and if becomes trashed, the alert will be unreadable. Not a bug, but a survivability concern. The Alt-Amiga combinations are not accepted when alerts want a mouse button press. -- Intuition -- ! ! I have a tool that opens a window on the Workbench screen. It works ! perfectly. I wished to speed up text writes to this window so I set the ! rp_Mask field to $1, this too worked fine; that is until I depth arranged ! the window and it started dropping bitplanes all over the place. $FE,$FD ! provided the same results. I was shocked, one would think that Intuition ! would have it's own idea about rp_Mask. My tool now does things the old ! way, monochrome text written into two bitplanes when the second plane is ! already at a known state. AHHHHH!!!!!! ! For monochrome text the proper approach should be to clear/set all planes ! of the text area, and write the text into only one of them. Common sense. ! < Place a window in the center of the screen and start a window resize. Hit < Left Amiga-N or M. Continue the resize PAST the top left corner of the < window. < When the system is nearly out of memory menus can still be pulled down, but the actual graphics will not be drawn. [mini-editorial:] Why not calculate and reserve the proper maximum amount of memory needed at the time a new strip is submitted to Intuition. One memory pool will serve all menus, since only one menu and one sub can be pulled at a time. Intuition should skip ahead to the latest mouse position report after pulling down a menu, rather than responding to each in turn. -- Workbench Bugs -- Type 'LoadWB' after hanging around in the CLI for a while. Workbench will ask for each know volume in turn. will not convince the Workbench to give up asking for a disk that may be long gone, lost, formatted, copied over or even relabeled. Either the option should not be selectable, or it should cause WB to ignore that disk/lock until it shows up on it's own accord. Dropping a dragged icon at EXACTLY the right time, into the space where a new disk icon is ABOUT to appear will cause that icon to 'stick' to the pointer even after the button is released. Moving the pointer to the title bar and clicking crashes the machine. V1.0,V1.1 & V1.2 repeatable. < < Vigorous resizing of WB windows will trash the 'Gas gauge' < Corrupt .info files can crash the Workbench tool. Sample 'killericon.info' available on request. If Workbench is not already doing it, these steps should be taken: 1> RENAME instead of COPY if the source and destination locks refer to the - same volume. 2> When updating the '.info' file, if no substantive changes are needed - update the datestamp with a seek, rather than with a new file. 3> When 'snapshoting' a '.info' file seek to the position variables and - modify them in place, rather than creating a new file. -- V1.2 RAM: bugs -- < < Create an empty file. Delete it. The block count will be incorrect. < [COPY * TO FISH , <\> , DELETE FISH , repeat , INFO] < Block counts such as -3 are easy to create. < related: If the first copy that sets up the RAM: fails due to lack < of memory the block count will be similarly screwed. < Rename allows duplicate file names. [create files 'fish' & 'frog' rename one to match the name of the other] -- Font editor -- Select 'OPEN' from the menu. While the editor is reading in the font names, move the 'ZOOM' gadget. Crash. DOS related requesters belonging to the font editor appear in the Workbench screen, not the font editor screen. Set the pr_WindowPtr in the DOS process structure. -- EMACS Bugs -- In EMACS, select SAVE AS with mouse. Save a long file to floppy. While it is grinding away, select SAVE AS again and type another filename. EMACS does not like this, and will become upset. The justify function (^X^J) is broken. Crashes always. The 'ENTER' key does not function properly when inputing on the bottom line -- StripA (From Toolkit, strips extra symbol hunks from executables -- Files often do not work after the treatment. Example; the notepad. -- User interface -- The input device/Intuition does not track pointer movement during such operations such as window resize. This 'feels' sloppy. Some hyper-high priority task should keep the pointer visuals intact, even if Intuition is stomping on the input.device task. In cases where or on a requester is NOT a valid operation, the gadget should not be present, or selectable. Example: on most 'task held' requesters. should .period. none of this asking twice stuff. 'Desk' accessory menu to help combat clutter on the Workbench screen. Direct support for moving windows from one compatible screen to another. -- Documentation -- The examples in Intuition manual encourage limiting window growth to 640*200. PAL, interlace & morerows freaks hate this. The manuals should encourage no limits if none are required. Many, many people miss setting the NOCAREREFRESH flag in their SMART_REFRESH windows, thus causing extra refreshes forever after a window resize.