bitsdojo_window icon indicating copy to clipboard operation
bitsdojo_window copied to clipboard

Error waiting for a debug connection: The log reader stopped unexpectedly, or never started. Error launching application on Windows.

Open kahtooei opened this issue 3 years ago • 12 comments

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

kahtooei avatar Jan 05 '22 06:01 kahtooei

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)

136759790 avatar Jan 05 '22 06:01 136759790

Use auto bdw = bitsdojo_window_configure(BDW_CUSTOM_FRAME);

drmspatil avatar Jan 16 '22 11:01 drmspatil

Use auto bdw = bitsdojo_window_configure(BDW_CUSTOM_FRAME);

it doesn't work for me...!!! still same error

kahtooei avatar Jan 17 '22 04:01 kahtooei

@bitsdojo Can you help me?

136759790 avatar Jan 23 '22 04:01 136759790

Same issue

drtheodor avatar Jan 26 '22 16:01 drtheodor

Same issue, any solutions @bitsdojo ?

oubadaalkahf avatar Feb 07 '22 17:02 oubadaalkahf

Same issue, and got the following trace info where winPos is NULL , maybe it's the cause

image

bufan22 avatar Feb 07 '22 17:02 bufan22

Same issue, and got the following trace info where winPos is NULL , maybe it's the cause

image

Did you find any solution?

oubadaalkahf avatar Feb 09 '22 09:02 oubadaalkahf

yeah, done

bufan22 avatar Feb 13 '22 13:02 bufan22

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?

DMouayad avatar Apr 23 '22 12:04 DMouayad

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.

SahajRana avatar May 05 '22 18:05 SahajRana

the same issue.

Hibanaw avatar Jul 15 '22 12:07 Hibanaw