fixme:listview:LISTVIEW_PrintClient

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
grandtoubab
Newbie
Newbie
Posts: 3
Joined: Sun Apr 15, 2012 3:52 am

fixme:listview:LISTVIEW_PrintClient

Post by grandtoubab »

Hello
I am running Wine 1.5.2 On Ubuntu 12.04.
I try to uses the software captvty which requires dotnet40.
I added also gdiplus using winetricks, but It remains this errors

Code: Select all

ixme:listview:LISTVIEW_PrintClient Partial Stub: (hdc=0x48d0 options=0x00000000)
fixme:listview:LISTVIEW_PrintClient Partial Stub: (hdc=0x48d0 options=0x00000000)
fixme:listview:LISTVIEW_PrintClient Partial Stub: (hdc=0x48d0 options=0x00000000)
fixme:listview:LISTVIEW_PrintClient Partial Stub: (hdc=0x48d0 options=0x00000000)
fixme:listview:LISTVIEW_PrintClient Partial Stub: (hdc=0x48d0 options=0x00000000)
fixme:listview:LISTVIEW_PrintClient Partial Stub: (hdc=0x48d0 options=0x00000000)
fixme:listview:LISTVIEW_PrintClient Partial Stub: (hdc=0x48d0 options=0x00000000)
fixme:listview:LISTVIEW_PrintClient Partial Stub: (hdc=0x48d0 options=0x00000000)
fixme:listview:LISTVIEW_PrintClient Partial Stub: (hdc=0x48d0 options=0x00000000)
fixme:thread:NtQueryInformationThread info class 16 not supported yet
fixme:thread:NtQueryInformationThread info class 16 not supported yet
fixme:thread:NtQueryInformationThread info class 16 not supported yet
What is this class 16?
Is that a problem from http://source.winehq.org/source/dlls/co ... listview.c

Or from the software Captvty?
Thanks for any help.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: fixme:listview:LISTVIEW_PrintClient

Post by vitamin »

So what is the problem exactly? Most messages Wine prints can be safely ignored.

Have you installed .net 4.0 using recent version of winetricks?
grandtoubab
Newbie
Newbie
Posts: 3
Joined: Sun Apr 15, 2012 3:52 am

Re: fixme:listview:LISTVIEW_PrintClient

Post by grandtoubab »

vitamin wrote:So what is the problem exactly? Most messages Wine prints can be safely ignored.

Have you installed .net 4.0 using recent version of winetricks?
Hello
Thanks for your answer
I uses the winetricks version available in Ubuntu that is 0.0+20120308 and installed using

Code: Select all

bash winetricks dotnet40
as described http://appdb.winehq.org/objectManager.p ... &iId=17886

I think the net 40 is well installed because before the software Captvty could not be launched.
Now I can launch it but a part of the window is not filled.
Image

There was an improve using

Code: Select all

winetricks gdiplus
but not totally fixed
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: fixme:listview:LISTVIEW_PrintClient

Post by vitamin »

grandtoubab wrote:Now I can launch it but a part of the window is not filled.
The right side has nothing to do with listview. Listview is the left side which seems fine to me.
grandtoubab
Newbie
Newbie
Posts: 3
Joined: Sun Apr 15, 2012 3:52 am

Re: fixme:listview:LISTVIEW_PrintClient

Post by grandtoubab »

vitamin wrote:
grandtoubab wrote:Now I can launch it but a part of the window is not filled.
The right side has nothing to do with listview. Listview is the left side which seems fine to me.
Do you think it is related to

Code: Select all

NtQueryInformationThread info class 16 not supported yet
Any suggestion to improve, which dll??
Locked