Every time i click a object in my game I get this error:
---------------------------
Construct 2 Check failure
---------------------------
Check failure! This is probably a bug:
Server received a HTTP request which was not a GET - this is not supported
Condition: pRequest->Verb == HttpVerbGET
File: HttpFileServer.cpp
Line: 195
Function: void __thiscall HttpFileServer::ServerThread(void)
Build: release 77 (32-bit) checked
Component: HTML5 exporter
(Last Win32 error: 0)
You are using a 'checked' release of Construct 2, intended for testing, which causes certain errors to be reported this way. Hit Ctrl+C to copy this messagebox - it's useful information for the developers, so please include it with any bug reports! Click 'Abort' to quit (unsaved data will be lost!),'Retry' to turn off messages for this session and continue, or 'Ignore' to continue normally.
---------------------------
Abort Retry Ignore
---------------------------
I have no Idea why, My Game has 198 events. And its when ever I click a object.
Its quite funny, when I test my game on my iphone I do not get the error on the phone, instead it pops up on my laptop <img src="smileys/smiley17.gif" border="0" align="middle" /> even when the project isn't running on the laptop.
I think it might be to do with the touch mouse plugin, I'll check now to see if its so.
But has anyone else experienced this error?