-
Notifications
You must be signed in to change notification settings - Fork 11
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
Error message preventing the 3D viewer to work #67
Comments
@fjug @royerloic I get a similar error and some more... ClearGLWindow: GLProfile[GL4bc/GL4bc.hw]
com.jogamp.opengl.util.AnimatorBase$UncaughtAnimatorException: com.jogamp.opengl.GLException: Caught UnsatisfiedLinkError: Error while loading native library "JOCL_2_0_0-linux-x86_64"
|
@royerloic Is this the bug tracker??? |
The bug tracker is not present fro some time already,
must be an old version of CV in the wilde…
… On 7. Jun 2018, at 09:30, Florian Jug ***@***.***> wrote:
@royerloic <https://github.com/royerloic> Is this the bug tracker???
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#67 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AByMkoeMReSztUr_mbIuKNweBRCGyacJks5t6VVDgaJpZM4QamSL>.
|
So..... is there no way to report an issue? |
Our discussion referred to an old bug submission module we once have used. |
My Fiji install is a few months old and ClearVolume is 1 day old.. I don't think that counts as ancient :P.. IJ.getVersion: 2.0.0-rc-67/1.52c All Java Properties java.vm.specification.vendor: Oracle Corporation .................................................................................... |
could it be that the latest change to the update site ate some dependencies? @HaaPut's error is looking as if a dependency JAR for JOCL is missing. Plus, there's also BadTrack there, which should have been gone since quite a bit. |
@skalarproduktraum On the update site I've only placed the new (and fixed) clearvolume-imglib2 bridge. Maybe while uploading I removed some dependencies within the updater, but why do you think it might cause this problem? Thanks to both of you, |
@fjug Because the bottom-most error in the stack trace is a UnsatisfiedLinkError bringing me to ...
Apparently, the JOCL .so it's shipping is slightly old, that ABI version is from GCC 4.9... I guess there's two options here:
|
@skalarproduktraum updating GCC is not a feasible option for me. I can try a fresh install of fiji if you think that may help @fjug . |
I am using a Fiji updated installation with the ClearVolume update site checked.
I am running Ubuntu 18.10 with kernel 4.13.0-16-generic on an Asus notebook laptop with the following graphic card:
Intel(R) HD Graphics Haswell Ultrabook GT3 reserved
Here is the output of
clinfo
:And the error message trying to open ClearVolume on a Z stack:
By the way what the status of the project? How does it compare to the still in development SciView.
Thank you.
The text was updated successfully, but these errors were encountered: