http://bugs.winehq.org/show_bug.cgi?id=21376
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2010-01-17 07:17:27 --- (In reply to comment #10)
can you hold my hand on this again? How to rebase? When I tried "git rebase c2a7535e9d112989abe687255b4f0da9a597678e" I got the error on cannot rebase: you have unstaged changes M dlls/comctl32/listview.c M dlls/comctl32/tests/listview.c
Of course, cause you reverted patches, making these changes not indexed. First of all reset to origin with: 'git reset --hard origin' After that use 'git rebase <...>' again.
On a reset Wine git, I only got "Current branch master is up to date."
It's ok.
And I don't understand what you mean with get plain output.
I mean terminal output - http://wiki.winehq.org/FAQ#get_log.
To activate debug channels use: --- WINEDEBUG=+listview,+seh wine <.exe> &> ~/log.txt.
Finally attach two logs here.