MetalTranslate icon indicating copy to clipboard operation
MetalTranslate copied to clipboard

Translate method never returns on Windows

Open GabrielNSD opened this issue 7 months ago • 1 comments

Hi there! I am trying to compile the project on Windows. I have used the strategy on #3 and it compiled. The issue that I am facing is that the Translate method never returns.
I have added several logs inside the method and all of them are displayed in my terminal but the method itself never returns and the process keep running indefinitely.

The compiler I am using is MSVC 19.40.33811.0.

The compilation and execution work great on macOS and Linux.

I made some tests in Translate method and noticed that this issue just happens when translator.translate_batch method is called. But even when it is called all the other methods and logs called after it are executed without problem, except return and throw that are never executed.

Any ideas or tips on how to debug this would be very helpful.

GabrielNSD avatar Jul 16 '24 20:07 GabrielNSD