http://bugs.winehq.org/show_bug.cgi?id=6850
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.3dgamers.com/dlse
| |lect/games/deusex2/dxiw_demo
| |.zip.html
Keywords| |download
--
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=3793
------- Additional Comments From ChristianHirche(a)web.de 2006-10-12 12:46 -------
I forgot to mention:
Graphics Card: geforce 7800 gtx,
so every video mode should be there (i tested even 800x600 with x.org)
the log i posted was only the end of it (of course)
--
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=6859
hverbeet(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|renguard does not install |renguard does not install
------- Additional Comments From hverbeet(a)gmail.com 2006-10-12 12:10 -------
It's not going to work either way. Aside from the fact that Renguard doesn't
actually properly work on Windows half of the time, it needs ntoskrnl to work.
--
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=6861
Summary: Fahrenheit 1.1 crashes with unhandled exception when
trying to load a profile
Product: Wine
Version: CVS
Platform: PC-x86-64
URL: http://games.softpedia.com/get/Games-Demo/Fahrenheit-
Demo.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Game installs and loads fine, displays videos and the menu and you can create an
account but when you try and start that account it fails with an Unhandled
Exception.
--
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=881
------- Additional Comments From gbrammer(a)gmx.de 2006-10-12 10:51 -------
This simple patch fixes the issue for Baldur's Gate, but is probably only a
workaround.
--- a/dlls/user32/cursoricon.c
+++ b/dlls/user32/cursoricon.c
@@ -1506,7 +1506,6 @@ HCURSOR WINAPI SetCursor( HCURSOR hCursor /* [in] Handle
of cursor to show */ )
struct user_thread_info *thread_info = get_user_thread_info();
HCURSOR hOldCursor;
- if (hCursor == thread_info->cursor) return hCursor; /* No change */
TRACE_(cursor)("%p\n", hCursor );
hOldCursor = thread_info->cursor;
thread_info->cursor = hCursor;
--
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=6848
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Battlefield 2 fails to start|Battlefield 2 fails to start
| |when using Virtual Desktop
| |mode.
------- Additional Comments From ben(a)atomnet.co.uk 2006-10-12 10:02 -------
Ok, found the issue as String pointed out in IRC. The game doesn't start in
Virtual Desktop mode due to the game requiring the user to be using a refresh
rate of 60hz (Virtual Desktop reports 0hz apparently).
So this bug is still valid and the title has been changed to be more specific.
--
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=6849
------- Additional Comments From ben(a)atomnet.co.uk 2006-10-12 10:00 -------
Works with 0.9.20 so beginning regression testing.
--
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.