http://bugs.winehq.org/show_bug.cgi?id=35267
Bug ID: 35267 Summary: GSA Search Engine Ranker v7.25 user interface is distorted (controls/text not rendered) Product: Wine Version: 1.7.9 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Classification: Unclassified
Hello folks,
reported here: http://forum.gsa-online.de/discussion/7795/how-to-use-gsa-tools-in-gnu-linux...
The installer needs 'winetricks -q mfc42' for dialog skinning to work though still succeeds without.
There is a delay of several seconds on startup, most likely attributed to off-screen preparation of hundreds of images using gdi API.
Terminal output is neglectable:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/GSA Search Engine Ranker
$ wine ./Search_Engine_Ranker.exe fixme:msg:ChangeWindowMessageFilter 400 00000001 fixme:msg:ChangeWindowMessageFilter 401 00000001 fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot fixme:toolhelp:Heap32ListFirst : stub fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046} err:toolbar:ToolbarWindowProc unknown msg 3523 wp=00000000 lp=00000000 err:toolbar:ToolbarWindowProc unknown msg 3523 wp=00000000 lp=00000000 err:toolbar:ToolbarWindowProc unknown msg 3523 wp=00000000 lp=00000000 err:toolbar:ToolbarWindowProc unknown msg 3523 wp=00000000 lp=00000000 --- snip ---
Interesting tidbit: the application seems wrapped with software protection scheme called 'VM Protect":
--- snip --- -=[ ProtectionID v0.6.5.5 OCTOBER]=- (c) 2003-2013 CDKiLLER & TippeX Build 31/10/13-21:09:09 Ready... Scanning -> Z:\home\focht.wine\drive_c\Program Files\GSA Search Engine Ranker\Search_Engine_Ranker.exe File Type : 32-Bit Exe (Subsystem : Win GUI / 2), Size : 14155672 (0D7FF98h) Byte(s) -> File Appears to be Digitally Signed @ Offset 0D6A400h, size : 015B98h / 088984 byte(s) [File Heuristics] -> Flag : 00000000000001001100001100000111 (0x0004C307) [Entrypoint Section Entropy] : 8.00 [!] VM Protect v2.06 (or newer) detected ! - Scan Took : 1.805 Second(s) [0000004ABh tick(s)] [533 scan(s) done] --- snip ---
The application doesn't use gdiplus. Winetricks recipes corefonts and comctl32 don't help.
Regards