https://bugs.winehq.org/show_bug.cgi?id=37573
Bug ID: 37573 Summary: Blank windows in captvty Product: Wine Version: 1.7.31 Hardware: x86 URL: http://captvty.fr/ OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: guy.roussin@teledetection.fr Distribution: Debian
Created attachment 49994 --> https://bugs.winehq.org/attachment.cgi?id=49994 Blank screen on telecast window
Hi
Problem : Blank screen on telecast window (see attachment)
Reproduce : 1) compile wine on debian sid amd64 from git 2) download captvty : wget -O captvty-2.3.3.zip http://captvty.fr/?captvty-2.3.3.zip 3) remove wine prefix : mv ~/.wine ~/.wine.old 4) install dotnet40 winetricks dotnet40 5) install captvty : unzip captvty-2.3.3.zip -d ~/.wine/drive_c/captvty 6) run captvty : wine $HOME/.wine/drive_c/captvty/Captvty.exe
I can see a lot of fixme : fixme:gdiplus:GdipGetNearestColor (0x6a2fb88, 0x32e478): Passing color unmodified ... fixme:thread:NtQueryInformationThread info class 16 not supported yet ... fixme:listview:LISTVIEW_PrintClient Partial Stub: (hdc=0x2c0084 options=0x00000000)
I can use the software with the keys but not very easy ... installing native gdiplus with winetrick do not fix the problem
Thank you.
Guy