http://bugs.winehq.org/show_bug.cgi?id=7609
------- Additional Comments From dmitry(a)codeweavers.com 2007-04-03 01:47 -------
Is it a regression? If so please do a regression test.
--
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=7624
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-ole |wine-msi
------- Additional Comments From dank(a)kegel.com 2007-04-03 01:03 -------
Hmm, using native dcom didn't fix it. Maybe it's an MSI problem.
The +relay log of the app failing with native DCOM
shows the custom action doing the following repeatedly:
0012:Call kernel32.TlsGetValue(0000000b) ret=00c06219
0012:Ret kernel32.TlsGetValue() retval=7ee52878 ret=00c06219
0012:Call kernel32.TlsGetValue(0000000b) ret=00c06362
0012:Ret kernel32.TlsGetValue() retval=7ee52878 ret=00c06362
0012:Call kernel32.TlsGetValue(0000000c) ret=00c06364
0012:Ret kernel32.TlsGetValue() retval=00c300f8 ret=00c06364
0012:Call kernel32.SetLastError(00000000) ret=00c063bf
0012:Ret kernel32.SetLastError() retval=00000000 ret=00c063bf
0012:Call kernel32.GetLastError() ret=00c06349
0012:Ret kernel32.GetLastError() retval=00000000 ret=00c06349
Then after a while it seems to give up and raise an exception:
0012:Call kernel32.RaiseException(e06d7363,00000001,00000003,7d46c8dc) ret=00c01a11
--
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=7624
Summary: Windows Live Mail Desktop Beta install fails
Product: Wine
Version: 0.9.30.
Platform: Other
URL: http://ideas.live.com/programpage.aspx?versionId=6ac2bed
2-b5a4-4a0a-a897-e36dd191a9f4
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The installer aborts early unless you use winecfg to set WinXP mode.
It then gets a bit further, but aborts with the following log:
trace:msi:HANDLE_CustomType1 Calling function L"GetAUValues" from
L"C:\\windows\\temp\\msi952.tmp"
...
trace:ole:CoCreateInstance (rclsid={bfe18e9c-6d87-4450-b37c-e02f0b373803},
pUnkOuter=(nil), dwClsContext=00000017,
riid={00000000-0000-0000-c000-000000000046}, ppv=0x7d2ad8f4)
err:ole:CoCreateInstance apartment not initialised
...
trace:msi:MSI_ProcessMessage ((nil) 0 10 L"CoCreateInstance of AutomaticUpdates
failed")
...
err:msi:ITERATE_Actions Execution halted, action L"GetAUValues" returned 1603
--
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=7461
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rog_per(a)hotmail.com
------- Additional Comments From truiken(a)gmail.com 2007-04-03 00:45 -------
*** Bug 7608 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=7608
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From truiken(a)gmail.com 2007-04-03 00:45 -------
Duplicate. Upgrade to git.
*** This bug has been marked as a duplicate of 7461 ***
--
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=7604
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From truiken(a)gmail.com 2007-04-03 00:33 -------
Closing.
--
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=7604
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2007-04-03 00:32 -------
Invalid.
--
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=7604
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|WORKSFORME |
------- Additional Comments From truiken(a)gmail.com 2007-04-03 00:32 -------
That's not WORKSFORME, that's INVALID.
--
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=5865
------- Additional Comments From wjsqudtlr(a)gmail.com 2007-03-03 22:52 -------
Created an attachment (id=5210)
--> (http://bugs.winehq.org/attachment.cgi?id=5210&action=view)
AddFontMemResourceEx test program.
Hi,
I attach simple 'AddFontMemResourceEx" API test program.
My "AddFontMemResourceEx" patch is easy method, but I think this method is not
good method. it's just temperary implementation.
I think "this patch and attached test program" provides some idea for
{Add/Remove}FontMemResourceEx implementation to wine people.
I hope somebody's good 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=7623
Summary: Winamp Video Bug
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: www.winamp.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dshow
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xenoalien(a)gmail.com
I was trying to watch streaming video from
http://www.wwitv.com/portal.htm
The links are based on .m3u files.
I open one with winamp and the video buffers loads and plays.
But I see no video.
--
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.