Skip to content

Files don't play with Godot 4.5-dev5 #54

@deyn123456789

Description

@deyn123456789

On the latest Godot dev build (4.5-dev5, likely release candidate) video files won't play. Trying so returns the following runtime error message:

E 0:00:00:297   compute_list_dispatch: Uniforms supplied for set (4):
Set: 0 Binding: 0 Type: Image Writable: N Length: 1
are not the same format as required by the pipeline shader. Pipeline shader requires the following bindings:
Set: 0 Binding: 0 Type: Image Writable: N Length: 1
Set: 1 Binding: 0 Type: Image Writable: N Length: 1
Set: 2 Binding: 0 Type: Image Writable: N Length: 1
Set: 3 Binding: 0 Type: Image Writable: N Length: 1
Set: 4 Binding: 0 Type: Image Writable: Y Length: 1
  <C++ Error>   Method/function failed.
  <C++ Source>  servers/rendering/rendering_device.cpp:5290 @ compute_list_dispatch()

Tested on Arch Linux with an H264 file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions