clementgallet / libTAS

GNU/Linux software to (hopefully) give TAS tools to games
GNU General Public License v3.0
494 stars 56 forks source link

On new ruffle versions, many x11 calls are not hooked #593

Closed clementgallet closed 3 months ago

clementgallet commented 7 months ago

Change between 2024-01-17 and 2024-01-16: https://github.com/ruffle-rs/ruffle/pull/14703

Before change, game window created with XCreateWindow()

After change, the window creation is not in the libTAS logs.

clementgallet commented 7 months ago

Xlib was replaced with xcb in https://github.com/rust-windowing/winit/commit/d7ec899d6983e5eb257941308b632d7e8665b213