-
Notifications
You must be signed in to change notification settings - Fork 5
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
Sources not released from HDD when removed from Fiji #77
Comments
Thanks for reporting. Removing all sources should work indeed. I can have a look on wednesday. |
Found the bug. I'll try to release to the update site today. Again, thanks for reporting |
When Imagej.net will be up, I'll release v0.1.1 that solves this issue -> all sources can be deleted |
I just updated from the Fiji update site and still get an error:
|
Hum weird, which version do you have ? If you go to jars folder ? |
that's |
I can't reproduce it. Check that you take What I do exactly:
And that works in my hands Otherewise we can try to schedule a small skype session. Maybe tomorrow ? |
@martinschorb I've pushed a new version to the update site . Please try it and let me know. Just FYI : there was really a version issue because the line mentioned in your error is not correct. It was the correct line in version 0.1.0 but not in 0.1.1. After FIJI update you should have the version 0.1.2 of bdv-playground. Please check this and if you still have this error, please report. |
It seems to go further now. All sources are deleted, however I still get errors for some...
|
Thanks for testing. If the sources are not displayed, do you still get the error ? Can you share a minimal dataset making this bug or is it too complicated ? |
OK,
|
Hold on, does not happen with a naked Fiji. I need to test which other Plugin causes the Problem. I hope it's none of @tischi 's |
It's one of those terrible random bug. I think it still comes from the playground. I experience some issues also. I think it's a problem of synchronization between the rendering and the data modification. I'll try to see what can be done. |
Well, |
I've done some modifications and pushed to the update site @martinschorb . Let me know how that goes! Best |
Hi, no huge progress...
|
Just make sure that you restarted FIJI after the update and that you have version 0.1.4. I encounteered some errors, but not of this kind. weird. |
OK, tried now several times including restarts... It seems to work now without errors. However, if I delete the sources while they are still shown in a bdv window, I get:
or when I delete the sources with the right click inside the bdv window:
|
But you can still continue to work ? Indeed I have been struggling to avoid this issue, but I couldn't find a proper (or even a dirty) solution. But if you can continue to work, I think I will let it like that and hopefully this will be solved with the new interface by Tobias. |
That's OK I guess... |
Now so the new interface is there, can you check if this but still occurs @martinschorb ? I don't remember exactly what was the issue, but with a bit of luck this should be solved now |
Closing this, just reopen it if it occurs again, I hope the new UI and state solved it |
One slightly annoying behaviour:
Can you check this before deleting and then show a warning? |
Yep I will maintain this open because it's not nice. |
And the new UI and state didn't solve it, it's the tree UI in bdv playground which is the issue |
Hi, I also noticed that deleting sources from BDV does not remove the data from memory.
So deleting sources from the BDV sources lists needs to make sure that the file is released/closed from Java. |
Only fully closing Fiji releases the files btw... |
Hi @martinschorb , Can you try to see if you have the same behaviour with a fresh Fiji and using the original BigDataViewer plugin ? If yes, that's something we need to report in bigdataviewer-core. Thanks! |
I don't quite understand how I can add multiple source to "traditional" BDV. I had a thorough look. Also there is no option of deleting them... |
Sorry, just a single dataset. Just open it and close the window. Are the files released then ? If the window is closed, the files should be released, but I fear they aren't released, even in such a simple case. |
Hi, I did some testing...
|
Good to know! That's something we need to mention in bdv-core. I'll post an issue |
Hi,
When I run SpimDataset > Open XML/HDF5 files it always add these to the existing sources list.
This is a bit annoying if I want to look at two different experiments at the same time. I have to do a full Fiji restart to get rid of the previous sources. When I try to delete all of them to get an empty sources list I get the following crash:
killing the whole BDV and requiring a Fiji restart.
The text was updated successfully, but these errors were encountered: