http://bugs.winehq.org/show_bug.cgi?id=35821
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- ReadLine() works in a strange way, for example it can read data like this:
--- "line\r\nsomemore" -> returns "line" ---
but for slightly altered input:
--- "li1ne\r\nsomemore" -> returns "li1n" ---
so it eats significant data for some reason. I was testing ascii data only for now. So it will need more time.