Skip to content
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

can't run ui on windows #1720

Closed
Nothing-no opened this issue Jan 5, 2021 · 8 comments
Closed

can't run ui on windows #1720

Nothing-no opened this issue Jan 5, 2021 · 8 comments
Labels
duplicate This issue or pull request already exists OS:Windows Tickets affecting only Microsoft Windows wontfix This will not be worked on

Comments

@Nothing-no
Copy link

i don't why i can find my program running at the background, but ui can't display and there is no error occurred...

@Jacalz Jacalz added the question A question has been asked label Jan 5, 2021
@Jacalz
Copy link
Member

Jacalz commented Jan 5, 2021

Please always use the issue templates when opening issues. We need more information if we are to be able to help.
We need information such as hardware, operating systems, code examples and so on.

@Nothing-no
Copy link
Author

lALPBFRyc70ERP7Mg80CmQ_665_131
lALPBG1Q6j542srNAebNAm8_623_486
lALPBGKoblGW5RTNAZTNAr8_703_404
using demo code to run and get the same result.
`func main() {
myApp := app.New()
myWin := myApp.NewWindow("demo")
hb := fyne.NewContainerWithLayout(layout.NewHBoxLayout())
c1 := canvas.NewText("demo", color.Black)
hb.Add(c1)
myWin.SetContent(hb)
myWin.ShowAndRun()

}`

@Nothing-no
Copy link
Author

Please always use the issue templates when opening issues. We need more information if we are to be able to help.
We need information such as hardware, operating systems, code examples and so on.

i have attach more information as mentioned before

@Jacalz
Copy link
Member

Jacalz commented Jan 6, 2021

Thanks. My best guess is that this issue is a duplicate of #410. While I think you are not running Windows Server, I have seen the Xeon processors not having adequate OpenGL support for their drivers. Can you confirm that you are using the integrated graphics? If that’s the case, can you please try to either install or update your graphics driver?

@Jacalz
Copy link
Member

Jacalz commented Jan 6, 2021

You could install https://www.geeks3d.com/dl/show/625 and take a screenshot if the GPU tab. That should tell us what GPU you have.

@Nothing-no
Copy link
Author

You could install https://www.geeks3d.com/dl/show/625 and take a screenshot if the GPU tab. That should tell us what GPU you have.

here is my snapshoot of gpu, I've tried on two PCs(both win10, but with different GPU), one can run and the other cannot,
lALPBFuNcRR5EefNA0XNApw_668_837
lALPBGY17QLFBvLNAirNAZI_402_554

@Nothing-no
Copy link
Author

TX~~, I update the graphic driver and i works perfect~~ thanks a lot

@Jacalz
Copy link
Member

Jacalz commented Jan 7, 2021

TX~~, I update the graphic driver and i works perfect~~ thanks a lot

Grate. You are very welcome. I see from the screenshot that it only supported OpenGL 1.1 before, which is unsupported by Fyne. I am going to close this now.

@Jacalz Jacalz closed this as completed Jan 7, 2021
@Jacalz Jacalz added duplicate This issue or pull request already exists OS:Windows Tickets affecting only Microsoft Windows wontfix This will not be worked on and removed question A question has been asked labels Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists OS:Windows Tickets affecting only Microsoft Windows wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants