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

Some examples hang after #4202 #4584

Closed
a1phyr opened this issue Oct 27, 2023 · 2 comments · Fixed by #4588
Closed

Some examples hang after #4202 #4584

a1phyr opened this issue Oct 27, 2023 · 2 comments · Fixed by #4588

Comments

@a1phyr
Copy link
Contributor

a1phyr commented Oct 27, 2023

Description
Running skybox, shadow or boids example hangs.
I didn't test all other examples, but at least hello-triangle and hello-compute work.

Repro steps
Run examples

Extra materials
This starts happenning in #4202

Platform
OS: Debian stable

wgpu-info:

Adapter 0:
	   Backend: Vulkan
	      Name: "Intel(R) UHD Graphics 630 (CML GT2)"
	  VendorID: 32902
	  DeviceID: 39880
	      Type: IntegratedGpu
	    Driver: "Intel open-source Mesa driver"
	DriverInfo: "Mesa 22.3.6"
	 Compliant: true

Adapter 1:
	   Backend: Vulkan
	      Name: "llvmpipe (LLVM 15.0.6, 256 bits)"
	  VendorID: 65541
	  DeviceID: 0
	      Type: Cpu
	    Driver: "llvmpipe"
	DriverInfo: "Mesa 22.3.6 (LLVM 15.0.6)"
	 Compliant: true

Adapter 2:
	   Backend: Gl
	      Name: "Mesa Intel(R) UHD Graphics 630 (CML GT2)"
	  VendorID: 32902
	  DeviceID: 0
	      Type: IntegratedGpu
	    Driver: ""
	DriverInfo: ""
	 Compliant: false

Hangs happen with all of them

@TornaxO7
Copy link
Contributor

Oh boi.... I'll dig into this later. Thank you for finding this.

@TornaxO7
Copy link
Contributor

Ok, I think I found the issue. I let the window drop in the new()function of the gpu-test-struct. Adding it back again did it for me. I'll quickly create a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants