• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Running CDRom dependant applications with wine?

Truth be told, I'm trying to get starcraft running in Ubuntu. I've got it set up in wine, but when it loads, it gives me the "please insert CD in CDRom" or whatever. I don't know how to get it to find it in the CDRom. I can navigate to the CDRom in nautilus just fine.

Any suggestions?
 
You may need to manually unmount the CD if the wine app is open while you eject it.

(/dev/hdc being the CD drive in this example)

(installer asks for new CD)
$ umount /dev/hdc
(eject, insert new CD)
$ mount /dev/hdc
(click "OK" or "retry" in installer)
 
Back
Top