http://bugs.winehq.org/show_bug.cgi?id=29833 --- Comment #8 from Kamil Roman <kroman(a)hp.com> 2013-11-24 02:40:23 CST --- If I run the app with export WINEDEBUG=+relay wine XMLSpy.exe &> relay.log the app gets stuck on some loop like this: 0030:Call KERNEL32.FindNextChangeNotification(000000f8) ret=00789f1d 0030:Ret KERNEL32.FindNextChangeNotification() retval=00000001 ret=00789f1d 0030:Call KERNEL32.WaitForSingleObject(000000f8,000000c8) ret=00789f2c 0030:Ret KERNEL32.WaitForSingleObject() retval=00000000 ret=00789f2c 0030:Call KERNEL32.FindNextChangeNotification(000000f8) ret=00789f1d 0030:Ret KERNEL32.FindNextChangeNotification() retval=00000001 ret=00789f1d 0030:Call KERNEL32.WaitForSingleObject(000000f8,000000c8) ret=00789f2c 0030:Ret KERNEL32.WaitForSingleObject() retval=00000000 ret=00789f2c 0030:Call KERNEL32.FindNextChangeNotification(000000f8) ret=00789f1d 0030:Ret KERNEL32.FindNextChangeNotification() retval=00000001 ret=00789f1d 0030:Call KERNEL32.WaitForSingleObject(000000f8,000000c8) ret=00789f2c 0030:Ret KERNEL32.WaitForSingleObject() retval=00000000 ret=00789f2c 0030:Call KERNEL32.FindNextChangeNotification(000000f8) ret=00789f1d 0030:Ret KERNEL32.FindNextChangeNotification() retval=00000001 ret=00789f1d 0030:Call KERNEL32.WaitForSingleObject(000000f8,000000c8) ret=00789f2c But if I run without redirection, i.e. WINEDEBUG=+relay wine XMLSpy.exe the app starts normally. It's the first time on Linux I see an app behaving differently with output redirection and without... Any ideas how to workaround this? Running latest Kubuntu, wine version wine-1.7.6. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.