segmentation error, faulty connectivity

harshitpuri
harshitpuri Altair Community Member
edited October 2020 in Community Q&A

i was working on a meshed model which suddenly crashed due to segmentation error and asked me to save model which i did

on reloading the file it gives a message 'error: element 79332 has faulty connectivity. continue loading file?'

On doing No, it loads component but neither geometry nor mesh is present.

whereas ondoing yes it changes the element no. and problem persist, i've tried yes consecutively many times but i'm unable to get mesh, neither i am able to get geometry.

how can i get back to model so that i can continue my work.

Tagged:

Answers

  • Rahul Rajan_21763
    Rahul Rajan_21763 New Altair Community Member
    edited July 2016

    Run this commandfile in hmbatch:

     

    *readfile('##path to your file##')

    *answer('yestoall')

    *writefile('##path to backup file##',1)

    *answer('yes')

    *quit()

  • harshitpuri
    harshitpuri Altair Community Member
    edited July 2016

    thankyou sir