Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IAR VSCode extension error #67

Open
GregSiGenix opened this issue Jan 16, 2024 · 1 comment
Open

IAR VSCode extension error #67

GregSiGenix opened this issue Jan 16, 2024 · 1 comment

Comments

@GregSiGenix
Copy link

I'm running IAR 9.30.1 for Arm. The IAR VS Code extension always shows this notification when I open VS Code: "The IAR project manager exited unexpectedly (code 3221225725). Try reloading the window or upgrading the project from IAR Embedded Workbench."
It's working ok, but I was wondering what this error is all about.

@HampusAdolfsson
Copy link
Collaborator

Hi!

The "project manager" mentioned is mainly used to support the files view, where you can add & remove files from the project. For EWARM 9.30.1, projects that contain "cycles" in the project tree are known to cause the project manager to crash. That might be what's causing your crashes too. You can find more details here: #54

As you said, most things work anyway, but it would be helpful to use if you could confirm whether your crashes are the same as the ones in #54. You can test this by deleting the .dep file with the same path and name as your Embedded Workbench project (it's a temporary file that will be recreated next time you open Embedded Workbench). If that fixes the problem temporarily, it's the same crash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants