krs
#1
On a new installation, I open the game from VC++ 2010 start the provided test map and go directly for the Pandora’s box. Game crashes.
void CPicture::colorize(int player)
{
assert(bg); <---------
assert(bg->format->BitsPerPixel == 8);
graphics->blueToPlayersAdv(bg, player);
}
VCMI_Client_Log
Ivan
#2
Some graphical files were added after 0.89 release. Download attachment from first post:
[forum.vcmi.eu/t/stack-queue/512/1)
krs
#3
Downloaded the missing files -> not crashing anymore.
ty