http://bugs.winehq.org/show_bug.cgi?id=59908 --- Comment #2 from Nikolay Sivov <bunglehead@gmail.com> --- (In reply to horst53 from comment #0)
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.
Hi. Could you attach a source file that is possible to compile and test? Also please attach a text file that shows the issue. Are you running this with .NET installed on Wine or with wine-mono? -- 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.