File size: 3,534 Bytes
87a2e39 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
Flutter crash report.
Please report a bug at https://github.com/flutter/flutter/issues.
## command
flutter run
## exception
ExistingDartDevelopmentServiceException: DartDevelopmentServiceException: JSON-RPC error 100: Existing VM service clients prevent DDS from taking control.
```
```
## flutter doctor
```
[32m[✓][39m Flutter (Channel stable, 3.27.4, on Microsoft Windows [version 10.0.22621.4317], locale fr-FR) [12,0s]
[32m•[39m Flutter version 3.27.4 on channel stable at C:\Users\Grace\Documents\flutter_windows_3.27.3-stable\flutter
[32m•[39m Upstream repository https://github.com/flutter/flutter.git
[32m•[39m Framework revision d8a9f9a52e (5 months ago), 2025-01-31 16:07:18 -0500
[32m•[39m Engine revision f73bfc4522
[32m•[39m Dart version 3.7.0
[32m•[39m DevTools version 2.42.2
[32m[✓][39m Windows Version (11 Professionnel 64 bits, 22H2, 2009) [39,0s]
[32m[✓][39m Android toolchain - develop for Android devices (Android SDK version 35.0.1) [87,8s]
[32m•[39m Android SDK at C:\Users\Grace\AppData\Local\Android\sdk
[32m•[39m Platform android-35, build-tools 35.0.1
[32m•[39m Java binary at: C:\Program Files\Android\Android Studio\jbr\bin\java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`.
[32m•[39m Java version OpenJDK Runtime Environment (build 21.0.4+-12508038-b607.1)
[32m•[39m All Android licenses accepted.
[32m[✓][39m Chrome - develop for the web [10ms]
[32m•[39m Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
[31m[✗][39m Visual Studio - develop Windows apps [9ms]
[31m✗[39m Visual Studio not installed; this is necessary to develop Windows apps.
Download at https://visualstudio.microsoft.com/downloads/.
Please install the "Desktop development with C++" workload, including all of its default components
[32m[✓][39m Android Studio (version 2024.2) [6ms]
[32m•[39m Android Studio at C:\Program Files\Android\Android Studio
[32m•[39m Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
[32m•[39m Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
[32m•[39m Java version OpenJDK Runtime Environment (build 21.0.4+-12508038-b607.1)
[32m[✓][39m VS Code (version 1.101.1) [4ms]
[32m•[39m VS Code at C:\Users\Grace\AppData\Local\Programs\Microsoft VS Code
[32m•[39m Flutter extension version 3.112.0
[32m[✓][39m Connected device (3 available) [377ms]
[32m•[39m Windows (desktop) • windows • windows-x64 • Microsoft Windows [version 10.0.22621.4317]
[32m•[39m Chrome (web) • chrome • web-javascript • Google Chrome 137.0.7151.104
[32m•[39m Edge (web) • edge • web-javascript • Microsoft Edge 137.0.3296.68
[33m[!][39m Network resources [12,7s]
[31m✗[39m An HTTP error occurred while checking "https://pub.dev/": Connection closed before full header was received
[31m✗[39m An HTTP error occurred while checking "https://storage.googleapis.com/": Connection closed before full header was received
[31m✗[39m An HTTP error occurred while checking "https://maven.google.com/": Connection closed before full header was received
[33m![39m Doctor found issues in 2 categories.
```
|