cuifengcn / TAICHI-flet

基于flet的一款windows桌面应用,实现了浏览图片、音乐、小说、漫画、各种资源的功能。
MIT License
2.7k stars 334 forks source link

file no found (taichi_db.dbm.dat) #49

Closed JureQzy closed 8 months ago

JureQzy commented 8 months ago

打开软件后显示 There was an error while processing your request:[Error 2]No such file or directory:C:\User\myusername\AppData\Roaming\taichi\taichi_db.dbm.dat 版本是太极2.6.9 QQ图片20230922114930

cuifengcn commented 8 months ago

可以提供更详细的信息吗,系统版本,系统用户,方便排查。另外尝试手动创建缺失文件能否解决

JureQzy commented 8 months ago

恩     WIN11系统  64位   系统用户名 a       因为看缺失的是数据库文件,手动创建空文件应该也是没用的,而且没有该文件.  百度上查询这个文件也未果     现在安装了2.6.5版本,看到正确创建了C:\Users\a\AppData\Roaming\taichi\shared_preferences.json  可正常运行

 

------------------ 原始邮件 ------------------ 发件人: "cuifengcn/TAICHI-flet" @.>; 发送时间: 2023年9月22日(星期五) 中午12:23 @.>; @.**@.>; 主题: Re: [cuifengcn/TAICHI-flet] file no found (taichi_db.dbm.dat) (Issue #49)

可以提供更详细的信息吗,系统版本,系统用户,方便排查。另外尝试手动创建缺失文件能否解决

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

cuifengcn commented 8 months ago

上面的报错是]No such file or directory,可以试着手动创建来跳过这个问题的。另外此问题出现的原因是:2.6.7之后的版本使用轻量级数据库存储大文件数据,可能是因为系统权限原因导致相应文件创建失败

JureQzy commented 8 months ago

刚才尝试了下,在2.6.5版本中使用软件中的更新功能更新到2.6.9后,这些数据库文件都被正确创建了. 旧版本更新到新版本可以

之前新安装,运行exe的时候尝试给过管理员权限,但也创建失败

 

------------------ 原始邮件 ------------------ 发件人: "cuifengcn/TAICHI-flet" @.>; 发送时间: 2023年9月22日(星期五) 中午12:40 @.>; @.**@.>; 主题: Re: [cuifengcn/TAICHI-flet] file no found (taichi_db.dbm.dat) (Issue #49)

上面的报错是]No such file or directory,可以试着手动创建来跳过这个问题的。另外此问题出现的原因是:2.6.7之后的版本使用轻量级数据库存储大文件数据,可能是因为系统权限原因导致相应文件创建失败

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

cuifengcn commented 8 months ago

taichi文件夹未创建导致其中的数据库文件创建失败,已修复