Problem Description
I have been working on a project that will have some server related elements (ajax) and things were working fine and I had loaded test versions on a server and everything worked fine. Recently things have stopped working on the version exported and hosted on the server. Most specifically "system create" does not create things, but other things have been noted. If an sprite/object has been loaded onto the layout in advance, then it can be accessed and utilised. the only thing i can think of that was changed significant was the addition of the browser element so that i could look at the query string.
Attach a Capx
http://149.157.140.178/nebula/index.html
http://149.157.140.178/nebula/debug1.capx
Description of Capx
I am attaching a stripped down version of my programme. it has 1 event sheet with 4 events. it should create 3 objects and utilise 1 existing. i am also providing a link to the hosted version. the capx does exactly what it wants locally and doesn't work when hosted. I have tested this on chrome/ie11/firefox and i am using a win81 laptop. I do not have another machine to test it with at the moment. I have not been able to remove all the things like browsers, keyboard, mouse plugin objects as i do not know where to find them to remove them.
Steps to Reproduce Bug
run the weblink for index.html
Observed Result
the objects that need to be created do not get created and all you see is some pink text in the corner on a white background
Expected Result
you should see the pink text on a black background, a piece of text that gets shows the tick count, incremented every second, and another piece of text that floats up off the screen.
Affected Browsers
- Chrome: (YES)
- FireFox: (YES)
- Internet Explorer: (YES)
Operating System and Service Pack
Windows 8.1
Construct 2 Version ID
175 but was on 173 when i first noticed this