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

Repeated GPU drivers crash on Windows 10 #18617

Closed
Chaosus opened this issue May 4, 2018 · 3 comments
Closed

Repeated GPU drivers crash on Windows 10 #18617

Chaosus opened this issue May 4, 2018 · 3 comments

Comments

@Chaosus
Copy link
Member

Chaosus commented May 4, 2018

Godot version:
bf561c4

OS/device including version:
Windows10/GTX1060

Issue description:
I develop my first huge project, and suffer from constantly appearing bug. It occurs in 1 hour probably, and only rebooting PC helps me.
First it show this message

image

-it dissallow me to continue debug and run my project
-it allows me to close editor and save files, but after trying run editor again it show me the message above again, and console window show me this output

image

image

after some investigation I uncomment _WGL_CONTEXT_DEBUG_BIT_ARB and the message above show me this log

image

Steps to reproduce:
It may my PC problem, I dont know
PS - I uses ultra-wide monitor with 2560x1080 resolution

@Chaosus
Copy link
Member Author

Chaosus commented May 4, 2018

probably related #4029

@akien-mga
Copy link
Member

The errors you get are because your Windows GPU driver crashed, and therefore no longer provides OpenGL support. A reboot fixes it.

The question is what makes it crash. Several Windows 10 users are experiencing it, given recent history of quite bad Windows 10 updates I wouldn't exclude a driver fault, but it would be good to catch debug information on the actual driver crash to see what Godot call might cause it.

@akien-mga akien-mga changed the title Repeated Crash on Windows 10 Repeated GPU drivers crash on Windows 10 May 8, 2018
@Chaosus
Copy link
Member Author

Chaosus commented May 8, 2018

Yeah, after used an instruction I found here - https://support.microsoft.com/en-ph/help/929833/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system this problem looks not happened again

@Chaosus Chaosus closed this as completed May 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants