-
-
Notifications
You must be signed in to change notification settings - Fork 359
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: GKS: can't connect to GKS socket application #1649
Comments
Have you solved it now? |
I have a feeling this is a GR issue, not plots. What happens if you open a fresh session and do |
No, on new isntal Julia 0.6.2 on Win7 64 is stiil the same error.
Paul
W dniu 2018-08-23 o 19:30, Ding pisze:
…
Have you solved it now?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1649 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFTpRb_oXuQK4NlOeXEdZgMwDyoh8Mnhks5uTua4gaJpZM4V62R2>.
|
Have the same error on Linux64, is there any update on this? |
@aramirezreyes I had a similar issue on Linux and just had to install qt4. Are you sure you've got libQtGui? |
@cmcaine Yes, I have it. It is some weird behavior that sometimes appear but sometimes no. I will try to find the minimum conditions to reproduce it. |
I have the same problem in ArchLinux. The problem is a missing library:
|
Similar warning show up for Julia 1.1.0 The plots can be saved then with a relatively slow speed.
However if a relatively smaller quantity of plots are saved (less than around 1e4 plots) then this warning would not show up |
I am getting the similar issue along with added errors which I have mentioned below.
Version details are mentioned below.
|
On win7 64, Julia 0.7 at this moment some time is still. I have only 1 version julia on my WIN7 profile , and after run manualy gksqt.exe sometime i have something like:
:/ |
Same problem:
Tried to update to GR 0.47.0, but plots didn't like that (as in didn't allow to update because of version bounds) |
Yes, a seen it. |
Seems one needs to install additional dependencies on linux: |
MAybe this test some help? Win7 64, Julia:
Some ideas? |
I'd recommend to switch to a 1.x version. With GR we already support 2 dozen platforms, but there are personal and technical (CI/CD) limits somewhere. |
At Julia1_0_5 the same story :) |
Is |
gksqt.exe is in : |
|
If you don't have a
|
33 items:
|
The only strange thing is the file |
hmmmm. .WIN made it when i made by right mouese shortuct for AUTOSART , this is in polish shortuct :/ i can remowe this. Treble was beafore it. |
Now is clear:
|
My username is PC, i heve order in names , path and other im my system, :) no diffrent char or spaces |
I'm aware that there are problems with UTF characters in files used by GR. You could try to set an environment variable In your case something like:
|
I agree with Simon that a clearer error message with a suggestion for a fix would go really far here. |
W dniu 2020-02-28 o 11:29, Josef Heinen pisze:
After:
|set GKS_QT=C:\Users\PC\.julia\packages\GR\f1Iqi\deps\gr\bin\gksqt.exe|
looks nice...
Big Thanks!
Paul
|
Good news - but I still would like to understand why it doesn't work without this setting ... |
The WIN does not behave unequivocally in relation to GR. Look like he
has moments when he ignores it. I tested this purely random case :/
Paul
W dniu 2020-02-28 o 14:51, Josef Heinen pisze:
…
Good new - but I still would like to understand why it doesn't work
without this setting ...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1649?email_source=notifications&email_token=ABKOSRM45LWEC3IPYPHHYDLRFEJG5A5CNFSM4FPLMR3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENISSTI#issuecomment-592521549>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKOSRJSEJCMU5C5HZCCFHLRFEJG5ANCNFSM4FPLMR3A>.
|
If |
@mkborregaard : There's now a check during the build process in GR master. |
Only 1 time set, I did,
After this gksqt.exe was not started manulay
Paul
W dniu 2020-02-28 o 15:29, Josef Heinen pisze:
…
If |GKS_QT| is set *before* you start Julia (and later |gksqt|) then
it really doesn't make sense !?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1649?email_source=notifications&email_token=ABKOSRKJ7X53NYNVJXA6ZLDRFENVDA5CNFSM4FPLMR3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENIWOZA#issuecomment-592537444>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKOSROH3HI5RCKG7A4TTGLRFENVDANCNFSM4FPLMR3A>.
|
Any solution for this? I am trying to write a SnoopCompile bot for Plots, but only inside Ubuntu it gives me this error. https://github.com/aminya/Plots.jl/runs/724208660?check_suite_focus=true#step:8:1
This does not happen inside the normal GitHub Action CI that I made (#2745). |
Did you set
as in the |
Do I need to do this from inside Julia? I added it as a job environment variable and my job is running for 45min without any logs being printed. I tried setting it from Julia, but still no luck: |
Eventually got this working with popOS / Julia 1.5.1 by installing qt5 apt install -y qtbase5-dev-tools qt5-default # maybe only qt5-default is necessary |
This worked for me, as I ran into the exact same situation on Ubuntu 20.04. So thank you! |
@Terkwood Thank you! I am using ubuntu 20.04, and was trying was ReinforcementLearningEnvironments. I was facing the same problem,this worked out for me |
@Terkwood I was facing the same issue, this worked for me too, in Ubuntu 20.04. thank you! |
I have the same problem on nixos with julia version 1.5.3
but using GR, plotting and saving works just fine. |
The same happened to me with my I solved the problem by simply adding the Hope this helps! |
Please update GR (to version 0.57.3) and the problems should be fixed. |
Guys. Please Help. I have the same error trying to use plot in my loptop. What can do to solve my issue |
What is your OS? |
Windows 10 Enterprise- 64bit |
Same issue reported here. At least for me on Windows 10, the problem was that the antivirus blocked |
The problem should be fixed with the latest GR version. |
Win7 64 SP2,
Completly new instalation of Julia and GR (gksqt.exe), after clean disk. Added only (and depended) one pacakges Plots. The error is sometimes with this seme data and code ! I.e. In the same loop somtimes is sometimes no !
The text was updated successfully, but these errors were encountered: