cnr-isti-vclab / PyMeshLab

The open source mesh processing python library
GNU General Public License v3.0
784 stars 64 forks source link

std::bad_alloc exception when importing #332

Open bpedazur opened 1 year ago

bpedazur commented 1 year ago

I have an issue importing a large e57 file (2.7GB) on Ubuntu 22.04.

I get the following error:

Traceback (most recent call last): File "pymeshlab-test.py", line 61, in example_save_mesh() File "pymeshlab-test.py", line 52, in example_save_mesh ms.load_new_mesh("myfile.e57") pymeshlab.pmeshlab.PyMeshLabException: Unable to open file: myfile.e57 std::bad_alloc

alemuntoni commented 12 months ago

Probably already solved. Could you please try the latest nightly from the devel branch to see if the issue persists?