-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
自己编译的程序加载bt资源没有反应,终端有报错 #119
Comments
是不是没编译后端 .so 文件 |
libgopeed.so文件吗?我重新拉取项目,添加上面的打印,重新编译了一下,还是只能看到之前的日志 |
你现在是debug模式下跑的吗,还是编译出release包跑的,release模式得用log打印,print应该是记录不到日志的 |
编译出release跑的,怎么用debug模式跑呢 |
$ flutter run -d linux (gopeed:504899): dbind-WARNING **: 14:17:06.562: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files Flutter run key commands. 💪 Running with sound null safety 💪 An Observatory debugger and profiler on Linux is available at: http://127.0.0.1:38763/BTQn8g2sAks=/ The Flutter DevTools debugger and profiler on Linux is available at: http://127.0.0.1:9100?uri=http://127.0.0.1:38763/BTQn8g2sAks=/ [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type 'LateError' is not a subtype of type 'String' |
应该是少了环境,你按flutter官方的文档安装下试试: |
重新部署开发环境之后可以了,感谢。 |
Description(required)
加载https://distro-images.kylinos.cn:8802/web_pungi/download/share/AEyuaFKWZiwXINV6e7RqgnhOzjpcsd1Y/Kylin-Desktop-V10-SP1-General-Release-2303-ARM64.iso.torrent没有反应,终端有如下报错。
App Version(required)
1.3.1
OS Version(required)
麒麟V10SP1,基于ubuntu20.04
Snapshots
Log
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type 'LateError' is not a subtype of type 'String'
#0 showErrorMessage (package:gopeed/util/message.dart:15)
#1 CreateView.build. (package:gopeed/app/modules/create/views/create_view.dart:83)
The text was updated successfully, but these errors were encountered: