http://bugs.winehq.org/show_bug.cgi?id=10037
--- Comment #26 from Mikolaj Zalewski mikolaj.zalewski@gmail.com 2007-10-25 16:16:30 --- Created an attachment (id=8773) --> (http://bugs.winehq.org/attachment.cgi?id=8773) A utility that checks if exports begins with 0xCC
As on the forum they wrote that this return may be because of a system function begining with 0xCC I wanted to make sure that this is not the case and wrote a small utility that checks it. However the results are the same as on XP - the only functions that begins with 0xCC are ntdll.DbgBreakPoint and ntdll.DbgUserBreakPoint . There is a differance that we have a NULL export - to support the SecuROM we set FT_Thunk to NULL if we emulate NT but removing that doesn't seem to change anything.
Also SafeCast tries to load CdaSdTst.dll with is not present but that also fails under Window XP without preventing Photoshop CS from starting.