http://bugs.winehq.org/show_bug.cgi?id=21015
--- Comment #4 from Chris Wales chris@chrobis.com 2010-03-20 12:26:54 --- Okay, this is my first regression test so bear with me if this is a bit of a newbie question:
I set "good" Wine to be 1.1.33 and "bad" Wine to be 1.1.34 (based on my original post) and did the bisect. When I compiled, running the program gave me an endless output of the following lines on the command line:
wine: Call from 0x7eda4e22 to unimplemented function user32.dll.UserRegisterWowHandlers, aborting fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100 err:module:DelayLoadFailureHook failed to delay load user32.dll.DialogBoxParamW wine: Call from 0x7eda4e22 to unimplemented function user32.dll.DialogBoxParamW, aborting wine: Unimplemented function user32.dll.DialogBoxParamW called at address 0x7eda4e22 (thread 00c4), starting debugger...
I had to kill winedbg and then Ctrl+C to stop it. I assumed there must be something wrong with the version I had, so I did "git bisect skip" and compiled again. I've repeated this process 14 times now - skip, compile, test, same result. Should this be happening? Do I keep skipping until I find one where the program will run without infinite output of the above? Or am I doing something wrong?