http://bugs.winehq.org/show_bug.cgi?id=7430
rob(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-ole |wine-setupapi
------- Additional Comments From rob(a)codeweavers.com 2007-01-04 08:52 -------
Looks like a bug in setupapi's inf parsing code.
--
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=7676
andreas.bierfert(a)lowlatency.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andreas.bierfert@lowlatency.
| |de
--
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=4426
rob(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From rob(a)codeweavers.com 2007-01-04 08:10 -------
Great. Thanks for testing and even more thanks for finding the patch that fixed it. Marking as fixed as per
comment above.
--
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=5071
rob(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From rob(a)codeweavers.com 2007-01-04 08:06 -------
No response, assuming 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=5125
rob(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From rob(a)codeweavers.com 2007-01-04 08:05 -------
Please reopen and post logs if it still doesn't work for you.
--
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=5303
------- Additional Comments From rob(a)codeweavers.com 2007-01-04 08:02 -------
Can you retest this using 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=7921
------- Additional Comments From jeremielapuree(a)yahoo.fr 2007-01-04 08:00 -------
I tried the patch. Indeed, the patch does its job :)
So, just let's wait for seeing it applied in git tree now.
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=5880
rob(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From rob(a)codeweavers.com 2007-01-04 07:54 -------
The software is broken because it doesn't install a required dependency. Use winetricks (http://
kegel.com/wine/winetricks) to install MDAC and open a new bug if it doesn't work.
--
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=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.
http://bugs.winehq.org/show_bug.cgi?id=7905
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-01-04 06:13 -------
It looks like a bug in CopyImage. On my system the btnface color is 0xd8d8d8. It
gets mapped on the 16bpp DDB to 0xdedbde. But after the CopyImage it's 0xdedfde
and thus is not detected as transparent. Of course if this "feature" is also in
native then this is a bug in comctl32 and I shouldn't have used CopyImage.
I don't know too well the bitmaps handling functions but I'll try to investigate
it further. Maybe the DDBs are in RGB565 format but CopyImage passes through the
RGB555 format or this is just a rounding error somewhere.
--
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=6087
------- Additional Comments From rob(a)codeweavers.com 2007-01-04 06:12 -------
Can you attach a +ole,+urlmon,+mshtml log output?
--
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=881
------- Additional Comments From ben(a)atomnet.co.uk 2007-01-04 05:23 -------
*** Bug 7914 has been marked as a duplicate of this bug. ***
--
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=7914
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From ben(a)atomnet.co.uk 2007-01-04 05:23 -------
Whoops, just got an email from the original bug which I didn't find while searching.
*** This bug has been marked as a duplicate of 881 ***
--
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=6499
------- Additional Comments From ben(a)atomnet.co.uk 2007-01-04 05:21 -------
It works fine for me. Are you using 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.