-
Notifications
You must be signed in to change notification settings - Fork 133
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
Instant close/crash on Windows 10 Pro on fresh install #23
Comments
Milton shouldn't fail silently even if your Intel graphics can't run it. Would you mind pasting the contents of this file? |
I'm having a similar issue. Unfortunately, the crash log at |
This is all mine says:
|
Same thing occurs on my Surface 3, running on Windows 10 Pro with Intel HD Graphics, it instantly crashes.
|
What folder do you have Milton installed in? Could this be a file access permissions issue? |
Crashing with "Could not create OpenGL context" probably means that the card doesn't support GL 3.2. The next release will require a lower GL version. However, it still might fail on cards without the extensions required by Milton. Crashing with an empty milton.log is more interesting... Not sure what it could be. Could be a very long path name triggering an assertion |
Unfortunately it has nothing to do with the path, as it also crashes when located inside a folder on my desktop. Intel HD Graphics supports every feature from OpenGL 3.0 -> 4.4 according to OpenGL Extensions Viewer. I'm unfamiliar if this tool is correct or not since the vast majority of my computing is done on Linux, but I'd be more than happy to provide any additional information, and in a more timely fashion (GitHub notifications were disabled). EDIT: GPU Caps Viewer seems to confirm the above regarding OpenGL support. |
This issue could apply to all sorts of problems because Milton's logging sucks (though it sucks less now!) Is it still crashing for you? Is there any new information (possibly a non-empty milton.log) with the latest version? |
I can confirm that 1.2.8 works on my Surface without crashing. Great work! |
This is still a bug on my GPU.
It's a driver issue with this graphics card wherein it only supports OpenGL 2.1 on Windows. See similar issue I had over here: |
Milton should at the very least detect when the card does not meet its requirements, instead of just exploding :) |
Just ping @ me with various versions if you want to nail down the extensions it does/doesn't have. |
Same problem here (with v.1.51 on Win V.10.0.16299.461. Both x64). Here's my log:
|
Same problem with v.1.5.1 x64 on latest Windows 10 Pro x64 with Intel HD 3000 graphics (and latest driver available).
Basic OpenGL info:
I've also attached the full glCapsViewer XML report file (glCapsViewer_Report.xml) for my tablet as a .ZIP file. Thanks! |
Never run Milton before, went to give it a quick go and the window opens then immediately closes (still unpainted/white).
Not at all going to be surprised if its Intel HD Graphics 3000 being awful.
The text was updated successfully, but these errors were encountered: