Ragin-LundF / k8s-jcasc-management-go

Jenkins management in Go for Kubernetes, Jenkins Configuration as Code (JCasC) and Jenkins JobDSL.

Home Page:https://ragin-lundf.github.io/k8s-jcasc-management-go/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GUI problems under windows

kishorkk91 opened this issue · comments

CPU
GPU
K8SMGMT

commented

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.

commented

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.

commented

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.

image

Finally some positive news! Graphics problem solved and tool works fine after driver update.

image

commented

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 : )