Description
This issue was originally filed by [email protected]
What steps will reproduce the problem?
- Enter program:
void main() {
print("Hello, World!");
} - Click green circle with arrowhead
- Observe error message: <hello_world.dart> exit code=-1073741819
What is the expected output? What do you see instead?
Didn't know exactly what to expect. Saw a cryptic error message.
What version of the product are you using? On what operating system?
Dart Editor version 0.5.11_r23200
Dart SDK version 0.5.11.1_r23200
Windows 7 & cygwin
Please provide any additional information below.
At some point in digging I was lead to https://pub.dartlang.org/packages/browser, which recommended editing a pubspec.yaml file (didn't say where) and running pub install. I created a pubspec.yaml based on those in subdirectories of dart, then ran pub install from the editor. It told me an error occurred and I should run from the command line with the --trace option, which I did. The output is attached.
Attachment:
pub.out (5.75 KB)