You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Had to redownload GameTTS. First time a few months ago worked fine, today on a new system when starting the .exe it immediately prompts this:
"Install GameTTS Requirements.
Error Installing GameTTS: Message = Das System kann die angegebene Datei nicht finden
bei System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
bei System.Diagnostics.Process.Start()
bei System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
bei GameTTS.Program.RunPythonScript(String python, String command) in C:\Users\Alex\source\repos\GameTTS-Dev\GameTTS-Dev\Program.cs:Zeile 52.
bei GameTTS.Program.Main(String[] args) in C:\Users\Alex\source\repos\GameTTS-Dev\GameTTS-Dev\Program.cs:Zeile 126."
Is this an issue on my end or repo?
The text was updated successfully, but these errors were encountered:
I had indeed a space in the path, but even when removed I get the same message still. The files are extraced on a folder on the desktop. Opened with admin-rights.
Same here. Don´t know exactly where this blank would even be and why it would be there. And after checking, the Folder name where the .exe is located has no blanks. The error message persists. I don´t have python installed but that should not be the problem.
I had the same problem. I downloaded GameTTS and extracted it to c:\Program Files\ which might have been the problem, due to the path containing spaces. When I move the GameTTS folder to my desktop it installed the dependencies just fine. I believe Pip will use the default english folder names even if your system language is different. So c:\Program Files\ would be used if you try to run the .exe from c:\Programme.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Had to redownload GameTTS. First time a few months ago worked fine, today on a new system when starting the .exe it immediately prompts this:
"Install GameTTS Requirements.
Error Installing GameTTS: Message = Das System kann die angegebene Datei nicht finden
bei System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
bei System.Diagnostics.Process.Start()
bei System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
bei GameTTS.Program.RunPythonScript(String python, String command) in C:\Users\Alex\source\repos\GameTTS-Dev\GameTTS-Dev\Program.cs:Zeile 52.
bei GameTTS.Program.Main(String[] args) in C:\Users\Alex\source\repos\GameTTS-Dev\GameTTS-Dev\Program.cs:Zeile 126."
Is this an issue on my end or repo?
The text was updated successfully, but these errors were encountered: