Open GoogleCodeExporter opened 9 years ago
Can you attach the backtrace?
Original comment by austinenglish@gmail.com
on 21 Oct 2010 at 7:05
OK. First of all that is what it writes at every app: "The program DW20.EXE has
encountered a serious problem and needs to close. We are sorry for the
inconvenience."
Second: here's the backtrace attached.
Original comment by rpusk...@gmail.com
on 21 Oct 2010 at 7:51
Attachments:
that's btall, which is only appropriate for hangs, I think.
Can you do 'winetricks nocrashdialog', let the program crash, and send the log?
That should have a nice backtrace.
Original comment by daniel.r...@gmail.com
on 21 Oct 2010 at 8:56
that's btall, which is only appropriate for hangs, I think.
Can you do 'winetricks nocrashdialog', let the program crash, and send the log?
That should have a nice backtrace.
Original comment by daniel.r...@gmail.com
on 21 Oct 2010 at 8:56
OK.
Here's another try.
Now I used the command found here:
http://wiki.jswindle.com/index.php/Debugging_Wine#Faster_debugging
The command was: WINEDEBUG=+ddraw,+d3d7 wine EXCEL.EXE > ExcelCrash.log 2>&1
I hope that suits more than the previous one.
If you need something else, just reply, and I'll try to send the needed output.
Original comment by rpusk...@gmail.com
on 21 Oct 2010 at 10:12
Attachments:
The problem with comctl32 seems quite basic. With a fresh wine and winetricks
comctl32:
- regedit shows its icons on a black background.
- winetricks mdac28 will fail with "installation program appears to be
damaged", a FIXME ntdll:NtQueryInformationProcess Unimplemented information
class ProcessWx86Information is thrown on the command line (calling mdac_typ
directly works, must be an interference with version=win98)
- a commercial app throws several access violations
The update described here
http://code.google.com/p/winezeug/issues/detail?id=194 won't make any
difference: the installer fails, manually copying 5.82.2800 or 5.82.2900
doesn't help.
Original comment by and...@gmx.de
on 21 Nov 2010 at 5:29
Copying all DLLs from the SP2QFE-Folder of KB923191 to the system32 folder
fixed the commercial app I've been testing with, regedit will still show its
icons on black background.
Original comment by and...@gmx.de
on 21 Nov 2010 at 5:50
Can someone find a downloadable app I can test this with? Does wine notepad
have the same problem?
Original comment by austinenglish@gmail.com
on 22 Nov 2010 at 8:21
I don't see a problem with Notepad (native or wine), depends.exe works well
too. The treeview in regedit (wine AND native version) has the icon display
problem using native comctl32, both are ok with builtin.
Original comment by and...@gmx.de
on 23 Nov 2010 at 12:15
The black display problem has always been there, that seems to be a microsoft
bug, but it's non-fatal. The crash is the one I'm worried about.
Original comment by austinenglish@gmail.com
on 23 Nov 2010 at 2:04
Original issue reported on code.google.com by
rpusk...@gmail.com
on 21 Oct 2010 at 9:52