http://bugs.winehq.org/show_bug.cgi?id=9604
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2007-09-08 14:39:48 --- Created an attachment (id=8004) --> (http://bugs.winehq.org/attachment.cgi?id=8004) Jcreator running in wine
Thanks for the info . I can confirm the bug. Just before it crashes, there was a call to gdi32.GetDeviceCaps with cap BITSPIXEL (returning "24") that caught my attention. I have a wine-tree here with a hack to report back 32-bit depth (for games), and now the app got a bit further, but then crashes in msxml3. With native msxml3 it starts fine.
So looks like there are 2 bugs here: App not happy with screendepth reported back by wine, and unimplemented stuff in msxml3.