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

Creating a new Image(); instance hides exceptions #141

Closed
odinsbane opened this issue Dec 5, 2021 · 2 comments
Closed

Creating a new Image(); instance hides exceptions #141

odinsbane opened this issue Dec 5, 2021 · 2 comments

Comments

@odinsbane
Copy link

I'm using IJ 1.53o29 in the following example no exceptions will be shown. It works as expected with IJ 1.53a

import ij.*;

public class HiddenExceptions{
    public static void main(String[] args){
        new ImageJ();
        System.out.println(args[1]);
    }

}
@rasband
Copy link
Member

rasband commented Dec 5, 2021

This ImageJ 1.53m regression is fixed in the latest daily build (1.53o31). The commit is at
9a15154,

@rasband rasband closed this as completed Dec 5, 2021
@imagesc-bot
Copy link

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/generating-data-for-trackmate-starting-from-meshes/62779/14

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

3 participants