Kinc icon indicating copy to clipboard operation
Kinc copied to clipboard

[macos] Video playback doesn't loop / eventually crashes

Open nateupstairs opened this issue 8 years ago • 2 comments

Videos played back with video.play(true) on macos result in this error repeatedly:

AVD error: Perf capability check failed: 0xe00002be

Which eventually compounds and crashes out the execution. It happens at the very moment the video reaches the end and doesn't loop properly.

nateupstairs avatar Jun 05 '17 20:06 nateupstairs

That is weird, for me they just don't loop at all. Also I don't see any code for looping. Are you sure you are talking about the macOS backend?

RobDangerous avatar Jun 07 '17 13:06 RobDangerous

Well, they don't loop, but they also error out at the end of playback even if i put video.play(false). This is on the osx backend [build -> macOS from Kode Studio]. I can give you my files if you want to test on them. I also pulled your newest kore from a couple hours ago and it's still happening.

nateupstairs avatar Jun 07 '17 19:06 nateupstairs