http://bugs.winehq.org/show_bug.cgi?id=8854
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-03-07 13:21 -------
a minimal "revert" to get the game working again:
diff --git a/dlls/dinput/device.c b/dlls/dinput/device.c
diff --git a/dlls/dinput/keyboard.c b/dlls/dinput/keyboard.c
index ad44023..1d0c1db 100644
--- a/dlls/dinput/keyboard.c
+++ b/dlls/dinput/keyboard.c
@@ -281,7 +281,7 @@ static HRESULT WINAPI SysKeyboardAImpl_GetDeviceState(
if (len != WINE_DINPUT_KEYBOARD_MAX_KEYS)
return DIERR_INVALIDPARAM;
-
+MsgWaitForMultipleObjectsEx(0, NULL, 0, QS_ALLINPUT, 0);
EnterCriticalSection(&This->base.crit);
if (TRACE_ON(dinput)) {
Hope it helps to solve the 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=8856
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-misc |wine-kernel
Ever Confirmed| |1
Summary|page fault at 0x0 in ntdll |Winomega crashes with page
| |fault
------- Additional Comments From vitaliy(a)kievinfo.com 2007-03-07 13:00 -------
Wine needs to do a NULL pointer check as it was done before. I'm guessing app
calls it with NULL to get the required size back.
--
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=8840
------- Additional Comments From jiggy_vivek(a)yahoo.com 2007-03-07 11:34 -------
the X Win32 console is same as any other Linux distro only it loads everything
from a Linux Computer on a Windows one.
i use, 'wine ProgramName.exe'
Dan Sir,
1. Remove the .wine directory in your home directory
are u saying i have to un-tar the contents in my home directory ?
one more thing, my app does have a setup, but, can i simply copy my app exe in
the home directory n run it ?
--
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=8856
------- Additional Comments From rmh(a)aybabtu.com 2007-03-07 11:18 -------
Btw, this program uses some sort of PE compression. The vendor is cooperative
about getting it to work on wine, and I can ask them for details if needed.
--
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=8856
rmh(a)aybabtu.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, regression
--
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=8856
Summary: page fault at 0x0 in ntdll
Product: Wine
Version: 0.9.40.
Platform: Other
URL: http://winomega.com/womega.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmh(a)aybabtu.com
This is a regression introduced by:
commit 5817e366346fc9c0e23d30c9d65cbf47c5815e6d
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Jun 19 16:58:42 2007 +0200
ntdll: Improved the stub behavior of
NtQuerySystemInformation(SystemModuleInformation).
when running Winomega (installer at http://winomega.com/womega.exe), ntdll
produces a page fault accessing 0x0.
--
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.