http://bugs.winehq.org/show_bug.cgi?id=29557
--- Comment #1 from haarp liquitsnake@gmx.net 2012-01-07 08:35:40 CST --- So I tried using wineconsole's other backend (--backend=user) which won't provide me the server console (because it resides on the Xvfb session). This is no long-term solution, but it works for testing.
Now the behavior becomes inconsistent:
When the 1st and 2nd server run with the curses backend, the 2nd server crashes. curses on the 1st and user on the 2nd -> the 2nd server won't crash.
Let's shut both servers down and try again: Now it may be reversed. curses+curses works, but curses+user crashes the 2nd server.
Shut both down again, try again: Now user+user works, but user+curses crashes the 2nd server.
I am really confused now. As long as wineserver keeps running, the working and broken combinations remain the same. As soon as both servers (and wineserver itself) stop and start again, the working and broken combinations are shuffled, like described above. Really, really confusing.
Obviously, there is a bug here, and I can provide logs if needed, but the inconsistency is still strange.