Page 1 of 1

problem with Andreas Buschbeck 3 and 4

Posted: Tue Jul 20, 2010 6:38 pm
by Martijn
For somehow reason the level collections Andreas Buschbeck 3 and 4 from Contributions 2003 fail to load and RnD closes down. I reinstalled the level sets but the problem keeps occurring. Maybe they are incompatible with the new RnD?

Stderr.txt gives the following:

Code: Select all

3.3.0.1\levels\Contributions\Contributions_2003\rnd_ab_levelset3\graphics\.\Back3.pcx': LoadImage() failed: IMG_Load(): bytes per line is too large (corrupt?)
rocksndiamonds.exe: cannot load artwork file 'Back3.pcx'
rocksndiamonds.exe: aborting
who can help me with this?

Posted: Tue Jul 20, 2010 7:19 pm
by Holger
For whatever reason, I wasn't able to find these two level sets in the Contributions 2003 folder at the moment, so I cannot try it on my system now (I'll look for it later, though), but as it apparently is a problem with SDL_image not being able to read the PCX graphics, you could try to load and save the image with a graphics program that is able to read and write PCX files. This _might_ fix the problem, by reading a (maybe) corrupt PCX image and writing back a correct one instead...