Clément Gallet

Results 185 comments of Clément Gallet

It is likely pthread_cond_timedwait is involved in the issue. Also, there is currently a problem with `pthread_cond_timedwait()` hook in libTAS which may be related: a game (or library like libtier0)...

I could run gdb from a a virtual terminal to investigate the freeze, and I'm getting this: ``` Thread 8 (Thread 0xe63cab40 (LWP 10046)): #0 0xf7fd3079 in __kernel_vsyscall () #1...

Commit af1c9e45223318ae3c18a2840ea26c08e6e724bb seems to fix the "Thread failed to initialize" message (`Runtime > Wait timeout > Infinite waits` also works), and aa9a8323e3b6e68047ef9714af0bfb2da3e1c7cb fixes the freeze. `Runtime > Time tracking >...

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

Most of the work done in 337fc9c6cd1248f9830a38d8174b48a7fb3ee613 Still a few things to take care of: - Encoding is not supported - If there are computations of the movie length, they...

- Fix the interaction with restart/auto_restart

I think this has been fixed by 0857a7f, you could try the last commit, using the automated build.

Checking "Native Events" will disable some features, it is used as a debug feature only. You need to find a way to disable the launcher screen somehow. - About the...

If I understand correctly, it would work if you define `FMOD_System_Create(void **system, int version)`, and pass `version` to the original function `orig::FMOD_System_Create(system, version)`?

This library search code is meant to ease the users from setting the library path inside `File > Executable options`. You can set it so you won't have the error...