AmigaOS 3.9 logo

Main
What's New?

About
Introduction

Abbreviations

Installation Tips
Icon Operation
Compatibility
Disk & File Operation
Internet Applications
Keyboard Shortcuts
Undocumented Features
3rd Party Utilities
Miscellaneous
Known Bugs

Disclaimer

Known Bugs


If you are aware of a bug in 3.9, contact me. Please keep bug reports as short and definitive as possible. Thanks!

Page 1 | Page 2 | Page 3

Printer Prefs (v44.23): Didier Levet, 21.12.2000 Status: Item 1 reported, Item 2 reported
  • Although multiple units can be defined, (used with two printers), unit 0 is always used as the default, preventing selection of the correct unit for the desired printer/print job. Furthermore, creating a preset with the tooltype UNITNUM only works once. Any further attempts to select the other printer displays an error requester: "unable to open printer device". It appears that the Printer Prefs editor, once invoked from a preset icon, forgets to close the device (the driver itself is not closed either, as ped_Close() is not invoked.
  • The PRTA_ColorCorrect tag is ignored by the Printer Prefs editor, as the three check gadgets cannot be disabled.
Comment(s): It would be nice to have a "Use by default" checkbox in Printer Prefs. [Chris Young]
printer.device (v44.39): Didier Levet, 21.12.2000 Status: Items 1 & 2: reported
  • Any error code returned by ped_Init() is ignored.
  • The aSFC command is translated to aRIN (the DoSpecial() function gets the aRIN command with the correct color parameter).
Comment(s): none
EditPad (v44.8): Albrecht Kinzkofer, 22.12.2000 Status: Items 1-3: reported
  • The "ignore case" checkbox in the "Find" function uses inverted logic. "Ignore case" checked does check for uppercase/lowercase; unchecked it does not.
  • When File "A" is edited and File "B" is inserted using "Project/Insert..." and then you try to save the updated file "A" using Project->Save", it is saved as file "B" instead. So "A" is not updated and file "B" (meant to be read-only) is overwritten.
  • EditPad silently fails to save the file if it is open in another application, e.g. MultiView. EditPad should display a warning in such a case. [Robert A. Sisk]
Comment(s): Unchanged since OS 3.5, BB1
Mounter (v44.17): Albrecht Kinzkofer, 22.12.2000 Status: Items 1 & 2: reported
  • Incorrectly mounts all unmounted partitions of a hard disk when only one unmounted partition is selected for being mounted.
  • Double-clicking on a hard drive to check partition sizes completely fails to report the right sizes.
Comment(s): (Item 2): Mounter is compiled with SAS/C, which has no support for 64-bit arithmetic. The source of Mounter to workaround this problem still seems to have a bug. [Markus Poellman]