hitchao / Jvedio

Jvedio 是本地视频管理软件,支持扫描本地视频并导入软件,建立视频库, 提取出视频的 唯一识别码,自动分类视频, 添加标签管理视频,使用人工智能识别演员,支持翻译信息, 基于 FFmpeg 截取视频图片,Window 桌面端流畅美观的应用软件
https://hitchao.github.io/JvedioWebPage/
GNU General Public License v3.0
2.44k stars 266 forks source link

在win11下运行报错 #392

Open jackdanny77 opened 9 months ago

jackdanny77 commented 9 months ago

code = CantOpen (14), message = System.Data.SQLite.SQLiteException (0x800007FF): unable to open database file 在 SuperUtils.Framework.ORM.Mapper.SqliteMapper1.Init() 在 SuperUtils.Framework.ORM.Mapper.SqliteMapper1..ctor(String sqlitePath) 在 Jvedio.Mapper.BaseMapper.BaseMapper`1.Init() 在 Jvedio.MapperManager.Init() 在 Jvedio.WindowStartUp.InitMapper() 在 Jvedio.WindowStartUp.d31.MoveNext() --- 引发异常的上一位置中堆栈跟踪的末尾 --- 在 System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.b6_0(Object state) 在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) 在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

hitchao commented 9 months ago

试试把 SuperUtils.dll 加入信任

右键,属性,加入信任

jackdanny77 commented 7 months ago

属性里面没信任这个选项吗