[SOLVED] Error - cannot find parameters.rgg - Windows to Mac

I have a FSPM model stored on gitlab that I keep updated every time I do an edit. At home I work with a macbook and at work with a windows.

I updated the gitlab with the last update done on the windows and now when I downloaded the new model on my mac I get the following error. It cannot find the parameters file - what is going on and how can I fix it?

On windows works fine.

1 Jun 2023 11:16:00 Tomato_Dwarf_Dynamic
Warning
parameters.rgg could not be opened. FileNotFoundException: parameters.rgg (No such file or directory) Stack Trace: java.io.FileNotFoundException: parameters.rgg (No such file or directory) at java.base/java.io.FileInputStream.open0(Native Method) at java.base/java.io.FileInputStream.open(FileInputStream.java:219) at java.base/java.io.FileInputStream.(FileInputStream.java:157) at de.grogra.vfs.LocalFileSystem.getInputStream(Unknown Source) at de.grogra.pf.io.FileSource.getInputStream(Unknown Source) at de.grogra.pf.io.FileSource.getReader(Unknown Source) at de.grogra.rgg.model.XLFilter.getObject(Unknown Source) at de.grogra.rgg.model.XLFilter.getObject(Unknown Source) at de.grogra.pf.io.LazyFilter.getObject(Unknown Source) at de.grogra.rgg.model.CompilationFilter.compile(Unknown Source) at de.grogra.rgg.model.CompilationFilter.loadResource(Unknown Source) at de.grogra.pf.ui.registry.SourceFile.activateImpl(Unknown Source) at de.grogra.pf.registry.Item$1.visit(Unknown Source) at de.grogra.pf.registry.Item.deriveItems(Unknown Source) at de.grogra.pf.registry.Item.activate(Unknown Source) at de.grogra.pf.registry.Registry.activateItems(Unknown Source) at de.grogra.imp.IMP.loadRegistry(Unknown Source) at de.grogra.imp.IMP.openWorkbench(Unknown Source) at de.grogra.imp.IMPWorkbench.open(Unknown Source) at de.grogra.pf.ui.Workbench.open(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at de.grogra.util.Utils.invoke(Unknown Source) at de.grogra.util.Utils.invokeStatic(Unknown Source) at de.grogra.util.Utils.invoke(Unknown Source) at de.grogra.pf.ui.registry.CommandItem.run(Unknown Source) at de.grogra.pf.ui.registry.CommandItem.eventOccured(Unknown Source) at de.grogra.pf.ui.tree.RegistryAdapter.eventOccured(Unknown Source) at de.grogra.pf.ui.tree.UITreePipeline$Node.handleEvent(Unknown Source) at de.grogra.pf.ui.tree.UITreePipeline.eventOccured(Unknown Source) at de.grogra.pf.ui.awt.ButtonSupport$Dispatcher.run(Unknown Source) at de.grogra.imp.IMPJobManager.run(Unknown Source) at de.grogra.imp.IMP.runImpl(Unknown Source) at de.grogra.imp.IMP.run(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at de.grogra.util.Utils.invoke(Unknown Source) at de.grogra.util.Utils.invokeStatic(Unknown Source) at de.grogra.util.Utils.invoke(Unknown Source) at de.grogra.pf.registry.Application.run(Unknown Source) at java.base/java.lang.Thread.run(Thread.java:829)

Do you run GroIMP version 2 or higher on your Mac?

Yes i have the most recent version

did you ensure the Parameters.rgg file was transferred and exists on your Macbook?
And did you use other GroIMP Projects with folders in the file manager on Mac?

yes, parameters.rgg is transferred and exists.

I managed to solve the issue buy uninstalling 2.0 and installing 2.0.1

(indeed, I actually didn’t have the real most recent version)

1 Like