9
3
Reading this reminded me of when someone I know (not me) completely destroyed his optical drive using AnyDVD.
He did it by (successfully) playing (in VLC media player) a copy-protected region 1 DVD on a DVD drive set to region 2. This was while AnyDVD was running in the background. For fun, he then exited AnyDVD while the DVD was still playing, to see what would happen. What happened was he broke his DVD drive. It refused to read discs after that and it never worked again.
What I wonder is how was AnyDVD able to break the optical drive? How can an optical drive be susceptible to software?
1Software like AnyDVD cannot damage an optical drive, as there's nothing there software like that can damage (I'm not even sure it has a way to communicate with the optical drive at the hardware level). All AnyDVD does is remove the DRM encryption / region-lock on the fly when it's read from the disk. – JW0914 – 2019-10-04T13:30:54.167
1The only way I see how any program could destroy a DVD drive, is by having a faulty disk. The drive tries to read the disk, fails, make it spin faster until the disk itself shatters. The shards can damage the disk, but if that were the case here, you would know instantly. Mokubai's answer is likely what happened. A region lock. – LPChip – 2019-10-04T13:38:17.097
19I wouldn't rule out such things, I remember a big issue blew up years back where booting a new version of Linux on machines with a particular model of optical drive would brick the drive. IIRC linux tried to enable packet writing without first checking if it was supported and the manufactuer had re-used the enable packet writing command for a command to erase the firmware and put the drive into firmware update mode, when no new firmware came the drive was bricked. – plugwash – 2019-10-04T21:56:05.483
3Why would you use AnyDVD with VLC to begin with? AFAIK it's always been able to play DVDs from any region without needing any driver hacks. – R.. GitHub STOP HELPING ICE – 2019-10-04T23:20:14.227
6
@plugwash Linux used a CD-RW specific command to probe if drive is a CD-RW writer or a CD-ROM drive. CD-ROMs were supposed to respond with an error. LG indeed reused this command for firmware update. https://en.wikipedia.org/wiki/Killer_poke#LG_CD-ROM_drives
– gronostaj – 2019-10-05T18:30:28.560@R..: Some RPC2 DVD drives can only play DVDs from one region, even in VLC. See http://www.videolan.org/support/faq.html
– EmmaV – 2019-10-06T16:25:27.183@EmmaV: The DVD drive isn't involved in "playing" anything, though. It just reads the data. VLC or any decent player does not care if the DVD drive does hardware-assisted descrambling of the video data; it always does decss itself. – R.. GitHub STOP HELPING ICE – 2019-10-06T16:27:56.953
@R..: See updated comment. – EmmaV – 2019-10-06T16:28:40.533
For comparison, some DRM implementations have been known or suspected to force optical drives to remain in operation modes that cause more wear than normal, essentially making the drives die faster than they otherwise would. – Justin Time - Reinstate Monica – 2019-10-06T20:44:20.643