| Summary: | Windows x64 + SDL_VIDEODRIVER=directx | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Alistair John Strachan <alistair> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 1.2 | ||
| Hardware: | x86 | ||
| OS: | Windows Vista | ||
|
Description
Alistair John Strachan
2008-06-19 04:49:12 UTC
By the way I have not yet tested an MSVC build so I cannot guarantee this isn't a toolchain issue. This was a bogus report. The problem is that if a video driver like directx is disabled because the configure script cannot build it (in my case I was missing the directx headers), SDL will crash the first time you SetVideoMode(). So there's a bug in SDL but it's not x64 specific. |