WHDLoad MantisBT - RawDIC | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0003968 | RawDIC | [All Projects] General | public | 2018-09-24 17:55 | 2022-06-07 01:36 |
Reporter | StingRay | ||||
---|---|---|---|---|---|
Assigned To | Wepl | ||||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 5.0 | ||||
Target Version | Fixed in Version | 6.0 | |||
Machine | A4000 | ||||
CPU | 68060 | ||||
CPUSpeed | 50 | ||||
ChipSet | AGA | ||||
GFXCard | Picasso IV | ||||
ChipMem | 2 MB | ||||
FastMem | 96 MB | ||||
Workbench | OS 3.1 | ||||
KickROM | 40 - Kick 3.1 | ||||
KickSoft | None | ||||
Summary | 0003968: Defininig a tracklist with tracks in reversed order gives "No Disk in Drive" Error | ||||
Description | When defining a tracklist with tracks in descending order (f.e. 159 -> 158) rawDIC quits with "No Disk in Drive!" error (DFLG_NORESTRICTIONS is set). This of course doesn't make sense at all and should be corrected. Workaround for now is using one entry per track (I'm using a MACRO for this) but this increases the size of the resulting executable quite a bit for obvious reasons. | ||||
Steps To Reproduce | Create a tracklist in descending order such as: .disk1 dc.l 0 ; Pointer to next disk structure dc.w 1 ; Disk structure version dc.w DFLG_NORESTRICTIONS ; Disk flags dc.l .tracks ; List of tracks which contain data dc.l 0 ; UNUSED, ALWAYS SET TO 0! dc.l FL_DISKIMAGE dc.l 0 ; Table of certain tracks with CRC values dc.l 0 ; Alternative disk structure, if CRC failed dc.l 0 ; Called before a disk is read dc.l 0 ; Called after a disk has been read .tracks TLENTRY 159,000,$1800,SYNC_STD,DecodeTrack TLEND and start the imaging process. It will not work. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | Guardian_ImagerSlave.s (3,955) 2022-06-07 01:36 https://whdload.de/mantis/file_download.php?file_id=1402&type=bug |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2018-09-24 17:55 | StingRay | New Issue | |||
2018-09-25 11:46 | Wepl | Note Added: 0006397 | |||
2018-09-25 11:46 | Wepl | Assigned To | => Wepl | ||
2018-09-25 11:46 | Wepl | Status | new => assigned | ||
2018-09-25 13:53 | StingRay | Note Added: 0006398 | |||
2018-09-25 13:56 | StingRay | Note Edited: 0006398 | bug_revision_view_page.php?bugnote_id=6398#r952 | ||
2022-05-30 23:21 | Wepl | Note Added: 0011374 | |||
2022-05-30 23:49 | StingRay | Note Added: 0011375 | |||
2022-06-07 01:33 | Wepl | Severity | minor => block | ||
2022-06-07 01:33 | Wepl | Fixed in Version | => 6.0 | ||
2022-06-07 01:36 | Wepl | Status | assigned => resolved | ||
2022-06-07 01:36 | Wepl | Resolution | open => fixed | ||
2022-06-07 01:36 | Wepl | Note Added: 0011389 | |||
2022-06-07 01:36 | Wepl | File Added: Guardian_ImagerSlave.s |