Jiri Vyskocil
2005-Jan-12 13:13 UTC
[Wine]Miranda IM (X - related?) problem under 20050111
I have a kind of trouble with Miranda IM in newest (20050111) wine. strazce@vrsek:/var/wine/Program Files/Miranda IM$ wine miranda32.exe err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=8 err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=8 err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=8 fixme:msvcrt:_XcptFilter (-1073741819,0x778ff8e0)semi-stub wine: Unhandled exception (thread 0009), starting debugger... WineDbg starting on pid 0x8 Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0xb7ef7fd3). In 32 bit mode. Register dump: CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033 EIP:b7ef7fd3 ESP:778ffd2c EBP:778ffd44 EFLAGS:00210246( - 00 -RIZP1) EAX:00000000 EBX:76797fe4 ECX:00000000 EDX:77efd4e0 ESI:778ffdb8 EDI:00000000 Stack dump: 0x778ffd2c: 76787e95 00000000 00000002 ffffffff 0x778ffd3c: 778ffdb8 77ccdbe8 ffffffff 06591ccf 0x778ffd4c: 00000000 06591c50 0043344c 00000020 0x778ffd5c: 065c02b4 00001000 ffffffff 00000101 0x778ffd6c: 00000000 00000000 00000000 004026a3 0x778ffd7c: 00000000 778ffdb8 065be348 00001001 Backtrace: =>1 0xb7ef7fd3 strlen+0x33 in libc.so.6 (0x778ffd44) 2 0x06591ccf in clist_mw (+0x1ccf) (0xffffffff) 0xb7ef7fd3 strlen+0x33 in libc.so.6: movl 0x0(%eax),%ecx An idea from the fourth line of the output - getting native (WinXP) msvcrt.dll doesn't help: strazce@vrsek:/var/wine/Program Files/Miranda IM$ wine miranda32.exe err:module:LdrInitializeThunk "MSVCRT.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Miranda IM\\miranda32.exe" failed, status c0000142 It worked fine for me in wine 20041201 (just with some minor graphic glitches). Thanks for any help on this subject.
Mike Hearn
2005-Jan-12 14:07 UTC
[Wine]Re: Miranda IM (X - related?) problem under 20050111
On Wed, 12 Jan 2005 20:13:32 +0100, Jiri Vyskocil wrote:> strazce@vrsek:/var/wine/Program Files/Miranda IM$ wine miranda32.exe > err:module:LdrInitializeThunk "MSVCRT.dll" failed to initialize, aborting > err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program > Files\\Miranda IM\\miranda32.exe" failed, status c0000142Set your Windows version to winxp, XP MSVCRT doesn't like being run in win98 mode. Though I doubt that'll fix your problem. The _XcptFilter stub isn't critical and is only used when something has already gone wrong anyway.
Jiri Vyskocil
2005-Jan-13 13:55 UTC
[Wine]Re: Miranda IM (X - related?) problem under 20050111
Setting version to XP doesn't work, the error is almost the same. Anyways I think the first error log is more relevat to the problem resolve. ----------------------------------------------------------------------------->> strazce_at_vrsek:/var/wine/Program Files/Miranda IM$ wine miranda32.exe >> err:module:LdrInitializeThunk "MSVCRT.dll" failed to initialize, aborting >> err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program >> Files\\Miranda IM\\miranda32.exe" failed, status c0000142 > >Set your Windows version to winxp, XP MSVCRT doesn't like being run in >win98 mode. > >Though I doubt that'll fix your problem. The _XcptFilter stub isn't >critical and is only used when something has already gone wrong anyway.