We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 598 - Windows x64 + SDL_VIDEODRIVER=directx
Summary: Windows x64 + SDL_VIDEODRIVER=directx
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 1.2
Hardware: x86 Windows Vista
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-19 04:49 UTC by Alistair John Strachan
Modified: 2008-12-01 15:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alistair John Strachan 2008-06-19 04:49:12 UTC
An x64 build of SDL (built with mingw-win64) crashes any application built against it if the SDL_VIDEODRIVER is set to "directx". There is apparently no problem with the "windib" driver.
Comment 1 Alistair John Strachan 2008-06-19 04:54:48 UTC
By the way I have not yet tested an MSVC build so I cannot guarantee this isn't a toolchain issue.
Comment 2 Alistair John Strachan 2008-12-01 15:40:06 UTC
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.