http://bugs.winehq.org/show_bug.cgi?id=7921
Summary: PPSTREAM crashes because of: unimplemented function
user32.dll.RealChildWindowFromPoint
Product: Wine
Version: CVS
Platform: Other
URL: http://kappa.zshare.net/download/865ebabe73920f06985e947
d77d67f39/1175428077/1415828/ppstreamsetup%20v1.0.4.730.
exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
PPSTREAM is a streaming player. The install runs smoothly. Unfortunately,
PPSTREAM can not start. Wine complains about a missing function.
unimplemented function user32.dll.RealChildWindowFromPoint
I attached the full backtrace.
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7544
liquitsnake(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |liquitsnake(a)gmx.net
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7920
Summary: Post provider setup of WMI core 1.5 fails due to wmi
advapi32 exports missing
Product: Wine
Version: unspecified
Platform: All
URL: http://www.microsoft.com/downloads/details.aspx?FamilyID
=afe41f46-e213-4cbf-9c5b-fbf236e0e875
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
with my patch from http://bugs.winehq.org/show_bug.cgi?id=7187 i got a bit
further with WMI core installation for win 9x, nt4 on wine 0.9.34
Before install (wmicore.exe) you need to set winecfg win9x or NT4 and copy
wmi.dll from native windows system to system32 dir.
Now complains about missing forwarded advapi exports (Windows Management
Interface part of advapi):
AdvApi32.WmiNotificationRegistrationW
AdvApi32.WmiFreeBuffer
AdvApi32.WmiMofEnumerateResourcesW
AdvApi32.WmiQueryGuidInformation
AdvApi32.WmiExecuteMethodW
AdvApi32.WmiSetSingleItemW
AdvApi32.WmiQueryAllDataW
Later it bumps on
--- snip ---
wine: Call from 0x7b840750 to unimplemented function advapi32.dll.WmiOpenBlock,
aborting
--- snip ---
In advapi32.spec the following are stubbed/commented out:
--- snip ---
@ stub WdmWmiServiceMain
@ stub WmiCloseBlock
# @ stub WmiCloseTraceWithCursor
# @ stub WmiConvertTimestamp
# @ stub WmiDevInstToInstanceNameA
# @ stub WmiDevInstToInstanceNameW
# @ stub WmiEnumerateGuids
# @ stub WmiExecuteMethodA
# @ stub WmiExecuteMethodW
# @ stub WmiFileHandleToInstanceNameA
# @ stub WmiFileHandleToInstanceNameW
# @ stub WmiFreeBuffer
# @ stub WmiGetFirstTraceOffset
# @ stub WmiGetNextEvent
# @ stub WmiGetTraceHeader
# @ stub WmiMofEnumerateResourcesA
# @ stub WmiMofEnumerateResourcesW
# @ stub WmiNotificationRegistrationA
# @ stub WmiNotificationRegistrationW
@ stub WmiOpenBlock
# @ stub WmiOpenTraceWithCursor
# @ stub WmiParseTraceEvent
# @ stub WmiQueryAllDataA
# @ stub WmiQueryAllDataMultipleA
# @ stub WmiQueryAllDataMultipleW
# @ stub WmiQueryAllDataW
# @ stub WmiQueryGuidInformation
# @ stub WmiQuerySingleInstanceA
# @ stub WmiQuerySingleInstanceMultipleA
# @ stub WmiQuerySingleInstanceMultipleW
@ stub WmiQuerySingleInstanceW
# @ stub WmiReceiveNotificationsA
# @ stub WmiReceiveNotificationsW
# @ stub WmiSetSingleInstanceA
@ stub WmiSetSingleInstanceW
# @ stub WmiSetSingleItemA
# @ stub WmiSetSingleItemW
--- snip ---
The installation process seems to succeed at last.
WMI core, provider dlls and MOFs are compiled/registered.
I know WMI isnt in focus, implementing wmi.dll (core) itself seems to be
somewhat tedious task.
Due to undocumented/internal nature of this api i dont expect help/progress,
just added this entry for sake of completeness (and to remember myself).
Maybe i come up with a solution one day, but it takes time
investigating/researching that stuff (even true for getting api prototypes) ...
At least the wmi core tools (mofcomp.exe, wbemcntl.exe, wbemtest.exe,
WinMgmt.exe) seem to run - though not really usable yet.
The wbem test tool triggers access violations when querying wmi classes in wine
ole32:rpc module and the wmi config tools doesnt connect at all.
I might track down these separately and issue bug reports.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6516
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6049
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From dmitry(a)codeweavers.com 2007-01-04 06:21 -------
The patch that has caused a regression has been reverted, so this bug should be
fixed now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6057
------- Additional Comments From rob(a)codeweavers.com 2007-01-04 06:19 -------
Is this bug still present in the latest version of Wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6516
------- Additional Comments From dmitry(a)codeweavers.com 2007-01-04 06:18 -------
> but I get the following error message many times
> fixme:font:GetKerningPairsA Can't find codepage 42 info
I sent a patch for the above problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6088
------- Additional Comments From rob(a)codeweavers.com 2007-01-04 06:15 -------
Is this bug still present in a recent version of Wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.