mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #6979] [Bug] Appflowy 0.7.7 is not opening / failing to launch / does not apear on Windows 10 #3087
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#3087
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @candideu on GitHub (Dec 12, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/6979
Originally assigned to: @LucasXu0, @asjqkkkk on GitHub.
Bug Description
I uninstalled my old Appflowy install (probably 0.7.2 or older) from my Windows 10 PC, and the app doesn't open anymore, despite appearing in the task manager...
How to Reproduce
Install Appflowy 0.7.7 exe from Github
Expected Behavior
App opens normally
Operating System
Win 10
AppFlowy Version(s)
0.7,7
Screenshots
No response
Additional Context
No response
@LucasXu0 commented on GitHub (Dec 12, 2024):
@candideu Did any error appear when you were opening the application?
@WinXaito commented on GitHub (Dec 12, 2024):
I don't know if it's related, but I had a similar problem when I tried to install on a virtual machine.
I had the same problem yesterday when I tried to opened it on a VirtualBox VM (Windows 11). The app is shown in task manager, but nothing rendered on the screen, no error no log.
I tried v0.7.7 (installer and portable) and 0.7.6 (portable). Nothing work.
I finally tried the v0.7.7 on my computer (not a VM) (Windows 10) and it worked.
@candideu commented on GitHub (Dec 12, 2024):
@LucasXu0 no error; it just doesn't open at all when I click on the .exe
I'm not using a virtual machine
@LucasXu0 commented on GitHub (Dec 13, 2024):
@candideu Could you check if version 0.7.6 works for you?
@candideu commented on GitHub (Dec 13, 2024):
@LucasXu0 Unfortunately, 0.76 doesn't: both the standalone and installed app don't open (I always do a fresh install).
@shunuy commented on GitHub (Dec 16, 2024):
Windows 11
both the standalone and installed app (0.7.7) don't open
@shunuy commented on GitHub (Dec 16, 2024):
local_notifier_plugin.dll load OK
but,app don't open
@asjqkkkk commented on GitHub (Dec 24, 2024):
There is no issue to open it on windows 11
Have you tried to delete the data folder , then uninstall it and install it again : [C:\Users[Username]\AppData\Local\Temp\appflowy_flutter...]
@candideu commented on GitHub (Dec 30, 2024):
@asjqkkkk There is no such folder in that directory (I'm on Windows 10)...
I could only find a folder called "io.appflowy" in AppData/Roaming
@candideu commented on GitHub (Jan 5, 2025):
I'm still running into issues with opening the app. When I click on the .exe, nothing shows up, but it appears like the following files are active:
I was able to identify this list via File Locksmith (from PowerToys)
Similar issues:
@candideu commented on GitHub (Jan 5, 2025):
I finally got it working!!! 🥳
I uninstalled the app, then installed the last working version: 0.7.1, but ran into the same issues when trying to launch the app.
Thanks to this thread https://github.com/AppFlowy-IO/AppFlowy/issues/6422, I decided to launch Run (WIN key + R), and entered
%AppData%/io.appflowy/AppFlowy/data.Then, I navigated to the parent folders, and deleted this one:
C:\Users\username\AppData\Roaming\io.appflowy(%AppData%/io.appflowy)I then launched the app, and got it working. It brought me to the sign-in page.
Next, I uninstalled 0.7.1, deleted the same
io.appflowyfolder, and downloaded the latest version: 0.7.9I'm now able to launch the app, and was able to sign in successfully.
Turns out that @asjqkkkk had the right idea here:
I don't know why it wasn't working when I tried that at the time, but I'm glad it does now.
Thank you for your help!