alexey-lysiuk / prboom-macos

Unofficial build environment for PrBoom+ on macOS
http://prboom-plus.sourceforge.net
3 stars 0 forks source link

Fix SDL assertion failure #4

Open alexey-lysiuk opened 5 years ago

alexey-lysiuk commented 5 years ago

There are two assertion failures most likely since upgrade to SDL 2.0.9

Assertion failure at SDL_SetWindowTitle_REAL (src/video/SDL_video.c:1747), triggered 1 time:
  'window && window->magic == &_this->window_magic'
Assertion failure at SDL_SetWindowIcon_REAL (src/video/SDL_video.c:1772), triggered 1 time:
  'window && window->magic == &_this->window_magic'
alexey-lysiuk commented 5 years ago

Probably related to #5.