http://bugs.winehq.org/show_bug.cgi?id=6959
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-21-12 00:07 -------
Dup
*** This bug has been marked as a duplicate of 6957 ***
--
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=6957
------- Additional Comments From vitaliy(a)kievinfo.com 2006-21-12 00:07 -------
*** Bug 6958 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=6958
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Status|NEW |RESOLVED
Component|wine-gdi-(printing) |wine-misc
Priority|P1 |P2
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-21-12 00:07 -------
Same exact problem. Please don't create multiple bugs about same thing.
*** This bug has been marked as a duplicate of 6957 ***
--
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=6956
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-programs |wine-misc
------- Additional Comments From vitaliy(a)kievinfo.com 2006-20-12 23:59 -------
{00000507-0000-0010-8000-00aa006d2ea4} is ADODB that has to be installed
separatelly.
--
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=6960
Summary: regression: mouse stuck in quake 3
Product: Wine
Version: 0.9.27.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: damjan.jov(a)gmail.com
REGRESSION:
In Quake 3 arena (demo), the mouse is stuck at the top-left corner of the screen
and doesn't budge.
adadb5be7815f0e9a404afeda04f72122918c234 is first bad commit
diff-tree adadb5be7815f0e9a404afeda04f72122918c234 (from
a97680751a55e02b6b7e5f561e7c1cfcd4eb7115)
Author: Vitaliy Margolen <wine-patch(a)kievinfo.com>
Date: Sat Sep 16 12:25:29 2006 -0600
dinput: Return proper errors in SetCooperativeLevel.
:040000 040000 4e6b347360a5bb9fca9b875124d9205a380d8869
17d33684b1496b2d9a6ec9e6197f75341ec7b4b6 M dlls
RELEVANT LOG:
trace:dinput:IDirectInputDevice2AImpl_SetCooperativeLevel (0x17f970)
(nil),0x00000005
trace:dinput:IDirectInputDevice2AImpl_SetCooperativeLevel cooperative level :
DISCL_EXCLUSIVE DISCL_FOREGROUND
PROPOSED PATCH:
diff --git a/dlls/dinput/device.c b/dlls/dinput/device.c
index 618818f..7fe25ff 100644
--- a/dlls/dinput/device.c
+++ b/dlls/dinput/device.c
@@ -623,11 +623,9 @@ HRESULT WINAPI IDirectInputDevice2AImpl_
(dwflags & (DISCL_FOREGROUND | DISCL_BACKGROUND)) == (DISCL_FOREGROUND
| DISCL_BACKGROUND))
return DIERR_INVALIDPARAM;
- if (dwflags == (DISCL_NONEXCLUSIVE | DISCL_BACKGROUND))
+ if (dwflags == (DISCL_NONEXCLUSIVE | DISCL_BACKGROUND) || !hwnd)
hwnd = GetDesktopWindow();
- if (!hwnd) return E_HANDLE;
-
/* For security reasons native does not allow exclusive background level
for mouse and keyboard only */
if (dwflags & DISCL_EXCLUSIVE && dwflags & DISCL_BACKGROUND &&
--
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=6949
paul(a)uni-bonn.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
------- Additional Comments From paul(a)uni-bonn.de 2006-20-12 23:49 -------
getconf GNU_LIBPTHREAD_VERSION reports
linuxthreads-0.10
This should be fine, right? How to convince wine to use NTPL?
--
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=6959
Summary: Auto-patcher does not work in GoonZu Online.
Product: Wine
Version: 0.9.27.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pcxunlimited(a)gmail.com
Overview:
GoonZuRun.exe does not work at all. When starting up the program, it gives the
error "Internal application error," then after clicking OK it shows a window
with no text in it and two buttons (excluding the X button).
Reproduction steps:
1) Install GoonZu Online.
2) Go to the directory where GoonZu is installed.
3) Type wine GoonZuRun.exe.
Actual results:
Nothing works. Both buttons in the window close the program.
Expected results:
Text should be inside the window, the buttons should work properly, and the
program should fulfill it's purpose: auto-patching the game.
Build 0.9.27 on Ubuntu Edgy Eft 6.10.
Also occurs on:
Build 0.9.20 on Ubuntu Edgy Eft 6.10.
Build 0.9.22 on Ubuntu Edgy Eft 6.10.
--
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.