ioquake / ioq3

The ioquake3 community effort to continue supporting/developing id's Quake III Arena
https://www.ioquake3.org/
GNU General Public License v2.0
2.34k stars 522 forks source link

ioquake3.x86_64.exe: Error SDL2.dll not found, it isn't using SDL264.dll anymore #587

Closed LegendaryGuard closed 1 year ago

LegendaryGuard commented 1 year ago

The compilation builds SDL264.dll for x64, then I copy the builds and when I run, that window error shows:

Code execution cannot continue because SLD2.dll was not found. This problem can be fixed by reinstalling the program.

If I rename the file to SDL2.dll, the program runs without errors.

zturtleman commented 1 year ago

Fixed SDL build in #573.

Duplicate of #528.