Page 1 of 2

Alien Laser when copying

Posted: Wed Sep 11, 2019 8:52 pm
by retro_collector
Anyone know what it means when you copy a cart that all of a sudden it sounds like aliens are shooting me

Any ideas?

Thanks

Bill

Re: Alien Laser when copying

Posted: Thu Sep 12, 2019 7:33 am
by vanpeebles
:lol: I thought this was a QL game I'd not heard of!

Re: Alien Laser when copying

Posted: Thu Sep 12, 2019 9:34 am
by dilwyn
retro_collector wrote:Anyone know what it means when you copy a cart that all of a sudden it sounds like aliens are shooting me

Any ideas?

Thanks

Bill
Assuming you mean zaps etc from the QL speaker (as opposed to weird mechanical noises from a jammed cartridge etc) it can mean a corrupt cartridge. Some systems choose to give asynchronous zaps from the speaker to indicate a write failure. My Super Gold Card sometimes does this when copying floppy disks and the copying fails. Although as I never use mdv's these days I don't know if the same applies.

Essentially an audible "bad or changed medium" error.

Re: Alien Laser when copying

Posted: Thu Sep 12, 2019 1:05 pm
by tofro
dilwyn wrote: Essentially an audible "bad or changed medium" error.
Not quite - after that audible warning, the system will retry - If it doesn't come back with a real "bad or changed medium" then, the retry succeeded and the audible warning can be understood as a thorough reminder to create a back-up.

And yes, I think I do remember this feature that came with newer Miracle cards and ROMs extends to microdrives.

Tobias

Re: Alien Laser when copying

Posted: Thu Sep 12, 2019 1:09 pm
by retro_collector
Thanks Tobias.

Bill

Re: Alien Laser when copying

Posted: Thu Sep 12, 2019 9:41 pm
by dilwyn
tofro wrote:
dilwyn wrote: Essentially an audible "bad or changed medium" error.
Not quite - after that audible warning, the system will retry - If it doesn't come back with a real "bad or changed medium" then, the retry succeeded and the audible warning can be understood as a thorough reminder to create a back-up.
Tobias
Backup - quite.
Don't think I''ve ever, ever had a disk survive the "Alien Laser".

Alien Laser when copying

Posted: Fri Sep 13, 2019 1:36 pm
by mk79
This is a feature of the Level 2/3 disc drivers. Unlike earlier drivers these do writes asynchronously because that is much faster. But then this also means that the call that ordered the write has already returned, so the driver cannot return an error retroactively! On Windows you would get an error message box at this point, but the QDOS driver cannot easily do this so it just throws its hands in the air and emits this nasty sound.

Very often it just means that the medium was write protected by the way.

Re: Alien Laser when copying

Posted: Fri Sep 13, 2019 5:05 pm
by retro_collector
Thanks MK79

Bill

Re: Alien Laser when copying

Posted: Fri Sep 13, 2019 6:01 pm
by dilwyn
mk79 wrote:This is a feature of the Level 2/3 disc drivers. Unlike earlier drivers these do writes asynchronously because that is much faster. But then this also means that the call that ordered the write has already returned, so the driver cannot return an error retroactively! On Windows you would get an error message box at this point, but the QDOS driver cannot easily do this so it just throws its hands in the air and emits this nasty sound.

Very often it just means that the medium was write protected by the way.
Thanks Marcel. Hadn't thought of write protected media.

Re: Alien Laser when copying

Posted: Fri Sep 13, 2019 8:11 pm
by NormanDunbar
retro_collector wrote:Thanks MK79
Hey Bill, MK79 is Marcel Kilgus - our resident genius. And he's young too. God I hate him! ;) ;) ;)

Cheers,
Norm.