| Summary: | Crash on Windows w/ Intel Driver Version 9.18.10.3220 or 9.18.xx while destroying offscreen FBO GLAutoDrawable | ||
|---|---|---|---|
| Product: | [JogAmp] Jogl | Reporter: | Sven Gothel <sgothel> |
| Component: | core | Assignee: | Sven Gothel <sgothel> |
| Status: | RESOLVED INVALID | ||
| Severity: | major | CC: | sgothel |
| Priority: | --- | ||
| Version: | 2.3.2 | ||
| Hardware: | All | ||
| OS: | windows | ||
| Type: | --- | SCM Refs: | |
| Workaround: | --- | ||
|
Description
Sven Gothel
2015-08-27 20:37:51 CEST
Not Working (crash):
Version: 4.0.0 - Build 9.18.10.3220
Vendor: Intel^M
Renderer: Intel(R) HD Graphics 4400
Driver is from 7/23/2013 (lenovo website)
I could reproduce this issue once
using a friends laptop, which is to no avail anymore.
+++
Working:
Version: 4.3.0 - Build 10.18.14.4264
Vendor: Intel
Renderer: Intel(R) HD Graphics 4600
Driver is 15.36.23.4264 (10.18.14.4264)
from win64_153624.exe.
+++
- No crash found w/ current Intel driver.
- Determined to be a driver issue
- Workaround:
- Install new driver - or -
- Don't destroy the offscreen drawable then :-/
We could add a quirk for this specific renderer,
assuming the versions < 10 may cause the issue.
However, this is pretty vague.
Additional note, working machine: - Windows 8.1 64bit - Java 1.8.0_60 64bit - GPU Intel: Version: 4.3.0 - Build 10.18.14.4264 Renderer: Intel(R) HD Graphics 4600 Passed all unit tests of current JOGL master/commit d3db8fc5f03f280cef0d485b93dc8de5a2db9399 |