Open forum for end-user questions about
Wine . Before asking questions, check out the
Wiki as a first step.
Forum Rules
grandtoubab
Newbie
Posts: 3 Joined: Sun Apr 15, 2012 3:52 am
Post
by grandtoubab » Sun Apr 15, 2012 4:03 am
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
Posts: 6605 Joined: Sat Feb 23, 2008 2:29 pm
Post
by vitamin » Sun Apr 15, 2012 7:16 pm
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
Posts: 3 Joined: Sun Apr 15, 2012 3:52 am
Post
by grandtoubab » Mon Apr 16, 2012 10:58 am
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
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.
There was an improve using
but not totally fixed
vitamin
Moderator
Posts: 6605 Joined: Sat Feb 23, 2008 2:29 pm
Post
by vitamin » Mon Apr 16, 2012 8:21 pm
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
Posts: 3 Joined: Sun Apr 15, 2012 3:52 am
Post
by grandtoubab » Tue Apr 17, 2012 10:51 am
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??