Advertisement
dominus

Untitled

May 10th, 2024
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. SDL Reports 640x400 windowed surfaces are not OK. Windowed scalers may not work properly.
  2. SDL Reports 1280x960 windowed surfaces are not OK. Attempting to use 16 bpp. anyway
  3. . >> Entering [ imagewin.cc:864 ] Image_window::show, x 0, y 0, w 320, h 200
  4. . == In [ imagewin.cc:871 ] Image_window::show, about to clip srcx 0, srcy 0
  5. . == In [ imagewin.cc:877 ] Image_window::show, adjusted start x 0, y 0
  6. . == In [ imagewin.cc:880 ] Image_window::show, about to increase area width 320, height 200
  7. . == In [ imagewin.cc:883 ] Image_window::show, about to pixel align x 0, y 0, w 320, h 200
  8. . == In [ imagewin.cc:908 ] Image_window::show, after pixel align x 0, y 0, w 320, h 200
  9. . == In [ imagewin.cc:912 ] Image_window::show, Blit Phase 1 scaler 1 'Interlaced' entrance
  10. . == In [ imagewin.cc:938 ] Image_window::show, Blit Phase 1 about to scale without ARB on 'Interlaced'
  11. . == In [ imagewin.cc:966 ] Image_window::show, Blit Phase 1 about to scale without ARB on 'Interlaced' bpp 0 ( 0 ) -> fun 0x1024edbe0
  12. . == In [ imagewin.cc:969 ] Image_window::show, Blit Phase 1 about to scale without ARB on 'Interlaced' bpp 0 ( 0 ) -> calling fun 0x1024edbe0
  13. . == In [ imagewin.cc:971 ] Image_window::show, Blit Phase 1 about to scale without ARB on 'Interlaced' bpp 0 ( 0 ) -> returned fun 0x1024edbe0
  14. . == In [ imagewin.cc:987 ] Image_window::show, Blit Phase 1 scaled to x 0, y 0, w 1280, h 800
  15. . == In [ imagewin.cc:988 ] Image_window::show, Blit Phase 1 scaler 1 'Interlaced' leave
  16. . == In [ imagewin.cc:993 ] Image_window::show, Blit Phase 2 scaler 0 'Point' entrance
  17. . == In [ imagewin.cc:1008 ] Image_window::show, Blit Phase 2 scaling to x 16, y 16, w 1280, h 800
  18. . == In [ imagewin.cc:1018 ] Image_window::show, Blit Phase 2 about to retry with ARB on 'Point'
  19. . == In [ imagewin.cc:1028 ] Image_window::show, Blit Phase 2 scaled to x 0, y 0, w 1280, h 960
  20. . == In [ imagewin.cc:1029 ] Image_window::show, Blit Phase 1 scaler 1 'Interlaced' leave
  21. . == In [ imagewin.cc:1033 ] Image_window::show, about to UpdateRect x 0, y 0, w 1280, h 960
  22. exult(5934,0x1fe687ac0) malloc: Heap corruption detected, free list is damaged at 0x600003b154d0
  23. *** Incorrect guard value: 0
  24. exult(5934,0x1fe687ac0) malloc: *** set a breakpoint in malloc_error_break to debug
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement