Link to .capx file (required!):
dropbox.com/s/ivy7ggn8f8w2zcj/savethe%20yard.capx
Steps to reproduce:
1. webstorage plugin
2. export to vs2013 as win8.1 app
3. run in debug mode, JavaScript runtime error: Unable to set property 'hasCurrentMatMV' of undefined or null reference.
Observed result:
Unhandled exception at line 1417, column 4 in ms-appx://6d9ebae0-5b3a-45c3-9f42-8674d74ff501/c2runtime.js
0x800a138f - JavaScript runtime error: Unable to set property 'hasCurrentMatMV' of undefined or null reference.
in the c2runtime.js file, line 1417, it loads 4 objects into the array for shadowPrograms object, but there should be 3 instead of 4, as the 4th object is null, cannot be set to false.
Expected result:
run smoothly in visual studio 2013.
Browsers affected:
only faulty with vs2013, runs fine in construct 2
Operating system & service pack:
Windows 8.1 visual studio 2013 ultimate.
Construct 2 version:
r152
note:I fixed it by delete and insert the web storage plugin and win8 app plugin.