Problem Description
Node Webkit, Chrome and IE all freeze or show a red bar on loading preview. Firefox works.
Attach a Capx
Game has copyrighted material, unable to upload.
Description of Capx
***
Steps to Reproduce Bug
Open a large game to preview
Observed Result
The only one that shows the error is Node Webkit:
Uncaught node.js Error
Error: Failed to read the "selectionDirection" property from "HTMLInputElement": The input element's type ("file") does not support selection
at Error (native)
at HtmlImageElement.img_onerror:(http://***my network ip***/preview.js:1375:13
Expected Result
Preview to run like before <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">
Affected Browsers
- Chrome: (YES) Red Bar when it starts to load, then freezes near end.
- FireFox: (NO) Game loads, runs like crap.
- Internet Explorer: (YES) Blue bar when it loads then freezes near end.
Operating System and Service Pack
Windows 7 64-bit up to date
Construct 2 Version ID
Currently 173, errors occur on 174 and 175
It seems to be an issue with Preview Cache being disabled. Exporting the game works perfectly (on all browsers and node webkit which we really need). All versions before 174 work fine for preview. This is only happening with our large games, the small ones still work. All using same plugins etc etc etc.