http://bugs.winehq.org/show_bug.cgi?id=7120
inckie(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From inckie(a)gmail.com 2007-21-02 11:33 -------
I've just tested Wine 0.9.31 and the issue is gone.
--
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=50
------- Additional Comments From inckie(a)gmail.com 2007-21-02 11:32 -------
I've just tested Wine 0.9.31 and both the text justification and justified text
selection issues are gone. Thus I'm marking Bug 7120 as closed; would you please
mark this likewise?
--
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=7342
------- Additional Comments From bryan.christ(a)gmail.com 2007-21-02 11:24 -------
typo in comment 14: should be "wine 0.9.31"
--
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=7342
------- Additional Comments From bryan.christ(a)gmail.com 2007-21-02 11:21 -------
Damjan: I patched and compiled wine 9.31.0, removed removing ~/.wine, and
re-installed Office 97 SR-1. Outlook still will not start. I will attach the
backtrace.
--
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=7503
djmanas(a)centrum.cz changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From djmanas(a)centrum.cz 2007-21-02 10:49 -------
thanks guys, everything works now and I am sorry that I am too lame ;(
--
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 2007-21-02 10:49 -------
My patch from comment #9 caused the cursor to flicker in other apps. This one
does not, although I still have no idea why this fixes anything :-)
--- a/dlls/user32/cursoricon.c
+++ b/dlls/user32/cursoricon.c
@@ -1459,8 +1459,9 @@ 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("%p\n", hCursor);
+ if (hCursor && hCursor == thread_info->cursor) return hCursor; /* No change */
+ TRACE("%p (was %p)\n", hCursor, thread_info->cursor);
+
hOldCursor = thread_info->cursor;
thread_info->cursor = hCursor;
/* Change the cursor shape only if it is visible */
--
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=7208
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-21-02 09:37 -------
James' patch is in git. The app installs fine again. Nice. Thanks very much
--
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=7507
ehoover(a)mines.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.fileshack.com/fil
| |e.x/10158/Supreme+Commander+
| |Demo
------- Additional Comments From ehoover(a)mines.edu 2007-21-02 08:09 -------
I do not know for sure, but a cursory inspection of the screenshot shows some
differences between this problem and 5909. Bug 5909 shows some separation
between the characters of the font and different box heights based on how tall a
letter is, however that may just be a result of how madden was coded.
Possibly related command-line message:
err:d3d9:IDirect3DDevice9Impl_StretchRect Texture filters not supported yet
--
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=7471
max.plenert(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From max.plenert(a)web.de 2007-21-02 08:05 -------
Fixed for Tropico, can someone retest Heroes of Might and Magic I & II ?
--
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.