http://bugs.winehq.org/show_bug.cgi?id=59908 Bug ID: 59908 Summary: Reading a file: When a line is longer, End of File (EOF) is triggered Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: horst53@mail.de Distribution: --- I have a text file. It contains many lines. I have a program written in VB2022, using .net Framework 4.8. You can try it yourself with this simple code: FileOpen(1, "test.txt", OpenMode.Input) Do Until EOF(1) MsgBox(Len(LineInput(1))) Loop FileClose(1) If a line in the test.txt file is longer (ca. 5000+ chars), the rest of the file is skipped. This may potentially lead to data loss. -- 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.