http://bugs.winehq.org/show_bug.cgi?id=15427
GyB gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69@gmail.com
--- Comment #12 from GyB gyebro69@gmail.com 2010-03-21 09:32:39 --- Ragtime 5.6.5 (free) ceased to work after Wine-1.1.13.
Symptom: the application hangs with showing only a blank window after you press Accept on the welcome screen. These are the only messages in the console:
fixme:cursor:CURSORICON_CreateIconFromANI Loading all frames for .ani cursors not implemented. err:ntdll:RtlpWaitForCriticalSection section 0xe3b2a0 "?" wait timed out in thread 0009, blocked by 001d, retrying (60 sec)
Regression test was a bit difficult (for me) because 'make' produced errors during bisecting, and had to perform 'git bisect skip' twice. After the last step this is what i got:
There are only 'skip'ped commits left to test. The first bad commit could be any of: 633e069c67e039b56bc30d8f80f20ceec7ca12a8 e9b320936960323f98114dd7a0086bed1f9f464e We cannot bisect more!
I chose 'e9b320936960323f98114dd7a0086bed1f9f464e' first:
git show e9b320936960323f98114dd7a0086bed1f9f464e commit e9b320936960323f98114dd7a0086bed1f9f464e Author: Aric Stewart aric@codeweavers.com Date: Mon Jan 19 14:28:53 2009 -0600
imm: Send WM_IME_SELECT messages when IME is selected and deselected.
Reverting that patch into the latest git was successful, and fixed the problem.
I hope I did it right, this was the first case I had compile errors during bisecting and didn't know exactly what to do.