Dave's GPSoftware Site
Home
ARexx
Tips
Ideas
Bugs
Help Guides
 

Bugs

It happens to all programs, undocumented 'features' that
only serve to make your life more interesting :)

 
Current Score
Bugs 36 Fixes 4 Work Arounds: 4
 
If you find a bug, fix or work around - let me know and I'll update this list.
 
The following only apply to Directory Opus M-II v5.82, they have been tested and proven to exist.
 
  1. Installing DOpus to an SFS partition causes the DOpus Update DJinn to permanently appear
    after reboot.
    FIX: Reboot without startup-sequence and delete <path>Opus5/Groups/Favourites
    FIX: Update your SFS version to later than 1.62
     
  2. Lockups when changing screenmodes using SYS:Prefs/ScreenMode.
    FIX: Remove whatever patches, hacks, CX's, etc you're running and isolate.
    FIX: Change the order that you run your hacks, patches, CX's, etc in.
     
  3. Copying large files results in corrupted destination file.
    FIX: Your MaxTransfer value for your partitions is incorrect, ie. it's too big.
     
    Your MaxTransfer value is both HD and partition specific.
     
    The Hard drive: You need to know how much onboard cache your particular HD model has
    got, the place to find this out is the HD manufacturers WWW site.
    (eg. www.quantum.com)
    Typically, IDE HDs have 128kB of onboard cache, newer have more, older have less.
     
    The Partition: You need to know the block size you formatted the partition with, typically
    512 bytes. If you want to make sure, use HDToolBox, (or whatever HD prep tool you use),
    and look.
     
    How do these numbers relate to MaxTransfer?
     
    MaxTransfer = Cache size - Block size
     
    eg. For a cache of 131072 bytes, (128kB), and a block size of 512 bytes, MaxTransfer will be:
     
    131072 - 512 = 130560 or 0x1FE00
     
    This ensures that the HD signals the computer to stop sending data before the HD's
    cache fills up and starts overwriting itself.
     
  4. 'ScanDir <path> mode icon action' opens an empty Icon Action lister, no path set.
    FIX: Use 'ScanDir <path> mode action' instead.
     
  5. Inability to re-activate the DOpus reader from the Tools menu.
    Work Around: Turn off 'Move AppIcons to Tools menu' setting.
     
  6. The dopus_reader loses the last character of a line that has to be wrapped.
    Work Around: Use a CLI command to wrap the text before reading it.
     
    eg.  Function : AmigaDOS   wordwrap -b -i -s20 -l75 <{o} >T:wrap.out
                    Command    FinishSection
                    Command    Read "T:wrap.out" DELETE
    
            Flags : CD source
                    No file quote
    
     
  7. Text search in a hex mode reader is generally non-functional, (ie. it will be hit or miss
    whether the required text is found).
    Work Around: Use this function instead:
     
    Function : AmigaDOS   type >t:tempfile {f} opt h
               Command    FinishSection
               Command    Read "t:tempfile" DELETE
    

    (Thanx to Richard for this one.)
     
  8. AddIcon won't work if the resulting icon name is longer than 30 characters.
    Work Around: Use my AddIcon module.
     
  9. CyberGuard hits when using the Help key while the mouse is positioned over a StartMenu.
     
  10. CyberGuard hits when removing all field titles from a lister.
    Also causes 100% CPU load on dopus_lister task, (giving apparent program lockup).
     
  11. Iconifying a zoomed lister loses the fuel guage when it's uniconified.
     
  12. 'Empty Trash' deletes the Trashcan.info file.
     
  13. String gadget for titlebar custom string accepting one character too many, (or titlebar not
    displaying the extra character). ie. You can enter 120 characters but only 119 get displayed.
     
  14. ARexx: 'lister new mode icon fromicon <path>' generates CyberGuard hits.
    If used on a directory with no icon, (Disk.info or .info), it will cause 0100000F alerts.
     
  15. Stray pixels left after deleting icons when using Shadow or Outline fonts.
     
  16. Strange adding of left-out arrow, (or bold highlighting of entry when changed to name
    mode), in Icon Action lister after selecting and renaming an icon. Thread 'dopus misteries....'
    in Public ML.
     
  17. Dead Key sequences are being ignored, (or Dead Sea Kequences :)
     
  18. Bringing up the Format Editor in a Name mode lister, selecting Reverse Sorting, selecting
    'Set as Default' then Use will cause the lister colours to screw up.
     
  19. When scrolling through a StartMenu with too many items to fit on the screen,
    entries will continue to scroll up past their end. Scrolling them down works OK.
     
  20. The following sequence causes CyberGuard hits:
    > Open Filetype editor
    > Double-click any filetype
    > Press 'Edit Class'
    > Press 'Use'
    > Press 'Use'
    > Press 'Edit', (without choosing another filetype)
     
  21. Next mouse event is lost if there is a popup menu open or the path gadget is activated.
    eg. Name mode lister, click in path gadget, click close gadget, action is not performed until
    you click elsewhere on the screen.
     
  22. Menus are not accessible while a Search requester is up.
     
  23. dopus_progressbar task hogging when trying to use the DOpus reader to read a file
    larger than available memory.
     
  24. DOpus won't open a requester for an assign that doesn't exist, ie. It won't ask for the
    volume to be inserted - WB will.
     
  25. Yes, the icon positioning is strange.
     
  26. Icon mode lister popup menu opening any place it likes.
     
  27. Lister toolbar background being displayed while being edited but not when actually in use.
     
  28. Icons not being placed where dropped.
     
  29. MoveAs deleting icon files when 'Perform all actions on icons' is turned on.
     
  30. WB3.5 ARexx port unavailable when DOpus is also running.
     
  31. Inability to 'let go' of dismounted volumes.
     
  32. OpusFTP: Corrupted resumed downloads of encrypted files.
    Addendum: Possibly server software specific, need more info.
    Addendum: Downloads to FFS partitions seem to be completed OK, PFS or SFS cause
    corruption.
     
  33. ARexx: The 'dopus refresh' command has no effect on Group windows.
     
  34. ARexx: With the fixing of handlers so that they recieve any event, even if launched
    synchronous to the handler, you get the rather annoying problem of events being 'reinserted'
    into the handler's event stream. eg. You use the Protect event to do something, unfortunately
    the Protect event gets reinserted into the event stream, the file it was to action on has
    already been done and unselected, so you get an error message indicating there's nothing
    to perform the command on.
     
  35. ARexx: Replacing internal commands doesn't always work correctly, eg. replacing the Delete
    command will not allow the file to passed as an argument when the RMB popup menu Delete
    entry is used.
     
  36. Reloading the default toolbar into the toolbar editor results in the images being mysteriously
    replaced by another image under OS3.5+.
     
  37. CyberGuard hits when adding an entry using 'lister add' with a TYPE = 0.
     
 
[Home] [ARexx] [Tips] [Ideas] [Bugs] [Help Guides]