http://bugs.winehq.org/show_bug.cgi?id=22311
Summary: PlayOnline viewer corrupts terminal console Product: Wine Version: 1.1.42 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: wylda@volny.cz
PlayOnline viewer corrupts terminal console - console is flooded by binary chars. This was already mentioned in bug 22197, but unfortunately patch attached there does not fix that. The reason is, that does not happen always.
Following steps have highest probability (for me) to reproduce that issue:
1. configure wine to run in windowed mode
2. "wine pol.exe" and _immediatelly_ switch back to console, so wine's window lose focus
3. wait till music begins to play (music is also accompanied by console line "err:d3d:context_apply_draw_buffer >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glDrawBuffers() @ context.c / 1890" --probably unrelated to the problem)
4. when you see above err:d3d press Ctrl+C
If there is no binary mess, than repeat.
Sometimes you get 1,5Mbytes of mess into a console and sometimes nothing (it could still be corrupted but luckily does not display a byte).