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

[ERROR:flutter/shell/common/shell.cc(93)] Dart Error: Dart_NewStringFromUTF8 expects argument 'str' to be valid UTF-8. #111957

Closed
YowFung opened this issue Sep 20, 2022 · 5 comments
Labels
r: invalid Issue is closed as not valid

Comments

@YowFung
Copy link

YowFung commented Sep 20, 2022

My flutter application can't work on Windows 11 but Windows 10.

Phenomenon:
It shows white blank on debug mode, and invisible on release mode.

Error log:

[ERROR:flutter/shell/common/shell.cc(93)] Dart Error: Dart_NewStringFromUTF8 expects argument 'str' to be valid UTF-8.
verbose log
[  +39 ms] executing: [C:\Users\UC-NO.1\Downloads\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +51 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] e3c29ec00c9c825c891d75054c63fcc46454dca1
[        ] executing: [C:\Users\UC-NO.1\Downloads\flutter/] git tag --points-at e3c29ec00c9c825c891d75054c63fcc46454dca1
[  +43 ms] Exit code 0 from: git tag --points-at e3c29ec00c9c825c891d75054c63fcc46454dca1
[        ] 3.3.2
[  +27 ms] executing: [C:\Users\UC-NO.1\Downloads\flutter/] git rev-parse --abbrev-ref --symbolic @{upstream}
[  +36 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[        ] origin/stable
[        ] executing: [C:\Users\UC-NO.1\Downloads\flutter/] git ls-remote --get-url origin
[  +36 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +54 ms] executing: [C:\Users\UC-NO.1\Downloads\flutter/] git rev-parse --abbrev-ref HEAD
[  +38 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[  +50 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +2 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +46 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +4 ms] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +55 ms] Skipping pub get: version match.
[  +14 ms] Found plugin bitsdojo_window at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\git\bitsdojo_window-0aaa4fa81f79c87f65f100c6c20a8cf56029e7dd\bitsdojo_window\
[   +2 ms] Found plugin bitsdojo_window_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\git\bitsdojo_window-0aaa4fa81f79c87f65f100c6c20a8cf56029e7dd\bitsdojo_window_linux\
[   +1 ms] Found plugin bitsdojo_window_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\git\bitsdojo_window-0aaa4fa81f79c87f65f100c6c20a8cf56029e7dd\bitsdojo_window_macos\
[   +2 ms] Found plugin bitsdojo_window_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\git\bitsdojo_window-0aaa4fa81f79c87f65f100c6c20a8cf56029e7dd\bitsdojo_window_windows\
[  +24 ms] Found plugin file_picker at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\file_picker-4.6.1\
[   +4 ms] Found plugin flutter_app_installer at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\flutter_app_installer-0.0.3\
[   +1 ms] Found plugin flutter_plugin_android_lifecycle at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\flutter_plugin_android_lifecycle-2.0.7\
[   +9 ms] Found plugin package_info_plus at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus-1.4.2\
[   +2 ms] Found plugin package_info_plus_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus_linux-1.0.5\
[        ] Found plugin package_info_plus_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus_macos-1.3.0\
[   +1 ms] Found plugin package_info_plus_web at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus_web-1.0.5\
[        ] Found plugin package_info_plus_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus_windows-1.0.5\
[   +2 ms] Found plugin path_provider at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider-2.0.11\
[        ] Found plugin path_provider_android at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_android-2.0.20\
[        ] Found plugin path_provider_ios at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_ios-2.0.11\
[        ] Found plugin path_provider_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_linux-2.1.7\
[        ] Found plugin path_provider_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_macos-2.0.6\
[   +1 ms] Found plugin path_provider_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_windows-2.0.7\
[        ] Found plugin permission_handler at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\permission_handler-10.0.0\
[        ] Found plugin permission_handler_android at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\permission_handler_android-10.0.0\
[        ] Found plugin permission_handler_apple at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\permission_handler_apple-9.0.4\
[   +1 ms] Found plugin permission_handler_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\permission_handler_windows-0.1.0\
[   +4 ms] Found plugin r_upgrade at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\r_upgrade-0.3.8+2\
[   +1 ms] Found plugin share_plus at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus-4.2.0\
[        ] Found plugin share_plus_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus_linux-3.0.0\
[   +1 ms] Found plugin share_plus_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus_macos-3.0.1\
[   +1 ms] Found plugin share_plus_web at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus_web-3.0.1\
[        ] Found plugin share_plus_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus_windows-3.0.1\
[   +8 ms] Found plugin url_launcher at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher-6.1.5\
[        ] Found plugin url_launcher_android at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_android-6.0.19\
[        ] Found plugin url_launcher_ios at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_ios-6.0.17\
[        ] Found plugin url_launcher_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_linux-3.0.1\
[        ] Found plugin url_launcher_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_macos-3.0.1\
[        ] Found plugin url_launcher_web at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_web-2.0.13\
[        ] Found plugin url_launcher_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_windows-3.0.1\
[   +8 ms] Found plugin integration_test at C:\Users\UC-NO.1\Downloads\flutter\packages\integration_test\
[  +18 ms] Found plugin bitsdojo_window at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\git\bitsdojo_window-0aaa4fa81f79c87f65f100c6c20a8cf56029e7dd\bitsdojo_window\
[        ] Found plugin bitsdojo_window_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\git\bitsdojo_window-0aaa4fa81f79c87f65f100c6c20a8cf56029e7dd\bitsdojo_window_linux\
[        ] Found plugin bitsdojo_window_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\git\bitsdojo_window-0aaa4fa81f79c87f65f100c6c20a8cf56029e7dd\bitsdojo_window_macos\
[        ] Found plugin bitsdojo_window_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\git\bitsdojo_window-0aaa4fa81f79c87f65f100c6c20a8cf56029e7dd\bitsdojo_window_windows\
[   +9 ms] Found plugin file_picker at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\file_picker-4.6.1\
[        ] Found plugin flutter_app_installer at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\flutter_app_installer-0.0.3\
[   +1 ms] Found plugin flutter_plugin_android_lifecycle at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\flutter_plugin_android_lifecycle-2.0.7\
[   +5 ms] Found plugin package_info_plus at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus-1.4.2\
[        ] Found plugin package_info_plus_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus_linux-1.0.5\
[        ] Found plugin package_info_plus_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus_macos-1.3.0\
[        ] Found plugin package_info_plus_web at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus_web-1.0.5\
[        ] Found plugin package_info_plus_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus_windows-1.0.5\
[   +1 ms] Found plugin path_provider at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider-2.0.11\
[        ] Found plugin path_provider_android at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_android-2.0.20\
[        ] Found plugin path_provider_ios at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_ios-2.0.11\
[        ] Found plugin path_provider_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_linux-2.1.7\
[        ] Found plugin path_provider_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_macos-2.0.6\
[        ] Found plugin path_provider_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_windows-2.0.7\
[        ] Found plugin permission_handler at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\permission_handler-10.0.0\
[        ] Found plugin permission_handler_android at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\permission_handler_android-10.0.0\
[        ] Found plugin permission_handler_apple at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\permission_handler_apple-9.0.4\
[        ] Found plugin permission_handler_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\permission_handler_windows-0.1.0\
[   +3 ms] Found plugin r_upgrade at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\r_upgrade-0.3.8+2\
[        ] Found plugin share_plus at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus-4.2.0\
[        ] Found plugin share_plus_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus_linux-3.0.0\
[        ] Found plugin share_plus_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus_macos-3.0.1\
[        ] Found plugin share_plus_web at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus_web-3.0.1\
[        ] Found plugin share_plus_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus_windows-3.0.1\
[   +7 ms] Found plugin url_launcher at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher-6.1.5\
[        ] Found plugin url_launcher_android at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_android-6.0.19\
[        ] Found plugin url_launcher_ios at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_ios-6.0.17\
[        ] Found plugin url_launcher_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_linux-3.0.1\
[        ] Found plugin url_launcher_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_macos-3.0.1\
[        ] Found plugin url_launcher_web at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_web-2.0.13\
[        ] Found plugin url_launcher_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_windows-3.0.1\
[   +5 ms] Found plugin integration_test at C:\Users\UC-NO.1\Downloads\flutter\packages\integration_test\
[  +31 ms] Generating D:\touch10\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java
[  +78 ms] Initializing file store
[   +6 ms] Skipping target: gen_localizations
[   +2 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: D:\touch10\.dart_tool\package_config_subset}
[   +7 ms] Found plugin bitsdojo_window at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\git\bitsdojo_window-0aaa4fa81f79c87f65f100c6c20a8cf56029e7dd\bitsdojo_window\
[        ] Found plugin bitsdojo_window_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\git\bitsdojo_window-0aaa4fa81f79c87f65f100c6c20a8cf56029e7dd\bitsdojo_window_linux\
[        ] Found plugin bitsdojo_window_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\git\bitsdojo_window-0aaa4fa81f79c87f65f100c6c20a8cf56029e7dd\bitsdojo_window_macos\
[        ] Found plugin bitsdojo_window_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\git\bitsdojo_window-0aaa4fa81f79c87f65f100c6c20a8cf56029e7dd\bitsdojo_window_windows\
[   +7 ms] Found plugin file_picker at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\file_picker-4.6.1\
[        ] Found plugin flutter_app_installer at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\flutter_app_installer-0.0.3\
[   +1 ms] Found plugin flutter_plugin_android_lifecycle at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\flutter_plugin_android_lifecycle-2.0.7\
[   +6 ms] Found plugin package_info_plus at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus-1.4.2\
[        ] Found plugin package_info_plus_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus_linux-1.0.5\
[        ] Found plugin package_info_plus_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus_macos-1.3.0\
[        ] Found plugin package_info_plus_web at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus_web-1.0.5\
[        ] Found plugin package_info_plus_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus_windows-1.0.5\
[   +1 ms] Found plugin path_provider at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider-2.0.11\
[        ] Found plugin path_provider_android at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_android-2.0.20\
[        ] Found plugin path_provider_ios at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_ios-2.0.11\
[        ] Found plugin path_provider_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_linux-2.1.7\
[        ] Found plugin path_provider_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_macos-2.0.6\
[        ] Found plugin path_provider_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_windows-2.0.7\
[        ] Found plugin permission_handler at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\permission_handler-10.0.0\
[        ] Found plugin permission_handler_android at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\permission_handler_android-10.0.0\
[        ] Found plugin permission_handler_apple at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\permission_handler_apple-9.0.4\
[        ] Found plugin permission_handler_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\permission_handler_windows-0.1.0\
[   +3 ms] Found plugin r_upgrade at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\r_upgrade-0.3.8+2\
[        ] Found plugin share_plus at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus-4.2.0\
[        ] Found plugin share_plus_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus_linux-3.0.0\
[        ] Found plugin share_plus_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus_macos-3.0.1\
[   +1 ms] Found plugin share_plus_web at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus_web-3.0.1\
[        ] Found plugin share_plus_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus_windows-3.0.1\
[   +9 ms] Found plugin url_launcher at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher-6.1.5\
[        ] Found plugin url_launcher_android at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_android-6.0.19\
[        ] Found plugin url_launcher_ios at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_ios-6.0.17\
[        ] Found plugin url_launcher_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_linux-3.0.1\
[        ] Found plugin url_launcher_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_macos-3.0.1\
[        ] Found plugin url_launcher_web at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_web-2.0.13\
[        ] Found plugin url_launcher_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_windows-3.0.1\
[   +4 ms] Found plugin integration_test at C:\Users\UC-NO.1\Downloads\flutter\packages\integration_test\
[   +3 ms] gen_dart_plugin_registrant: Complete
[   +1 ms] _composite: Starting due to {}
[        ] _composite: Complete
[   +1 ms] complete
[   +3 ms] Launching lib\main.dart on Windows in debug mode...
[   +2 ms] C:\Users\UC-NO.1\Downloads\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev C:\Users\UC-NO.1\Downloads\flutter\bin\cache\dart-sdk\bin\snapshots\frontend_server.dart.snapshot --sdk-root C:\Users\UC-NO.1\Downloads\flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names --experimental-emit-debug-metadata -Dflutter.inspector.structuredErrors=true -DFLUTTER_WEB_AUTO_DETECT=true --output-dill C:\Users\UC-NO.1\AppData\Local\Temp\flutter_tools.f378052b\flutter_tool.37e33e88\app.dill --packages D:\touch10\.dart_tool\package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build\4f2a58af27abc49ecf55570043bbf938.cache.dill.track.dill --source D:\touch10\.dart_tool\flutter_build\dart_plugin_registrant.dart --source package:flutter/src/dart_plugin_registrant.dart -Dflutter.dart_plugin_registrant=file:///D:/touch10/.dart_tool/flutter_build/dart_plugin_registrant.dart --verbosity=error --enable-experiment=alternative-invalidation-strategy
[  +16 ms] executing: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe -format json -products * -utf8 -latest -version 16 -requires Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.VC.CMake.Project
[  +37 ms] Exit code 0 from: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe -format json -products * -utf8 -latest -version 16 -requires Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.VC.CMake.Project
[        ] [
             {
               "instanceId": "010bcd0e",
               "installDate": "2022-09-20T03:15:16Z",
               "installationName": "VisualStudio/17.3.4+32901.215",
               "installationPath": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community",
               "installationVersion": "17.3.32901.215",
               "productId": "Microsoft.VisualStudio.Product.Community",
               "productPath": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\IDE\\devenv.exe",
               "state": 4294967295,
               "isComplete": true,
               "isLaunchable": true,
               "isPrerelease": false,
               "isRebootRequired": false,
               "displayName": "Visual Studio Community 2022",
               "description": "功能强大的 IDE,供学生、开放源代码参与者和个人免费使用",
               "channelId": "VisualStudio.17.Release",
               "channelUri": "https://aka.ms/vs/17/release/channel",
               "enginePath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\resources\\app\\ServiceHub\\Services\\Microsoft.VisualStudio.Setup.Service",
               "installedChannelId": "VisualStudio.17.Release",
               "installedChannelUri": "https://aka.ms/vs/17/release/channel",
               "releaseNotes": "https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes-v17.3#17.3.4",
               "thirdPartyNotices": "https://go.microsoft.com/fwlink/?LinkId=661288",
               "updateDate": "2022-09-20T03:15:16.7033588Z",
               "catalog": {
                 "buildBranch": "d17.3",
                 "buildVersion": "17.3.32901.215",
                 "id": "VisualStudio/17.3.4+32901.215",
                 "localBuild": "build-lab",
                 "manifestName": "VisualStudio",
                 "manifestType": "installer",
                 "productDisplayVersion": "17.3.4",
                 "productLine": "Dev17",
                 "productLineVersion": "2022",
                 "productMilestone": "RTW",
                 "productMilestoneIsPreRelease": "False",
                 "productName": "Visual Studio",
                 "productPatchVersion": "4",
                 "productPreReleaseMilestoneSuffix": "1.0",
                 "productSemanticVersion": "17.3.4+32901.215",
                 "requiredEngineVersion": "3.3.2182.10694"
               },
               "properties": {
                 "campaignId": "2030",
                 "channelManifestId": "VisualStudio.17.Release/17.3.4+32901.215",
                 "nickname": "",
                 "setupEngineFilePath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\setup.exe"
               }
             }
           ]
Building Windows application...
[  +19 ms] <- compile package:touch10/main.dart
[   +1 ms] executing: C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -S D:\touch10\windows -B build\windows -G Visual Studio 17 2022
[  +58 ms] -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.22000.
[ +476 ms] Feeds used:
[        ]   C:\Users\UC-NO.1\.nuget\packages\
[        ]   https://api.nuget.org/v3/index.json
[  +63 ms] 已安装程序包“Microsoft.Windows.CppWinRT.2.0.210806.1”。
[ +501 ms] -- Configuring done
[  +97 ms] -- Generating done
[   +6 ms] -- Build files have been written to: D:/touch10/build/windows
[   +6 ms] executing: C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe --build build\windows --config Debug --target INSTALL --verbose
[ +125 ms] MSBuild version 17.3.1+2badb37d1 for .NET Framework
[  +79 ms] ��������ʱ��Ϊ 2022/9/20 16:52:42��
[ +317 ms] �ڵ� 1 �ϵ���Ŀ��D:\touch10\build\windows\INSTALL.vcxproj��(Ĭ��Ŀ��)��
[        ] ��Ŀ��D:\touch10\build\windows\INSTALL.vcxproj��(1)���ڽڵ� 1 �����ɡ�D:\touch10\build\windows\ZERO_CHECK.vcxproj��(2) (Ĭ��Ŀ��)��
[   +1 ms] InitializeBuildStatus:
[        ]   ���ڴ�����x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild������Ϊ��ָ����AlwaysCreate����
[  +25 ms] CustomBuild:
[        ]   ���������Ϊ���¡�
[  +29 ms] FinalizeBuildStatus:
[        ]   ����ɾ���ļ���x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild����
[        ]   ���ڶԡ�x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate��ִ�� Touch ����
[        ] �����������Ŀ��D:\touch10\build\windows\ZERO_CHECK.vcxproj��(Ĭ��Ŀ��)�IJ�����
[  +77 ms] ��Ŀ��D:\touch10\build\windows\INSTALL.vcxproj��(1)���ڽڵ� 1 �����ɡ�D:\touch10\build\windows\ALL_BUILD.vcxproj��(3) (Ĭ��Ŀ��)��
[        ] ��Ŀ��D:\touch10\build\windows\ALL_BUILD.vcxproj��(3)���ڽڵ� 1 �����ɡ�D:\touch10\build\windows\runner\SynergyTouch.vcxproj��(4) (Ĭ��Ŀ��)��
[        ] ��Ŀ��D:\touch10\build\windows\runner\SynergyTouch.vcxproj��(4)���ڽڵ� 1 �����ɡ�D:\touch10\build\windows\flutter\flutter_assemble.vcxproj��(5) (Ĭ��Ŀ��)��
[        ] InitializeBuildStatus:
[        ]   ���ڴ�����x64\Debug\flutter_assemble\flutter_assemble.tlog\unsuccessfulbuild������Ϊ��ָ����AlwaysCreate����
[   +7 ms] CustomBuild:
[        ]   ����D:\touch10\build\windows\CMakeFiles\ffdc99503b7de0d99ec53978a4f7f14f\flutter_assemble.rule���������������ɡ�D:\touch10\build\windows\CMakeFiles\95835744ca0cf8a76cd858c19c83ddd1\flutter_windows.dll.rule���������������ġ�D:\TOUCH10\WINDOWS\FLUTTER\EPHEMERAL\FLUTTER_WINDOWS.DLL�����޷������������
[  +93 ms]   Generating D:/touch10/windows/flutter/ephemeral/flutter_windows.dll, D:/touch10/windows/flutter/ephemeral/flutter_export.h, D:/touch10/windows/flutter/ephemeral/flutter_windows.h, D:/touch10/windows/flutter/ephemeral/flutter_messenger.h, D:/touch10/windows/flutter/ephemeral/flutter_plugin_registrar.h, D:/touch10/windows/flutter/ephemeral/flutter_texture_registrar.h, D:/touch10/windows/flutter/ephemeral/cpp_client_wrapper/core_implementations.cc, D:/touch10/windows/flutter/ephemeral/cpp_client_wrapper/standard_codec.cc, D:/touch10/windows/flutter/ephemeral/cpp_client_wrapper/plugin_registrar.cc, D:/touch10/windows/flutter/ephemeral/cpp_client_wrapper/flutter_engine.cc, D:/touch10/windows/flutter/ephemeral/cpp_client_wrapper/flutter_view_controller.cc, _phony_
[ +926 ms]   [  +48 ms] executing: [C:\Users\UC-NO.1\Downloads\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +60 ms]   [  +78 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ]   [        ] e3c29ec00c9c825c891d75054c63fcc46454dca1
[        ]   [        ] executing: [C:\Users\UC-NO.1\Downloads\flutter/] git tag --points-at e3c29ec00c9c825c891d75054c63fcc46454dca1
[  +58 ms]   [  +57 ms] Exit code 0 from: git tag --points-at e3c29ec00c9c825c891d75054c63fcc46454dca1
[        ]   [        ] 3.3.2
[  +45 ms]   [  +45 ms] executing: [C:\Users\UC-NO.1\Downloads\flutter/] git rev-parse --abbrev-ref HEAD
[  +51 ms]   [  +51 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ]   [        ] stable
[  +59 ms]   [  +59 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +4 ms]   [   +4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +89 ms]   [  +89 ms] executing: [C:\Users\UC-NO.1\Downloads\flutter/] git rev-parse --abbrev-ref --symbolic @{upstream}
[  +50 ms]   [  +50 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[        ]   [        ] origin/stable
[        ]   [        ] executing: [C:\Users\UC-NO.1\Downloads\flutter/] git ls-remote --get-url origin
[  +50 ms]   [  +50 ms] Exit code 0 from: git ls-remote --get-url origin
[        ]   [        ] https://github.com/flutter/flutter.git
[        ]   [        ] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[   +2 ms]   [   +2 ms] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[  +29 ms]   [  +29 ms] Initializing file store
[  +13 ms]   [  +12 ms] Skipping target: gen_localizations
[  +11 ms]   [  +11 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: D:\touch10\.dart_tool\package_config_subset}
[   +4 ms]   [   +4 ms] unpack_windows: Starting due to {}
[ +467 ms]   [ +467 ms] unpack_windows: Complete
[+2968 ms]   [+2968 ms] Found plugin bitsdojo_window at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\git\bitsdojo_window-0aaa4fa81f79c87f65f100c6c20a8cf56029e7dd\bitsdojo_window\
[   +2 ms]   [   +2 ms] Found plugin bitsdojo_window_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\git\bitsdojo_window-0aaa4fa81f79c87f65f100c6c20a8cf56029e7dd\bitsdojo_window_linux\
[   +1 ms]   [   +1 ms] Found plugin bitsdojo_window_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\git\bitsdojo_window-0aaa4fa81f79c87f65f100c6c20a8cf56029e7dd\bitsdojo_window_macos\
[   +1 ms]   [   +1 ms] Found plugin bitsdojo_window_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\git\bitsdojo_window-0aaa4fa81f79c87f65f100c6c20a8cf56029e7dd\bitsdojo_window_windows\
[  +22 ms]   [  +22 ms] Found plugin file_picker at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\file_picker-4.6.1\
[   +2 ms]   [   +2 ms] Found plugin flutter_app_installer at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\flutter_app_installer-0.0.3\
[   +1 ms]   [   +1 ms] Found plugin flutter_plugin_android_lifecycle at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\flutter_plugin_android_lifecycle-2.0.7\
[  +10 ms]   [  +10 ms] Found plugin package_info_plus at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus-1.4.2\
[        ]   [        ] Found plugin package_info_plus_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus_linux-1.0.5\
[        ]   [        ] Found plugin package_info_plus_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus_macos-1.3.0\
[   +2 ms]   [   +2 ms] Found plugin package_info_plus_web at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus_web-1.0.5\
[        ]   [        ] Found plugin package_info_plus_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info_plus_windows-1.0.5\
[   +2 ms]   [   +2 ms] Found plugin path_provider at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider-2.0.11\
[        ]   [        ] Found plugin path_provider_android at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_android-2.0.20\
[        ]   [        ] Found plugin path_provider_ios at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_ios-2.0.11\
[   +1 ms]   [   +1 ms] Found plugin path_provider_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_linux-2.1.7\
[   +1 ms]   [   +1 ms] Found plugin path_provider_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_macos-2.0.6\
[   +2 ms]   [   +2 ms] Found plugin path_provider_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_windows-2.0.7\
[        ]   [        ] Found plugin permission_handler at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\permission_handler-10.0.0\
[        ]   [        ] Found plugin permission_handler_android at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\permission_handler_android-10.0.0\
[        ]   [        ] Found plugin permission_handler_apple at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\permission_handler_apple-9.0.4\
[   +1 ms]   [   +1 ms] Found plugin permission_handler_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\permission_handler_windows-0.1.0\
[   +4 ms]   [   +4 ms] Found plugin r_upgrade at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\r_upgrade-0.3.8+2\
[        ]   [        ] Found plugin share_plus at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus-4.2.0\
[        ]   [        ] Found plugin share_plus_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus_linux-3.0.0\
[   +1 ms]   [        ] Found plugin share_plus_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus_macos-3.0.1\
[   +1 ms]   [   +2 ms] Found plugin share_plus_web at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus_web-3.0.1\
[   +1 ms]   [   +1 ms] Found plugin share_plus_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\share_plus_windows-3.0.1\
[   +8 ms]   [   +8 ms] Found plugin url_launcher at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher-6.1.5\
[        ]   [        ] Found plugin url_launcher_android at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_android-6.0.19\
[        ]   [        ] Found plugin url_launcher_ios at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_ios-6.0.17\
[        ]   [        ] Found plugin url_launcher_linux at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_linux-3.0.1\
[        ]   [        ] Found plugin url_launcher_macos at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_macos-3.0.1\
[        ]   [        ] Found plugin url_launcher_web at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_web-2.0.13\
[        ]   [        ] Found plugin url_launcher_windows at C:\Users\UC-NO.1\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\url_launcher_windows-3.0.1\
[  +11 ms]   [  +10 ms] Found plugin integration_test at C:\Users\UC-NO.1\Downloads\flutter\packages\integration_test\
[  +15 ms]   [  +15 ms] gen_dart_plugin_registrant: Complete
[   +1 ms]   [   +1 ms] kernel_snapshot: Starting due to {}
[   +7 ms]   [   +7 ms] C:\Users\UC-NO.1\Downloads\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev C:\Users\UC-NO.1\Downloads\flutter\bin\cache\dart-sdk\bin\snapshots\frontend_server.dart.snapshot --sdk-root C:\Users\UC-NO.1\Downloads\flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --target=flutter --no-print-incremental-dependencies -Dflutter.inspector.structuredErrors=true -DFLUTTER_WEB_AUTO_DETECT=true -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --packages D:\touch10\.dart_tool\package_config.json --output-dill D:\touch10\.dart_tool\flutter_build\99d200cfac5b547ddd53a5ffe27bf3fb\app.dill --depfile D:\touch10\.dart_tool\flutter_build\99d200cfac5b547ddd53a5ffe27bf3fb\kernel_snapshot.d --incremental --initialize-from-dill D:\touch10\.dart_tool\flutter_build\99d200cfac5b547ddd53a5ffe27bf3fb\app.dill --source D:\touch10\.dart_tool\flutter_build\dart_plugin_registrant.dart --source package:flutter/src/dart_plugin_registrant.dart -Dflutter.dart_plugin_registrant=file:///D:/touch10/.dart_tool/flutter_build/dart_plugin_registrant.dart --verbosity=error package:touch10/main.dart
[+9281 ms]   [+9280 ms] kernel_snapshot: Complete
[ +863 ms]   [ +863 ms] debug_bundle_windows_assets: Starting due to {}
[ +190 ms]   [ +190 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466.
[ +180 ms]   [ +180 ms] debug_bundle_windows_assets: Complete
[ +514 ms]   [ +514 ms] Persisting file store
[   +9 ms]   [   +9 ms] Done persisting file store
[  +10 ms]   [  +10 ms] build succeeded.
[   +7 ms]   [   +7 ms] "flutter assemble" took 14,881ms.
[ +255 ms]   [ +255 ms] ensureAnalyticsSent: 252ms
[        ]   [        ] Running shutdown hooks
[        ]   [        ] Shutdown hooks complete
[        ]   [        ] exiting with code 0
[  +57 ms] FinalizeBuildStatus:
[        ]   ����ɾ���ļ���x64\Debug\flutter_assemble\flutter_assemble.tlog\unsuccessfulbuild����
[        ]   ���ڶԡ�x64\Debug\flutter_assemble\flutter_assemble.tlog\flutter_assemble.lastbuildstate��ִ�� Touch ����
[        ] �����������Ŀ��D:\touch10\build\windows\flutter\flutter_assemble.vcxproj��(Ĭ��Ŀ��)�IJ�����
[  +35 ms] ��Ŀ��D:\touch10\build\windows\runner\SynergyTouch.vcxproj��(4)���ڽڵ� 1 �����ɡ�D:\touch10\build\windows\plugins\bitsdojo_window_windows\bitsdojo_window_windows_plugin.vcxproj��(6) (Ĭ��Ŀ��)��
[        ] ��Ŀ��D:\touch10\build\windows\plugins\bitsdojo_window_windows\bitsdojo_window_windows_plugin.vcxproj��(6)���ڽڵ� 1 �����ɡ�D:\touch10\build\windows\flutter\flutter_wrapper_plugin.vcxproj��(7) (Ĭ��Ŀ��)��
[        ] InitializeBuildStatus:
[        ]   ���ڴ�����flutter_wrapper_plugin.dir\Debug\flutter_.B296EB19.tlog\unsuccessfulbuild������Ϊ��ָ����AlwaysCreate����
[   +1 ms] CustomBuild:
[        ]   ���������Ϊ���¡�
[  +31 ms] ClCompile:
[        ]   ���������Ϊ���¡�
[  +16 ms] Lib:
[        ]   ���������Ϊ���¡�
[   +1 ms]   flutter_wrapper_plugin.vcxproj -> D:\touch10\build\windows\flutter\Debug\flutter_wrapper_plugin.lib
[   +9 ms] FinalizeBuildStatus:
[        ]   ����ɾ���ļ���flutter_wrapper_plugin.dir\Debug\flutter_.B296EB19.tlog\unsuccessfulbuild����
[        ]   ���ڶԡ�flutter_wrapper_plugin.dir\Debug\flutter_.B296EB19.tlog\flutter_wrapper_plugin.lastbuildstate��ִ�� Touch ����
[        ] �����������Ŀ��D:\touch10\build\windows\flutter\flutter_wrapper_plugin.vcxproj��(Ĭ��Ŀ��)�IJ�����
[   +4 ms] InitializeBuildStatus:
[        ]   ���ڴ�����bitsdojo_window_windows_plugin.dir\Debug\bitsdojo.797F1F39.tlog\unsuccessfulbuild������Ϊ��ָ����AlwaysCreate����
[   +1 ms] CustomBuild:
[        ]   ���������Ϊ���¡�
[   +6 ms] ClCompile:
[        ]   ���������Ϊ���¡�
[   +2 ms] Lib:
[        ]   ���������Ϊ���¡�
[        ]   bitsdojo_window_windows_plugin.vcxproj -> D:\touch10\build\windows\plugins\bitsdojo_window_windows\Debug\bitsdojo_window_windows_plugin.lib
[   +5 ms] FinalizeBuildStatus:
[        ]   ����ɾ���ļ���bitsdojo_window_windows_plugin.dir\Debug\bitsdojo.797F1F39.tlog\unsuccessfulbuild����
[        ]   ���ڶԡ�bitsdojo_window_windows_plugin.dir\Debug\bitsdojo.797F1F39.tlog\bitsdojo_window_windows_plugin.lastbuildstate��ִ�� Touch ����
[        ] �����������Ŀ��D:\touch10\build\windows\plugins\bitsdojo_window_windows\bitsdojo_window_windows_plugin.vcxproj��(Ĭ��Ŀ��)�IJ�����
[  +16 ms] ��Ŀ��D:\touch10\build\windows\runner\SynergyTouch.vcxproj��(4)���ڽڵ� 1 �����ɡ�D:\touch10\build\windows\flutter\flutter_wrapper_app.vcxproj��(8) (Ĭ��Ŀ��)��
[        ] InitializeBuildStatus:
[        ]   ���ڴ�����flutter_wrapper_app.dir\Debug\flutter_.BFA7E319.tlog\unsuccessfulbuild������Ϊ��ָ����AlwaysCreate����
[        ] CustomBuild:
[        ]   ���������Ϊ���¡�
[   +5 ms] ClCompile:
[        ]   ���������Ϊ���¡�
[   +3 ms] Lib:
[        ]   ���������Ϊ���¡�
[        ]   flutter_wrapper_app.vcxproj -> D:\touch10\build\windows\flutter\Debug\flutter_wrapper_app.lib
[  +10 ms] FinalizeBuildStatus:
[        ]   ����ɾ���ļ���flutter_wrapper_app.dir\Debug\flutter_.BFA7E319.tlog\unsuccessfulbuild����
[        ]   ���ڶԡ�flutter_wrapper_app.dir\Debug\flutter_.BFA7E319.tlog\flutter_wrapper_app.lastbuildstate��ִ�� Touch ����
[        ] �����������Ŀ��D:\touch10\build\windows\flutter\flutter_wrapper_app.vcxproj��(Ĭ��Ŀ��)�IJ�����
[  +20 ms] ��Ŀ��D:\touch10\build\windows\runner\SynergyTouch.vcxproj��(4)���ڽڵ� 1 �����ɡ�D:\touch10\build\windows\plugins\permission_handler_windows\permission_handler_windows_plugin.vcxproj��(9) (Ĭ��Ŀ��)��
[        ] InitializeBuildStatus:
[        ]   ���ڴ�����permission_handler_windows_plugin.dir\Debug\permissi.31066BBF.tlog\unsuccessfulbuild������Ϊ��ָ����AlwaysCreate����
[   +1 ms] CustomBuild:
[        ]   ���������Ϊ���¡�
[   +8 ms] ClCompile:
[        ]   ���������Ϊ���¡�
[  +19 ms] Link:
[        ]   ���������Ϊ���¡�
[   +3 ms]   permission_handler_windows_plugin.vcxproj -> D:\touch10\build\windows\plugins\permission_handler_windows\Debug\permission_handler_windows_plugin.dll
[   +7 ms] FinalizeBuildStatus:
[        ]   ����ɾ���ļ���permission_handler_windows_plugin.dir\Debug\permissi.31066BBF.tlog\unsuccessfulbuild����
[        ]   ���ڶԡ�permission_handler_windows_plugin.dir\Debug\permissi.31066BBF.tlog\permission_handler_windows_plugin.lastbuildstate��ִ�� Touch ����
[   +1 ms] �����������Ŀ��D:\touch10\build\windows\plugins\permission_handler_windows\permission_handler_windows_plugin.vcxproj��(Ĭ��Ŀ��)�IJ�����
[  +29 ms] ��Ŀ��D:\touch10\build\windows\runner\SynergyTouch.vcxproj��(4)���ڽڵ� 1 �����ɡ�D:\touch10\build\windows\plugins\url_launcher_windows\url_launcher_windows_plugin.vcxproj��(10) (Ĭ��Ŀ��)��
[        ] InitializeBuildStatus:
[        ]   ���ڴ�����url_launcher_windows_plugin.dir\Debug\url_laun.8178E7F3.tlog\unsuccessfulbuild������Ϊ��ָ����AlwaysCreate����
[   +1 ms] CustomBuild:
[        ]   ���������Ϊ���¡�
[   +7 ms] ClCompile:
[        ]   ���������Ϊ���¡�
[   +4 ms] Link:
[        ]   ���������Ϊ���¡�
[        ]   url_launcher_windows_plugin.vcxproj -> D:\touch10\build\windows\plugins\url_launcher_windows\Debug\url_launcher_windows_plugin.dll
[   +4 ms] FinalizeBuildStatus:
[        ]   ����ɾ���ļ���url_launcher_windows_plugin.dir\Debug\url_laun.8178E7F3.tlog\unsuccessfulbuild����
[        ]   ���ڶԡ�url_launcher_windows_plugin.dir\Debug\url_laun.8178E7F3.tlog\url_launcher_windows_plugin.lastbuildstate��ִ�� Touch ����
[        ] �����������Ŀ��D:\touch10\build\windows\plugins\url_launcher_windows\url_launcher_windows_plugin.vcxproj��(Ĭ��Ŀ��)�IJ�����
[   +9 ms] InitializeBuildStatus:
[        ]   ���ڴ�����SynergyTouch.dir\Debug\SynergyTouch.tlog\unsuccessfulbuild������Ϊ��ָ����AlwaysCreate����
[   +1 ms] CustomBuild:
[        ]   ���������Ϊ���¡�
[  +19 ms] ClCompile:
[        ]   C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\bin\HostX64\x64\CL.exe /c /ID:\touch10\windows /ID:\touch10\windows\flutter\ephemeral /ID:\touch10\windows\flutter\ephemeral\cpp_client_wrapper\include /ID:\touch10\windows\flutter\ephemeral\.plugin_symlinks\bitsdojo_window_windows\windows\include /ID:\touch10\windows\flutter\ephemeral\.plugin_symlinks\permission_handler_windows\windows\include /ID:\touch10\windows\flutter\ephemeral\.plugin_symlinks\url_launcher_windows\windows\include /Zi /nologo /W4 /WX /diagnostics:column /Od /Ob0 /D _UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D _HAS_EXCEPTIONS=0 /D _DEBUG /D "FLUTTER_VERSION=\"1.0.1+010001\"" /D FLUTTER_VERSION_MAJOR=1 /D FLUTTER_VERSION_MINOR=0 /D FLUTTER_VERSION_PATCH=1 /D FLUTTER_VERSION_BUILD=10001 /D NOMINMAX /D UNICODE /D _UNICODE /D "CMAKE_INTDIR=\"Debug\"" /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++17 /Fo"SynergyTouch.dir\Debug\\" /Fd"SynergyTouch.dir\Debug\vc143.pdb" /external:W4 /Gd /TP /wd4100 /errorReport:queue D:\touch10\windows\flutter\generated_plugin_registrant.cc D:\touch10\windows\runner\flutter_window.cpp
[  +96 ms]   generated_plugin_registrant.cc
[ +379 ms]   flutter_window.cpp
[ +766 ms]   �������ɴ���...
[ +115 ms] ResourceCompile:
[        ]   ���������Ϊ���¡�
[  +11 ms] Link:
[        ]   C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\touch10\build\windows\runner\Debug\SynergyTouch.exe" /INCREMENTAL /ILK:"SynergyTouch.dir\Debug\SynergyTouch.ilk" /NOLOGO ..\flutter\Debug\flutter_wrapper_app.lib ..\plugins\bitsdojo_window_windows\Debug\bitsdojo_window_windows_plugin.lib ..\plugins\permission_handler_windows\Debug\permission_handler_windows_plugin.lib ..\plugins\url_launcher_windows\Debug\url_launcher_windows_plugin.lib ..\flutter\Debug\flutter_wrapper_plugin.lib D:\touch10\windows\flutter\ephemeral\flutter_windows.dll.lib Dwmapi.lib Comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /manifestinput:D:\touch10\windows\runner\runner.exe.manifest /DEBUG /PDB:"D:/touch10/build/windows/runner/Debug/SynergyTouch.pdb" /SUBSYSTEM:WINDOWS /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/touch10/build/windows/runner/Debug/SynergyTouch.lib" /MACHINE:X64  /machine:x64 SynergyTouch.dir\Debug\Runner.res
[        ]   SynergyTouch.dir\Debug\flutter_window.obj
[        ]   SynergyTouch.dir\Debug\main.obj
[        ]   SynergyTouch.dir\Debug\utils.obj
[        ]   SynergyTouch.dir\Debug\win32_window.obj
[        ]   SynergyTouch.dir\Debug\generated_plugin_registrant.obj
[ +230 ms]   SynergyTouch.vcxproj -> D:\touch10\build\windows\runner\Debug\SynergyTouch.exe
[   +6 ms] FinalizeBuildStatus:
[        ]   ����ɾ���ļ���SynergyTouch.dir\Debug\SynergyTouch.tlog\unsuccessfulbuild����
[        ]   ���ڶԡ�SynergyTouch.dir\Debug\SynergyTouch.tlog\SynergyTouch.lastbuildstate��ִ�� Touch ����
[        ] �����������Ŀ��D:\touch10\build\windows\runner\SynergyTouch.vcxproj��(Ĭ��Ŀ��)�IJ�����
[   +6 ms] InitializeBuildStatus:
[        ]   ���ڴ�����x64\Debug\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild������Ϊ��ָ����AlwaysCreate����
[   +1 ms] CustomBuild:
[        ]   ���������Ϊ���¡�
[  +12 ms] FinalizeBuildStatus:
[        ]   ����ɾ���ļ���x64\Debug\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild����
[        ]   ���ڶԡ�x64\Debug\ALL_BUILD\ALL_BUILD.tlog\ALL_BUILD.lastbuildstate��ִ�� Touch ����
[        ] �����������Ŀ��D:\touch10\build\windows\ALL_BUILD.vcxproj��(Ĭ��Ŀ��)�IJ�����
[   +5 ms] InitializeBuildStatus:
[        ]   ���ڴ�����x64\Debug\INSTALL\INSTALL.tlog\unsuccessfulbuild������Ϊ��ָ����AlwaysCreate����
[  +44 ms] PostBuildEvent:
[        ]   setlocal
[        ]   "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -DBUILD_TYPE=Debug -P cmake_install.cmake
[        ]   if %errorlevel% neq 0 goto :cmEnd
[        ]   :cmEnd
[        ]   endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
[        ]   :cmErrorLevel
[        ]   exit /b %1
[        ]   :cmDone
[        ]   if %errorlevel% neq 0 goto :VCEnd
[        ]   :VCEnd
[  +59 ms]   -- Install configuration: "Debug"
[   +2 ms]   -- Up-to-date: D:/touch10/build/windows/runner/Debug/data/icudtl.dat
[        ]   -- Up-to-date: D:/touch10/build/windows/runner/Debug/flutter_windows.dll
[        ]   -- Up-to-date: D:/touch10/build/windows/runner/Debug/bitsdojo_window_windows_plugin.lib
[        ]   -- Up-to-date: D:/touch10/build/windows/runner/Debug/permission_handler_windows_plugin.dll
[        ]   -- Up-to-date: D:/touch10/build/windows/runner/Debug/url_launcher_windows_plugin.dll
[  +13 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/AssetManifest.json
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/BRANCH
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/COMMIT
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/images
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/images/bg.jpg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/images/btn_bg.png
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/images/logo-big.png
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/images/logo.png
[   +2 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/images/SynergyLogo.png
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/btn-airplay.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/btn-all-display.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/btn-auto.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/btn-display-off.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/btn-display-on.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/btn-full-screen.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/btn-hdmi.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/btn-in.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/btn-miracast.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/btn-multiview.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/btn-mute.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/btn-out.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/btn-relay.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/btn-unmute.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/btn-usb-c-port.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/btn-vga.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/btn-volume-down.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/btn-volume-up.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/default-config.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/file-empty.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-2-x-2.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-3-x-3.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-3-x-4.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-4-x-3.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-add-button.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-add-icon.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-add-image.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-add-setbtn.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-copy.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-delete-setbtn.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-delete.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-device-manage.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-edit.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-expand.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-get-only.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-line-down.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-matrix.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-new-add.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-new-config.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-new-open.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-new-preview.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-new-save.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-paired-set.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-paste.svg
[        ]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-set-get.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-set-only.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-settings.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-source-and-sink.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-split.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-support.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/icon-zoom-in.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/nav-icon-control.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/nav-icon-input.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/nav-icon-overview.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/nav-icon-settings.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/nav-icon-share.svg
[   +2 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/nav-icon-speakerphone.svg
[   +2 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/nav-icon-video.svg
[   +2 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/program-point.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/select-background.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/tab-image.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/tips-background.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/versiojn-background.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/windows-icon-close.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/windows-icon-max.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/windows-icon-min.svg
[   +2 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/assets/svg/windows-icon-mini.svg
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/FontManifest.json
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/fonts
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/fonts/MaterialIcons-Regular.otf
[   +7 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/kernel_blob.bin
[ +185 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/NOTICES.Z
[   +1 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/shaders
[   +2 ms]   -- Installing: D:/touch10/build/windows/runner/Debug/data/flutter_assets/shaders/ink_sparkle.frag
[   +2 ms]   -- Up-to-date: D:/touch10/build/windows/runner/Debug/data/templates
[        ]   -- Up-to-date: D:/touch10/build/windows/runner/Debug/data/templates/01BB900463E842CE9D7027AE8F846F2F.template
[        ]   -- Up-to-date: D:/touch10/build/windows/runner/Debug/data/templates/1015772C708D45D1819EA2709C90D257.template
[        ]   -- Up-to-date: D:/touch10/build/windows/runner/Debug/data/templates/7B0C48A7D0B44ADA8DA776EE10F83319.template
[        ]   -- Up-to-date: D:/touch10/build/windows/runner/Debug/data/templates/EB46D48331804722B502B21F8AB90AFF.template
[  +15 ms] FinalizeBuildStatus:
[        ]   ����ɾ���ļ���x64\Debug\INSTALL\INSTALL.tlog\unsuccessfulbuild����
[        ]   ���ڶԡ�x64\Debug\INSTALL\INSTALL.tlog\INSTALL.lastbuildstate��ִ�� Touch ����
[        ] �����������Ŀ��D:\touch10\build\windows\INSTALL.vcxproj��(Ĭ��Ŀ��)�IJ�����
[   +3 ms] �ѳɹ����ɡ�
[        ]     0 ������
[        ]     0 ������
[        ] ����ʱ�� 00:00:19.30
[ +344 ms] Observatory URL on device: http://127.0.0.1:7794/avJpKkLeAiE=/
[   +6 ms] Caching compiled dill
[  +50 ms] Connecting to service protocol: http://127.0.0.1:7794/avJpKkLeAiE=/
[  +98 ms] Launching a Dart Developer Service (DDS) instance at http://127.0.0.1:0, connecting to VM service at http://127.0.0.1:7794/avJpKkLeAiE=/.
[  +55 ms] DDS is listening at http://127.0.0.1:7797/hgMtWSsYcjg=/.
[  +37 ms] Successfully connected to service protocol: http://127.0.0.1:7794/avJpKkLeAiE=/
[  +21 ms] DevFS: Creating new filesystem on the device (null)
[  +14 ms] DevFS: Created new filesystem on the device (file:///C:/Users/UC-NO.1/AppData/Local/Temp/touch10c99f1d4b/touch10/)
[   +1 ms] Updating assets
Debug service listening on ws://127.0.0.1:7797/hgMtWSsYcjg=/ws
[ +207 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466.
Syncing files to device Windows...
[   +4 ms] Compiling dart to kernel with 0 updated files
[        ] Processing bundle.
[        ] <- recompile package:touch10/main.dart 5741d25a-9ec8-4a89-a4cd-d2f6bb78e7f5
[        ] <- 5741d25a-9ec8-4a89-a4cd-d2f6bb78e7f5
[   +6 ms] Bundle processing done.
[ +198 ms] Updating files.
[        ] DevFS: Sync finished
[   +1 ms] Synced 0.0MB.
[   +1 ms] <- accept
[   +3 ms] Connected to _flutterView/0x1db97c47d60.
[+1198 ms] [ERROR:flutter/shell/common/shell.cc(93)] Dart Error: Dart_NewStringFromUTF8 expects argument 'str' to be valid UTF-8.
flutter doctor -v
[✓] Flutter (Channel stable, 3.3.2, on Microsoft Windows [版本 10.0.22000.978], locale zh-CN)
    • Flutter version 3.3.2 on channel stable at C:\Users\UC-NO.1\Downloads\flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision e3c29ec00c (6 days ago), 2022-09-14 08:46:55 -0500
    • Engine revision a4ff2c53d8
    • Dart version 2.18.1
    • DevTools version 2.15.0

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
    • Android SDK at C:\Users\UC-NO.1\AppData\Local\Android\sdk
    • Platform android-33, build-tools 33.0.0
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)
    • All Android licenses accepted.

[✓] Chrome - develop for the web
    • Chrome at C:\Users\UC-NO.1\AppData\Local\Google\Chrome\Application\chrome.exe

[✓] Visual Studio - develop for Windows (Visual Studio Community 2022 17.3.4)
    • Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
    • Visual Studio Community 2022 version 17.3.32901.215
    • Windows 10 SDK version 10.0.19041.0

[✓] Android Studio (version 2021.3)
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)

[✓] VS Code (version 1.71.2)
    • VS Code at C:\Users\UC-NO.1\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension can be installed from:
      🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter

[✓] Connected device (3 available)
    • Windows (desktop) • windows • windows-x64    • Microsoft Windows [版本 10.0.22000.978]
    • Chrome (web)      • chrome  • web-javascript • unknown
    • Edge (web)        • edge    • web-javascript • Microsoft Edge 105.0.1343.33

HTTP Host availability check is taking a long time...[!] HTTP Host Availability
    ✗ HTTP host "https://maven.google.com/" is not reachable. Reason: An error occurred while checking the HTTP host:
      信号灯超时时间已到

    ✗ HTTP host "https://cloud.google.com/" is not reachable. Reason: An error occurred while checking the HTTP host:
      信号灯超时时间已到


! Doctor found issues in 1 category.
@YowFung
Copy link
Author

YowFung commented Sep 20, 2022

The problem is caused by the following code:

final hostname = Platform.localHostname;

And my computer name is chinese.
image

@huycozy huycozy added the in triage Presently being triaged by the triage team label Sep 20, 2022
@huycozy
Copy link
Member

huycozy commented Sep 20, 2022

Hi @YowFung, thanks for filing the issue.
Does the issue happen with a new Flutter default project? If not so, can you provide a completed and minimal reproducible code sample so that we may verify this?
Thank you!

@huycozy huycozy added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Sep 20, 2022
@YowFung
Copy link
Author

YowFung commented Sep 21, 2022

Hi @huycozy,

Sample Code:

import 'dart:io';

void main() {
  final hostname = Platform.localHostname;
  print(hostname);
}

Result:
image

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Sep 21, 2022
@huycozy
Copy link
Member

huycozy commented Sep 21, 2022

@YowFung thanks for your response.
Given your provided screenshot of the error, it looks like a Dart issue rather than Flutter issue. I see that there were some issues (dart-lang/sdk#29451, dart-lang/sdk#9160) filed there. Please open the issue in the dedicated dart-lang/sdk repository.
Closing, as this isn't an issue with Flutter itself. If you disagree, please write in the comments and I will reopen it.
Thank you!

@huycozy huycozy closed this as not planned Won't fix, can't repro, duplicate, stale Sep 21, 2022
@huycozy huycozy added r: invalid Issue is closed as not valid and removed in triage Presently being triaged by the triage team labels Sep 21, 2022
@github-actions
Copy link

github-actions bot commented Oct 5, 2022

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
r: invalid Issue is closed as not valid
Projects
None yet
Development

No branches or pull requests

2 participants