http://bugs.winehq.org/show_bug.cgi?id=5602
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-05-07 13:34 -------
Can be that a bug 2207 from Ivan Leo by any chance? But well, the old one is
closed already...
--
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=5604
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.gamershell.com/do
| |wnload_13136.shtml
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-05-07 13:26 -------
Confirming+added downloadlink
--
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=5604
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-07 12:57 -------
So you saying if you cd into the game's directory it still doesn't work for you?
--
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=5006
------- Additional Comments From cisko(a)debian.org.sv 2006-05-07 12:00 -------
I had the same problem, but I changed configuration to act as win98 for the
installer and it worked fine, now the problem I have is that it doensn't
discover the phone with the USB. I unplugged it and plug it again and can't
detect it.
-Cisko.
--
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=4863
------- Additional Comments From mlessard(a)tc2l.ca 2006-05-07 11:54 -------
We test with 0.9.9 and Icon are ok ... but we have some stability issue with
these version ... how could make it work with 0.9.16 ?
--
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=5605
Summary: regression: fraps fails to install
Product: Wine
Version: CVS
Platform: PC
URL: http://www2.fraps.com/FRAPS274.EXE
OS/Version: Linux
Status: NEW
Keywords: regression, download
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, found this wwhile i tried to reproduce bug 5601. The installer does not work
for me. Regression test showed that http://cvs.winehq.org/patch.py?id=19308 caused
the bug. Following diff against current cvs makes it work again for me:
diff --git a/dlls/winex11.drv/event.c b/dlls/winex11.drv/event.c
index ae72f16..640e1a2 100644
--- a/dlls/winex11.drv/event.c
+++ b/dlls/winex11.drv/event.c
@@ -298,7 +298,7 @@ DWORD X11DRV_MsgWaitForMultipleObjectsEx
data->process_event_count++;
if (process_events( data->display, mask )) ret = count;
- else if (count || timeout)
+ else //if (count || timeout)
{
HANDLE new_handles[MAXIMUM_WAIT_OBJECTS+1]; /* FIXME! */
@@ -309,7 +309,7 @@ DWORD X11DRV_MsgWaitForMultipleObjectsEx
timeout, flags & MWMO_ALERTABLE );
if (ret == count) process_events( data->display, mask );
}
- else ret = WAIT_TIMEOUT;
+ //else ret = WAIT_TIMEOUT;
data->process_event_count--;
return ret;
--
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=5603
------- Additional Comments From juan_lang(a)yahoo.com 2006-05-07 11:17 -------
The fixme you report below has been fixed in CVS; please retest with a more
recent version.
--
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.