http://bugs.winehq.com/show_bug.cgi?id=1808
------- Additional Comments From mbc(a)soliton.com 2003-04-11 13:35 -------
Thanks a lot for the tip. I did not have symbol.ttf in my Windows/Fonts/
directory. Once it is put in the right place, I can see the correct symbols
now. Thanks again.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1808
------- Additional Comments From rklazes(a)xs4all.nl 2003-04-11 12:54 -------
The program uses (here) the standard Symbol font. This was broken in Wine and
fixed about a week ago.
To use it symbol.ttf must be available in your Windows\Fonts subdirectory,
together with the other usual windows fonts (Arial etc.) AND you must have a
recent version of libfreetype installed.
Check with --debugmsg +font if the freetype loading is going well, this is in
the beginning on my system:
trace:font:WineEngInit
trace:font:WineEngInit FreeType version is 2.1.5
trace:font:ReadFontDir Loading fonts from "/dos/d/win98/Fonts"
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1169
------- Additional Comments From aztennenbaum(a)yahoo.com 2003-04-11 11:35 -------
This also seems to happen when i use diablo 2
lord of destruction
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1808
mbc(a)soliton.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From mbc(a)soliton.com 2003-04-11 10:09 -------
I should add that the fonts are still incorrect. I am not sure whether it is a
problem in the wine code, or I did not set up my fonts correctly.
I used tools/fnt2bdf to convert the *.FON files in the C:\WINDOWS\FONTS
directory to BDF format and then I used bdf2pcf to convert them to PCF format.
These are the ones which got converted successfully:
Courier_r400-13.pcf MS-Serif_r400-11.pcf Small-Fonts_r400-5.pcf
Courier_r400-16.pcf MS-Serif_r400-13.pcf Small-Fonts_r400-6.pcf
Courier_r400-20.pcf MS-Serif_r400-16.pcf Small-Fonts_r400-8.pcf
Courier_r400-25.pcf MS-Serif_r400-19.pcf Symbol_r400-13.pcf
Fixedsys_r400-15.pcf MS-Serif_r400-20.pcf Symbol_r400-16.pcf
Fixedsys_r400-20.pcf MS-Serif_r400-21.pcf Symbol_r400-19.pcf
MS-Sans-Serif_r400-13.pcf MS-Serif_r400-23.pcf Symbol_r400-20.pcf
MS-Sans-Serif_r400-16.pcf MS-Serif_r400-27.pcf Symbol_r400-21.pcf
MS-Sans-Serif_r400-20.pcf MS-Serif_r400-33.pcf Symbol_r400-23.pcf
MS-Sans-Serif_r400-24.pcf MS-Serif_r400-35.pcf Symbol_r400-27.pcf
MS-Sans-Serif_r400-25.pcf MS-Serif_r400-43.pcf Symbol_r400-33.pcf
MS-Sans-Serif_r400-29.pcf Small-Fonts_r400-10.pcf Symbol_r400-35.pcf
MS-Sans-Serif_r400-36.pcf Small-Fonts_r400-11.pcf Symbol_r400-43.pcf
MS-Sans-Serif_r400-37.pcf Small-Fonts_r400-12.pcf System_r700-16.pcf
MS-Sans-Serif_r400-46.pcf Small-Fonts_r400-13.pcf System_r700-20.pcf
MS-Serif_r400-10.pcf Small-Fonts_r400-3.pcf
In my .wine/config :
[fonts]
"Resolution" = "96"
"Default" = "-adobe-helvetica-"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1808
rklazes(a)xs4all.nl changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From rklazes(a)xs4all.nl 2003-04-11 01:23 -------
OK, mark this bug as fixed now.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1815
Summary: wine and winedbg will not run on AMD K6 system
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: urtext(a)hfx.andara.com
System:
RH9, fully patched to November 1 2003
AMD K6-2 on MVP3
Wine fails with "nested exception on signal stack" errors (its in signal_i386.c
in ntdlls).
I origionally tried the RH9 rpms on this machine, but wine always failed with a
segmentation fault. Then I cleaned the system and tried with the gz binary
package, then the source distribution and finally the CVS, all with the same
result. Using wineinstall with a no Window installation this time, but building
the ~/.wine/config by hand has the same effect.
Running "wine notepad.exe" has the following restult to STDERR (ignore the
configuration messages):
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /cdrom (No such file or directory), ignoring drive D:
err:seh:setup_exception nested exception on signal stack in thread 0009 eip
400454fd esp 4080019c stack 0x407b0000-0x409b0000
the setup_exception line is repeated 344 times, each with different esp values
until wine finally craps out with a segmentation fault. Running winedbg without
any parameters has the same errors, but the setup_exception loop seems to run
forever.
I have never managed to get wine running on this system at all -- I've been
trying on and off since August.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1808
------- Additional Comments From mbc(a)soliton.com 2003-03-11 13:13 -------
Thank you for the patch. The toolbar now appears at the bottom.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1814
Summary: SIGSEV on redhat 9.0
Product: Wine
Version: 20030911
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jpkaylor(a)purdue.edu
wine causes SIGSEV on redhat 9.0
kernel ------------> 2.4.20-20.9, reproduced in vanilla 2.4.22
pthreads library --> /lib/libpthread-0.10.so
glibc library------> /lib/libc-2.3.2.so
i receive the following output from 20030911, and CVS (11/2/03) via gdb
(note: identical functions in both)
wine: /usr/lib/wine /usr/local/bin/wine /usr/local/lib/wine
[root@localhost wine]# gdb /usr/local/bin/wine
GNU gdb Red Hat Linux (5.3post-0.20021129.18rh)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...
(gdb) run
Starting program: /usr/local/bin/wine
Program received signal SIGSEGV, Segmentation fault.
0x420ebe3c in __libc_pthread_init () from /lib/tls/libc.so.6
(gdb) backtrace
#0 0x420ebe3c in __libc_pthread_init () from /lib/tls/libc.so.6
#1 0x3c001754 in __pthread_initialize () at ../scheduler/pthread.c:770
#2 0x3c001821 in __do_global_ctors_aux ()
#3 0x3c000bd9 in _init ()
#4 0x3c0017ae in __libc_csu_init ()
#5 0x42015669 in __libc_start_main () from /lib/tls/libc.so.6
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1810
------- Additional Comments From x86zman(a)bigfoot.com 2003-02-11 18:48 -------
Created an attachment (id=405)
--> (http://bugs.winehq.com/attachment.cgi?id=405&action=view)
MaxPayne2 (v1.01) NoCD exe, w/ Sound Disabled - Trace log
this is the output of :
"wine --debugmsg +kernel,+ntdll,+d3d,+dsound MaxPayne2.exe >&
MaxPayne2-trace.log"
with sound disabled (~/.wine/config. drivers="")
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.