Bug in 3D Viewer

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

Bug in 3D Viewer

AAM71
Dear Listers,

When I try to open 3D Viewer Fiji shows some errors. From console:

======================

3D [dev] 1.6.0-scijava-2-pre11-daily-experimental daily

com.jogamp.opengl.GLException: J3D-Renderer-1: createImpl ctx !ARB but
ARB is used, profile > GL2 requested (OpenGL >= 3.1). Requested:
GLProfile[GL4bc/GL4bc.hw], current: 1.1 (Compat profile, compat[],
hardware) - 1.1.0
     at
jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:404)
     at
jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:765)
     at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:648)
     at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:586)
     at
org.scijava.java3d.JoglPipeline.createNewContext(JoglPipeline.java:6412)
     at org.scijava.java3d.Canvas3D.createNewContext(Canvas3D.java:4602)
     at org.scijava.java3d.Canvas3D.createNewContext(Canvas3D.java:2376)
     at org.scijava.java3d.Renderer.doWork(Renderer.java:881)
     at org.scijava.java3d.J3dThread.run(J3dThread.java:271)
Exception occurred in RenderingErrorListener:
java.lang.RuntimeException
     at
ij3d.ImageWindow3D$ErrorListener.errorOccurred(ImageWindow3D.java:351)
     at
org.scijava.java3d.VirtualUniverse.notifyRenderingErrorListeners(VirtualUniverse.java:1198)
     at
org.scijava.java3d.NotificationThread.processNotifications(NotificationThread.java:86)
     at
org.scijava.java3d.NotificationThread.run(NotificationThread.java:104)
==============================

I am in Windows 7, 64-bit, ImageJ 1.52h, Fiji updated, Java 1.8.0.66.

Also, I can see in my taskbar some strange window from Fiji, which can
be selected in the taskbar but cannot be activated on my desktop (image
attached). It cannot be removed unless I quit Fiji - it is just sitting
in the taskbar. When you look closer you can see kind of a point in the
middle of that strange window.

Sincerely,

Alex


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

taskbar.png (320K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Bug in 3D Viewer

Curtis Rueden
Hi Alex,

> When I try to open 3D Viewer Fiji shows some errors.

This issue is discussed here:
  https://github.com/fiji/3D_Viewer/issues/18

Could you please try downloading the latest UNSTABLE ImageJ-win64.exe from
here:
  https://imagej.net/Launcher#Download

Rename your old launcher to ImageJ-win64.old and put the new one in your
Fiji.app. And let us know if that makes any difference.

Regards,
Curtis

--
Curtis Rueden
LOCI software architect - https://loci.wisc.edu/software
ImageJ2 lead, Fiji maintainer - https://imagej.net/User:Rueden
Have you tried the Image.sc Forum? https://forum.image.sc/



On Tue, Nov 20, 2018 at 9:55 AM Aleksandr Mironov <
[hidden email]> wrote:

> Dear Listers,
>
> When I try to open 3D Viewer Fiji shows some errors. From console:
>
> ======================
>
> 3D [dev] 1.6.0-scijava-2-pre11-daily-experimental daily
>
> com.jogamp.opengl.GLException: J3D-Renderer-1: createImpl ctx !ARB but
> ARB is used, profile > GL2 requested (OpenGL >= 3.1). Requested:
> GLProfile[GL4bc/GL4bc.hw], current: 1.1 (Compat profile, compat[],
> hardware) - 1.1.0
>      at
>
> jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:404)
>      at
> jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:765)
>      at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:648)
>      at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:586)
>      at
> org.scijava.java3d.JoglPipeline.createNewContext(JoglPipeline.java:6412)
>      at org.scijava.java3d.Canvas3D.createNewContext(Canvas3D.java:4602)
>      at org.scijava.java3d.Canvas3D.createNewContext(Canvas3D.java:2376)
>      at org.scijava.java3d.Renderer.doWork(Renderer.java:881)
>      at org.scijava.java3d.J3dThread.run(J3dThread.java:271)
> Exception occurred in RenderingErrorListener:
> java.lang.RuntimeException
>      at
> ij3d.ImageWindow3D$ErrorListener.errorOccurred(ImageWindow3D.java:351)
>      at
>
> org.scijava.java3d.VirtualUniverse.notifyRenderingErrorListeners(VirtualUniverse.java:1198)
>      at
>
> org.scijava.java3d.NotificationThread.processNotifications(NotificationThread.java:86)
>      at
> org.scijava.java3d.NotificationThread.run(NotificationThread.java:104)
> ==============================
>
> I am in Windows 7, 64-bit, ImageJ 1.52h, Fiji updated, Java 1.8.0.66.
>
> Also, I can see in my taskbar some strange window from Fiji, which can
> be selected in the taskbar but cannot be activated on my desktop (image
> attached). It cannot be removed unless I quit Fiji - it is just sitting
> in the taskbar. When you look closer you can see kind of a point in the
> middle of that strange window.
>
> Sincerely,
>
> Alex
>
>
> --
> 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: Bug in 3D Viewer

AAM71
Dear Curtis,

Usually, I am starting Fiji with fiji-win64 launcher and that produces
the error with 3D Viewer. I have tried the launcher you have mentioned -
and after rather long start 3D Viewer did not through the error. Then I
moved back to the stable version of ImagJ-win64 launcher (from March
2017) and it worked as well even faster than unstable version. So, I
think the culprit is somehow connected with fiji-win64 launcher not
imageJ-win64 launcher.

Sincerely,

Alex


On 20/11/2018 20:44, Curtis Rueden wrote:

> Hi Alex,
>
>> When I try to open 3D Viewer Fiji shows some errors.
> This issue is discussed here:
>    https://github.com/fiji/3D_Viewer/issues/18
>
> Could you please try downloading the latest UNSTABLE ImageJ-win64.exe from
> here:
>    https://imagej.net/Launcher#Download
>
> Rename your old launcher to ImageJ-win64.old and put the new one in your
> Fiji.app. And let us know if that makes any difference.
>
> Regards,
> Curtis
>
> --
> Curtis Rueden
> LOCI software architect - https://loci.wisc.edu/software
> ImageJ2 lead, Fiji maintainer - https://imagej.net/User:Rueden
> Have you tried the Image.sc Forum? https://forum.image.sc/
>
>
>
> On Tue, Nov 20, 2018 at 9:55 AM Aleksandr Mironov <
> [hidden email]> wrote:
>
>> Dear Listers,
>>
>> When I try to open 3D Viewer Fiji shows some errors. From console:
>>
>> ======================
>>
>> 3D [dev] 1.6.0-scijava-2-pre11-daily-experimental daily
>>
>> com.jogamp.opengl.GLException: J3D-Renderer-1: createImpl ctx !ARB but
>> ARB is used, profile > GL2 requested (OpenGL >= 3.1). Requested:
>> GLProfile[GL4bc/GL4bc.hw], current: 1.1 (Compat profile, compat[],
>> hardware) - 1.1.0
>>       at
>>
>> jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:404)
>>       at
>> jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:765)
>>       at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:648)
>>       at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:586)
>>       at
>> org.scijava.java3d.JoglPipeline.createNewContext(JoglPipeline.java:6412)
>>       at org.scijava.java3d.Canvas3D.createNewContext(Canvas3D.java:4602)
>>       at org.scijava.java3d.Canvas3D.createNewContext(Canvas3D.java:2376)
>>       at org.scijava.java3d.Renderer.doWork(Renderer.java:881)
>>       at org.scijava.java3d.J3dThread.run(J3dThread.java:271)
>> Exception occurred in RenderingErrorListener:
>> java.lang.RuntimeException
>>       at
>> ij3d.ImageWindow3D$ErrorListener.errorOccurred(ImageWindow3D.java:351)
>>       at
>>
>> org.scijava.java3d.VirtualUniverse.notifyRenderingErrorListeners(VirtualUniverse.java:1198)
>>       at
>>
>> org.scijava.java3d.NotificationThread.processNotifications(NotificationThread.java:86)
>>       at
>> org.scijava.java3d.NotificationThread.run(NotificationThread.java:104)
>> ==============================
>>
>> I am in Windows 7, 64-bit, ImageJ 1.52h, Fiji updated, Java 1.8.0.66.
>>
>> Also, I can see in my taskbar some strange window from Fiji, which can
>> be selected in the taskbar but cannot be activated on my desktop (image
>> attached). It cannot be removed unless I quit Fiji - it is just sitting
>> in the taskbar. When you look closer you can see kind of a point in the
>> middle of that strange window.
>>
>> Sincerely,
>>
>> Alex
>>
>>
>> --
>> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
Dr. Aleksandr Mironov MD, PhD
Senior Experimental Officer
D.1527, M.Smith Building
EM Core Facility
School of Biological Sciences,
Faculty of Biology Medicine and Health
University of Manchester
Oxford Road
Manchester
M13 9PT
UK

Tel. +44-(0)161-275-5645
E-mail: [hidden email]
https://www.bmh.manchester.ac.uk/research/facilities/electron-microscopy/

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

Re: Bug in 3D Viewer

Curtis Rueden
In reply to this post by Curtis Rueden
Hi Alex,

Thanks for the additional info. I filed an issue about retiring the fiji
executable launchers, since they are out of date and confusing:
  https://github.com/imagej/imagej-launcher/issues/61

Regards,
Curtis

--
Curtis Rueden
LOCI software architect - https://loci.wisc.edu/software
ImageJ2 lead, Fiji maintainer - https://imagej.net/User:Rueden
Have you tried the Image.sc Forum? https://forum.image.sc/



On Wed, Nov 21, 2018 at 4:18 AM Aleksandr Mironov <
[hidden email]> wrote:

> Dear Curtis,
>
> Usually, I am starting Fiji with fiji-win64 launcher and that produces
> the error with 3D Viewer. I have tried the launcher you have mentioned -
> and after rather long start 3D Viewer did not through the error. Then I
> moved back to the stable version of ImagJ-win64 launcher (from March
> 2017) and it worked as well even faster than unstable version. So, I
> think the culprit is somehow connected with fiji-win64 launcher not
> imageJ-win64 launcher.
>
> Sincerely,
>
> Alex
>
>
> On 20/11/2018 20:44, Curtis Rueden wrote:
> > Hi Alex,
> >
> >> When I try to open 3D Viewer Fiji shows some errors.
> > This issue is discussed here:
> >    https://github.com/fiji/3D_Viewer/issues/18
> >
> > Could you please try downloading the latest UNSTABLE ImageJ-win64.exe
> from
> > here:
> >    https://imagej.net/Launcher#Download
> >
> > Rename your old launcher to ImageJ-win64.old and put the new one in your
> > Fiji.app. And let us know if that makes any difference.
> >
> > Regards,
> > Curtis
> >
> > --
> > Curtis Rueden
> > LOCI software architect - https://loci.wisc.edu/software
> > ImageJ2 lead, Fiji maintainer - https://imagej.net/User:Rueden
> > Have you tried the Image.sc Forum? https://forum.image.sc/
> >
> >
> >
> > On Tue, Nov 20, 2018 at 9:55 AM Aleksandr Mironov <
> > [hidden email]> wrote:
> >
> >> Dear Listers,
> >>
> >> When I try to open 3D Viewer Fiji shows some errors. From console:
> >>
> >> ======================
> >>
> >> 3D [dev] 1.6.0-scijava-2-pre11-daily-experimental daily
> >>
> >> com.jogamp.opengl.GLException: J3D-Renderer-1: createImpl ctx !ARB but
> >> ARB is used, profile > GL2 requested (OpenGL >= 3.1). Requested:
> >> GLProfile[GL4bc/GL4bc.hw], current: 1.1 (Compat profile, compat[],
> >> hardware) - 1.1.0
> >>       at
> >>
> >>
> jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:404)
> >>       at
> >>
> jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:765)
> >>       at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:648)
> >>       at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:586)
> >>       at
> >> org.scijava.java3d.JoglPipeline.createNewContext(JoglPipeline.java:6412)
> >>       at
> org.scijava.java3d.Canvas3D.createNewContext(Canvas3D.java:4602)
> >>       at
> org.scijava.java3d.Canvas3D.createNewContext(Canvas3D.java:2376)
> >>       at org.scijava.java3d.Renderer.doWork(Renderer.java:881)
> >>       at org.scijava.java3d.J3dThread.run(J3dThread.java:271)
> >> Exception occurred in RenderingErrorListener:
> >> java.lang.RuntimeException
> >>       at
> >> ij3d.ImageWindow3D$ErrorListener.errorOccurred(ImageWindow3D.java:351)
> >>       at
> >>
> >>
> org.scijava.java3d.VirtualUniverse.notifyRenderingErrorListeners(VirtualUniverse.java:1198)
> >>       at
> >>
> >>
> org.scijava.java3d.NotificationThread.processNotifications(NotificationThread.java:86)
> >>       at
> >> org.scijava.java3d.NotificationThread.run(NotificationThread.java:104)
> >> ==============================
> >>
> >> I am in Windows 7, 64-bit, ImageJ 1.52h, Fiji updated, Java 1.8.0.66.
> >>
> >> Also, I can see in my taskbar some strange window from Fiji, which can
> >> be selected in the taskbar but cannot be activated on my desktop (image
> >> attached). It cannot be removed unless I quit Fiji - it is just sitting
> >> in the taskbar. When you look closer you can see kind of a point in the
> >> middle of that strange window.
> >>
> >> Sincerely,
> >>
> >> Alex
> >>
> >>
> >> --
> >> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
> >>
> > --
> > ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>
> --
> Dr. Aleksandr Mironov MD, PhD
> Senior Experimental Officer
> D.1527, M.Smith Building
> EM Core Facility
> School of Biological Sciences,
> Faculty of Biology Medicine and Health
> University of Manchester
> Oxford Road
> Manchester
> M13 9PT
> UK
>
> Tel. +44-(0)161-275-5645
> E-mail: [hidden email]
> https://www.bmh.manchester.ac.uk/research/facilities/electron-microscopy/
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

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