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

Failed during installation of Warpy on Fiji #75

Open
maxull opened this issue Nov 26, 2024 · 1 comment
Open

Failed during installation of Warpy on Fiji #75

maxull opened this issue Nov 26, 2024 · 1 comment

Comments

@maxull
Copy link

maxull commented Nov 26, 2024

Followed the installation guidelines on the warpy site.

Installed fresh FIJI on Apple M3 Pro running macOS Sequoia Version 15.0.1

Started TestRegister.groovy at Tue Nov 26 15:20:06 CET 2024
java.lang.IllegalArgumentException: No such input: splineGridSpacing
	at org.scijava.command.CommandModule.setInput(CommandModule.java:171)
	at org.scijava.module.DefaultModuleService.assignInputs(DefaultModuleService.java:475)
	at org.scijava.module.DefaultModuleService.run(DefaultModuleService.java:239)
	at org.scijava.module.DefaultModuleService.run(DefaultModuleService.java:208)
	at org.scijava.module.DefaultModuleService.run(DefaultModuleService.java:197)
	at org.scijava.module.DefaultModuleService.run(DefaultModuleService.java:182)
	at org.scijava.command.DefaultCommandService.run(DefaultCommandService.java:183)
	at org.scijava.command.DefaultCommandService.run(DefaultCommandService.java:168)
	at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:321)
	at TestRegister.run(TestRegister.groovy:26)
	at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:331)
	at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:161)
	at org.scijava.plugins.scripting.groovy.GroovyScriptLanguage$1.eval(GroovyScriptLanguage.java:97)
	at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
	at org.scijava.script.ScriptModule.run(ScriptModule.java:173)
	at org.scijava.module.ModuleRunner.run(ModuleRunner.java:165)
	at org.scijava.module.ModuleRunner.call(ModuleRunner.java:125)
	at org.scijava.module.ModuleRunner.call(ModuleRunner.java:64)
	at org.scijava.thread.DefaultThreadService.lambda$wrap$2(DefaultThreadService.java:247)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

Apparently the groovy script that is linked on the webpage doesnt work, because using this script from GitHub instead works: https://gist.github.com/NicoKiaru/b91f9f3f0069b765a49b5d4629a8b1c7

@NicoKiaru
Copy link
Member

Thanks, indeed I modified the API without modifying the command everywhere. Thanks a lot, I'll try to fix this in the next few days

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