-
Notifications
You must be signed in to change notification settings - Fork 78
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
GKS not in proper state #508
Comments
Saving the plot without displaying it fails as well.
|
Those problems should be fixed with recent versions. Could you please try to |
I reinstalled julia, added GR and the same exact error appeared.
|
Did you remove
|
I did delete the
but I don't know where to find the debug log output. There is no file in the Also, I just discovered that despite the errors doing
does save the correct plot! This is good to know because it means I can keep using GR and just ignore the error messages. But it would be nice to be able to see the output immediately without having to save and then delete the plot. Thank you for looking into this! |
You have to set:
I was not aware of that. |
Once again, I appreciate your time and effort in debugging this issue! I deleted the The image shows a pop-up error that appears when I call This is the REPL output:
In case it is useful, here is the
and the
|
It seems that the Qt installation provided by the Julia package manager is incomplete. I'm out of office today and can't make further test. The only idea I have is, that there is a problem with the user name. Could you repeat the test on your Windows machine with a user name without spaces in it? But that's only an assumption ... |
Hey @Vilin97, It must be another problem... |
Rebooting my entire os installation seems overkill but I guess I can try that and see if it helps. |
I understand that there are already some issues open (and more issues closed) about GKS not in proper state but the error still persists on my Windows 11 machine. The screenshot shows an error that appears when I call
plot(1:5)
. After I close the window with this error, I get a lot of lines ofGKS not in proper state
.Thank you for a great package and looking into this!
The text was updated successfully, but these errors were encountered: