CloudCompare-PythonRuntime icon indicating copy to clipboard operation
CloudCompare-PythonRuntime copied to clipboard

CloudCompare crashes when running Python script in the 'Python Editor'

Open donish-getstand opened this issue 1 year ago • 3 comments

When running the example script from the CloudCompare documentation, the whole program crashes/exits right when I am about to import my data. Also, when I run the PythonREPLy and input the simplest of commands (e.g. test=1+1) the whole program crashes/exits.

Oddly, enough when I save the sample script to test file (test.py) and run it using the CloudCompare's Python File Runner it runs perfectly!

Any ideas about how I could go about solving this issue?

I'm running the latest CloudCompare (2.13.2 [MacOS 64bit], Compiled with Qt 5.15.8) on MacOS 15.0.1 (24A348).

donish-getstand avatar Oct 30 '24 02:10 donish-getstand

Do you have some backtrace of the crash ? Did you compile the plugin and CC yourself .

tmontaigu avatar Oct 30 '24 23:10 tmontaigu

Unfortunatley, there are no error messages and the whole program just closes/crashes abruptly which makes it difficult for me to debug as well.

I installed the CloudCompare with Python plugin from the website.

donish-getstand avatar Oct 31 '24 00:10 donish-getstand

I have met the same issue crash as follows: image

Asher-1 avatar Dec 11 '24 13:12 Asher-1