8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我使用git clone下拉最新版本的代码,安装了dotnet6.0.428,编译时出现错误(应该是版本不同导致的问题),我修改了ConfigViewModel.cs和TrayMenu.cs的部分代码解决了该问题,编译完成后启动可执行程序,正常执行,但点击设置按键会闪退,感觉像是编译出的TMSpeech.GUI.dll出现了某些问题,初步怀疑是环境原因导致,不知道作者是否有参考建议,万分感谢!
The text was updated successfully, but these errors were encountered:
能否公开一下您 fork 的代码? @liyan1997
Sorry, something went wrong.
感谢回复 我使用的是master分支 使用命令git clone https://github.com/jxlpzqc/TMSpeech.git克隆下来的仓库然后进行编译的 不过我修改了一些代码来解决编译时的问题 虽然编译能生成可执行程序 但是无法点击设置 您如果有时间可以看看具体是什么问题 我不是搞C#的 可能是一个比较愚蠢的问题导致的 我已经参考着您的代码功能实现了一个python版的 可以凑活用 再次感谢于百忙之中的回复
官方输出的exe也是有这个问题,在win11 24h2下
No branches or pull requests
我使用git clone下拉最新版本的代码,安装了dotnet6.0.428,编译时出现错误(应该是版本不同导致的问题),我修改了ConfigViewModel.cs和TrayMenu.cs的部分代码解决了该问题,编译完成后启动可执行程序,正常执行,但点击设置按键会闪退,感觉像是编译出的TMSpeech.GUI.dll出现了某些问题,初步怀疑是环境原因导致,不知道作者是否有参考建议,万分感谢!
The text was updated successfully, but these errors were encountered: