macmarrum / freeplane-MapObfuscator

GNU General Public License v2.0
1 stars 0 forks source link

error message: "more than 64000 entity expansions...." #1

Open EdoFro opened 2 years ago

EdoFro commented 2 years ago

Hi @macmarrum!! I was trying to use your addon to obfuscate a map and I got this message:

image

Some properties of the map (from a little script I have):

Nodes per level:

Total: 6840

characteristics of the nodes:

bye,

Edo

EdoFro commented 2 years ago

version used:

MapObfuscator-2022.10.17.addon.mm

macmarrum commented 2 years ago

Hi @EdoFro

You can turn off Preferences…->Plugins->Map Obfuscator->Obfuscate style names (find and replace in .mm file), which disables parsing the xml with XmlSlurper. I suspect this is where the error originates from.

It would be great to have the mind map for me to analyze the issue.

EdoFro commented 2 years ago

You can turn off Preferences…->Plugins->Map Obfuscator->Obfuscate style names (find and replace in .mm file), which disables parsing the xml with XmlSlurper. I suspect this is where the error originates from.

This resolved the problem

I tried with another mindmap that has similar amount of nodes and branches and I didn't have a problem there. I don't know which is the problem