ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.35k stars 792 forks source link

Black Screen on Away3D ATF Shading Sample #16139

Open Fancy2209 opened 4 months ago

Fancy2209 commented 4 months ago

Describe the bug

on the 3D Viewport, a blackscreen is shown imagem

Expected behavior

Right side imagem

Content Location

https://github.com/away3d/away3d-tutorials-fp11/raw/master/tutorials/materials/basic_atf_shading/bin/Basic_Shading_with_ATF.swf

Affected platform

Desktop app

Operating system

Windows 11

Browser

No response

Additional information

No response

Lord-McSweeney commented 4 months ago

Just to check, are you using a build of Ruffle with ATF enabled (--features jpegxr)?

Fancy2209 commented 4 months ago

--features jpegxr

does ruffle not come with jxr on the nightly builds? I'll try building manually

Fancy2209 commented 4 months ago

I cannot build it

  Unable to find libclang: "couldn't find any valid shared libraries matching: ['clang.dll', 'libclang.dll'], set the `LIBCLANG_PATH` environment variable to a path where one of these files can be found (invalid: [])"
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
PS C:\Repos\ruffle>                                      `

but nightly's come with the jpegxr feature by default