GUI problems under windows
kishorkk91 opened this issue · comments
I've talked to the developers if fyne and they said, that the issue should be solved in the current branch. I've updated the dependencies again.
Can you please pull the change and validate, if it is now working?
Unfortunately not fixed, still the same problem!! Even after pulling the recent changes of Master and Develop. Also cross checked with my teammates.
Can you please try to run the application with:
go run -tags no_native_menus k8s-jcasc-mgmt.go
Please do also a go get -u
to update everything (or try to delete $GOROOT/pkg/mod
directory, that GO has to fetch all dependencies in the latest version.
After you have tested it you can revert the go.mod
and go.sum
file.
Tried updating but still the same problem.
There were some issues with the Go proxy server. Fyne has released a new 1.3.2 version to solve the issue. Maybe it happened to you...
Please try to update the project and clean your cache with:
go clean -cache -modcache -i -r
I also recognized, that under Windows some stuff is in C:\Users\<user>\AppData\Local\Temp
.
Please try to delete the content of this directory (some files/directories are undeletable...simply skip them all).
After that try to recompile/re-run the application and please report if it solved the issue.
this issue not solved yet !!, pulled latest update, and cache clean/Temp deletion didnt help. However, last week I was able to update NVIDIA graphics driver and requested our IT services to update Intel HD 530 graphics drivers(Currently really old-2017). As soon as I get latest drivers then I can test again.
Also tried to re-run application after changing version from Go 1.14.4 to Go 1.15beta1 and vice-a-versa but no positive news yet.
Ah cool. Great news ;). What a hassle ;).
If something else will fail please simply open an issue or contact me ;).
Yes sure,,, I will keep that in mind : )