http://bugs.winehq.com/show_bug.cgi?id=736
------- Additional Comments From marcus(a)jet.franken.de 2003-13-12 03:19 -------
The C:\Programmi\DfW5Trial\Dfw.exe file has a general problem with starting,
it does not start at all.
Can you try to ghet the debugger working and show a backtrace?
Or does it work in the meantime?
--
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=736
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #151|text/plain |application/x-gzip
mime type| |
--
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=732
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From marcus(a)jet.franken.de 2003-13-12 03:10 -------
no feedback received.
the problem is known and documented at several places, so we
dont need to track it here.
--
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=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.
http://bugs.winehq.com/show_bug.cgi?id=706
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-12-12 16:06 -------
no longer the case.
--
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=1376
------- Additional Comments From marcus(a)jet.franken.de 2003-12-12 15:54 -------
can you try again with the current WINE release ? it might be better in the
meantime, some fixes hafve been done.
--
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=1825
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From marcus(a)jet.franken.de 2003-12-12 15:44 -------
*** This bug has been marked as a duplicate of 1826 ***
--
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 marcus(a)jet.franken.de 2003-12-12 15:44 -------
*** Bug 1825 has been marked as a duplicate of this bug. ***
--
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 marcus(a)jet.franken.de 2003-12-12 15:43 -------
Were there any error when merging the registry?
Is this bug still present?
--
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 raulschmidtf(a)ig.com.br 2003-12-12 13:22 -------
I'm trying to install/run Autocad 2000. As I said, Notes 5.08 runs in a
wine/windows98 installation. I found that CorelDraw 7 works partialy in that
configuration too.
--
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 marcus(a)jet.franken.de 2003-12-12 01:33 -------
can you give the second instance?
this one is just the loading of the string table ...
There is probably a messagebox call with it.
--
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
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |CVS
------- Additional Comments From marcus(a)jet.franken.de 2003-12-12 01:16 -------
still here with 200312 CVS.
--
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=1670
------- Additional Comments From puoti(a)inwind.it 2003-11-12 17:17 -------
2 bugs crash mafia, backtraces from wine-20031212 follow
this occurs when driving about for a while
Unhandled exception: assertion failed in 32-bit code (0x400b8d71).
In 32-bit mode.
0x400b8d71 (MSVCRT.DLL.frexp+0xc71): movl %edx,%ebx
Wine-dbg>bt
Backtrace:
=>0 0x400b8d71 (MSVCRT.DLL.frexp+0xc71) (ebp=422bff50)
1 0x40048b8b (VORBISFILE.DLL..reloc+0x30042b8b) (ebp=422bff70)
2 0x400b8b04 (MSVCRT.DLL.frexp+0xa04) (ebp=422bff90)
3 0x400ba1e0 (NTDLL.DLL.atol+0x220) (ebp=422c00c0)
4 0x400b20ad (VORBISFILE.DLL..reloc+0x300ac0ad) (ebp=422c0100)
5 0x41565307 (DSOUND.DLL.DllCanUnloadNow+0x2687 in DSOUND.DLL) (ebp=422c0140)
6 0x41565430 (DSOUND.DLL.DllCanUnloadNow+0x27b0 in DSOUND.DLL) (ebp=422c0154)
7 0x40a30535 (WINMM.DLL.mmsystemGetVersion+0x175 in WINMM.DLL) (ebp=422c017c)
8 0x40a306b7 (WINMM.DLL.mmsystemGetVersion+0x2f7 in WINMM.DLL) (ebp=422c01a8)
9 0x40a307d7 (WINMM.DLL.mmsystemGetVersion+0x417 in WINMM.DLL) (ebp=422c01c4)
10 0x404f81ac (KERNEL32.DLL.GetDOSEnvironment16+0x3dc in KERNEL32.DLL)
(ebp=422c0298)
11 0x40234194 (NTDLL.DLL.RtlVerifyVersionInfo+0xa54 in NTDLL.DLL) (ebp=422c0ad4)
12 0x40046600 (VORBISFILE.DLL..reloc+0x30040600) (ebp=422c0bd4)
13 0x4016aa37 (MSVCRT.DLL.strftime+0x3d447) (ebp=00000000)
This one usually occurs when you crash the car into something (Not people)
Unhandled exception: page fault on read access to 0x0000000c in 32-bit code
(0x40d4d407).
In 32-bit mode.
0x40d4d407 (D3D8.DLL.EntryPoint+0x15f27 in D3D8.DLL): movl
0x0(%eax,%edx,1),%eax
Wine-dbg>bt
Backtrace:
=>0 0x40d4d407 (D3D8.DLL.EntryPoint+0x15f27 in D3D8.DLL) (ebp=406bf7f8)
1 0x40d4e119 (D3D8.DLL.EntryPoint+0x16c39 in D3D8.DLL) (ebp=406bf900)
2 0x40d45d88 (D3D8.DLL.EntryPoint+0xe8a8 in D3D8.DLL) (ebp=406bf934)
3 0x40ad5eea (LS3DF.DLL.dbgPrintf1+0x1c5a in LS3DF.DLL) (ebp=406bf9dc)
4 0x40ab2ca0 (LS3DF.DLL.?LineLineIntersect@@YG_NABUS_vector@@000AAM1@Z+0x172e0
in LS3DF.DLL) (ebp=00000000)
--
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=1843
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
------- Additional Comments From marcus(a)jet.franken.de 2003-11-12 12:55 -------
can you give us a download location for your app so we can test it?
--
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.