Search Issue Tracker
By Design
Votes
0
Found in
5.5.4f1
Issue ID
935625
Regression
No
[OpenGL][Windows x86] OpenGL Builds crash on Windows 7 32-bit with Intel GPU: GetLastError: 'Attempt to access invalid address.'
Empty Windows x86 Builds with Auto Graphics API for Windows set to OpenGLES2 or OpenGLES3 crashes on Windows 7 32-bit computers with Intel GPU.
The issue does not occur when same .exe is run using the same machine and choosing AMD GPU instead of the Intel Graphics.
Steps to reproduce:
1. Open user's attached project (OpenGL.zip)
2. Make sure "Auto Graphics API" under Player Settings > Other Settings are set to false and OpenGLES2 or OpenGLES3 is chosen.
3. Build for Windows x86
4. Run on a machine with Windows 7 32-bit using Intel GPU
Result: Player crashes with Stack trace: GetLastError: 'Attempt to access invalid address.'
Reproduced with: 2017.2.0b3, 2017.1.0f1, 5.6.2p1, 5.5.1f1.
BY DESIGN: Older Intel GPUs do not support OpenGL 3.2 or later, which is currently the minimum requirement for OpenGL support on Unity.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment