You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this on debian x86_64 : Unhandled exception:
Exception: Library could not be loaded!
#0 loadLibsysres. (package:system_resources/src/dylib.dart:47)
Also getting the same
Running dart app
But it only happens when I run dart app compiled to exe with dart compile exe bin/main.dart -o bin/main
Running with dart cli works fine
Unhandled exception:
Exception: Library could not be loaded!
#0 loadLibsysres.<anonymous closure> (package:system_resources/src/dylib.dart:47)
<asynchronous suspension>
#1 SystemResources.init (package:system_resources/src/base.dart:11)
I have this on debian x86_64 : Unhandled exception:
Exception: Library could not be loaded!
#0 loadLibsysres. (package:system_resources/src/dylib.dart:47)
#1 SystemResources.init (package:system_resources/src/base.dart:11)
The text was updated successfully, but these errors were encountered: