Problem Description
____ my sprites have physics and my titlemap i added physics so the sprite wouldn't fall though the titles but when i remove a title with physics or place a title the game would crash and say Physics_behavior.js:1888:9)
If this abort() is unexpected, build with -s ASSERTIONS=1 which can give more information.
Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 33554432, (2) compile with ALLOW_MEMORY_GROWTH which adjusts the size at runtime but prevents some optimizations, or (3) set Module.TOTAL_MEMORY before the program runs.
Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 33554432, (2) compile with ALLOW_MEMORY_GROWTH which adjusts the size at runtime but prevents some optimizations, or (3) set Module.TOTAL_MEMORY before the program runs.
Uncaught abort() at Error
at Error (native)
at fb (http://localhost:50000/Physics_behavior.js:31:26)
at ua (http://localhost:50000/Physics_behavior.js:417:61)
at Function.o (http://localhost:50000/Physics_behavior.js:17:91)
at nc (http://localhost:50000/Physics_behavior.js:167:483)
at NB (http://localhost:50000/Physics_behavior.js:196:40914) ____
Steps to Reproduce Bug
- remove titles
- place titles
Observed Result
____ game crashes ____
Expected Result
____ game will come up with a error and game will stop working ____
Affected Browsers
- Chrome: (YES)
- FireFox: (YES)
- Internet Explorer: (YES)
Operating System and Service Pack
____ windows 10 ____
Construct 2 Version ID
____construct2-r233 ____