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
Installed using sudo snap install flokk-contacts and ran:
$ flokk-contacts
[ERROR:flutter/shell/platform/embedder/embedder_surface_gl.cc(108)] Could not create a resource context for async texture uploads. Expect degraded performance. Set a valid make_resource_current callback on FlutterOpenGLRendererConfig.
[ERROR:flutter/shell/platform/embedder/embedder_surface_gl.cc(108)] Could not create a resource context for async texture uploads. Expect degraded performance. Set a valid make_resource_current callback on FlutterOpenGLRendererConfig.
flutter: /##################################################
flutter: [BootstrapCommand]
flutter: DataDir is: /home/amituttam/snap/flokk-contacts/11/.local/share/flokk-contacts
flutter: ##################################################
flutter: FileSystemException: Cannot open file, path = '/home/amituttam/snap/flokk-contacts/11/.local/share/flokk-contacts/auth.dat' (OS Error: No such file or directory, errno = 2)
flutter: FileSystemException: Cannot open file, path = '/home/amituttam/snap/flokk-contacts/11/.local/share/flokk-contacts/twitter.dat' (OS Error: No such file or directory, errno = 2)
flutter: FileSystemException: Cannot open file, path = '/home/amituttam/snap/flokk-contacts/11/.local/share/flokk-contacts/github.dat' (OS Error: No such file or directory, errno = 2)
flutter: FileSystemException: Cannot open file, path = '/home/amituttam/snap/flokk-contacts/11/.local/share/flokk-contacts/contacts.dat' (OS Error: No such file or directory, errno = 2)
flutter: #########################
flutter: BootstrapCommand Complete
flutter: #########################
Segmentation fault
Note that the application seems to launch fine but when I press alt key it crashes:
$ dmesg
[ 2025.806582] flokk-contacts[11632]: segfault at f0 ip 00007f997b20b1f2 sp 00007fff63565768 error 4 in libgdk-3.so.0.2200.30[7f997b1c4000+eb000]
The text was updated successfully, but these errors were encountered:
Installed using
sudo snap install flokk-contacts
and ran:Note that the application seems to launch fine but when I press
alt
key it crashes:The text was updated successfully, but these errors were encountered: