When I compile my Qt Maemo application in Scratchbox 1, all of the image resources appear completely messed up and corrupted, and the program runs extremely slow. This only happens for the armel target, and works fine in i386.
I also get these errors at the console:
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x1
I've had this problem before, and the only way to fix it was to clean install scratchbox. It's definitely not my code as it happens with any Qt program being compiled in scratchbox for armel.
Does anyone know what might have happened?