-
Notifications
You must be signed in to change notification settings - Fork 17
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
JHelioviewer not responding #207
Comments
Did you ever run it before on this computer? Do you see it in Activity Monitor? You could try to launch it from command line to see if anything relevant gets logged. Assuming the app is in the home directory, the command is:
|
Hi, Thanks for your reply. I have not run JHelioviewer recently. Not sure if it was working on this system before. I ran the app from the command line, and I am finding similar behavior with the application not responding. It also shows up in the activity monitor as not responding. The following are the messages printed on the terminal: $ /Applications/JHelioviewer.app/Contents/Resources/jre.bundle/Contents/Home/bin/java --add-exports java.desktop/sun.awt=ALL-UNNAMED -cp /Applications/JHelioviewer.app/Contents/Resources/app/classes/JHelioviewer.jar:/Applications/JHelioviewer.app/Contents/Resources/app/classes/natives-macos.jar org.helioviewer.jhv.JHelioviewer
2022-05-25 13:44:10.155 [main] INFO org.helioviewer.jhv.JHelioviewer.main - JHelioviewer started with command-line options:
2022-05-25 13:44:10.174 [main] INFO org.helioviewer.jhv.JHVGlobals.getVersion - JHV/SWHV-4.3.2.10674 (x86_64 Mac OS X 12.2.1) Eclipse Adoptium JRE 17.0.2 16.0GB 12CPU
2022-05-25 13:44:12.044 [AWT-EventQueue-0] INFO org.helioviewer.jhv.JHelioviewer.lambda$main$0 - Start main window
2022-05-25 13:44:13.819 [AWT-EventQueue-0] INFO org.helioviewer.jhv.JHelioviewer.lambda$main$0 - Load bundled plugins
2022-05-25 13:44:14.043 [AWT-EventQueue-0] SEVERE org.helioviewer.jhv.plugins.swek.SWEKConfig.parseGroups: Cannot invoke "org.helioviewer.jhv.events.SWEK$Source.name()" because "this.source" is null |
So it locks trying to detect OpenGL, the next log line should be like:
(ATI in my case) The computer seems a bit unusual, Java detected 6 cores/12 threads, what model is it, a Mac Pro? |
For me, the system was stuck at the last line in the previous message. I am working on a Mac mini. The following are the system details
|
Ah, that explains the 12CPU... I'm afraid I cannot do much without physical access to the computer, I suspect the OpenGL binding library (JOGL) locks up while trying to detect the video card/driver. Sorry. |
Thanks for checking. Any suggestions on what I can try out myself? |
It's a bit complicated:
Double click in Finder to extract those, assume they are in ~/Downloads, then:
The famous gears should run now and in the terminal there should be some information about the OpenGL driver, something like this (that's my computer):
This is OpenGL 2.1 and JHV needs 3.3, but it's a start. |
Thanks for the info. I'll check these :) |
As simpler action could be to add It will produce many pages of text, on my computer the last few lines being:
|
Thanks, with the MaxOSXCGLContext.NSOpenGLImpl.associateDrawable: true, ctx 0x6000037d81c0, hasBackingLayerHost true, attachGLLayerCmd null
MaxOSXCGLContext.NSOpenGLImpl.associateDrawable(true).calayer: AttachGLLayerCmd[done false, size tex[5098x2912], win[2549x1456], ctx 0x6000037d81c0, opaque true, texID 1, pbuffer 0x0, nsOpenGLLayer 0x0]
MaxOSXCGLContext.NSOpenGLImpl.contextMadeCurrent: Cure missing CGLContextLock (Bug1398), surfaceLock <4d18db38, 4f8da689>[count 1, qsz 0, owner <AWT-EventQueue-0>]
MaxOSXCGLContext.NSOpenGLImpl.contextMadeCurrent: Wait for SetNSViewCmd (Bug1398), surfaceLock <4d18db38, 4f8da689>[count 0, qsz 0, owner <NULL>] |
You are probably hit by this: https://jogamp.org/bugzilla/show_bug.cgi?id=1398 |
Hi,
I just downloaded the
JHelioviewer_4_3_2.dmg
. After installation, when I try to run, it just opens a window, tries to load and then just stops responding.My system details are as follows:
OS: macOS Monterey 12.2.1
Graphics: Intel
The text was updated successfully, but these errors were encountered: