http://bugs.winehq.org/show_bug.cgi?id=59908 --- Comment #10 from Janne <janne.kekkonen@gmail.com> --- Created attachment 81257 --> http://bugs.winehq.org/attachment.cgi?id=81257 Test applications for LineInput Hello, i made another test application that prints the file pointer value after each read operation. In Windows output looks like this:
test2 After FileOpen FP = 1 Start to read file 1, FP = 4 12, FP = 8 123, FP = 13 1234, FP = 19
However, in Wine, output looks like this:
WINEDEBUG=-all,-fixme WINEPREFIX=~/dotnet wine test2.exe /builds/mono/wine-mono/wine-mono-11.1.0/mono/mono/eglib/gmisc-win32.c:138: assertion 'filename != NULL' failed
After FileOpen FP = 1 Start to read file 1, FP = 14
Attached is a ZIP file containing the source code, executables for both test applications, test.txt, and build.bat. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.