Broken Fiji

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
24 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Broken Fiji

Mark Hiner-2
Hi Claudio,

I also re-updated FIJI hoping to see the welcome message (which has been
> downloaded as I saw it in the list of updated files) but when I launch FIJI
> it doesn't appear.
>

Unfortunately, the logic for *when* to display the welcome message is based
on the version of the ImageJ2 code, with the idea that the message would be
displayed the first time users updated their Fiji to include ImageJ2. So
although you have the WELCOME.md now, the actual ImageJ2 code was already
updated so it didn't know to display the welcome message. :(

 We're going to be adding an info button to the ImageJ2 options dialog to
display the welcome message again. In the mean time, you can open the
WELCOME.md in your Fiji.app directory, or view it on the web (for
example, click
here <https://github.com/imagej/imagej/blob/master/WELCOME.md> to see it on
GitHub).

Hope that helps,
Mark


On Fri, Jun 6, 2014 at 11:29 AM, Pulceblue <[hidden email]>
wrote:

> Hi Mark and Johannes,
> thanks a lot for your replies. I solved the issue with the file open window
> with the solution suggested by mark. I also re-updated FIJI hoping to see
> the welcome message (which has been downloaded as I saw it in the list of
> updated files) but when I launch FIJI it doesn't appear. Just to let you
> know.
> Once again thanks for your valuable help!
> Claudio
>
>
>
>
> --
> View this message in context:
> http://imagej.1557.x6.nabble.com/Broken-Fiji-tp5007825p5008077.html
> Sent from the ImageJ mailing list archive at Nabble.com.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Broken Fiji

dscho
In reply to this post by Pulceblue
Hi Claudio,

On Fri, 6 Jun 2014, Pulceblue wrote:

> I also re-updated FIJI hoping to see the welcome message (which has been
> downloaded as I saw it in the list of updated files) but when I launch
> FIJI it doesn't appear. Just to let you know.

Yes, this is caused by my stupid mistake of uploading WELCOME.md *after*
uploading the rc-2 of the ImageJ application (which is now just a
component making use of all the other, modular & reusable components).

Once we have an rc-3, you will see it! In the meantime, you can read it
online, of course:

        https://github.com/imagej/imagej/blob/master/WELCOME.md

Ciao,
Johannes

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Broken Fiji

Pulceblue
In reply to this post by Pulceblue
Hi Johannes,
I'm so sorry to get back to you once again. Since this morning I'm having problems with the fiji updater. It first started and repeated the same download operation over and over again and once I stopped it I cannot update anymore. I get message in an updater window that says "there was a problem checking whether everything is up-to-date. Start the updater?" If I do it, I get a bootstrap.js window. I follow the instructions (i.e. run the command Evaluate Javascript) and the following log

Error: La fonction importPackage doit être appelée avec un package et non avec "[JavaClass ij]" (<Unknown source>#1) in <Unknown source> at line number 1

It's in french but it says that the function importPackage needs to be called with a package and not with JavaClass.

What happened? How can I give you more details if you need them?
Thanks
Claudio
P.S. I'm running imageJ2
Reply | Threaded
Open this post in threaded view
|

Re: Broken Fiji

dscho
Hi Claudio,

On Mon, 9 Jun 2014, Pulceblue wrote:

> I'm so sorry to get back to you once again. Since this morning I'm
> having problems with the fiji updater. It first started and repeated the
> same download operation over and over again and once I stopped it I
> cannot update anymore.

I am terribly sorry about that breakage. Bugs in the updater are the
worst, because you need to somehow get a new updater version to get the
bug fix!

So I fixed it, but I'll need you to bear with me, still: the updater
version you have will still try to go into that infinite loop you
experienced. Just cancel it, restart Fiji and start the updater again.
That will break the loop.

Hopefully the new version will not have another bug yet!

Thanks for your understanding,
Johannes

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
12