http://bugs.winehq.org/show_bug.cgi?id=26962
--- Comment #3 from fracting fracting@gmail.com 2011-04-29 13:30:13 CDT --- PLEASE IGNORE COMMENT #0
1. copy native sysocmgr.exe from Windows XP 2. run sysocmgr.exe on wine: $ wine sysocmgr.exe /i:caller.inf (See [1] for details about sysocmgr.exe)
Get errors as below:
err:module:import_dll Library OCMANAGE.dll (which is needed by L"C:\windows\system32\sysocmgr.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\windows\system32\sysocmgr.exe" failed, status c0000135
3. rename a stub dll to ocmanage.dll and copy it to system32/ , then run sysocmgr.exe again:
$ wine sysocmgr.exe /i:caller.inf This time occur a crashing:
wine: Call from 0x7bc4a4e0 to unimplemented function OCMANAGE.dll.OcInitialize, aborting wine: Unimplemented function OCMANAGE.dll.OcInitialize called at address 0x7bc4a4e0 (thread 0009), starting debugger... ---
Backtrace: =>0 0x7bc4a4e0 stub_entry_point+0x50(dll="OCMANAGE.dll", name="OcInitialize", ret_addr=0x1003111) [/home/fracting/wine-git/dlls/ntdll/loader.c:197] in ntdll (0x0032f948)
---
a full log is attached : sysocmgr.exe crash (7.93 KB, text/plain)