On Fri, Jul 05, 2002 at 10:10:46AM +0200, Rizsanyi Zsolt wrote:
On Friday 05 July 2002 01:53, Bobby Bingham wrote:
After buying Warcraft 3, and reading on the mailing list that the beta had worked under wine, I decided to try the final version under wine. It installed fine, but won't run. Or rather, when I try to run it, it prints this out, and just sits there:
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
You have an scsi cdrom drive. My code works just with the ide cdrom drives.
it's actually an ide cdrom, using the ide-scsi emulation for cdrecord and cdrdao. if i turn off the scsi emulation, these messages go away, but it still doesn't work.
But this should not be a too big problem, unless the game uses SafeDisc copy protection. And even then it may be not so important. You can check if the cd is safedisk protected by looking for files: secdrv.sys drvmgt.dll clcd16.dll clcd32.dll clokspl.exe
they are not present ...
<snip>
now, how would one go about debugging this. It doesn't seem as convenient as just crashing in one specific function and bringing up the debugger ...
You did not write which version of wine you are using. That could be quite important...
i was using CVS as of about a week ago, but it's the same with this morning's CVS.
Regards Zsolt Rizsanyi