bitsdojo_window icon indicating copy to clipboard operation
bitsdojo_window copied to clipboard

First received WM_NCCALCSIZE message, If wParam is FALSE, lParam points to a RECT structure. null error

Open Ewkoll opened this issue 3 years ago • 2 comments

无标题

https://docs.microsoft.com/en-us/windows/win32/winmsg/wm-nccalcsize

If wParam is TRUE, lParam points to an NCCALCSIZE_PARAMS structure that contains information an application can use to calculate the new size and position of the client rectangle.

If wParam is FALSE, lParam points to a RECT structure. On entry, the structure contains the proposed window rectangle for the window. On exit, the structure should contain the screen coordinates of the corresponding window client area.

[√] Flutter (Channel stable, 2.8.1, on Microsoft Windows [Version 10.0.17763.2061], locale zh-CN) • Flutter version 2.8.1 at C:\Flutter\flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 77d935af4d (9 weeks ago), 2021-12-16 08:37:33 -0800 • Engine revision 890a5fca2e • Dart version 2.15.1 • Pub download mirror https://pub.flutter-io.cn • Flutter download mirror https://storage.flutter-io.cn

[X] Android toolchain - develop for Android devices X Unable to locate Android SDK. Install Android Studio from: https://developer.android.com/studio/index.html On first launch it will assist you in installing the Android SDK components. (or visit https://flutter.dev/docs/get-started/install/windows#android-setup for detailed instructions). If the Android SDK has been installed to a custom location, please use flutter config --android-sdk to update to that location.

[√] Chrome - develop for the web • Chrome at C:\Users\Dooms\AppData\Local\Google\Chrome\Application\chrome.exe

[√] Visual Studio - develop for Windows (Visual Studio Community 2019 16.11.2) • Visual Studio at C:\Program Files (x86)\Microsoft Visual Studio\2019\Community • Visual Studio Community 2019 version 16.11.31624.102 • Windows 10 SDK version 10.0.20348.0

[!] Android Studio (not installed) • Android Studio not found; download from https://developer.android.com/studio/index.html (or visit https://flutter.dev/docs/get-started/install/windows#android-setup for detailed instructions).

[√] IntelliJ IDEA Ultimate Edition (version 2018.3) • IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA 2018.3.4 • 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

[√] IntelliJ IDEA Community Edition (version 2020.3) • IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.3.4 • 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

[√] VS Code (version 1.64.2) • VS Code at C:\Users\Dooms\AppData\Local\Programs\Microsoft VS Code • Flutter extension version 3.34.0

[√] Connected device (3 available) • Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.17763.2061] • Chrome (web) • chrome • web-javascript • Google Chrome 98.0.4758.102 • Edge (web) • edge • web-javascript • Microsoft Edge 91.0.864.64

Ewkoll avatar Feb 21 '22 04:02 Ewkoll

Same issue. This happens on some specific machines. I don't know much about this windows message mechanism. I simply changed as below then it works. image

haoguo avatar Mar 14 '22 09:03 haoguo

See #100 which fixes this.

abutcher-gh avatar May 10 '22 10:05 abutcher-gh