http://bugs.winehq.org/show_bug.cgi?id=6792
------- Additional Comments From snoski3(a)yahoo.com 2006-28-11 07:52 -------
After I download the files, it starts the install. It says click to restart
your computer to finish installation. I click on reboot then nothing happens.
I went to the IE folder under program files to see if it was finished and the
only thing I saw was the install files. No, the .wine folder is local.
--
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=6547
julliard(a)winehq.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wsun013(a)gmail.com
------- Additional Comments From julliard(a)winehq.com 2006-28-11 05:57 -------
*** Bug 6798 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=6798
julliard(a)winehq.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From julliard(a)winehq.com 2006-28-11 05:57 -------
That's an Xlib bug.
*** This bug has been marked as a duplicate of 6547 ***
--
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=6798
------- Additional Comments From wsun013(a)gmail.com 2006-28-11 05:50 -------
typo: first sentence "GCIN are OXIM (and some others) are programs" should be
"GCIN AND OXIM (and some others) are programs"
--
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=6798
Summary: Unable to use GCIN/OXIM to type chinese in wine
Product: Wine
Version: 0.9.26.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wsun013(a)gmail.com
CC: wsun013(a)gmail.com
GCIN are OXIM (and some others) are programs allow you to type Chinese (maybe
other languages) by overriding the XIM variable.
When I try to use GCIN to type up Chinese words, say in the notepad shipped with
wine, the input dialog (to input bases/spellings of a word) doesn't show up, and
the notepad hangs (not crashed) right after the XIM is called.
Here are the steps to reproduce the problem.
1. download the gcin source from http://cle.linux.org.tw/gcin/download/http://cle.linux.org.tw/gcin/download/gcin-1.3.0.1.tar.bz2
2. build it, and install it.
3. modified the ~/.xinitrc or ~/.xsession due to either you are using startx or
gdm/kdm to start up your X11 session by adding up:
export XMODIFIERS="@im=gcin"
export GTK_IM_MODULE=gcin
exec gcin &
4. restart the X window.
5. wine notepad.
6. <ctrl>+<space> to activate the GCIN input method.
7. notepad will be hang now.
Solutions (maybe temporary)
1. This bug has been existed since wine 0.9.23
2. I traced up patches within git repository from version 0.9.22 and found that
this commit is the key:
http://source.winehq.org/git/wine.git/?a=blobdiff;f=dlls/winex11.drv/x11drv…
3. Therefore, reverse the patch, or comment out the
if (!XInitThreads()) ERR( "XInitThreads failed, trouble ahead\n" );
in dlls/winex11.drv/x11drv_main.c (or reverse) the patch makes my gcin work again.
4. My wildly guess is that either the ERR blocks the program or XInitThreads is
still buggy. Anyway, hope this works for you guys.
Best Regards,
Wei-Tsun Sun
--
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=6623
------- Additional Comments From lich(a)math.spbu.ru 2006-28-11 02:53 -------
I can see suspicious message:
err:storage:Storage32Impl_SmallBlocksToBigBlocks conversion failed: resRead =
0x8003001e, resWrite = 0x00000000
This looks related to bug #6560, bugfix for it has been committed to wine git
tree.
Please re-test again with current git tree.
--
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=6515
------- Additional Comments From michael.teske(a)swissrisk.com 2006-28-11 02:20 -------
This does not fix the problem. But this might reveal a clue. I added some FIXMEs
to output some variables:
fixme:richedit:ME_Repaint ME_Repaint had to call ME_WrapMarkedParagraphs
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT editor=0xe32860 wParam=0
lParam=2000000
fixme:richedit:RichEditANSIWndProc WM_NCCREATE: editor = 0xe331c0
fixme:richedit:RichEditANSIWndProc WM_NCCREATE: editor = 0xe33b20
fixme:richedit:ME_Repaint ME_Repaint had to call ME_WrapMarkedParagraphs
fixme:richedit:ME_Repaint ME_Repaint had to call ME_WrapMarkedParagraphs
fixme:richedit:ME_InsertTextFromCursor ME_InsertTextFromCursor editor=0xe331c0
editor->nTextLimit=32767
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT editor=0xe33b20 wParam=0
lParam=2000000
fixme:richedit:ME_InsertTextFromCursor ME_InsertTextFromCursor editor=0xe331c0
editor->nTextLimit=32767
It seems that some repaint operation changes the editor pointer, so that
ME_InsertTextFromCursor and EM_EXLIMITTEXT go on different editors.
Bug 6148 might have the same cause...
--
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=6797
Summary: Quite some apps (like Zuma) start with a complete white
screen (shlwapi/urlmon bug)
Product: Wine
Version: 0.9.23.
Platform: Other
URL: http://www.popcap.com/launchpage.php?theGame=zuma
OS/Version: other
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, this bug is present in quite some applications, like also in QuickBooks Pro
installer i'm trying to install, so i decided to file a bug about it. The game
Zuma is a free download where the bug can be seen as well. The applications just
start with a complete white screen, and that's where the fun ends. That's a pity
because most of these games/apps work perfectly well (platinum i'd say). The bug
can be worked around by using native shlwapi and urlmon. Would be nice if this
could be fixed. I'll attach a +shell,+urlmon log
--
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=6613
------- Additional Comments From dystopianray(a)gmail.com 2006-28-11 01:27 -------
I am experiencing the same behaviour with Firefox 2.0 and Sunbird 3.0. The
installer will extract itself and then sit there doing nothing, however there
are no messages output to the console at all. I get the same behaviour on x86
and amd64 Gentoo systems.
--
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.