%1 is not a valid win32 application #3108
Labels
good first issue
A good starting issue for contributors (issues with this label will appear in /contribute)
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
What happened?
I tried to run dartpad locally. But when I run
dart bin/server.dart
,it printed%1 is not a valid win32 application.
I have tried on two Windows PCs. But they have the same result.
There is not any spaces in my path.
Steps to reproduce problem
Additional info
Machine
Operating system: Microsoft Windows 10 & 11 x64
Version: Dart SDK version: 3.6.0 (stable) (Thu Dec 5 07:46:24 2024 -0800) on "windows_x64"
Your code
What code was in the editor, if any, when the failure occurred? You
can paste it in below:
DartPad's output
Did DartPad print anything to the console pane? If so, paste it below:
%1 不是有效的 Win32 应用程序。
means%1 is not a valid win32 application
in English.The text was updated successfully, but these errors were encountered: