Huajie Shen
Huajie Shen
遇到了同样的问题: ═════════════════════════════════════════════════════════════════════════════════ START ═════════════════════════════════════════════════════════════════════════════════ INFO 20:51:46.403 │ Start scheduler loop: src INFO 20:51:46.407 │ [Lang] cn INFO 20:51:46.410 │ Bind task ['Alas'] INFO 20:51:46.412 │ Pending tasks: ['Restart', 'Weekly', 'Ornament',...
启动的时候也有报错: D:/Program Files/Netease/MuMuPlayer-12.0/shell/adb.exe is same as C:/Users/adije/Downloads/StarRailCopilot_0.5.7_fullcn/StarRailCopilot/toolkit/Lib/site-packages/adbutils/binaries/adb.exe, skip No need to replace Process: [ 80% ] ==================== ADB CONNECT ==================== -------------------- ADB DEIVCES -------------------- C:/Users/adije/Downloads/StarRailCopilot_0.5.7_fullcn/StarRailCopilot/toolkit/Lib/site-packages/adbutils/binaries/adb.exe devices * daemon not running;...
更新:在尝试命令行运行python,命令行运行.bat,管理员权限运行src.exe之后,找到了终极解决方法,解决了这个问题。重装软件+重启系统...
Sorry, just delete it accidentally, I would add it back ---Original--- From: "Michael ***@***.***> Date: Fri, Nov 1, 2024 18:29 PM To: ***@***.***>; Cc: "Huajie ***@***.******@***.***>; Subject: Re: [open-quantum-safe/liboqs-java] Enable...
> Hi @AdijeShen, do you plan to continue with this PR? Hi @SWilson4 , I will turn back to working on this PR and plan to finish it within one...
I've completed my revisions by removing the git submodule approach as requested. The current implementation uses static linking with liboqs.a instead of dynamic linking, which might require adjustments to the...
Hi @SWilson4, Thank you for the feedback! Regarding the change from dynamic to static linking: 1. Static linking resolves Windows-specific issues where loading dynamic libraries requires specific path configurations 2....
@SWilson4 Thank you for pointing that out. I've fixed the line ending issue by converting all files back to LF format. The changes have been pushed in the latest commit.