http://bugs.winehq.org/show_bug.cgi?id=11320
Summary: AVP Gold fails to install - can't find audio track information Product: Wine Version: 0.9.53. Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jeffzaroyko@gmail.com
wine-0.9.53, Ubuntu 7.04
AVP Gold (Retail) Installer checks for a valid CD2 (audio cdrom) by attempting to read track information using CreateFileW against where it expects .cda files to exist
warn:file:CreateFileW Unable to create file L"d:\track01.cda" (status c0000034)
normally in a windows environment, the root of a cdrom drive will have an .cda file for each track which contains data about the track
since these don't exist when running the installer in wine it fails.
someone has published some details on the file format here: http://www.moon-soft.com/program/FORMAT/sound/cda.htm