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

Dart.exe is not a Win32 application. #56990

Open
mielst-dev opened this issue Oct 30, 2024 · 2 comments
Open

Dart.exe is not a Win32 application. #56990

mielst-dev opened this issue Oct 30, 2024 · 2 comments
Labels
area-sdk Use area-sdk for general purpose SDK issues (packaging, distribution, …). type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@mielst-dev
Copy link

mielst-dev commented Oct 30, 2024

When I create a new Dart project, it throws "dart.exe is not a Win32 application" error, then the Dart Analysis server client can't create connection to server and that's all. Dart SDK is located in C:\Program Files\Dart\dart-sdk.

I use Windows 7 x64, VS Code 1.70.2. How can I solve thr problem?

@dart-github-bot
Copy link
Collaborator

Summary: The user is experiencing an error "dart.exe is not a Win32 application" when creating a new Dart project on Windows 7 x64. This prevents the Dart Analysis server client from connecting to the server, hindering development.

@dart-github-bot dart-github-bot added area-sdk Use area-sdk for general purpose SDK issues (packaging, distribution, …). triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels Oct 30, 2024
@julemand101
Copy link
Contributor

Recent Dart versions does not support Windows 7: #54509

This is also listed on: https://dart.dev/get-dart where it lists only Windows 10 and Windows 11 are supported.

@lrhn lrhn removed the triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-sdk Use area-sdk for general purpose SDK issues (packaging, distribution, …). type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants