http://bugs.winehq.org/show_bug.cgi?id=2760
Summary: Freetype2 User-defined Default Fonts
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: palatis(a)gentoo.org.tw
there's no way to set the default font for the new font rendering engine (via
Freetype 2).
and the problem happens for non-english fonts. i'm a traditional chinese user,
it always choose those fancy fonts for Sans/Serif/etc (like dragonwick from
freefonts[http://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/fonts/freefonts-0.10.tar.gz]
for Sans).
that bothered me...
so here is the patch!
--
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=2759
Summary: can not start winmx 3.53
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leva(a)az.isten.hu
Hi!
I'm using today's (2005. feb. 26) cvs wine, and trying to start winmx.
The install works fine, and the winmx configurator runs well too. But after I
type wine ./WinMX.exe I only get these messages, and wine exits immediately:
$ wine WinMX.exe
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config
file
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:CoRegisterMessageFilter stub
I don't see any window popping up, it seems that wine simply refuses to start
winmx.
--
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=2758
Summary: Installing Xilinx FPGA tools WEB ISE 6.3i fails
Product: Wine
Version: 20050211
Platform: Other
URL: http://support.xilinx.com/index.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)nagrom.org
I'm using redhat 9.
I've tried both wine 20050211 and 20041201.
The failure happens every time and is always the same.
I am attempting to install the Xilinx FPGA tools (WEB ISE 6.3i). The
installation process seems to be going fine, but after about 2 minutes, the
installer reaches a stage where it faults into the wine debugger console:
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0045f093).
In 32 bit mode.
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0033 GS:0000
EIP:0045f093 ESP:40837dcc EBP:40837dd4 EFLAGS:00010246( - 00 -RIZP1)
EAX:00000000 EBX:00000001 ECX:00000001 EDX:00000000
ESI:40837f4f EDI:00000000
Stack dump:
0x40837dcc: 4083824f 40837e48 40837de8 00457667
0x40837ddc: 00000000 00000000 00000001 4083a52c
0x40837dec: 00435a5c 00000000 00000000 00000001
0x40837dfc: 4083824f 004b861c 4083824f 40837f51
0x40837e0c: 000000ff 40837f4f 004b8354 4083a540
0x40837e1c: 40837e48 4083824f 004359c2 41cebfa8
Backtrace:
=>1 0x0045f093 in setup (+0x5f093) (0x40837dd4)
2 0x00457667 in setup (+0x57667) (0x40837de8)
3 0x00435a5c in setup (+0x35a5c) (0x4083a52c)
4 0x41ceeed0 (0x41cec098)
0x0045f093: repne scasb %es:(%edi)
Wine-dbg>Ctrl-C: stopping debuggee
err:seh:setup_exception nested exception on signal stack in thread 0009 eip
40105499 esp 40015c24 stack 0x40740000-0x40840000
I'm not sure what further information you will require, but since this failure
is very repeatable, I'd be happy to fill in more details.
--
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=2757
------- Additional Comments From burnus(a)gmx.de 2005-26-02 01:46 -------
Created an attachment (id=774)
--> (http://bugs.winehq.org/attachment.cgi?id=774&action=view)
Crash output, debug log using WINEDEBUG=+relay,+seh,+tid
The attached file has 137 lines, the full WINEDEBUG=+relay,+seh,+tid log has
487029 lines, if you need more ;)
If you need further logs, give a shout
--
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=2320
------- Additional Comments From burnus(a)gmx.de 2005-26-02 01:36 -------
Ok, current status:
a) With double buffering I only get the warning
ChoosePixelFormat() returns 0 (last error = 0)
SetPixelFormat() returns 1 (last error = 0)
wglCreateContext() returns 0 (last error 2000)
wglMakeCurrent() returns 1 (last error = 0)
I couldn't get it to crash anymore.
b) With double buffering turned off, the openGL rendering indeed works, see
http://www.physik.fu-berlin.de/~tburnus/wine/diamond_rend.png
(w/o rendering http://www.physik.fu-berlin.de/~tburnus/wine/diamond2.png),
but I have drawing problems:
The black background is not restricted to the the inner part of the MDI child
window, but it is drawn over the whole (parent) MDI window, including statusbar,
menubar, toolbar other MDI childs, even if they have a higher z-order, MDI
child-window titlebars.
The openGL content (except for the background) seems to be too low as it should
start directly under the partially visible toolbar, but seems currently be
aligned at the bottom of the window, ignoring the space for another toolbar and
the statusbar.
But at least Wine made some progress :-)
PS: Can someone mark this as NEW _or_ change the default query to include
UNKONFIRMED bugs? Otherwise bugs such as this one are kind of hard to search for.
--
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=2755
------- Additional Comments From dzrudy(a)gmail.com 2005-25-02 21:23 -------
Well, I'm not quite sure how to do the trace...
I tried:
wine -debugmsg +ole nbpro.exe
but I got 'wine: cannot find -debugmsg' message. Plase let me know how to do the
trace and I'll attach it ASAP. Thank 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=2746
Bug 2746 depends on bug 723, which changed state.
Bug 723 Summary: COM has no implementation of thread/appartment specific data
http://bugs.winehq.org/show_bug.cgi?id=723
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
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=723
mike(a)navi.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mike(a)navi.cx 2005-25-02 20:34 -------
Fixed.
--
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.