http://bugs.winehq.org/show_bug.cgi?id=4907
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Juiced Demo dont |Juiced Demo dont start
|start(SystemParametersInfoW |
|Unimplemented action) |
------- Additional Comments From mike(a)codeweavers.com 2006-21-03 19:21 -------
Unlikely to be related to SystemParametersInfoW...
--
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=4329
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords|NoAppDBEntry |
------- Additional Comments From tony.lambregts(a)gmail.com 2006-21-03 19:20 -------
Does this have anything to do with bug 4749 ?
--
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=4329
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ben(a)atomnet.co.uk
------- Additional Comments From tony.lambregts(a)gmail.com 2006-21-03 19:17 -------
*** Bug 4909 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=4909
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-21-03 19:17 -------
Resolving as DUPLICATE
*** This bug has been marked as a duplicate of 4329 ***
--
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=4857
galeru(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Jumper 2 can't load mci |Game Maker Games can't load
|Driver |mci Driver
------- Additional Comments From galeru(a)gmail.com 2006-21-03 19:12 -------
all of the games complain about being unable to load the mci driver, then fails
due to a bad value in X.
fixme:mci:MCI_LoadMciDriver Couldn't load driver for type L"MPEGVIDEO".
...
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Value in failed request: 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.
http://bugs.winehq.org/show_bug.cgi?id=4909
------- Additional Comments From ben(a)atomnet.co.uk 2006-21-03 17:49 -------
It forces you to select a "component" so I guessed at "directx". I don't know
enough about Wine to be able to classify it myself.
--
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=4909
------- Additional Comments From super-greg(a)gmx.de 2006-21-03 17:22 -------
duplicate #4329
amd64 issue only has nothing to do with dx
--
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=4909
Summary: OperationFlashpoint fails to start due to memory
allocation issue
Product: Wine
Version: 0.9.10.
Platform: PC-x86-64
URL: http://www.flashpoint1985.com/download/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Nothing appears in Wines console which is odd, but the game refuses to start, a
messagebox just appears stating "Unable to reserve virtual memory (128MB)".
--
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=4897
pgr(a)arcelectronicsinc.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Regression page fault at |Regression Use explorer to
|access to 0xffffffff in 16 |handle desktop window fails
|bit application |with 16 bit application
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-21-03 16:30 -------
Reversing this one change in server/window.c allows my application to run with
the current git.
DECL_HANDLER(get_desktop_window)
{
- struct window *win = get_desktop_window( current, 1 );
+ struct window *win = get_desktop_window( current, req->force );
if (win) reply->handle = win->handle;
}
The trace show that a 32bit window is created for the 16 bit application if
req-force is used and shortly followed by a page fault. With req->force replaced
by 1 a 16 bit window is created and things function.
There is a problem with borland's easywin lib and it will not run on win98 or
higher with the same type page fault.
--
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.