Bug 458712 - A hex editor with a 2Gb file limit is useless
Summary: A hex editor with a 2Gb file limit is useless
Status: RESOLVED DUPLICATE of bug 182577
Alias: None
Product: okteta
Classification: Applications
Component: general (show other bugs)
Version: 0.26.9
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Friedrich W. H. Kossebau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-04 20:26 UTC by Henry Pfeil
Modified: 2022-09-04 21:16 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henry Pfeil 2022-09-04 20:26:59 UTC
SUMMARY
***
Support for files greater than 2 Gb has not yet been implemented?!
***
Terrabyte storage devices have been around for quite some time. Files greater than 2 Gb are now quite common, unlike years ago when a 2 Gb limit might have seemed like a smart idea. In 2022 this limit is an impediment to productivity. I hunted down and installed GHex, which is not impaired by a design flaw. I imagine your target audience is those running 32-bit machines. If so, why not a 64-bit version for those in this century?

OBSERVED RESULT
Fails to open a 32 Gb file.

EXPECTED RESULT
A useful tool would open a 32 Gb file. Sadly, okteta is not a useful tool.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Friedrich W. H. Kossebau 2022-09-04 21:16:58 UTC
Hi Henry Pfeil,  I am sorry Okteta does not serve your personal needs, and you only found out after trying it that it does not meet your criteria for what is "useful".
Yet, for those who just need to peek and twist small-sized files even on 64-bit address systems (like myself) it works good enough.
And yes, I would have liked to have time to implement support for endlessly sized data since the very start two decades ago (should be documented in code even), but always had too many other interesting things to do in life (the answer to: " why not a 64-bit version"). No reason though to no longer share the fruits of my former work with others under the GPL, which explicitly states that such licensed program is provided
> "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
> BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
> FOR A PARTICULAR PURPOSE

Would it have helped you if the description of the program (as done in the app metadata) would explicitly hint that there is a limit in supported file sizes?  Might consider adding that there, to save people time and frustrations (but only when people actually read that and not just go ahead based on their assumptions :) ).

For your needs, you might consider also giving wxhexeditor or ImHex a try (not tested myself).

*** This bug has been marked as a duplicate of bug 182577 ***