fig2u3d icon indicating copy to clipboard operation
fig2u3d copied to clipboard

Exit code = 80000003

Open dongsiwei opened this issue 6 years ago • 2 comments

Dear all I got stuck in the last step: write u3d file. I am using Matlab 2018a, The following are the massage:

./IDTFConverter.sh -input "/home/siwei/Documents/MATLAB/fluxes/myfig.idtf" -output "/home/siwei/Documents/MATLAB/fluxes/myfig.u3d" Exit code = 80000003

Error using idtf2u3d (line 111) IDTFConverter executable returned with error.

Error in fig2u3d (line 238) idtf2u3d(fname)

Error in fig2latex (line 48) fig2u3d(ax, fname)

Error in fig2pdf3d (line 63) fig2latex(ax, filename, media9_or_movie15, pdforxelatex);

Any solutions? Thanks in advance!

dongsiwei avatar Mar 28 '19 11:03 dongsiwei

This error message is from the executable IDTFConverter. The error 80000003 on Windows appears to relate to breakpoints, based on: https://sourceforge.net/p/jmol/mailman/message/25780376/ and https://stackoverflow.com/questions/50514427/form-crashes-with-error-code-0x80000003-on-startup#comment88042059_50514427 .

The converter is originally from: https://sourceforge.net/projects/u3d/ . There appears to be a more recently maintained fork at: https://github.com/ningfei/u3d .

The same error code appears in the discussion at: https://github.com/cnr-isti-vclab/meshlab/issues/495 , where it is mentioned that that issue is expected to have been fixed by https://github.com/cnr-isti-vclab/meshlab/pull/713 . Trying executables from meshlab (please see the linked pull request) might be useful.

johnyf avatar Sep 08 '20 17:09 johnyf

The fork: https://github.com/DmytroSytnyk/fig2u3d may also be of interest, because it includes recent changes.

johnyf avatar Sep 08 '20 22:09 johnyf