This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
+1 vote

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: setfile: 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?

in Engine by (26 points)

1 Answer

0 votes
Best answer

I get the answer in the gethub.
Link: https://github.com/godotengine/godot/pull/19937
To resolve just move the "exe" file and the "pck" file to inside of the project main folder.

by (26 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.