Hypermesh stuck after hm_exit

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

I have a script that is hanging after calling hm_exit by producing popup shown below (id= ____ select/reject reset window?). Moving the mouse outside this popup window dismisses it and allows the exit to complete. I cannot find a way to replicate this issue manually or prevent it from occurring.

 

Thanks for any advice, 

Matt

 

<?xml version="1.0" encoding="UTF-8"?>image.thumb.png.875870801dbb7889d8d6f61814912714.png

Answers

  • Q.Nguyen-Dai
    Q.Nguyen-Dai Altair Community Member
    edited January 2020

    Without your script, nobody can help you.

  • mblock90
    mblock90 Altair Community Member
    edited January 2020

    Finally tracked the issue down to hm_exit not halting script execution so I was ending up in an unintended state.

    For others running into this issue I would suggest always using a break after hm_exit to be sure you exit as intended.