http://bugs.winehq.org/show_bug.cgi?id=7510
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|programs |-unknown
--- Comment #33 from Dan Kegel dank@kegel.com 2008-01-14 09:54:15 --- A few notes:
Man, it's hard to find that download link. The direct link is http://www.erightsoft.info/GetFile.php?SUPERsetup.exe
winetricks does not currently provide a way to get msvcrt71. The easiest way I've found to get it is to download an app that provides it, e.g. wget http://downloads.sourceforge.net/spambayes/spambayes-1.1a4-070629.exe wine spambayes-1.1a4-070629.exe cp ".wine/drive_c/Program Files/SpamBayes/bin/msvcr71.dll" . Then you can copy it into c:\windows\system32. This gets rid of the warnings in the Super Copyright installer, but doesn't seem to change much else.
The app starts, but hangs. I can't even get to that help crash Martin is reporting. Martin, can you give us the full steps starting with rm -rf ~/.wine to reproduce the crash?
The app shows a bunch of comctl32 warnings, so I tried using native. Turns out that's not as easy as it used to be; you have to do sh winetricks cc580 rm -rf ~/.wine/drive_c/windows/winsxs/manifests/x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef.manifes The rm is needed to keep you from getting the builtin one.
But even with msvcr71 and native comctl32, the app still seems to hang right after putting up the gui.
Setting category to "unknown".