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

MMCoreJ crashes when setSLMImage() throws an exception #309

Open
marktsuchida opened this issue Dec 7, 2022 · 0 comments
Open

MMCoreJ crashes when setSLMImage() throws an exception #309

marktsuchida opened this issue Dec 7, 2022 · 0 comments

Comments

@marktsuchida
Copy link
Member

Reproduce by loading demo config and running the following BeanShell:

mmc.setSLMImage("whatever", null);

(MM crashes with uncaught C++ exception, where it should throw an exception indicating that the SLM whatever doesn't exist.)

Probably the result of special-casing setSLMImage in MMCoreJ.i (to handle the image buffer) but not handling exceptions correctly.

Analogous to (but independent of) micro-manager/pymmcore#76.

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

1 participant