bitsdojo_window
bitsdojo_window copied to clipboard
Error waiting for a debug connection: The log reader stopped unexpectedly, or never started. Error launching application on Windows.
hi i get this error after add these 2 lines at the beggining of windows\runner\main.cpp
#include <bitsdojo_window_windows/bitsdojo_window_plugin.h> auto bdw = bitsdojo_window_configure(BDW_CUSTOM_FRAME | BDW_HIDE_ON_STARTUP);
i found that second line ( auto bdw = ... ) is the cause of the error
ERROR => Error waiting for a debug connection: The log reader stopped unexpectedly, or never started. Error launching application on Windows.
what i have to do to solve this error? i'm using flutter 2.8.1
Same issue +1
Error waiting for a debug connection: The log reader stopped unexpectedly.
Error launching application on Windows.
flutter info:
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 2.5.3, on Microsoft Windows [Version 10.0.16299.1625], locale zh-CN)
[!] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
X Android license status unknown.
Run flutter doctor --android-licenses to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Enterprise 2019 16.10.0)
[√] Android Studio (version 4.0)
[√] Connected device (2 available)
Use auto bdw = bitsdojo_window_configure(BDW_CUSTOM_FRAME);
Use
auto bdw = bitsdojo_window_configure(BDW_CUSTOM_FRAME);
it doesn't work for me...!!! still same error
@bitsdojo Can you help me?
Same issue
Same issue, any solutions @bitsdojo ?
Same issue, and got the following trace info where winPos is NULL , maybe it's the cause
Same issue, and got the following trace info where winPos is NULL , maybe it's the cause
![]()
Did you find any solution?
yeah, done
Having the same issue.
The app runs ok without the package. Unfortunately the previous listed suggestions didn't work.
-
Windows 8.1
-
Visual studio 2022 v17.1.32414.318
-
Flutter 2.10.4 stable
Any changes have been made to solve this?
This PR works! But @bitsdojo, could you please update the version as well? Currently, I have to make a local copy of this plugin to make it work.
the same issue.