[WebGPU] Demo at https://yuu6883.github.io////WebGPUDemo/?cloth doesnt run on my Win11x64+AMD iGPU machine
Categories
(Core :: Graphics: WebGPU, defect)
Tracking
()
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 2 open bugs, )
Details
Attachments
(1 file)
49.19 KB,
text/plain
|
Details |
Go to https://yuu6883.github.io////WebGPUDemo/?cloth
Error:
GPUSupportedLimits { maxTextureDimension1D: 8192, maxTextureDimension2D: 8192, maxTextureDimension3D: 2048, maxTextureArrayLayers: 256, maxBindGroups: 4, maxBindGroupsPlusVertexBuffers: 12, maxBindingsPerBindGroup: 1000, maxDynamicUniformBuffersPerPipelineLayout: 8, maxDynamicStorageBuffersPerPipelineLayout: 4, maxSampledTexturesPerShaderStage: 16 }
index.js:2:250375
Uncaptured WebGPU error: In a set_viewport command, caused by: Viewport has invalid rect Rect { x: 0.0, y: 0.0, w: 2239.5, h: 1399.5 }; origin and/or size is less than or equal to 0, and/or is not contained in the render target (2239, 1399, 1)
Uncaptured WebGPU error: Command encoder is invalid
Uncaptured WebGPU error: CommandBuffer with '' label is invalid
Total cloth triangles: 7938 index.js:2:193807
GPUSupportedLimits { maxTextureDimension1D: 8192, maxTextureDimension2D: 8192, maxTextureDimension3D: 2048, maxTextureArrayLayers: 256, maxBindGroups: 4, maxBindGroupsPlusVertexBuffers: 12, maxBindingsPerBindGroup: 1000, maxDynamicUniformBuffersPerPipelineLayout: 8, maxDynamicStorageBuffersPerPipelineLayout: 4, maxSampledTexturesPerShaderStage: 16 }
index.js:2:252055
initMouseEvent() is deprecated. Use the MouseEvent() constructor instead.
Reporter | ||
Comment 1•2 months ago
|
||
Comment 2•2 months ago
•
|
||
I think this is a duplicate of bug 1941731
Updated•2 months ago
|
Comment 3•2 months ago
|
||
I can't reproduce with my M1 MacBook Pro. Mayank, can you confirm that this is happening on Windows only?
Updated•2 months ago
|
Reporter | ||
Comment 4•2 months ago
|
||
I have a win11x64 + iAMD iGPU machine only, on which the demo does not run.
Reporter | ||
Comment 5•2 months ago
|
||
All the demos on the page do not run:
https://yuu6883.github.io/////WebGPUDemo/
https://yuu6883.github.io/////WebGPUDemo/?particles
Comment 6•2 months ago
|
||
Clicking either of those links just instantly crashes my GPU process on Windows. Here's my latest crash on the first of those two WebGPUDemo links https://crash-stats.mozilla.org/report/index/7dc36cc3-64d2-472b-85ea-7a2250250116
Comment 7•10 days ago
|
||
This WFM now, whereas it didn't before. Mayank, does this work for you?
Reporter | ||
Comment 8•10 days ago
|
||
It doesnt draw anything on the screen for me.
Error in webconsole:
09:36:14.948
Unknown property ‘-moz-transition’. Declaration dropped. WebGPUDemo:1:258
09:36:14.948
Unknown property ‘-moz-transition’. Declaration dropped. WebGPUDemo:1:679
09:36:14.948
Unknown property ‘-moz-transition’. Declaration dropped. WebGPUDemo:1:1377
09:36:14.948
Unknown property ‘-moz-transition’. Declaration dropped. WebGPUDemo:1:1517
09:36:14.956 injected firefox content.js:239:17
09:36:14.972
GPUSupportedLimits { maxTextureDimension1D: 8192, maxTextureDimension2D: 8192, maxTextureDimension3D: 2048, maxTextureArrayLayers: 256, maxBindGroups: 4, maxBindGroupsPlusVertexBuffers: 12, maxBindingsPerBindGroup: 1000, maxDynamicUniformBuffersPerPipelineLayout: 8, maxDynamicStorageBuffersPerPipelineLayout: 4, maxSampledTexturesPerShaderStage: 16 }
index.js:2:250375
09:36:16.098 Uncaptured WebGPU error: In a set_viewport command, caused by: Viewport has invalid rect Rect { x: 0.0, y: 0.0, w: 2239.5, h: 1399.5 }; origin and/or size is less than or equal to 0, and/or is not contained in the render target (2239, 1399, 1)
09:36:16.098 Uncaptured WebGPU error: Command encoder is invalid
09:36:16.098 Uncaptured WebGPU error: CommandBuffer with '' label is invalid
09:36:16.122 Total cloth triangles: 7938 index.js:2:193807
09:36:16.122
GPUSupportedLimits { maxTextureDimension1D: 8192, maxTextureDimension2D: 8192, maxTextureDimension3D: 2048, maxTextureArrayLayers: 256, maxBindGroups: 4, maxBindGroupsPlusVertexBuffers: 12, maxBindingsPerBindGroup: 1000, maxDynamicUniformBuffersPerPipelineLayout: 8, maxDynamicStorageBuffersPerPipelineLayout: 4, maxSampledTexturesPerShaderStage: 16 }
index.js:2:252055
09:37:00.756 Uncaptured WebGPU error: Not enough memory left.
09:37:00.756 Uncaptured WebGPU error: Texture with '' label is invalid
09:37:06.732 Uncaptured WebGPU error: Buffer is not mappe
Reporter | ||
Comment 9•10 days ago
|
||
Profile with webgpu preset logging: https://share.firefox.dev/4hf43TW
Updated•9 days ago
|
Description
•