Thank You very much Mr.Clark. I found the dll which is causing the hanging of processor intensive tasks. It is MSVCRTD.dll. In both WINE versions (wine-20020327 & wine-20031016), I had copied the msvcrtd.dll file to system folder. But I didn't make any changes in the config file. The previous WINE takes the dll, even if it is not specified in the config file, But latest does not, since it is having its own msvcrtd.dll.so. file. So when I included the line "msvcrtd" = "native, builtin" in the config file , the program works fine. Thank you Clark for your good advice. So my advice to all wine users is that if you feel that the program, called using wine, is working slow then try the following steps. 1) Copy Msvcrt.dll & msvcrtd.dll files from Windows to your wine's fake system directory. 2) Include the lines "msvcrt" = "native, builtin" "msvcrtd" = "native, builtin" in the [DllOverrides] section of your config file. It might work well. ----- Original Message ----- From: Duane Clark <dclark@xxxxxxxxxxx> To: <wine-users@xxxxxxxxxx> Sent: Wednesday, January 14, 2004 10:24 PM Subject: Re: Old wines > saravanan wrote: > > Yes, You are right Mr.Clark . When i put the the native msvcrt.dll from > > windows to /usr/share/wine-c/windows/system directory, wine calls the > > application very quickly and also executes the program well. But.. > > It hangs at the main operation of the program. > > > > WINE produces the following error messages. > > ------------------------------------------------ > > wine: Unhandled exception (thread 000a), starting debugger... > > WineDbg starting on pid 8 > > No debug information in ELF 'wine' ((nil)) > > No debug information in 32bit DLL 'C:\ocr\ocr.exe' (0x400000) > > No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x400a0000) > > No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' > > (0x40320000) > > No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRT.DLL' > > (0x78000000) > > No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRTD.DLL' > > (0x40550000) > > ... > > Unhandled exception: page fault on write access to 0x00004128 in 32-bit code > > (0x7800b9d4). > > In 32-bit mode. > > 0x7800b9d4 (MSVCRT.DLL._set_sbh_threshold+0x26b in MSVCRT.DLL): movl > > %ecx,0x8(%esi) > > Wine-dbg> > > Normally at this point you would type "bt" to get more info on where it > crashes. You also might want to provide your config file. > > In general, your config file should be using the default configuration > for DLLs: > [DllOverrides] > "msi" = "native, builtin" > "msvcrt" = "native, builtin" > "mciavi.drv" = "native, builtin" > "mcianim.drv" = "native, builtin" > "*" = "builtin, native" > > > > -------------------------------------------------------------------------- -- > > ---------------- > > I tried many options. I copied the msvcrt.dll.so from the old WINE to > > latest WINE. Eventhough it works well, > > it fails to open the wordpad application. Ie., Notepad & Wordpad is not > > working. Please kindly guide me. > > Yea, I would not be surprised if there were compatibility problems > trying to do that. > _______________________________________________ > wine-users mailing list > wine-users@xxxxxxxxxx > http://www.winehq.com/mailman/listinfo/wine-users ______________________________________ Scanned and protected by Email scanner _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.com/mailman/listinfo/wine-users