http://bugs.winehq.com/show_bug.cgi?id=728
------- Additional Comments From marcus(a)jet.franken.de 2003-13-12 03:08 -------
I am puzzled with note 2. the code has "goto empty_rect; which
does set r.right = r.left and r.bottom = r.top;
Can you also check if this whole problem is still there, some
changes have been done in the last months to DrawText.
--
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=721
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-13-12 03:00 -------
I think we can lay this issue as rest, with the time
of globally installed truetype fonts which are found
by "fontconfig" is now here.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.com/show_bug.cgi?id=1376
------- Additional Comments From klevin(a)eskimo.com 2003-12-12 23:59 -------
It only gets to the first InstallShield window (the one where it would say
"Installing InstallShield" or some such thing) and hangs with the following on
the console:
fixme:seh:check_resource_write Broken app is writing to the resource data,
enabling work-around
err:seh:setup_exception nested exception on signal stack in thread 000b eip
401d8d6e esp 40015cf0 stack 0x40740000-0x40840000
err:seh:setup_exception nested exception on signal stack in thread 000d eip
401d8d6e esp 40015cf0 stack 0x40740000-0x40840000
It's been like this for some time now (past month at least).
--
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=1813
------- Additional Comments From fedekapo(a)speedy.com.ar 2003-12-12 21:15 -------
I've just posted a little bit of the log :)
Bye
--
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=1763
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2003-12-12 18:33 -------
it would be nice to see output wine gives during installation process of ACAD
when started in such way:
wine --debugmsg +loaddll setup.exe
and how did you manage to install wine to your box? from some rpm?
--
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=307
------- Additional Comments From marcus(a)jet.franken.de 2003-12-12 17:29 -------
the problem is a floating point exception in a glibc mathinline, which
is caught by the program, but leave the locking framework.
gdb wine-pthread
run GURU.exe
Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread 16384 (LWP 3890)]
0x40e883e5 in X11DRV_XRender_ExtTextOut (physDev=0x42647800, x=17,
y=2147483642, flags=4,
lprect=0x406ce750, wstr=0x40808160, count=3, lpDx=0x0) at xrender.c:1118
1118 y -= tm.tmDescent * cosEsc;
(gdb) bt
#0 0x40e883e5 in X11DRV_XRender_ExtTextOut (physDev=0x42647800, x=17,
y=2147483642,
flags=4, lprect=0x406ce750, wstr=0x40808160, count=3, lpDx=0x0) at
xrender.c:1118
#1 0x40e74908 in X11DRV_ExtTextOut (physDev=0x42647800, x=17, y=2147483642,
flags=4,
lprect=0x406ce750, wstr=0x40808160, count=3, lpDx=0x0) at text.c:64
(gdb) x /15i $eip-23
0x40e883ce <X11DRV_XRender_ExtTextOut+1214>: faddp %st,%st(1)
0x40e883d0 <X11DRV_XRender_ExtTextOut+1216>: mov %ax,0xfffffdf0(%ebp)
0x40e883d7 <X11DRV_XRender_ExtTextOut+1223>: fildl 0xc(%ebp)
0x40e883da <X11DRV_XRender_ExtTextOut+1226>: faddp %st,%st(2)
0x40e883dc <X11DRV_XRender_ExtTextOut+1228>: fldcw 0xfffffdf0(%ebp)
0x40e883e2 <X11DRV_XRender_ExtTextOut+1234>: fistpl 0x10(%ebp)
0x40e883e5 <X11DRV_XRender_ExtTextOut+1237>: fldcw 0xfffffdf2(%ebp)
0x40e883eb <X11DRV_XRender_ExtTextOut+1243>: fldcw 0xfffffdf0(%ebp)
0x40e883f1 <X11DRV_XRender_ExtTextOut+1249>: fistpl 0xc(%ebp)
this is somewhere in INTERNAL_XWSTODS().
--
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=1850
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From marcus(a)jet.franken.de 2003-12-12 16:34 -------
works for me on SuSE Linux 9.0.
might be an exec-stack problem or similar.
Please try to modify the execshield flags using chkstk.
--
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=1826
------- Additional Comments From the-fallen(a)web.de 2003-12-12 16:33 -------
yes, it still exists, even after reinstalling wine a few times.
--
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.