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
http://bugs.winehq.org/show_bug.cgi?id=35267
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://search-engine-ranker | |.gsa-online.de/download/sea | |rch_engine_ranker.exe
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
filling fields.
$ sha1sum search_engine_ranker.exe b1ab9f450163d0bd35a4a581e80389618be7e496 search_engine_ranker.exe
$ du -sh search_engine_ranker.exe 18M search_engine_ranker.exe
$ wine --version wine-1.7.9-209-gb231b4b
Regards
http://bugs.winehq.org/show_bug.cgi?id=35267
--- Comment #2 from Anastasius Focht focht@gmx.net --- Created attachment 47038 --> http://bugs.winehq.org/attachment.cgi?id=47038 Screenshot showing distorted gui
Hello folks,
attached is a screenshot how the user interface looks like. Interestingly even the "About Wine" dialog is affected (subclassing/custom draw?)
Regards
http://bugs.winehq.org/show_bug.cgi?id=35267
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
after searching for bugs with similar issues I resolve this as dupe of bug 10600
The GUI skinning of 'ABC Amber LIT Converter 2.0' (colour scheme) looks similar and there is the same "err:status/toolbar ... unknown msg 3523 wp=00000000 lp=00000000" message seen in terminal.
Both use some Borland/Delphi components/classes which might be the culprit ...
Regards
*** This bug has been marked as a duplicate of bug 10600 ***
http://bugs.winehq.org/show_bug.cgi?id=35267
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=35267
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://search-engine-ranker |https://web.archive.org/web |.gsa-online.de/download/sea |/20140209120224/http://sear |rch_engine_ranker.exe |ch-engine-ranker.gsa-online | |.de/download/search_engine_ | |ranker.exe Component|-unknown |gdi32
https://bugs.winehq.org/show_bug.cgi?id=35267
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|gdi32 |user32
https://bugs.winehq.org/show_bug.cgi?id=35267
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
just for documentation, since main UI bug is fixed:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files (x86)/GSA Search Engine Ranker
$ WINEDEBUG=+seh,+relay,+wininet wine ./Search_Engine_Ranker.exe >>log.txt 2>&1 ... 002b:Call user32.MessageBoxA(00000000,066135c8 "Internal Error #9091. \n\nPlease contact info@gsa-online.de",0079d244 "",00040010) ret=01146807 ... --- snip ---
https://forum.gsa-online.de/discussion/17191/internal-error-9091
This is not a Wine problem.
Regards