Unity Issue Tracker - "RuntimeError: memory access out of bounds" errors are thrown when running WebGL threadsSupport with WebGLExceptionSupport.FullWithStacktrace
Closed
UUM-44809
"RuntimeError: memory access out of bounds" errors are thrown when running WebGL threadsSupport with WebGLExceptionSupport.FullWithStacktrace
Unity: Web Platform
Won't Fix
2022.3.X
How to reproduce:
1. Open the “IN-49411_repro.zip“ project
2. Navigate to File → Build Settings
3. Select WebGL and press Build
4. Open Command Prompt
5. Enter cd C:\Users\username(address of the build)
6. Enter python ../simple_cors_http_server.py
7. Open http://localhost:8080/ in Chrome
Expected result: No errors are seen in the browser console
Actual result: Errors are seen in the browser console
Reproducible with: 2022.3.6f1, 2023.1.6f1
Could not test with: 2021.3.29f1 (can not set initial memory), 2023.2.0b3 (build fails)
Fixed in: 2023.1.7f1