Skip to content
New issue

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

Window closes instantly when running. #1

Closed
EeziPZ opened this issue Nov 5, 2022 · 5 comments
Closed

Window closes instantly when running. #1

EeziPZ opened this issue Nov 5, 2022 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@EeziPZ
Copy link

EeziPZ commented Nov 5, 2022

Edit: Tested in 3.2 and is working. Must be some conflict with 3.5.

Game window instantly closes when trying to run yield($TextToSpeech2D.say(text, TextToSpeech.VOICE_AWB, speed), "completed")

No errors or debugging output.

Godot version 3.5.1
Windows 10

Created a new project and installed the plugin. Same issue happens with the example scene.

@kdik
Copy link
Owner

kdik commented Nov 7, 2022

Hi, I was able to reproduce the issue.

3.4.5 works as well, the issues seem to begin starting with 3.5.0 and only on Windows, Linux works fine.

Until I find out the root cause of this a temporary workaround would be to stick with 3.4.5.

@kdik kdik self-assigned this Nov 7, 2022
@kdik kdik added the bug Something isn't working label Nov 7, 2022
@teddybear082
Copy link

teddybear082 commented Mar 25, 2023

Hi do you think the reason with godot 3.5.1 could be because there is not a win64 lib just win 32?

Or actually maybe the issue is this? (mentions something breaking for gdnative in enums?) godot-rust/gdnative#1011

@kdik
Copy link
Owner

kdik commented Mar 25, 2023

Even though the folder is named win32, the plugin is already 64bit.

I did some debugging. I debugged a bit and the issue seems to be on line 97 in tts.c, but my findings weren't conclusive and I haven't found a fix

wave = flite_text_to_wave(c_text, voice_0);

@teddybear082
Copy link

Ok thanks for letting me know and the quick response!!

@kdik
Copy link
Owner

kdik commented Nov 19, 2023

This issue has been fixed with, the fix is included in version 1.1

@kdik kdik closed this as completed Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants