Closed GoogleCodeExporter closed 9 years ago
- Using the SDL Windows version with the google code core_0171.zip creates the
same problem.
- the zip from the Windows package is 34'744'404 bytes
- the google code zip is 35'633'614 bytes
I think a good start would be to use all the same zip and all the same scripts
to create those packages.
Original comment by Xawot...@gmail.com
on 19 Jan 2012 at 4:05
I investigated a bit more. The problem happens also on Linux desktop (Qt
widget). The bitmap is present (graphics/backdrop.jpg) in the archive, it's
added in the m_Files map structure in zfsystem.cpp. But when requested by the
resource manager, it's not found in the map... The problem happens with or
without multi-threaded cache engine. So, my current guess is a systematic
memory corruption depending on the file order in the zip archive. I'll try
using valgrind next ...
Original comment by Xawot...@gmail.com
on 20 Jan 2012 at 8:57
This issue was closed by revision r4204.
Original comment by Xawot...@gmail.com
on 20 Jan 2012 at 10:10
Original issue reported on code.google.com by
Xawot...@gmail.com
on 19 Jan 2012 at 2:43