Skip to content

Commit

Permalink
feat: 添加Windows遇到“进程已结束,退出代码为 -1073741819 (0xC0000005)”的解决方案
Browse files Browse the repository at this point in the history
 ./gradlew run
  • Loading branch information
jixiaoyong committed Apr 28, 2024
1 parent 10abcb7 commit 44f9947
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ packageReleaseDistributionForCurrentOS

- 下载源码后,使用 IDEA 打开并运行 Main.kt 文件即可启动图形化界面。

> 对于 windwos 用户,如果遇到`进程已结束,退出代码为 -1073741819 (0xC0000005)`,可以执行` ./gradlew run`
>
> 可以在 gradle > ApkSigner > compose desktop > run找到这个命令;
>
> 或者可以在 编辑配置 > Gradle > 添加新的运行配置... > 运行 一栏添加run即可。
### 3. 运行 jar 包

1. 自行使用 jar 打包命令`./gradlew packageReleaseUberJarForCurrentOS`打包
Expand Down

0 comments on commit 44f9947

Please sign in to comment.