http://bugs.winehq.org/show_bug.cgi?id=1971
Summary: Classic Painter stalls at splash screen Product: Wine Version: 20040121 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-user AssignedTo: wine-bugs@winehq.org ReportedBy: robinpfeifer@web.de
OS: SuSE Linux 9.0, Wine 20040121 (no Windows)
This is the first time I report a bug, and it's all a bit intimidating, but I hope the following information is of some use.
I've been using Classic Painter with no problems under various Wine versions up to 20031212. There were no tricks needed to get the program to work.
In the new version (which I primarily installed for the improved tablet support) Classic Painter now stops loading with the splash screen. At first run it does accept username and serial number which it then displays on the splash screen, but after that, nothing.
I tried clean installations of both the precompiled SuSE 9.0 package and a self-compiled version from the sources, with identical result.
Here's the output of the debugger, with backtrace:
-------------------
bitpicker@linux:~> wine "c:/Program Files/Painter Classic/PClassic.exe" Could not stat /media/fd0 (No such file or directory), ignoring drive A: fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found! Using closest match instead (German keyboard layout without dead keys) for scanc ode mapping. Please define your layout in dlls/x11drv/keyboard.c and submit them to us for inclusion into future Wine releases. See the Wine User Guide, chapter "Keyboard" for more information. err:dc:CreateDCW no driver found for L"WINEPS" err:dc:CreateDCW no driver found for L"WINEPS" fixme:wintab32:X11DRV_WTInfoA Return proper size wine: Unhandled exception (thread 0009), starting debugger... Could not stat /media/fd0 (No such file or directory), ignoring drive A: WineDbg starting on pid 8 Loaded debug information from ELF 'wine' ((nil)) No debug information in 32bit DLL 'C:\Program Files\Painter Classic \PClassic.exe ' (0x400000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40210000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM \KERNEL32.DLL' (0x40490000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM \ADVAPI32.DLL' (0x40890000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40810000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x406e0000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x409c0000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40950000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x40a00000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM \COMCTL32.DLL' (0x40a50000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x408d0000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MPR.DLL' (0x40af0000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x40b10000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM \WINSPOOL.DRV' (0x40bf0000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM \COMDLG32.DLL' (0x40b80000) No debug information in 32bit DLL 'C:\PROGRAM FILES\PAINTER CLASSIC \ASI32_12.DLL ' (0x10000000) No debug information in 32bit DLL 'C:\PROGRAM FILES\PAINTER CLASSIC \JPEG32.DLL' (0x40c04000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40d00000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x40ed0000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x41000000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41050000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41030000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41190000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM \WINTAB32.DLL' (0x41fe0000) Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x 4010d1b5). In 32-bit mode. 0x4010d1b5 (NTDLL.DLL.memcpy+0x15): movsb (%esi),%es:(%edi) Wine-dbg>bt Backtrace: =>0 0x4010d1b5 (NTDLL.DLL.memcpy+0x15) (ebp=406bfa4c) 1 0x41fe67de (WINTAB32.DLL.WTInfoA+0x2e in WINTAB32.DLL) (ebp=406bfa64) 2 0x100d7a10 (ASI32_12.DLL.HSetState+0xd323e in ASI32_12.DLL) (ebp=406bfa78) 3 0x1001893a (ASI32_12.DLL.HSetState+0x14168 in ASI32_12.DLL) (ebp=406bfb4c) 4 0x004acd54 (PClassic.exe..text+0xabd54 in PClassic.exe) (ebp=00016ee5)
Wine-dbg>
------------------
I've been told to start Wine with --debugmsg +wintab32 which I did, but the output is the same as above. I also tried various other ways to start Painter and all those which worked produced the same error. Lastly, I've also copied an NTDLL.DLL from a Windows 2000 installation into the system directory and set it to native, builtin, as this DLL seems to get special mention in the debugger output, but that did not change anything either.
Robin