View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0031446 | Runner | HTML5 | Public | 2019-10-18 11:39 | 2019-10-25 14:02 |
Reporter | Alice | Assigned To | Russell Kay | ||
Priority | Medium | Severity | A - Crash/Hang | Reproducibility | 100% |
Status | Closed | Resolution | Fixed | ||
Platform | HTML5 | OS | Windows 10 | OS Version | 1809 |
Product Version | 2.2.3 | ||||
Target Version | 2.2.4 | Fixed in Version | 2.2.4 | ||
Summary | 0031446: HTML5: Accessing a 2-dimensional array as an argument through a script will crash the page on startup | ||||
Description | A 2-dimensional array being accessed as an argument through a script will not build successfully in HTML5. This cause the web page to crash on launch and display a white screen. In the js file for the project, it is noticeable that an extra round bracket is being added to the script's argument after building. This is also flagged as an error in the Console output of the web page (see notes for screenshot). Please note that this issue does not happen when building for Windows. | ||||
Steps To Reproduce | 1. Launch GMS2 2. Open the sample project (see notes) 3. Build for HTML5 4. Observe the issue in your browser | ||||
Tags | No tags attached. | ||||
1.4 Found In | |||||
2.x Runtime Found In | 2.2.3.344 | ||||
2.x Runtime Verified In | 2.2.4.374 | ||||
|
Arraystest.yyz (18,399 bytes) |
|
Fixed in gitlab |
|
Runtime 373+ |
|
All works fine on HTML5 now - matches VM and YYC. Added an updated sample project to show the whole array is fine. |
|
Arraystest2.yyz (20,893 bytes) |