Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exit code = 80000003 #16

Open
dongsiwei opened this issue Mar 28, 2019 · 2 comments
Open

Exit code = 80000003 #16

dongsiwei opened this issue Mar 28, 2019 · 2 comments

Comments

@dongsiwei
Copy link

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!

@johnyf
Copy link
Owner

johnyf commented Sep 8, 2020

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: cnr-isti-vclab/meshlab#495 , where it is mentioned that that issue is expected to have been fixed by cnr-isti-vclab/meshlab#713 . Trying executables from meshlab (please see the linked pull request) might be useful.

@johnyf
Copy link
Owner

johnyf commented Sep 8, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants