mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 21:00:19 +00:00
[GH-ISSUE #2152] [Bug] The program cannot run properly. #870
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#870
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 @taylormao on GitHub (Mar 31, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2152
Originally assigned to: @appflowy on GitHub.
Bug Description
I am using the operating system Windows 10 LTSC Version 21H2. I downloaded AppFlowy_0.1.2_windows-x86_64.zip from https://github.com/AppFlowy-IO/appflowy/releases. After I extracted it and clicked on AppFlowy.exe, a white screen appeared without any buttons. This state persisted for about 30 seconds, and then the application suddenly disappeared. In other words, I cannot use this program normally. I am very sad about this.
How to Reproduce
ddownload and unzip ,and click the appflowy.exe
Expected Behavior
I am using the operating system Windows 10 LTSC Version 21H2. I downloaded AppFlowy_0.1.2_windows-x86_64.zip from https://github.com/AppFlowy-IO/appflowy/releases. After I extracted it and clicked on AppFlowy.exe, a white screen appeared without any buttons. This state persisted for about 30 seconds, and then the application suddenly disappeared. In other words, I cannot use this program normally. I am very sad about this.
Operating System
Windows 10 LTSC Version 21H2
AppFlowy Version(s)
AppFlowy_0.1.2
Screenshots
nothing,and 30s later, the app shade down
Additional Context
"Is there any missing runtime dependency and how to address it?"
@LucasXu0 commented on GitHub (Mar 31, 2023):
@a-wallen Can you help to check this issue?
@taylormao commented on GitHub (Mar 31, 2023):
thank you
@a-wallen commented on GitHub (Apr 2, 2023):
I'm unable to reproduce this on Windows 11 and on Windows 10 (22H2). @taylormao are you able to update your computer and try again or, send us additional information from Start > Settings > System > About.
@taylormao commented on GitHub (Apr 2, 2023):
I have shared the error file that occurred during runtime in another issue.
#2163 This issue contains more detailed runtime errors.
Here is a screenshot of my operating system information.
I am a user in China and I am very much looking forward to the recognition of your products here in China.
thank you a-wallen @a-wallen
@taylormao commented on GitHub (Apr 2, 2023):
@a-wallen ,I traced the error message. The content is as follows.
@a-wallen commented on GitHub (Apr 4, 2023):
Although I'm unable to reproduce it, it looks like the root of the error is a SQLITE_IOERR from libsqlite3 (see errors.rs). It arises due to how our
journal_modeis set. The default configuration setsjournal_modeto WAL. Others have run into similar problems on Windows 10 with the samejournal_modesetting. It looks like it was fixed by changing the journal mode to DELETE on Windows 10 only.If the following line fails,
github.com/AppFlowy-IO/AppFlowy@cf93e92e64/frontend/rust-lib/flowy-sqlite/src/kv/kv.rs (L91), maybe we should try again with a differentjournal_modesetting. In this case, the constructor forConnectionPoolmust be modified to accept aDatabaseCustomizerConfiggithub.com/AppFlowy-IO/AppFlowy@cf93e92e64/frontend/rust-lib/flowy-sqlite/src/sqlite/pool.rs (L25-L46).Nonetheless, I don't have a computer to install Windows 10 LTSC, so I will remove my assignment to this issue as I cannot reproduce it with Windows 10 22H2 and Windows 11.
@taylormao commented on GitHub (Apr 4, 2023):
What kind of modification should I make to make AppFlowy run normally?
Alex Wallen @.***> 于2023年4月4日周二 08:25写道:
@taylormao commented on GitHub (Apr 4, 2023):
Can this error be fixed in the next release version? I am not an open source contributor, but a user from China. I hope this error can be fixed in the subsequent versions. Thank you very much for your clarification.
@a-wallen commented on GitHub (Apr 4, 2023):
I'd love to fix this, but I can't, given my lack of resources. I'll reach out on Discord to find a contributor that might be running Windows 10 LTSC. Unfortunately, I don't think you can use AppFlowy unless someone contributes a fix or if you update your operating system.
@annieappflowy commented on GitHub (Jun 12, 2023):
Please try the latest release and reopen if you still run into the issue.