Simple VideoStreamPlayback causes thread panic #709
Labels
bug
c: ffi
Low-level components and interaction with GDExtension API
c: threads
Related to multithreading in Godot
Uh oh!
There was an error while loading. Please reload this page.
I just created
VideoStreamPlayback
as just simple as possible (with dummy data), causes thread error.https://github.com/funatsufumiya/godot_test_video_stream
First error shows
use the "experimental-threads" feature
, but when enabled it, still panic occurs when some audio IOThread interrupted.Full error log (backtrace) without
experimental-threads
:error_without_experimental_threads.txt
Full error log (backtrace) with
experimental-threads
:error_with_experimental_threads.txt
Error report from macOS (also same error occurs on Windows):
error_report_mac.txt
The text was updated successfully, but these errors were encountered: