http://bugs.winehq.org/show_bug.cgi?id=2579
------- Additional Comments From lordpopcorn@poczta.onet.pl 2004-22-11 17:58 ------- I see this bug is similar to #2576, however I'm not able to run _any_ application correctly. Some more info: I don't have any Windows partition, I install Wine using the `./tools/wineinstall' command. Here is what I made out further...
I actually _can_ run the applications shipped with the Wine source distribution - notepad, regedit etc. They work fine. However, when I exit them, I get swamped with the following messages:
---------- wine: Unhandled exception (thread 0009), starting debugger... (the above appears only once)
err:syslevel:_EnterSysLevel (0x408c1480, level 2): Holding 0x40949520, level 3. Expect deadlock! (this one appears a few thousand times, at least) ----------
When I run any external Windows binary (say, a WinRAR self-extracting archive), `strace any.exe' gives:
---------- [...] rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 close(9) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 stat64("/home/kempniu/.wine/dosdevices/f:/KERNEL32.DLL", 0x4067fbc0) = -1 ENOENT (No such file or directory) stat64("/home/kempniu/.wine/dosdevices/f:/KERNEL32.DLL", 0x4067f900) = -1 ENOENT (No such file or directory) open("/home/kempniu/.wine/dosdevices/f:", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9 ioctl(9, TUNIOCGETINFO or VFAT_IOCTL_READDIR_BOTH, 0x4067f6e0) = -1 ENOTTY (Inap propriate ioctl for device) --- SIGSEGV (Segmentation fault) @ 0 (0) --- --- SIGSEGV (Segmentation fault) @ 0 (0) --- --- SIGSEGV (Segmentation fault) @ 0 (0) --- --- SIGSEGV (Segmentation fault) @ 0 (0) --- (etc. - hangs forever) ----------
For your information, running notepad or regedit _also_ gives me a segfault, but only once. Running any external application results in a hangup.