https://bugs.winehq.org/show_bug.cgi?id=33545
--- Comment #7 from Marc Bessières marc.bessieres@gmail.com --- Hello,
Sorry I was not clear enough. Yes that chain of character is a reference to a commit into a git repository, the official wine one.
I think the issue you're reporting is the same as the one in bug 30984. This was introduced by the mentionned commit.
To verify that, it would be good that you build wine from the source, see in the FAQ, the part about compiling wine: http://wiki.winehq.org/FAQ And that before you launch the compilation you should run the command: git revert 43984f355a2905e16075a9df3d7fbe463761e853
which would "remove"/negate that commit.
If after running your program with that wine, you can see that the bug is gone, it would mean that that commit introduced a regression, and that your bug is in fact a duplicate of bug 30984. We try to keep only one open bug for the same issue, so this one would need to be closed as duplicate. Then I recommend you to put yourself in CC of the other bug, so you know when it is corrected, and you can check the solution works for you too.
I hope I'm clear enough.
Cheers, Marc