http://bugs.winehq.org/show_bug.cgi?id=30803
Bug #: 30803 Summary: CCleaner 3.19 won't start, err:seh:setup_exception stack overflow Product: Wine Version: 1.4 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: info@skierpage.com Classification: Unclassified
Kubuntu 12.04 amd64, wine 1.4-0ubuntu4.
Download installer from http://www.piriform.com/ccleaner/download/standard export WINEPREFIX=/tmp/winedir/winetemp wine /tmp/ccsetup319.exe to install it in a brand new Wine configuration. (I declined to install all shortcuts, and declined Google Chrome). But on first run and subsequent runs from Wine Explorer or the command line, CCleaner's program window does not appear. In console,
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fcd0 4 fixme:win:EnumDisplayDevicesW ((null),0,0x23e5c0,0x00000000), stub! fixme:ver:RtlGetProductInfo (5,1,3,0,0x23e948): stub err:seh:setup_exception stack overflow 2400 bytes in thread 001c eip 00007fb10a710a6b esp 0000000000140ca0 stack 0x140000-0x141000-0x240000
If I try winedbg I get a different failure: % winedbg /tmp/winedir/winetemp/dosdevices/c:/Program\ Files/CCleaner/CCleaner.exe WineDbg starting on pid 0024 couldn't load main module (2) err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\CCleaner\CCleaner.exe" failed, status c0000022 Process of pid=0024 has terminated
CCleaner installed and ran in my existing .wine config, so I'm not sure what's wrong with a fresh one.