lucoiso / UEAzSpeech

This plugin integrates Azure Speech Cognitive Services in Unreal Engine.
https://forums.unrealengine.com/t/free-azspeech-plugin-async-text-to-voice-and-voice-to-text-with-microsoft-azure/495394
MIT License
178 stars 41 forks source link

Azspeech crashes while running on ue #234

Closed dada5872 closed 7 months ago

dada5872 commented 7 months ago

Azspeech crashes while running on ue My ue version is 5.1 The operation steps are as follows

  1. Add plugin, restarted
  2. In the project settings section, Azspeech has been filled in and relevant content has been provided
  3. In the blueprint section, just run a paragraph of text to have Azspeech generate a test voice
  4. Directly crash after running

image image image

dada5872 commented 7 months ago

LoginId:c1577add4a397fa4ddd4f3abecf3e9f7 EpicAccountId:0438e05a71844c8a9c73f24c10280270

Unhandled Exception: 0xe06d7363

KERNELBASE VCRUNTIME140 UnrealEditor_AzSpeech!__azac_handle_native_ex() [D:\build\U5M-Marketplace\Sync\LocalBuilds\PluginTemp\HostProject\Plugins\AzSpeech\Source\ThirdParty\AzureWrapper\include\c_api\azac_debug.h:709] UnrealEditor_AzSpeech!Microsoft::CognitiveServices::Speech::SpeechSynthesizer::FromConfig() [D:\build\U5M-Marketplace\Sync\LocalBuilds\PluginTemp\HostProject\Plugins\AzSpeech\Source\ThirdParty\AzureWrapper\include\cxx_api\speechapi_cxx_speech_synthesizer.h:138] UnrealEditor_AzSpeech!FAzSpeechSynthesisRunnable::InitializeAzureObject() [D:\build\U5M-Marketplace\Sync\LocalBuilds\PluginTemp\HostProject\Plugins\AzSpeech\Source\AzSpeech\Private\AzSpeech\Runnables\Synthesis\AzSpeechSynthesisRunnable.cpp:190] UnrealEditor_AzSpeech!FAzSpeechRunnableBase::Run() [D:\build\U5M-Marketplace\Sync\LocalBuilds\PluginTemp\HostProject\Plugins\AzSpeech\Source\AzSpeech\Private\AzSpeech\Runnables\Bases\AzSpeechRunnableBase.cpp:60] UnrealEditor_AzSpeech!FAzSpeechSynthesisRunnable::Run() [D:\build\U5M-Marketplace\Sync\LocalBuilds\PluginTemp\HostProject\Plugins\AzSpeech\Source\AzSpeech\Private\AzSpeech\Runnables\Synthesis\AzSpeechSynthesisRunnable.cpp:21] UnrealEditor_Core UnrealEditor_Core kernel32 ntdll

AlienZi commented 7 months ago

I encountered the same problem

dylantoo commented 2 months ago

I encountered the same problem, how to fix it in ue5, thx