-
-
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
[BUG] Plots no longer work after update to v1.35.0 #4417
Comments
Downgrading to Plots v1.34.4 works: (sandbox) pkg> status -m Plots GR
Status `C:\...\Manifest.toml`
⌅ [28b8d3ca] GR v0.68.0
⌃ [91a5bcdd] Plots v1.34.4 |
I made a PR to use the recent GR version. This should fix problems with |
Thanks. I hope this fixes OP's problem on windows. Does that also fix #4415 ? |
Unfortunately, I don't have access to any Windows 11 box. I may be able to test that next week when I get back to the office. |
@ConnectedSystems, see the following comment #4415 (comment), if you are able to debug. |
No change, sorry. ]activate --temp
(jl_rFyue6) pkg> add Plots
(jl_rFyue6) pkg> status Plots GR
Status `C:\Users\takuy\AppData\Local\Temp\jl_rFyue6\Project.toml`
[91a5bcdd] Plots v1.35.1
julia> plot(1:5)
connect: No error
GKS: can't connect to GKS socket application
GKS: Open failed in routine OPEN_WS
GKS: GKS not in proper state. GKS must be either in the state WSOP or WSAC in routine ACTIVATE_WS
GKS: GKS not in proper state. GKS must be either in the state WSAC or SGOP in routine FILLAREA
GKS: GKS not in proper state. GKS must be either in the state WSAC or SGOP in routine FILLAREA
GKS: GKS not in proper state. GKS must be either in the state WSAC or SGOP in routine POLYLINE
GKS: GKS not in proper state. GKS must be either in the state WSAC or SGOP in routine POLYLINE
[... snip ...] Tried those commands listed in the other comment but don't get any interesting output - unless I'm doing something wrong. tasklist /m /fi "imagename eq gksqt.exe"
INFO: No tasks are running which match the specified criteria. |
I think you want |
Ah yes of course (jl_NKRYyX) pkg> status -m Plots GR
Status `C:\Users\takuy\AppData\Local\Temp\jl_NKRYyX\Manifest.toml`
[28b8d3ca] GR v0.69.3
[91a5bcdd] Plots v1.35.1 |
I'm using
I think that this tends to indicate that starting As @jheinen suggested, can you try to run the path pointed to by |
Will try tomorrow, shutting down for the night sorry. |
Not sure how useful this is but the error I get when I run gksqt.exe is
|
Can confirm (@v1.8) pkg> activate --temp
Activating new project at `C:\Users\takuy\AppData\Local\Temp\jl_st7sfT`
(jl_st7sfT) pkg> add Plots
(jl_st7sfT) pkg> status -m Plots GR
Status `C:\Users\takuy\AppData\Local\Temp\jl_st7sfT\Manifest.toml`
[28b8d3ca] GR v0.69.3
[91a5bcdd] Plots v1.35.2
julia> using Plots
julia> plot(1:5)
connect: No error
GKS: can't connect to GKS socket application
GKS: Open failed in routine OPEN_WS
[ ... snip ...]
julia> Plots.GR.GRPreferences.gksqt[]
"C:\\Users\\takuy\\.julia\\artifacts\\e40afe22fcfc9fe1caea4af17a4016e7ef36cd66\\bin\\gksqt.exe" In a separate command prompt: C:/Users/takuy/.julia/artifacts/e40afe22fcfc9fe1caea4af17a4016e7ef36cd66/bin/gksqt.exe
# No output |
Narrowed down to jheinen/GR.jl#475. |
seen this problem also on Win10 (PackageCompiler had held back updates of Plots since 1.32.0) |
Should be fixed by jheinen/GR.jl#477 (awaiting merge & release). |
@ConnectedSystems, @wheeheee, @PaulSoderlind, can you upgrade and confirm that this issue is fixed ? |
Yes, confirmed on Windows 11. |
Yes, works for me too (Windows 11 as well), thank you! |
On Windows 11.
No plot window appears, only the error messages below.
Have tried
build Plots GR
and reinstall withremove/add
.Details
Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: v1.35.0
Backend version (
]st -m GR
): v0.69.3Output of
versioninfo()
:The text was updated successfully, but these errors were encountered: