OGV VideoPlayer dosen't start after export

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Krolon

Hello guys,

I was development a game that have a video to introducing the player on the beginning.
I took the video in the youtube and convert it in ogv.
In Godot the video plays without any problem. But when I export the game, the video doesn’t start and the Debug screen show a error:
“Error: set_file: Condition ’ !file ’ is true.
At: modules/theora/video_stream_theora.cpp:178”
What can I do? My project really need this video. I hava another way to use? Another type like mp4?

:bust_in_silhouette: Reply From: Krolon

I get the answer in the gethub.
Link: Fix loading and exporting of Theora and WebM video streams by akien-mga · Pull Request #19937 · godotengine/godot · GitHub
To resolve just move the “exe” file and the “pck” file to inside of the project main folder.