Open
Bug 1916145
Opened 1 year ago
Updated 11 months ago
[WebGPU] Unreal Engine demo compiled to the web at https://lyra.tiwsamples.com/ does not load
Categories
(Core :: Graphics: WebGPU, defect)
Core
Graphics: WebGPU
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug, )
Details
Go to https://lyra.tiwsamples.com/
AR: Page does not load completely.
Error message:
11:03:33.397 Uncaught (in promise) TypeError: can't convert BigInt to number
findFirstPositive https://lyra.tiwsamples.com/:283
getCapabilities https://lyra.tiwsamples.com/:566
<anonymous> https://lyra.tiwsamples.com/:1257
<anonymous> https://lyra.tiwsamples.com/:1332
lyra.tiwsamples.com:283:38
Even Chrome does not load the demo completely, but it does proceed further ahead compared to Firefox.
| Reporter | ||
Updated•1 year ago
|
Summary: [WebGPU] https://lyra.tiwsamples.com/ does not load → [WebGPU] Unreal Engine demo compiled to the web at https://lyra.tiwsamples.com/ does not load
Updated•1 year ago
|
Blocks: webgpu-apps
Updated•1 year ago
|
Severity: -- → S3
Comment 1•1 year ago
|
||
I actually don't get the same error as in the OP; my Windows 11 workstation seems to get beyond this point, and to actual WebGPU API calls. In particular, it fails on:
11:10:41.924 OperationError: requestDevice: Request for limit 'maxBufferSize' must be <= supported 1073741824, was 2147483648. https://lyra.tiwsamples.com/bin/5031519360668192893.js 2 8663719816308830582.html:1:2673
Updated•1 year ago
|
Blocks: webgpu-triage
| Reporter | ||
Comment 2•1 year ago
|
||
Bug 1940019 has some diagnosis for thte BigInt issue.
Updated•1 year ago
|
Blocks: webgpu-simplystream
Updated•1 year ago
|
No longer blocks: webgpu-apps, webgpu-triage
You need to log in
before you can comment on or make changes to this bug.
Description
•