http://bugs.winehq.org/show_bug.cgi?id=7771
Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ben(a)atomnet.co.uk
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
--- Comment #15 from Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> 2007-12-05 05:00:32 ---
This happens with Halo when using Gnome 2.20.2 and 0.9.50 Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8847
Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #10 from Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> 2007-12-05 04:54:32 ---
Not present in .50
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8846
Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> 2007-12-05 04:54:02 ---
Not present in .50
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7418
--- Comment #30 from Marco <cimmo(a)libero.it> 2007-12-05 02:52:23 ---
Dan I tried a bit, but seems that for the correct working of the program I
still have to launch it with:
WINEDLLOVERRIDES="odbccp32,odbc32,ole32,oleaut32,rpcrt4=n" wine
"C:\Programmi\Juris Data\MTJuris.exe"
anyway as I said now I have regression that make me unable to use it and I have
to revert to wine 0.9.46 can you help me?
Testing is easy, just do a search, click to the second result and text below
search will disappears.
thanx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8105
--- Comment #4 from Alex Balut <alexandru.balut(a)gmail.com> 2007-12-04 21:45:21 ---
(In reply to comment #2)
> The interesting point of this: it might have worked, if wine supports
> REG_EXPAND_SZ keys on %WINDIR%.
> I tested it by importing an REG_EXPAND_SZ Windir but it's ignored by wine.
> So this unearthed a wine deficiency too :)
> To fix this, restore the REG_SZ key after installation to "c:\windows".
This seems to be because the windir key you pointed is a REG_SZ key in Wine's
registry. On W2000, it is REG_EXPAND_SZ. I'll make a patch tomorrow, should be
trivial. There are a few other values which are in the same situation, I wonder
whether I should check all the keys Wine creates..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7186
Andre Auzi <aauzi(a)users.sourceforge.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aauzi(a)users.sourceforge.net
--- Comment #7 from Andre Auzi <aauzi(a)users.sourceforge.net> 2007-12-04 17:21:34 ---
I've experienced the over sized text rendering of GTK+ (2.12.2) on my system
too.
I've eventually managed to turn around this issue with a hack in cairo (1.4.10)
The hack is simple enough it consists in a change of the scale cairo uses to
render win32 fonts.
It's in the file: src/cairo-win32-private.h
/* AAU: hack
#define WIN32_FONT_LOGICAL_SCALE 32
*/
#define WIN32_FONT_LOGICAL_SCALE 1
Basically, cairo fonts rendered with this scale factor set to 1 are rendered
with a good size (not as smooth are they could be though).
My guess would be that there must be a flaw in the world transformation applied
to fonts but I could not identify it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7677
Kirill K. Smirnov <lich(a)math.spbu.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lich(a)math.spbu.ru
--- Comment #2 from Kirill K. Smirnov <lich(a)math.spbu.ru> 2007-12-04 15:22:49 ---
This happens because WinHelp always returns failure (zero) as a status code.
These applications (toolbox and gp-untis) are just clever enough to check this
code.
All what is need to be done is to return correct status code.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.