valbok / QtAVPlayer

Free and open-source Qt Media Player library based on FFmpeg, for Linux, Windows, macOS, iOS and Android.
MIT License
282 stars 54 forks source link

Cannot play video with qml_video demo on MacOS M1 #220

Closed ilongshan closed 2 years ago

ilongshan commented 2 years ago

The qml_video demo cannot play video, when running on MacOS M1. With debug mode, the play just flicks and shows pink image as attched, also ouputs the following message. I builds the project with cmake and QT_AVPLAYER_NO_HWDEVICE=1.

2022-02-09 10:48:33.512270+0800 qml_video[31822:6033565] +[MTLIOAccelDevice registerDevices]: Zero Metal services found
2022-02-09 10:48:38.312459+0800 qml_video[31822:6033565] stateChanged PlayingState NoMedia
2022-02-09 10:48:39.542508+0800 qml_video[31822:6033934] mediaStatusChanged LoadedMedia PlayingState
2022-02-09 10:48:39.542567+0800 qml_video[31822:6033934] Video streams: 1
2022-02-09 10:48:39.561936+0800 qml_video[31822:6033934] [ 1 ] QMap(("creation_time", "2010-02-09T01:55:39.000000Z")("handler_name", "Apple Video Media Handler")("language", "eng")("vendor_id", "[0][0][0][0]")) ---current
2022-02-09 10:48:39.562076+0800 qml_video[31822:6033934] Audio streams: 1
2022-02-09 10:48:39.562098+0800 qml_video[31822:6033934] [ 0 ] QMap(("creation_time", "2010-02-09T01:55:39.000000Z")("handler_name", "Apple Sound Media Handler")("language", "eng")("vendor_id", "[0][0][0][0]")) ---current
2022-02-09 10:48:39.562103+0800 qml_video[31822:6033934] Subtitle streams: 0
2022-02-09 10:48:39.562244+0800 qml_video[31822:6033934] Available pixel formats:
2022-02-09 10:48:39.562267+0800 qml_video[31822:6033934]    yuv420p : AVPixelFormat( 0 )
2022-02-09 10:48:39.562275+0800 qml_video[31822:6033934]    videotoolbox_vld : AVPixelFormat( 160 )
2022-02-09 10:48:39.566849+0800 qml_video[31822:6033934] Using software decoding in yuv420p
2022-02-09 10:48:39.577091+0800 qml_video[31822:6033565] durationChanged 60095
2022-02-09 10:48:40.313386+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Caused GPU Address Fault Error (IOAF code 11)
2022-02-09 10:48:40.327783+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Caused GPU Address Fault Error (IOAF code 11)
2022-02-09 10:48:40.347378+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.347429+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.395643+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.395688+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.428157+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.428193+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.479036+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.479066+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.512243+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.512283+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.562518+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.562566+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.595913+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.595968+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.644717+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.644755+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.678195+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.678232+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.729202+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.729250+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.762164+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.762222+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.811756+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.811805+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.846493+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.846538+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.896001+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.896047+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.929138+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.929182+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.978564+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:40.978610+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.012362+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.012405+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.062993+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.063037+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.094781+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.094821+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.145289+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.145331+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.179034+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.179077+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.229294+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.229332+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.262324+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.262381+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.312435+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.312484+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.345702+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.345746+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.394676+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.394721+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.429121+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.429160+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.478936+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.478974+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.512297+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.512335+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.562327+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.562367+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.595470+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.595519+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.648073+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.648123+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.678611+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.678652+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.728256+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.728294+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.762331+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.762362+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.811490+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.811534+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.845663+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.845707+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.895957+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.895996+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.928950+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.928993+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.978954+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:41.978997+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.451397+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.451466+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.453770+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.453806+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.454348+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.454374+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.479752+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.479795+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.512479+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.512520+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.562310+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.562363+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.595422+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.595468+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.645827+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.645866+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.679141+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.679177+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.728415+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.728461+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.765440+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.765478+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.812389+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.812439+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.846588+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.846649+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.895695+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.895740+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.929760+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.929806+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.979068+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:42.979110+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.011911+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.011950+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.063456+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.063495+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.095360+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.095391+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.145406+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.145445+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.179922+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.180010+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.228237+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.228281+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.261628+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.261679+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.312481+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.312525+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.345021+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.345069+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.394760+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.394803+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.429173+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.429215+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.478205+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.478243+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.512319+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.512358+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.562735+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.562842+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.596176+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.596232+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.645711+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.645751+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.678035+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.678076+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.762273+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.762313+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.812272+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.812312+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.845602+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.845635+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.895742+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.895777+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.928152+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.928188+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.978043+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:43.978077+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.012259+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.012303+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.062282+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.062317+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.095457+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.095502+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.145597+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.145634+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.182216+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.182264+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.228877+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.228912+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.261418+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.261465+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.312379+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.312416+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.345607+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.345647+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.395697+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.395728+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.429012+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.429057+0800 qml_video[31822:6033709] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.478929+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.478969+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.511429+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.511460+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.563070+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.563109+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.595657+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.595732+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.645646+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.645684+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.677911+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.677945+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.728954+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.728993+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.762115+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.762153+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.811423+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.811470+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.845610+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.845649+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.895534+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.895560+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.928795+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:44.928826+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:45.225752+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:45.225786+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:45.225926+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:45.225957+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:45.245830+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:45.245850+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:45.277974+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:45.278000+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:45.329209+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:45.329258+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:45.379276+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:45.379319+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:45.411519+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:45.411561+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.225448+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.225581+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.257835+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.257894+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.320474+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.320518+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.473360+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.473398+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.473970+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.473987+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.486885+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.486919+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.495558+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.495588+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.545555+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.545584+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.578872+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.578941+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.628861+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.628893+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.661275+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.661303+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.712288+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.712330+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.745131+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.745161+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.795554+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.795587+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.829556+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.829635+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.878867+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.878901+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.912289+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.912328+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.962172+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.962197+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.995535+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:46.995564+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.045521+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.045553+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.078811+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.078837+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.128833+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.128863+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.162070+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.162088+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.212177+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.212206+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.245413+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.245433+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.295377+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.295393+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.328804+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.328818+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.378075+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.378092+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.428707+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.428722+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.643700+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.643728+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.643859+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.643878+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.644373+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.644393+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.662230+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.662257+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.712470+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.712534+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.745932+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.745974+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.795598+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.795632+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.828895+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.828938+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.878938+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.878975+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.912314+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.912370+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.962529+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.962570+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.995657+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:47.995691+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:48.045576+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:48.045618+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:48.079230+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:48.079273+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:49.133081+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:49.133185+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:49.133813+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:49.133857+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.328699+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.328751+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.379067+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.379133+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.412691+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.412776+0800 qml_video[31822:6033698] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.462946+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.463001+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.511530+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.511596+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.544994+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.545088+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.579252+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.579317+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.629281+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.629352+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.662701+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.662793+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.712641+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.712735+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.745994+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.746073+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.795807+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.795867+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.829927+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.830020+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.878326+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.878408+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.912914+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.913559+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.961700+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.961776+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.995769+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:51.995916+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.045847+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.045925+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.079296+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.079382+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.129274+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.129385+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.162871+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.162940+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.211941+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.211989+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.245679+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.245731+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.294729+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.294785+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.329248+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.329315+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.379485+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.379845+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.412308+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.412362+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.462663+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.462739+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.495998+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.496079+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.546145+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.546221+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.579384+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.579472+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.628645+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.628766+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.662666+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.662761+0800 qml_video[31822:6033706] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.718561+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.718613+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.746040+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.746119+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.795993+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.796068+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.829364+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.829442+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.880104+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.880227+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.911685+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.911777+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.961930+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.962011+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.996185+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:52.996293+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.046172+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.046236+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.095868+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.095943+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.129352+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.129425+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.163514+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.163648+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.211548+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.211613+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.245897+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.245977+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.295210+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.295342+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.329277+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.329376+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.379510+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.379620+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.413021+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.413144+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.462695+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.462778+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.511729+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.511826+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.546202+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.546313+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.579361+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.579462+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.628555+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.628666+0800 qml_video[31822:6033708] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.663220+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.663310+0800 qml_video[31822:6033699] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2022-02-09 10:48:53.774588+0800 qml_video[31822:6033565] stateChanged StoppedState LoadedMedia
2022-02-09 10:48:53.775058+0800 qml_video[31822:6033934] mediaStatusChanged NoMedia StoppedState
2022-02-09 10:48:53.786460+0800 qml_video[31822:6033565] durationChanged 0
iShot2022-02-09 10 48 51
valbok commented 2 years ago

Hi, thanks for submitting issues. Is it for any videos or one? Could you please share? Or check sample ones, which reproduces. you could also check if it is rendering issue, by QVideoFrame f = videoFrame; f.toImage().save("frame.jpg") and see if it is valid frame.

valbok commented 2 years ago

+[MTLIOAccelDevice registerDevices]: Zero Metal services found

this is also suspicious

ilongshan commented 2 years ago

Hi, thanks for submitting issues. Is it for any videos or one? Could you please share? Or check sample ones, which reproduces. you could also check if it is rendering issue, by QVideoFrame f = videoFrame; f.toImage().save("frame.jpg") and see if it is valid frame.

I tried the default video and two my own videos, and none of the videos can be played.

I tried to save the video to images with variable videoFrame or variable f, and all of them are valid frame.

ilongshan commented 2 years ago

+[MTLIOAccelDevice registerDevices]: Zero Metal services found

this is also suspicious

Yes, may be it related to Mac M1. But I have no clue to debug it. Any suggestions?

valbok commented 2 years ago

suggestion to test this file in QML Video/MediaPlayer from QtMultimedia and make sure that it works there.

bloxgate commented 2 years ago

I also have an M1 Mac that suffers from the same issue. Is there anything I can do or any information I can provide that would help?

This is the output I see in my terminal:

stateChanged PlayingState NoMedia
h264 : supported hardware device contexts:
    videotoolbox
Found hardware device context: videotoolbox
durationChanged 60095
mediaStatusChanged LoadedMedia PlayingState
Video streams: 1
[ 1 ] QMap(("creation_time", "2010-02-09T01:55:39.000000Z")("handler_name", "Apple Video Media Handler")("language", "eng")("vendor_id", "[0][0][0][0]")) ---current
Audio streams: 1
[ 0 ] QMap(("creation_time", "2010-02-09T01:55:39.000000Z")("handler_name", "Apple Sound Media Handler")("language", "eng")("vendor_id", "[0][0][0][0]")) ---current
Subtitle streams: 0
Available pixel formats:
   yuv420p : AVPixelFormat( 0 )
   videotoolbox_vld : AVPixelFormat( 158 )
Using hardware decoding in videotoolbox_vld
stateChanged StoppedState LoadedMedia
mediaStatusChanged EndOfMedia StoppedState
mediaStatusChanged NoMedia StoppedState
durationChanged 0
valbok commented 2 years ago

first I would suggest to try QtMultimedia examples to make sure that it works inside Qt.

leavelet commented 2 years ago

first I would suggest to try QtMultimedia examples to make sure that it works inside Qt.

QtMultimedia examples provided by Qt team works fine. I am looking into the issue, but it's somewhat difficult and I have been busy these days. I'll try to solve it in July (If this issue still exist at that time

valbok commented 2 years ago

https://github.com/valbok/QtAVPlayer/issues/254 https://github.com/valbok/QtAVPlayer/issues/252

Found at least 2 issues, like wrong textures used, and need to figure out why MTLTexture is not enough for RHI. Also why RGB32 frames are not rendered properly. In this case it should be possible to convert to proper format.

valbok commented 2 years ago

https://github.com/valbok/QtAVPlayer/pull/259

valbok commented 2 years ago

Still software rendering does not work

valbok commented 2 years ago

https://github.com/valbok/QtAVPlayer/pull/263