This is a weird problem - I'll try and give as many details as I can.
I can delete four characters and type another four in their place, but it's like there's a 257722 character limit on the document I'm working on.
I can't copy and paste new text into the document past that limit (but copy and pasting a four letter word in after deleting four or more characters works fine).
Once that limit is reached, the program isn't responding to typed inputs in any meaningful way - nothing happens.
I've tried resetting the user profile, and it's not a keyboard issue.
I've worked with documents that are bigger than this one before on the same system.
There are a lot of comments that can cause slowdown on the document, but never this issue.
Working in a fresh document works for now, but eventually I'm going to need to combine the two.
Would appreciate any help.
[Solved] Can't type more than 257722 characters in document
[Solved] Can't type more than 257722 characters in document
Last edited by RoryOF on Mon Nov 02, 2020 10:03 pm, edited 2 times in total.
Reason: tagged solved.
Reason: tagged solved.
OpenOffice 4.1.6 on Windows 10
- Hagar Delest
- Moderator
- Posts: 33632
- Joined: Sun Oct 07, 2007 9:07 pm
- Location: France
Re: Can't type more than 257722 characters in a document
Hi and welcome to the forum!
I know about the 64k limit for characters in a single paragraph but not about any limit for a file.
Can you confirm that you can't add character in any part of the document?
Perhaps the paragraph you're trying to change has already 64k characters.
I know about the 64k limit for characters in a single paragraph but not about any limit for a file.
Can you confirm that you can't add character in any part of the document?
Perhaps the paragraph you're trying to change has already 64k characters.
LibreOffice 25.2 on Linux Mint Debian Edition (LMDE 7 Gigi) and 25.2 portable on Windows 11.
Re: Can't type more than 257722 characters in a document
At a guess, you are making significant use of Shift+Enter to force a new line, rather than using just Enter to create a new paragraph. Writer has a maximum of 64K characters in a paragraph; I would suspect you have hit this limit in the current paragraph.
Slackware 15 (current) 64 bit
Apache OpenOffice 4.1.16
LibreOffice 26.2.3.2; SlackBuild for 26.2.3 by Eric Hameleers
---------------
I hate this damn computer, I wish that I could sell it.
It won't do what I want it to, Only what I tell it.
Apache OpenOffice 4.1.16
LibreOffice 26.2.3.2; SlackBuild for 26.2.3 by Eric Hameleers
---------------
I hate this damn computer, I wish that I could sell it.
It won't do what I want it to, Only what I tell it.
Re: Can't type more than 257722 characters in a document
I have had and have files with far more than 257722 characters running under all versions of OpenOffice. As robleyd says, you are probably using Shift Enter to mark paragraphs, rather than Enter.
To cure this use Find and Replace
in Find enter \n
in Replace enter \n
drop More Options and select "Regular Expressions" - this is most important - the fix will NOT WORK WITHOUT THIS
then press Replace All.
To mark a paragraph end, use Enter; there is no need to mark line ends - OpenOffice will wrap automatically to the next line. If you need further formatting help this document has proved helpful for many:
Writer for students (several languages)
To cure this use Find and Replace
in Find enter \n
in Replace enter \n
drop More Options and select "Regular Expressions" - this is most important - the fix will NOT WORK WITHOUT THIS
then press Replace All.
To mark a paragraph end, use Enter; there is no need to mark line ends - OpenOffice will wrap automatically to the next line. If you need further formatting help this document has proved helpful for many:
Writer for students (several languages)
Apache OpenOffice 4.1.16 on Xubuntu 24.04.4 LTS
Re: Can't type more than 257722 characters in a document
Andrew Pitonyak's free macro books contain more than 1,000,000 characters, and it was created in the OpenOffice/LibreOffice:
https://www.pitonyak.org/OOME_4_0.odt
https://www.pitonyak.org/OOME_4_0.odt
Tibor Kovacs, Hungary; LO7.5.8/25.8.5.2 /Win7-10-11 x64Prof.
PortableApps: LO3.3.0-25.8.5.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
PortableApps: LO3.3.0-25.8.5.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
Re: Can't type more than 257722 characters in a document
To help determine the cause, turn on /View /Non printing characters (that same command turns off the display)
This will show the construction characters of the file. Paragraph ends (Enter) will be shown as a backwards P (recte: a Pilcrow), line breaks produced by Ctrl Enter will be shown as a left pointing hooked arrow. Spaces as a raised dot, tabs as a right arrow.
Many using OpenOffice for serious formatting will have that command turned on all the time - one quickly gets used to it and concentrates on the actual text, not the formatting.
This will show the construction characters of the file. Paragraph ends (Enter) will be shown as a backwards P (recte: a Pilcrow), line breaks produced by Ctrl Enter will be shown as a left pointing hooked arrow. Spaces as a raised dot, tabs as a right arrow.
Many using OpenOffice for serious formatting will have that command turned on all the time - one quickly gets used to it and concentrates on the actual text, not the formatting.
Apache OpenOffice 4.1.16 on Xubuntu 24.04.4 LTS
Re: Can't type more than 257722 characters in a document
Seems like the problem was overuse of shift+enter for paragraph breaks.
I remember having just pressing enter for a paragraph break causing some weird formatting for me once, so I must've gotten into the habit of doing it every time.
Thanks, I really appreciate all the replies and help fixing this issue.
OpenOffice 4.1.6 on Windows 10