TÖRÖK Attila

Results 503 comments of TÖRÖK Attila

I'm also having the same issue, with no straightforward solution. See: https://github.com/ruffle-rs/ruffle/pull/3004#issuecomment-803212028 And also: https://github.com/torokati44/vp6-dec-rs/runs/2170888752?check_suite_focus=true#step:5:94

After setting the `VCINSTALLDIR` environment variable, the compilation now succeeds, but the `link.exe` in use is that of GNU's coreutils (from MSYS2), and not that of MSVC... https://github.com/torokati44/vp6-dec-rs/commit/35ad658ae3bec1e10d16dec8c1b3debe5300f234 https://github.com/torokati44/vp6-dec-rs/runs/2171039400?check_suite_focus=true#step:5:20

I believe I am supposed to source some `vcvars` batch file, and that would set `%PATH%` correctly, but as the build has to use a bash-like shell, I kinda have...

Bah, modulo the heccing CI failure due to `chromedriver`, I guess this is also good to go? 😶

Looks like https://github.com/ruffle-rs/ruffle/pull/7570 fixes this.

I also had an idea that maybe if we padded the data we pass in to `jpeg-decoder` with _some_ (arbitrary) number of (I guess) zeroes, it could maybe work in...

As written above, I thought about maybe padding the buffer with "some number" of zeros - but this requires copying it out somewhere, so it's not ideal. Or we could...

I agree with @relrelb, now that they reminded us, that since there is a feature specifically for the exact same purpose, it makes sense to use that for this too....

> you have to manually press Play button for it to play! Ah, you mean in the context menu. Yeah. Interesting...

Direct SWF link: https://uploads.ungrounded.net/322000/322150_tankmen_final.swf ~~Running on #7484, I'm getting I whole lot of `Webgpu backend does not yet support blend mode ...` warnings. Cc: https://github.com/ruffle-rs/ruffle/issues/58~~ **EDIT:** _(Those warnings are there...