"Failed to launch em desktop application on __init__" issue #5353
Unanswered
fcogalarza
asked this question in
Q&A
Replies: 1 comment
-
Hi @fcogalarza, This is not expected. Could you try to pass the version explicitly? app = Hfss(version=2024.2) If you go to your temp directory (%temp), you should find a pyaedt log file, could you please share it? For Python 3.10 and 2024.2, it should work, are you using any proxy? Please see if this could help: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm getting the error "Failed to launch em desktop application on init" when starting a new project on AEDT. The issue happens during PyAEDT initialization when running form new standalone application. I'm using the following software versions:
The code I'm using to test the is very simple, and I'm launching this from python console running on poweshell
This launch AEDT application but gets stuck for some time to finally fail showing the following error messages:
I've also tried different combinations of software versions including Python 3.10, AEDT 2023R2 and API 0.9.0. I'll appreciate any comment suggestion to debug. Thanks, in advance.
Beta Was this translation helpful? Give feedback.
All reactions