Index: src_plugins/io_lihata/read.c =================================================================== --- src_plugins/io_lihata/read.c (revision 21029) +++ src_plugins/io_lihata/read.c (revision 21030) @@ -1688,6 +1688,9 @@ if (res != 0) return iolht_error(nlyt != NULL ? nlyt : nshape, "Failed to parse pad stack shape (layer mask)\n"); + if (dst->layer_mask == 0) + iolht_warn(nlyt, -1, "Failed to parse pad stack shape (empty layer mask)\nThe padstack may have shapes that will behave strangely - please fix it manually"); + ncmb = lht_dom_hash_get(nshape, "combining"); if ((ncmb != NULL) && (ncmb->type == LHT_HASH)) dst->comb = parse_comb(pcb, ncmb);