http://bugs.winehq.org/show_bug.cgi?id=7281
M.B.Lankhorst(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |m.b.lankhorst(a)gmail.com
--
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=7281
------- Additional Comments From M.B.Lankhorst(a)gmail.com 2007-13-04 02:34 -------
does this only happen with alsa or with oss too?
--
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=8022
------- Additional Comments From lich(a)math.spbu.ru 2007-13-04 02:33 -------
Maybe I treated these bugs:
1) msvcrt issues
2) wineconsole issues
3) locale handling issues
as one metabug. I think there is no point to fix them independently.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7285
------- Additional Comments From nospam(a)thenerdshow.com 2007-13-04 02:16 -------
Looks like it is the same bug.
http://www.winehq.com/site/docs/winedev-guide/c3750 says that wine doesn't /
isn't supposed to use XInitThreads() so commenting it out should be fine. It is
rumored that it was put in for testing. Incidentally and I forgot to mention I
only have this scim problem on an old ATI Rage Mobility P/M 16MB card using the
X11 "ati" driver. My other computers have nVidia 440MX and 6800 cards; they all
work fine with proprietary drivers, 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=7128
blin(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From blin(a)gmx.net 2007-13-04 01:59 -------
Fixed by 21e6beed5c75ac795f8e3aa43a2c2ebaeb88d39a
--
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=8035
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |0.9.25.
------- Additional Comments From vitaliy(a)kievinfo.com 2007-13-04 01:34 -------
Please upgrade to more recent Wine version and try again.
--
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=7285
------- Additional Comments From vitaliy(a)kievinfo.com 2007-13-04 01:33 -------
Then it's an exact duplicate of bug 6547, unless comment 7 refers to completely
different problem/application.
--
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=8032
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download, regression
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-13-04 00:54 -------
Confirming. I tried some old wine versions and in wine0.9.28 the toolbar and
some of the menu's do work, so this is a regession. Mark, could you do
regression test to find the patch that broke it please? Thanks!
--
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=7285
------- Additional Comments From nospam(a)thenerdshow.com 2007-13-04 00:47 -------
The following hack, originally from
http://forums.fedoraforum.org/showthread.php?t=127383&page=5&pp=15 allows wine
to work with scim. No problems so far.
diff --git a/dlls/winex11.drv/x11drv_main.c b/dlls/winex11.drv/x11drv_main.c
index 8012c2d..71744bd 100644
--- a/dlls/winex11.drv/x11drv_main.c
+++ b/dlls/winex11.drv/x11drv_main.c
@@ -385,7 +385,7 @@ static BOOL process_attach(void)
/* Open display */
- if (!XInitThreads()) ERR( "XInitThreads failed, trouble ahead\n" );
+ /* if (!XInitThreads()) ERR( "XInitThreads failed, trouble ahead\n" ); */
if (!(display = XOpenDisplay( NULL ))) return FALSE;
--
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=7883
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2007-13-04 00:39 -------
Could you please submit an entry in the AppDb for this application version,
http://appdb.winehq.org/appview.php?iAppId=1794
--
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.