Open pyksy opened 2 years ago
Hi, I have a couple of questions to help me narrow down possible causes:
Some context about the red error screen: In the original 2.30 Commodore ROM, the red error screen can be caused by the following things.
In 2.35 option 1 should never occur, because the license file check has been rendered inoperable. I am assuming you don’t have a faulty floppy disk inserted (option 2), so that leaves option 3 as the most likely cause.
Now, as to the reason that the CD Audio Player can fail. Usually it is due to cdtv.device not initializing properly, which in turn can have many other causes, which we can eliminate once I have more info.
Hi C4ptFuture,
About the causes:
About the context:
Whatever info you need just let me know. Thank you for the 2.35 update and for your help!
Hi and thx for the detailed report!
When the system is booted up, do you have any software that can show you a list of devices and boards/expansion devices that were autoconfig'ed? Sysinfo is one of many that can do that, but there are loads of others on Aminet. Specifically can you check if:
cdtv.device
is present in the list of devicesI suspect that cdtv.device
(which is the low-level driver for the CD-ROM hardware) failed to initialize on your system, which could be confirmed by its absence in the device list.
cdtv.device
can fail to initialize for multiple reasons, one of them is the fact that the DMAC could not be found in the system's list of Autoconfig'd devices. If the DMAC is also absent from the boards/expansion list on your system, then we are very close to understanding why you are getting the red screen and why the CD-ROM drive does not work.
Note: The reason the CD Audio player pops up before you get the red error screen is because the CDTV bootstrap module (cdstrap) does not check if cdtv.device
was opened succesfully. As a result consequent IORequests fail and the function that checks if there's a CD present (and whether it's a CD-ROM or not) wrongly assumes a disc is present in the drive and that it is an Audio CD. The cdstrap module therefore launches the CD Audio player which immediately fails because it cannot open cdtv.device
and exits -> cdstrap detects this and throws up the red error screen. The reason CD0: can crash with a Guru is because cdfs.library, which sits on top of cdtv.device
, and is also responsible for creating CD0:, is probably not handling the absence of cdtv.device
properly either.
I have a CDTV with Kickstart 3.1 + extended 2.35 ROMs and a 4MB non-autoconfig fastmem board ($200000 to $600000) installed in the CPU socket.
The animated CDTV startup screen is red. The CDTV will not boot from CD. The early startup menu lists CD0 as "Not bootable". Attempting to boot from a floppy result in an immediate "CD0 Program failed (error #8000000B)" software failure requester.
As a workaround disabling CD0 in the early startup boot options menu allows me to boot from a floppy disk without problems. I can then addmem the fast memory and it works just fine.