-
Notifications
You must be signed in to change notification settings - Fork 60
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
VMware virtualized gpu on Windows: water not rendered #36
Comments
Testing earlier builds, broken on the earliest working Windows build I have on AppVeyor (1.0.59): https://ci.appveyor.com/project/iceiix/steven/builds/19961292 https://github.com/iceiix/steven/tree/7c81777d2c1388320d2057eaae1b58956df407ab so it is not a recent breakage. May have occurred as part of the initial modernization effort. Some of the early commits include: iceiix/steven@fa8f7bb changing NUM_SAMPLES, but reverting it back to 1, water is still black. The majority of early commits are not related to graphics. khronos_api 2.2.0 iceiix/steven@6a41539? Changed back to 1.0.0, no difference. Something else? |
This is Windows 10 running under VMware Fusion 11.0.2, if that matters (test on a native Windows installation?) |
@iceiix This issue seems resolved on latest commit. Could you verify? |
Testing on latest master (eb703f0, Windows 10 on VMware Fusion Version 11.5.3 (15870345) on macOS 10.15.5, I still see issues with rendering water: given the fail to repro on other Windows systems, I'd guess this is related to running under VMware virtualization. Maybe a limitation of their graphics drivers (related to transparency?), which I'd need to properly account for. |
Testing on master branch 4dd25de (which includes glow #262 and disabling multisampling in #447), VMware Fusion 12.1.0 (17195230 on macOS 11.1, Windows 10, the problem persists: compare to macOS 11.1 native: this is with these display settings: "DirectX 10.1 and OpenGL 3.3", we request OpenGL 3.2+ (or ES 3.0, in theory) from glutin (investigated abstracting away the rendering to support other backends including DirectX in #34, but went with glow, only supporting *GL, for now so no DirectX). What's the difference OpenGL 3.2 vs 3.3? https://en.wikipedia.org/wiki/OpenGL#OpenGL_3.2 Release date: August 3, 2009, vs https://en.wikipedia.org/wiki/OpenGL#OpenGL_4.0 "OpenGL 4.0 was released alongside version 3.3. It was designed for hardware able to support Direct3D 11." More details on the 3.3 (2010) core extensions at: https://www.khronos.org/opengl/wiki/History_of_OpenGL#OpenGL_3.3_.282010.29 How about with 3D acceleration disabled? Can't get a graphics context, not unexpected: How about increasing shared graphics memory to the maximum, 3072 MB? No difference... (water still not rendered) |
When running on Windows 10 (update: on VMware Fusion on macOS), the water is solid black:
This occurs with the changes to use glutin iceiix/steven#35 but does not appear caused by it because it is also seen with https://ci.appveyor.com/project/iceiix/steven/builds/20437050/job/755p4jaarygmpysd/artifacts https://github.com/iceiix/steven/tree/58ea3442b8fbbcab4720e2e4a82588751d5328c6 which is pre-glutin, using sdl2
The text was updated successfully, but these errors were encountered: