You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the updated library. I pulled the latest changes and tried running my app on Windows 10 again. The build completes successfully, but the app doesn't even show a window, and Flutter reports that the device has lost connection.
Here are the final lines from my logs for reference:
[ ] 162 Warning(s)
[ ] 0 Error(s)
[ ] Time Elapsed 00:00:39.55
[{"event":"app.progress","params":{"appId":"ceb82ebc-e4d5-4c5f-873a-a252a2fb6a0a","id":"0","progressId":null,"finished":true}}]
[ +14 ms] √ Built build\windows\runner\Debug\untitled.exe.
[ +436 ms] VM Service URL on device: http://127.0.0.1:63652/TQbkQ1SB9a0=/
[ +3 ms] Caching compiled dill
[ +18 ms] Connecting to service protocol: http://127.0.0.1:63652/TQbkQ1SB9a0=/
[ +108 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:63652/TQbkQ1SB9a0=/.
[ +61 ms] DDS is listening at http://127.0.0.1:63655/f6rvheJ87j8=/.
[ +55 ms] Successfully connected to service protocol: http://127.0.0.1:63652/TQbkQ1SB9a0=/
[ +17 ms] DevFS: Creating new filesystem on the device (null)
[ +14 ms] DevFS: Created new filesystem on the device (file:///C:/Users/karti/AppData/Local/Temp/untitled4d102039/untitled/)
[ +2 ms] Updating assets
Debug service listening on ws://127.0.0.1:63655/f6rvheJ87j8=/ws
[{"event":"app.debugPort","params":{"appId":"ceb82ebc-e4d5-4c5f-873a-a252a2fb6a0a","port":63655,"wsUri":"ws://127.0.0.1:63655/f6rvheJ87j8=/ws","baseUri":"file:///C:/Users/karti/AppData/Local/Temp/untitled4d102039/untitled/"}}]
Syncing files to device Windows...
[{"event":"app.progress","params":{"appId":"ceb82ebc-e4d5-4c5f-873a-a252a2fb6a0a","id":"1","progressId":null,"message":"Syncing files to device Windows...","finished":false}}]
[ +91 ms] Compiling dart to kernel with 0 updated files
[ ] Processing bundle.
[ ] <- recompile package:untitled/main.dart fda02671-bf3e-44db-94ef-cc4fc878dfa0
[ ] <- fda02671-bf3e-44db-94ef-cc4fc878dfa0
[ +1 ms] Bundle processing done.
[ +130 ms] Updating files.
[ ] DevFS: Sync finished
[{"event":"app.progress","params":{"appId":"ceb82ebc-e4d5-4c5f-873a-a252a2fb6a0a","id":"1","progressId":null,"finished":true}}]
[ +1 ms] Synced 0.0MB.
[ +1 ms] <- accept
[ +3 ms] Connected to _flutterView/0x17abacca250.
[{"event":"app.started","params":{"appId":"ceb82ebc-e4d5-4c5f-873a-a252a2fb6a0a"}}]
[+2590 ms] Service protocol connection closed.
[ ] Lost connection to device.
[ ] DevFS: Deleting filesystem on the device (file:///C:/Users/karti/AppData/Local/Temp/untitled4d102039/untitled/)
[{"id":0,"result":true}]
I've verified that my Visual Studio installation includes the necessary components for Windows development with Flutter.
Any guidance on resolving this issue would be greatly appreciated.
@KartikPatelOfficial
Please don't file new issue for same bug. The original issue has been triaged already, so please follow-up in that issue for further updates.
Closing this as a duplicate.
Hi @danagbemava-nc, @Lyokone
Thank you for the updated library. I pulled the latest changes and tried running my app on Windows 10 again. The build completes successfully, but the app doesn't even show a window, and Flutter reports that the device has lost connection.
Here are the final lines from my logs for reference:
I've verified that my Visual Studio installation includes the necessary components for Windows development with Flutter.
Any guidance on resolving this issue would be greatly appreciated.
Best regards,
Kartik Patel
Originally posted by @KartikPatelOfficial in #11595 (comment)
The text was updated successfully, but these errors were encountered: