AppFlowy icon indicating copy to clipboard operation
AppFlowy copied to clipboard

[Bug] App crashed on Windows

Open PeanutMelonSeedBigAlmond opened this issue 1 year ago • 1 comments

Bug Description

When I launch the App via double-click the exe file, it neither shows any user interface, nor appered in Task manager.

When I launch it via cmd, no logs were outputed.

Following logs are collected by Windows Event Viewer: (My language region is Chinese and sorry for any inconvenience.)

error 0xc0000005
错误应用程序名称: AppFlowy.exe,版本: 0.6.9.0,时间戳: 0x66dff5e9
错误模块名称: AppFlowy.exe,版本: 0.6.9.0,时间戳: 0x66dff5e9
异常代码: 0xc000041d
错误偏移量: 0x000000000000cad0
错误进程 ID: 0x0x4A0
错误应用程序启动时间: 0x0x1DB09EB6FD7500C
错误应用程序路径: C:\Program Files (x86)\AppFlowy\AppFlowy.exe
错误模块路径: C:\Program Files (x86)\AppFlowy\AppFlowy.exe
报告 ID: 7b299474-726e-4948-b1f0-aa6972c84855
错误程序包全名: 
错误程序包相对应用程序 ID: 
error 0xc000041d
错误应用程序名称: AppFlowy.exe,版本: 0.6.9.0,时间戳: 0x66dff5e9
错误模块名称: AppFlowy.exe,版本: 0.6.9.0,时间戳: 0x66dff5e9
异常代码: 0xc0000005
错误偏移量: 0x000000000000cad0
错误进程 ID: 0x0x4A0
错误应用程序启动时间: 0x0x1DB09EB6FD7500C
错误应用程序路径: C:\Program Files (x86)\AppFlowy\AppFlowy.exe
错误模块路径: C:\Program Files (x86)\AppFlowy\AppFlowy.exe
报告 ID: 4f2d45cb-236c-49de-befc-a59c325d0868
错误程序包全名: 
错误程序包相对应用程序 ID: 

here is the explanation from microsoft: 7deac1b2abdad1bbdc4c3a08ccb6c45b

How to Reproduce

Open the app simply.

Expected Behavior

App is opened normally.

Operating System

Windows 11 pro workstation 23H2 (OS build 22631.4037)

AppFlowy Version(s)

0.6.9

Screenshots

No response

Additional Context

Latest version works on my machine is 0.5.8.

I had the same issue, and solved it this way: https://github.com/AppFlowy-IO/AppFlowy/issues/6979#issuecomment-2571743828

Try deleting %AppData%/io.appflowy (navigate to it quickly by using Run → WIN key + R)

candideu avatar Jan 05 '25 20:01 candideu