DearVa / ExplorerEx

A Swift, Multi-Tabbed, Modern UI and Humanized File Explorer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It crashes when executing it

Andy312432 opened this issue · comments

Device : i5-9400F
Memory: 16GB
Operating System: Windows 11 21H2 x86
Runtime installed: Net 6.0 desktop

直接執行無反應
扔出一個LOG檔
或者是...安裝說明?
No replies when double-clicking it...
Returns a log file when using cmd..
Or... make a setup instruction...?

2022-04-01.txt
.

您是否同時開啟了多個程序實例?經測試如果同時打開3個以上就會觸發此bug,我會在下個版本修復。

Please check out the latest commit 237485 if it fixed this problem.

一個簡單的問題
我如何Build他?

最簡單的方式就是在此處下載安裝.NET 6 SDK,之後在源代碼根目錄執行
dotnet build -a x64 -c Release ExplorerEx

我在最新的commit中移除了對com組件的引用,您可以fork這個commit進行build。之前的版本直接使用dotnet build會出現錯誤(需要改用更麻煩的msbuild)

image
現在他無法正確找到我的.NET了...

這裡有一篇文章提到:

如果将.NET SDK 安装到非默认位置,则需要将环境变量 DOTNET_ROOT 设置到包含 dotnet 可执行文件的目录。

破案了,是Fody的鍋。下次我發佈一個帶有運行時的版本,應該會解決這個問題。