[SDL] PNG file loading limit problem
David Allen
allend03 at optusnet.com.au
Wed Feb 21 00:07:25 PST 2007
I have a project which uses SDL_image/libPNG to load 1063 png files. This
works ok under windows but fails under linux. I know I have enough memory to
load all the png files and that all the images display ok on windows and
linux. Linux will load only 1016 files. When trying to load png # 1017 it
reports that the file type is unknown. If I reduce the size of the files it
still fails loading file 1017. If I reduce the number of files loaded below
1000 the linux version will work correctly. Is there some configuration limit
in linux builds that might cause limit in file loads?
More information about the SDL
mailing list