http://bugs.winehq.org/show_bug.cgi?id=35035
Bug #: 35035 Summary: HF pAppLoc (AppLocale) installer crashes due to unimplemented function apphelp.dll.ShimFlushCache Product: Wine Version: 1.7.7 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello folks,
not really useful as of now because Wine doesn't support app shims yet. Anyway, the installer shouldn't crash ;)
Website: http://www.hongfire.com/forum/downloads.php?do=file&id=329
If download fails, alternate: http://www.mediafire.com/download/1p195o818um85d7/HF+pAppLoc.exe
--- snip --- wine: Call from 0x7b83a8ef to unimplemented function apphelp.dll.ShimFlushCache, aborting wine: Unimplemented function apphelp.dll.ShimFlushCache called at address 0x7b83a8ef (thread 003b), starting debugger... --- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/bb432482%28v=vs.85%29.aspx
--- snip --- BOOL WINAPI ShimFlushCache( _In_opt_ HWND hwnd, _In_opt_ HINSTANCE hInstance, _In_opt_ LPCSTR lpszCmdLine, _In_ int nCmdShow ); --- snip ---
Make nice trace of parameters when you stub it ...
$ sha1sum HF\ pAppLoc.exe 910d8b36fd11e6813dda7d03f1fea8b10105ab94 HF pAppLoc.exe
$ du -sh HF\ pAppLoc.exe 1.6M HF pAppLoc.exe
$ wine --version wine-1.7.7-262-g30a3e9c
Regards