Closed prakashsvmx closed 4 days ago
From the prompt, it means that the file is too big, normally Qt5 only supports files up to 2GB, if your file is not that big, it might be a bug.
The 2Gb limit is not for the total file size but for the length of each line in the file. Qt6 builds don't have this limitation.
I've added Qt6 build for ubuntu 24.04. Not much can be done for Qt5 builds.
Details for the issue
Loading a file throws errror.
What did you do?
What did you expect to see?
It could be specific to a line may be
What did you see instead?
Error was displayed.
Useful extra information