http://bugs.winehq.org/show_bug.cgi?id=14129
--- Comment #11 from Roman m01brv@mail.ru 2010-07-06 07:23:49 --- Created an attachment (id=29398) --> (http://bugs.winehq.org/attachment.cgi?id=29398) winedbg output for 'wine Frothen\ Throne.exe'
It seems this CD message is reported after a page fault exception in some WC3 thread, maybe some other thread interpretes this as a failed cd check. I think the problem started from wine-1.2-rc1, and it appears randomly during WC3 launch. I attach the winedbg output with some page fault which I think may is the reason for the CD error. At least this error constitutes the only difference from the previous wine versions. The CD message emerges after I pass the exception to the program. The crash occures in the file dlls/user32/cursoricon.c which was just absent in previous wine versions. Unfortuanately, I cannot perform the full regression testing, because my git flatly refuses to work behind proxy or due to some other networking reason.
Actually, I am not sure this bug is really related to the initial report. If necessary, I can create another thread for it.
A similar error happened from time to time in previous wine versions too but that time the page fault occured in the intel video driver stack (i915_dri.so), so I think it was not related to wine. And it was not so annoying.