Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emulator JS fails to load with webgl issue #32231

Open
Quackdoc opened this issue May 5, 2024 · 2 comments
Open

Emulator JS fails to load with webgl issue #32231

Quackdoc opened this issue May 5, 2024 · 2 comments
Labels
C-untriaged New issues that haven't been triaged yet

Comments

@Quackdoc
Copy link

Quackdoc commented May 5, 2024

Describe the bug:
Trying to load something in emulatorjs (needs self provided game, Homebrew gba games work fine for legally acquirable and downloadable games)

[2024-05-05T15:49:32Z ERROR canvas::webgl_thread] Last GL operation failed: TexImage2D { target: 3553, level: 0, internal_format: LuminanceAlpha, size: 128x256, format: LuminanceAlpha, data_type: UnsignedByte, effective_data_type: 5121, unpacking_alignment: 4, alpha_treatment: None, y_axis_treatment: AsIs, pixel_format: None, data: IpcSharedMemory { os... }

To Reproduce:

  1. run;
    RUST_LOG=info ./target/release/servo --pref dom.webgl2.enabled=true https://demo.emulatorjs.org 2> /tmp/servo-emulator.js.txt

  2. load game

  3. wait and wait for error to loop.

Platform:
OS: Archlinux
GPU: Intel A380
GPU2: AMD RX580 (tested with DRI_PRIME)
Commit: 02b3dd0

Additional Information:

I tried running it in renderdoc to see what would happen and it actually wound up getting further then the issue at hand. It got to the screen where it will initially load and then seemed to hang.

log file;
servo-emulator.js.txt

@Quackdoc Quackdoc added the C-untriaged New issues that haven't been triaged yet label May 5, 2024
@sagudev
Copy link
Member

sagudev commented May 5, 2024

Could you try linux artifact from: https://github.com/servo/servo/actions/runs/8952142892

@Quackdoc
Copy link
Author

Quackdoc commented May 5, 2024

same issue but gets to the same black screen mentioned with additional info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-untriaged New issues that haven't been triaged yet
Projects
None yet
Development

No branches or pull requests

2 participants