I am getting a crash when I try to select a graphic mode from the pull-down menu. The game crashes in each of the modes.
The exact line of the crash is:
readpng.c line 102:
png_read_info(png_ptr, info_ptr);
the png_ptr has some data elements, but several zeros but the info_ptr is filled with zeros. The info_ptr is defined in line 90:
I'm wondering who else is running into trouble. I wonder if my libpng12.dll is faulty.
Here are some screenshots with the elements exposed.
png_ptr:
info_ptr before the macro
info_ptr after the macro.
The exact line of the crash is:
readpng.c line 102:
png_read_info(png_ptr, info_ptr);
the png_ptr has some data elements, but several zeros but the info_ptr is filled with zeros. The info_ptr is defined in line 90:
I'm wondering who else is running into trouble. I wonder if my libpng12.dll is faulty.
Here are some screenshots with the elements exposed.
png_ptr:
info_ptr before the macro
info_ptr after the macro.
Comment