YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
26 stars 8 forks source link

In Game: MP4 Video can no longer by played on Steam Deck in November Runtime #8450

Open shichen85 opened 6 days ago

shichen85 commented 6 days ago

Description

The sample project plays an MP4 video using video_open() and video_draw(). On Steam Deck, the video played fine with runtime 2024.800.0.642, but it does not play with runtime 2024.1100.0.708.

Steps To Reproduce

  1. Build the project for Windows VM.
  2. Deploy to the Steam Deck with the start commmand Crashlands2.exe and This title requires Steam Play
  3. Launch the title. See that export built with runtime 2024.800.0.642 plays fine, but built with 2024.1100.0.708 does not play.
  4. The draw event returned early on line 2, which suggests that the Async Social event did not trigger with the video_start event.

Which version of GameMaker are you reporting this issue for?

IDE v2024.1100.0.687 Runtime v2024.1100.0.708

Which operating system(s) are you seeing the problem on?

Windows 10.0.22000.0

Which platform(s) are you seeing the problem on?

Windows

d25c40f7-4c31-4a90-8c11-052a30aec36f