> > Sounds like something was not recompiled correctly. You should try to > do a make clean and rebuild. If you still have the problem, please > send me a backtrace of the crash. > Hi! I just fully recompiled using make distclean ; ./configure ; make depend && make && make install and the result is still the same. The place of the crash in the previous mail is the only item on the stack, so You can take it as a regular backtrace. However, when started from plain wine with --debugmsg +relay, it shows totally different crash places: - Program #1 (front panel simulator): The program starts OK. I can click on the Connect icon, a dialog with connect parameters appears. After clicking OK, it crashes. So it seems that it's really related to the comm things. 080b39a8:Ret USER.200: OPENCOMM() retval=0001 ret=0317:05cb ds=041f 080b39a8:Call USER.215: FLUSHCOMM(0001,0001) ret=0317:1022 ds=041f 080b39a8:Ret USER.215: FLUSHCOMM() retval=0000 ret=0317:1022 ds=041f 080b39a8:Call USER.215: FLUSHCOMM(0001,0000) ret=0317:1022 ds=041f 080b39a8:Ret USER.215: FLUSHCOMM() retval=0000 ret=0317:1022 ds=041f 080b39a8:Call USER.201: SETCOMMSTATE(05a7:00c6) ret=0317:0630 ds=041f 080b39a8:Ret USER.201: SETCOMMSTATE() retval=0000 ret=0317:0630 ds=041f 080b39a8:Call USER.203: GETCOMMERROR(0001,041f:bbae) ret=0317:0d03 ds=041f wine: Unhandled exception, starting debugger... err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr 0x402954f7 - Program #2 (Nokia Logo Manager): Start on startup. It draws its window and tries to draw a banner window into it, crashes in the middle: 080b69b8:Ret kernel32.ResetEvent() retval=00000001 ret=1000703b 080b69b8:Call kernel32.WriteFile(000000c4,1000c1e0,00000080,41cd6d9c,41cd6d88) ret=10007052 080b69b8:Ret kernel32.WriteFile() retval=00000000 ret=10007052 080b69b8:Call kernel32.GetLastError() ret=1000705c 080b69b8:Ret kernel32.GetLastError() retval=000003e5 ret=1000705c 080b69b8:Call kernel32.MulDiv(00000080,00003e80,0001c200) ret=10007074 080b69b8:Ret kernel32.MulDiv() retval=00000012 ret=10007074 080b69b8:Call kernel32.WaitForSingleObject(000000d4,00000076) ret=10007081 wine: Unhandled exception, starting debugger... err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr 0x402954f7 So here it seems that the crash is very different for both programs. However, the last line shows the same address... I'm confused a bit. With regards, Pavel Troller