maruohon / litematica

A modern client-side schematic mod for Minecraft
GNU Lesser General Public License v3.0
689 stars 191 forks source link

Litematic crash in vanila schematic converter #730

Open VanshxDlol opened 1 year ago

VanshxDlol commented 1 year ago

Reports ## Please don't post simple questions on this issue tracker! Simple questions like "How do I do X?" should instead be handled either on the Discussions area (see on the top of the page) or on Discord:

Other rules

Provide at least the following information

vacla commented 1 year ago

Can you try without NotEnoughCrashes

VanshxDlol commented 1 year ago

Can you try without NotEnoughCrashes

But when is converted small map it's work when I convert big so it crashing 😔

maruohon commented 1 year ago

You are simply running out of memory. You should allocate more memory for the game if you can, but since you are on a phone or something...

The vanilla structure template format is really memory inefficient. Are you trying to import from or export to that format?

VanshxDlol commented 1 year ago

You are simply running out of memory. You should allocate more memory for the game if you can, but since you are on a phone or something...

The vanilla structure template format is really memory inefficient. Are you trying to import from or export to that format?

Let me try