http://bugs.winehq.org/show_bug.cgi?id=6417
------- Additional Comments From marcus(a)jet.franken.de 2006-10-10 13:59 -------
i tried current git... even on fresh wine environment, still fails:
err:msi:ITERATE_DuplicateFiles Failed to copy file L"c:\\Program Files\\Common
Files\\InstallShield\\Driver\\8\\Intel 32\\IDriver.exe" -> L"c:\\Program
Files\\Common Files\\InstallShield\\Driver\\8\\Intel 32\\", last error 80
fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveRegistryValues"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveFolders"
fixme:msi:MSI_GetProductInfo L"InstallSource"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"ValidateProductID"
err:ole:get_unmarshaler_from_stream Failed to read common OBJREF header,
0x00000001
fixme:ole:NdrClearOutParameters (0x63192114,0x8f4212,0x63192218): stub
fixme:win:SetWindowTextA setting text "Canon Camera TWAIN Driver" of other
process window (nil) should not use SendMessage
fixme:x11drv:X11DRV_SetWindowRgn not supported on other thread window 0x10044
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-2100-00000d000000}
err:rpc:I_RpcReceive we got fault packet with status 0x6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-2100-00000d000000}
err:rpc:I_RpcReceive we got fault packet with status 0x6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-2100-00000d000000}
err:rpc:I_RpcReceive we got fault packet with status 0x6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-2100-00000d000000}
err:rpc:I_RpcReceive we got fault packet with status 0x6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-2100-00000d000000}
err:rpc:I_RpcReceive we got fault packet with status 0x6be
--
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=6014
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From truiken(a)gmail.com 2006-10-10 13:33 -------
Works fine for me. I just started up the installer at least 4 times without
running into this 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=6417
------- Additional Comments From truiken(a)gmail.com 2006-10-10 12:52 -------
This works fine for me. I don't get the install failure and the installer
proceeds to finish with success. Either the fix is in git, or it's in the patch
I'm about to submit to wine-patches.
--
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=3087
jerome.bouat(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2006-10-10 12:47 -------
you're right
*** This bug has been marked as a duplicate of 2596 ***
--
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=6376
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, regression
------- Additional Comments From dank(a)kegel.com 2006-10-10 12:05 -------
Can you give us a recipe for reproducing this with
the freely downloadable Notes client?
If not, are you able to build Wine from sources?
(See http://wiki.winehq.org/Recommended_Packages for
scripts that set up an Ubuntu box to be able to build Wine.)
You could do a binary search to find out which patch
caused the regression. See
http://www.winehq.com/site/docs/winedev-guide/x1348
for how to use git-bisect to do this.
--
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=2467
------- Additional Comments From the3dfxdude(a)gmail.com 2006-10-10 11:33 -------
This is a really difficult bug:
It is either a problem with sending window messages, or
incorrect handling in DefDialogProc, or
a really obscure bug in handling of surfaces.
What you are seeing are dialog windows drawn on top of fullscreen ddraw. Now a
standard message box or other dialog windows work fine. The problem appears
because Starcraft/Diablo have a library called storm.dll. That library has
custom dialog functions (like "SDlgCreateDialog") they use in place of the
standard windows API ones. Essentially they are creating dialog windows from
scratch. I have not been able to identify what it is depending on for its
implementation.
If you have any experience with custom dialog windows on top of fullscreen ddraw
apps, please help :)
--
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=2467
------- Additional Comments From samueldg(a)arcoscom.com 2006-10-10 11:19 -------
I'm having this problem under FC5 distro (wine 0.9.22), after solve some
problems with Direct3D and my video driver (now using ATI propietary drivers -
fglrx).
If any developer need some adicional bug info, or screenshots, say me, I can
help with tests using b.net with SC.
--
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=5253
------- Additional Comments From samueldg(a)arcoscom.com 2006-10-10 11:12 -------
More or less solved.
Now, I reviewed my xorg.conf file and detected that I was using "ati" driver
(instead "fglrx" - ati propietary driver) under X.
After I reconfigured xorg.conf for use fglrx and create the value:
HKEY_CURRENT_USER\Programs\Wine\Direct3D\DirectDrawRenderer
With "gdi" as data, works with 0.9.22 version (remember: FC5 distro).
With "opengl" as data, works slower (Starcraft general performance slows), but
works too.
Now I can connect to b.net without problems ... but:
1) only can join into the first game, on second and next games, I can't join
(allways no response).
2) The background windows aren't painted and the texts are overlapped allways,
they arent erased.
I tried using Windows 2000 fonts (replacing wine fonts files) and no solution.
With wine fonts, works too, but texts are missaligned, overlapped and don't fit
into screen or their respective windows (Spanish texts).
At least, joining and exiting b.net, I can play games with friends.
Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=6418
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|regerssion, bug in "Move WGL|regression, due to "Move WGL
|extension code to |extension code to
|winex11.drv" patch |winex11.drv" patch
--
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.