-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Failed to create KHR image: 12300 #51
Comments
It is also happening to me, I was just going to declare an issue about it. |
I think this has something to do wih running out of video ram. |
I took a short look, but I guess too short, but I noticed that in |
@floouuu Does the same happens if you reuse the QML Component without reloading it in the Loader? I have tested long term loop playback using a playlist and I've found this kind of problem is really related to dynamic creation of new video component with a Loader |
The fix will be available shortly. |
@Nightmare204 Thank you for the hint. I am abroad now, but I will test this as soon as I am home again - which will be arround tomorrow evening. I will let you know! |
Someone who can test the new build? |
Hi @carlonluca... I'm doing some long test on my code and I'm using POT 5.1.0 If you provide the sources I will be able to recompile for qt5.5.1 and give it some long test. I'm guessing my problem is around this issue because my video loop just freezes and sometimes even gives me kernel panic problems |
Sources for 5.2.0 will be committed in a few hours. |
Commit was pushed. |
I tested again the 5.6 build and I got some weird behavior: After several loops (More that 8 hours) between 2 videos of 15 sec the player just stopped with segmentation fault.
However if I play the video with omxplayer it reproduces normally. In Other test this video just never ended but rendered black.... IDK if it could be just some error in the video format... @carlonluca If you can check this video, maybe you find something on it. I'd reconverted the video and I'm starting tests again... I will tell you |
Can you reproduce with a minimal QML looping the video? Can you run on gdb? |
Closing the issue untile someone provides a sample to reproduce. Feel free to reopen. |
Hi, |
Hi,
In this simple example, I create/destroy the mediaplayer dynamically. After some times, I always got this error:
09:14:08.076 INFORMATION: Instantiating texture data...
09:14:08.096 INFORMATION: Creating EGLImageKHR...
09:14:08.096 INFORMATION: Instantiating texture data...
09:14:08.532 INFORMATION: Creating EGLImageKHR...
09:14:08.533 INFORMATION: Instantiating texture data...
09:14:08.553 INFORMATION: Creating EGLImageKHR...
09:14:08.553 INFORMATION: Instantiating texture data...
09:14:08.554 INFORMATION: Creating EGLImageKHR...
eglCreateImageKHR: failed to create image for buffer 0x39 target 12465 error 0x300c
09:14:08.556 ERROR: Failed to create KHR image: 12300.
This example is launched with qmlscene.
Do you have any idea about this ?
mediaPlayerTest.zip
The text was updated successfully, but these errors were encountered: