Closed ghost closed 2 years ago
Hi @CapeCrusader321 :wave:
Thanks for opening the issue!
I think this is because there is an instance already running on your system. You can try to kill it from the system monitor, or from terminal:
killall feeling_finder
or even by rebooting.
I will also look into a check at startup, and if there is an instance already running the app can kill it so it can proceed.
Hi @Merrit thanks for checking out, but sadly none of your suggestion seems to work..
Really, even after rebooting the computer it still won't open? With the same error? :thinking:
@Merrit Yes i have done multiple reboot yet no results
Same issue, here's an error trying to run the app after killall feeling_finder
[ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: Bad state: No element
#0 _GrowableList.last (dart:core-patch/growable_array.dart:348)
#1 Flatpak._systemThemeMode (package:flutter_flatpak/flutter_flatpak.dart:31)
<asynchronous suspension>
#2 Flatpak.init (package:flutter_flatpak/flutter_flatpak.dart:20)
<asynchronous suspension>
#3 SettingsService.themeMode (package:feeling_finder/src/settings/settings_service.dart:78)
<asynchronous suspension>
#4 SettingsCubit.init (package:feeling_finder/src/settings/cubit/settings_cubit.dart:33)
<asynchronous suspension>
#5 main (package:feeling_finder/main.dart:31)
<asynchronous suspension>
This Probably means its a bug which need to be fixed, i am sure you will work on it....
Have been without power for a few days following bad weather here. I will look into this soon as I can :)
v0.8.0 is being published to Flathub shortly, hopefully will fix the issue(s) you've encountered; please update when available and let me know :)
ok
I used the terminal to open the app and here is the output the terminal gives-
[ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: FileSystemException: lock failed, path = '/home/ss/.var/app/codes.merritt.FeelingFinder/data/feeling_finder/storage/general.lock' (OS Error: Resource temporarily unavailable, errno = 11)
0 _RandomAccessFile.lock. (dart:io/file_impl.dart:1002)
1 _rootRunUnary (dart:async/zone.dart:1434)