variar / klogg

Really fast log explorer based on glogg project
https://klogg.filimonov.dev
GNU General Public License v3.0
2.13k stars 187 forks source link

Loading a file throws errror. #670

Open prakashsvmx opened 10 months ago

prakashsvmx commented 10 months ago

Details for the issue

Loading a file throws errror.

What did you do?

image

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

Klogg version 22.06.0.1289 (built on 2022-06-14 from commit ) [built for x86_64-little_endian-lp64] running on Ubuntu 20.04.6 LTS (linux/5.15.0-79-generic) [x86_64], concurrency 12 Qt 5.12.8, tbb 2021.7

nowhszh commented 10 months 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.

variar commented 7 months ago

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.