http://bugs.winehq.org/show_bug.cgi?id=30849
Bug #: 30849
Summary: Diablo 3 Game Disconnect: ERROR 316704 "YOU HAVE BEEN
REMOVED FROM THE GAME"
Product: Wine
Version: 1.5.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: billbroach(a)gmail.com
Classification: Unclassified
As of Jun 04, 2012 Diablo 3 will disconnect after about 5+ mins with error:
"You have been removed from the game" after which you will not be able to
create a game nor exit cleanly.
Error:
"YOU HAVE BEEN REMOVED FROM THE GAME" ERROR 316704
Suspected change has occurred with the game in which wine does now not support
properly.
other symptoms:
* /who in chat will instantly lock and crash wine.
* friends show as "offline" when they are really online.
* friends will not be able to join your game with timing out or crashing your
client.
* high ping 300+ms
Several confirmation of the above symptoms can be seen here:
http://us.battle.net/d3/en/forum/topic/5271607015?page=1
it seems to be affecting several wine versions and several distributions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48071
Bug ID: 48071
Summary: msi test immediately fails in Win XP SP2 looking for
MsiSetExternalUIRecord
Product: Wine
Version: 4.19
Hardware: x86
OS: Windows
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
The msi tests fail at the first step under Windows XP SP2.
"The procedure entry point MsiSetExternalUIRecord could be located in the
dynamic link library msi.dll"
Looking at closed bugs related to this function it looks like it is needed for
the test to be correct, so does this need to be skipped in SP2 (assuming that
SP2 has an outdated MSI)?
I ran in console mode but couldn't get any kind of trace.
http://test.winehq.org/data/070cfc358c8ed67ba08a49ae78c20205ab4e2d00/xp_xp2…
simple shows "load error 1359".
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40393
Bug ID: 40393
Summary: Winehq.org website improvements not added to Bugzilla.
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
Distribution: ---
There have been many Winehq.org website improvements lately, such as a nicer
search bar and more modern navigation buttons, that have not been added to
Bugzilla.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48248
Bug ID: 48248
Summary: safsdgfdghfgh
Product: Wine
Version: 4.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: activeds
Assignee: wine-bugs(a)winehq.org
Reporter: randymitchel795(a)gmail.com
Distribution: ---
<a href="https://www.google.com/">google</a>
[url=https://www.google.com]google[/url]
https://www.google.com/ support number
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46466
Bug ID: 46466
Summary: Accessing 32-bit DLLs from 64-bit code through COM as
an IPC mechanism
Product: Wine
Version: 4.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: reinhold.hoffmann(a)hotmail.com
Distribution: ---
For more than 10 years a brilliant blog exists how to start a 32-bit DLL from
an x64 application. This sound weird but in case a DLL cannot be converted to
64-bit for whatever reason such a solution is very helpful. In the blog there
is a method described how to do this. The blog is very sophistcated. Please see
https://blog.mattmags.com/2007/06/30/accessing-32-bit-dlls-from-64-bit-code/
On Windows accessing a DLL through the COM IPC mechanism works like a charm. On
Wine64 a 32-bit DLL can only be accessed and executed from a 32-bit app through
a COM IPC mechanism (btw. works great). But accessing the 32-bit DLL through a
COM IPC mechanism from the same x64 version of such an app fails.
Of course, such a capability is beyond Wine-4.0. But it would be great if a fix
could be addressed in the scope of Wine-5.0.
I try to provide a sample which demonstrate the issue.
May be somebody familiar with the COM IPC mechnism may help to address the
right component. Thx.
Reinhold
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42566
Bug ID: 42566
Summary: Edit control uses WM_PAINT instead of WM_ERASEBKGND
Product: Wine
Version: 2.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: james.tabor(a)reactos.org
Distribution: ---
Created attachment 57478
--> https://bugs.winehq.org/attachment.cgi?id=57478
Test Program
In Windows, the edit control uses the WM_ERASEBKGND message to erase the
background but the Wine edit control uses the WM_PAINT message. Test app
included..
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9850
Summary: win16 test suite multiple failures
Product: Wine
Version: 0.9.46.
Platform: Other
URL: http://win16test.googlecode.com
OS/Version: other
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Jennifer Lai put together a win16 test suite
as her intern project this summer, with a little
guidance from me. The code is a combination
of win16 tests that had been posted in the past,
and backports of 32 bit wine tests.
Jennifer says the tests pass on Windows XP.
The code can be downloaded
from http://win16test.googlecode.com with svn,
and is quite easy to run; see
http://win16test.googlecode.com/svn/trunk/src/README
for instructions.
There are four or five crash failures and several lesser failures.
She has proposed patches to fix most of these at
http://win16test.googlecode.com/svn/trunk/src/patches/
I think there are mistakes in at least one of her patches,
but they're still a good starting point
We would have liked to commit the win16 tests as part
of the wine source tree, but Alexandre didn't want us to,
so we created a project at googlecode.com to host them.
I'll gladly give committer status to any serious wine
developer who wants to work on them.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48269
Bug ID: 48269
Summary: Tray icon (XEMBED) moves when (0,0) coordinate is
outside of the drawing area
Product: Wine
Version: 4.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: materka(a)gmail.com
Distribution: ---
Created attachment 65934
--> https://bugs.winehq.org/attachment.cgi?id=65934
Monitor layouts
For some uncommon monitor layouts wine tray icon is not working correctly.
When XEMBED is used X11 window should never move, because it is managed by the
system tray. KDE positions all tray icons in (0,0) position and renders them
off-screen (XComposite + XDamage). When screens are configured in a way, that
(0,0) is not is the first screen (?) area (attachment), wine icon tray window
tries to move itself. This repeats, window is moved further and further with
each event (not sure how it is triggered).
For example, primary screen has size 1440x900, second screen 900x1600 (vertical
position) and is positioned right of the primary screen, bottoms aligned. Check
attached picture for reference (second "NOT OK" example). It this scenario
(0,0) is 700 px above the primary screen (1600 - 900 = 700). Wine will move
tray icon to the position (0, 700). This should not happen, because tray icon
window is embedded, so it is managed by parent window.
I *suspect* the move is performed "UpdateLayeredWindowIndirect" in
dlls/user32/win.c. It calls set_window_pos which then moves the window using
X11 functions. I'm not that familiar with X11 to trace it correctly.
I tested mainly with wine-4.21 (Staging), but it also reproducible with old
wine 3.6.
Originally reported on KDE bug tracker:
https://bugs.kde.org/show_bug.cgi?id=414667
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34859
Bug #: 34859
Summary: Serious Sam Classic: the game's world is closed in a
giant cube (Mac OS X only bug)
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46460
--> http://bugs.winehq.org/attachment.cgi?id=46460
Serious Sam Classic Log
You can see this especially when looking at the sky, there are also some lines
visible in the ground. I've attatched a screenshot. The bug seems to be GPU
independent.
On Ubuntu everything looks fine.
The problem can be reproduced in the demo (check out the link).
Tested with:
Mac OS X 10.7 and 10.9, ATI HD 2600 Pro, ATI HD 6970M, Geforce 320M, Mac
Driver/X11
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.