go-flutter-desktop / go-flutter

Flutter on Windows, MacOS and Linux - based on Flutter Embedding, Go and GLFW.
https://hover.build/
BSD 3-Clause "New" or "Revised" License
5.85k stars 283 forks source link

Compilation error using hover build windows in IDEA #648

Closed qinjinze closed 2 years ago

qinjinze commented 2 years ago

E:\project\windowGui\hellogoflutter>hover run hover: Downloading engine for platform windows-debug_unopt at version d1b9a6938ad77326ac3a94d92bbc77933ed829ed... Download completed in 4.83s Download completed in 1.99s hover: Cleaning the build directory hover: ⚠ The go-flutter project tries to stay compatible with the beta channel of Flutter. hover: ⚠ It's advised to use the beta channel: flutter channel beta hover: Bundling flutter app Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source! This app is using a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to migrate this app to the V2 embedding. Take a look at the docs for migrating an app: https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects

Building with sound null safety

hover: Checking available release on Github hover: The core library 'go-flutter' has an update available. (v0.42.0 -> 0.44.0) hover: To update 'go-flutter' in this project run: hover bumpversion hover: Checking available release on Github hover: Missing/Empty organization-name field in go/hover.yaml. Please add it or otherwise you may publish your app with a wrong organization-name. Continuing with `` as a placeholder organization-name. hover: Compiling 'go-flutter' and plugins hover: Successfully compiled executable binary for windows hover: Build finished, starting app... hover: Running hellogoflutter in debug_unopt mode hover: App 'hellogoflutter' exited with error: exit status 3221225477

E:\project\windowGui\hellogoflutter>hover bumpversion hover: Using engine from cache go get: upgraded github.com/go-flutter-desktop/go-flutter v0.42.0 => v0.44.0 go get: upgraded github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 => v0.0.0-20211210172815-726fda9656d6 go get: upgraded github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200707082815-5321531c36a2 => v0.0.0-20220320163800-277f93cfa958 go get: upgraded golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a => v0.0.0-20220503163025-988cb79eb6c6 hover: 'go-flutter' is on version: v0.44.0

E:\project\windowGui\hellogoflutter>hover run hover: Using engine from cache hover: Cleaning the build directory hover: ⚠ The go-flutter project tries to stay compatible with the beta channel of Flutter. hover: ⚠ It's advised to use the beta channel: flutter channel beta hover: Bundling flutter app Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source! This app is using a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to migrate this app to the V2 embedding. Take a look at the docs for migrating an app: https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects

Building with sound null safety

hover: Missing/Empty organization-name field in go/hover.yaml. Please add it or otherwise you may publish your app with a wrong organization-name. Continuing with `` as a placeholder organization-name. hover: Compiling 'go-flutter' and plugins github.com/go-gl/glfw/v3.3/glfw github.com/go-gl/gl/v3.3-core/gl github.com/go-flutter-desktop/go-flutter/internal/keyboard github.com/go-flutter-desktop/go-flutter/internal/opengl github.com/go-flutter-desktop/go-flutter github.com/bettersun/go-flutter-plugin/hello hellogoflutter/go/cmd hover: Successfully compiled executable binary for windows hover: Build finished, starting app... hover: Running hellogoflutter in debug_unopt mode hover: App 'hellogoflutter' exited with error: exit status 3221225477

E:\project\windowGui\hellogoflutter>flutter --version Flutter 3.0.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision ee4e09cce0 (4 days ago) • 2022-05-09 16:45:18 -0700 Engine • revision d1b9a6938a Tools • Dart 2.17.0 • DevTools 2.12.2

pchampio commented 2 years ago

Similar as #647