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

called glObjectLabel but it was not loaded when running on ANGLE #3565

Open
jason-yau opened this issue Mar 7, 2023 · 2 comments
Open

called glObjectLabel but it was not loaded when running on ANGLE #3565

jason-yau opened this issue Mar 7, 2023 · 2 comments
Labels
api: gles Issues with GLES or WebGL type: bug Something isn't working

Comments

@jason-yau
Copy link

jason-yau commented Mar 7, 2023

Description
It failed when I try to run these examples in wgpu, such as cube, hello-triangle.

Repro steps
Show the error result.

Expected vs observed behavior
called glObjectLabel but it was not loaded.
See details as below.

Extra materials

$ cargo run --example cube
    Finished dev [unoptimized + debuginfo] target(s) in 0.62s
     Running `target\debug\examples\cube.exe`
Using ANGLE (Intel(R) HD Graphics 530 Direct3D11 vs_5_0 ps_5_0) (Gl)
thread 'main' panicked at 'called glObjectLabel but it was not loaded.', C:\Users\chen.qiu\.cargo\registry\src\rsproxy.cn-8f6827c7555bfaf8\glow-0.12.1\src\gl46.rs:4571:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: process didn't exit successfully: `target\debug\examples\cube.exe` (exit code: 101)

Platform
OS: Windows 7 x64
GPU: (Intel(R) HD Graphics 530
wgpu: 0.15.1 with dx11 backend

@jason-yau jason-yau changed the title Failed to run in Window 7 Failed to run in Windows 7 Mar 7, 2023
@teoxoy teoxoy added type: bug Something isn't working api: gles Issues with GLES or WebGL labels Mar 7, 2023
@teoxoy
Copy link
Member

teoxoy commented Mar 7, 2023

I believe this has been fixed by #3510. Could you try master?

@jason-yau
Copy link
Author

I believe this has been fixed by #3510. Could you try master?

Yes. I tried the master branch but the issue still exists.

@cwfitzgerald cwfitzgerald changed the title Failed to run in Windows 7 called glObjectLabel but it was not loaded when running on ANGLE Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: gles Issues with GLES or WebGL type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants