Jump to content

Crash decompress_dxt5_alpha_block


photo

Recommended Posts

I have an little system script

 

/*

*/

int init() {

log.message( "sys init tony\n" );

engine.materials.load( "core/materials/simple/unigine_meshes.mat" );

return 1;

}

 

/*

*/

int shutdown() {

log.message( "sys shutdown\n" );

return 1;

}

 

/*

*/

int update() {

return 1;

}

 

when i launch with xcode on ipad i have an crash

xcode talk about decompress_dext5_alpha

if i comment the material loading doesn't crash

 

i put an screenshot of xcode crash

post-68-0-38677000-1311844305_thumb.png

Link to comment
×
×
  • Create New...