I got crash in these caps.
The first crashes the temp.exe when run. It works in debug mode, though. The problem disappears when I remove Physics movement from "Sprite".
The second crash crashes whole Construct when attempting to run or debug cap.
Before reporting, I'd want to know do these crash on you too? I think the both crashes have something to do with physics. The first one goes away when deleting physics, and the second one started to occur right after i deleted physics.
Edit: I solved the cause of the second bug. When the Physics behaviour was deleted, all the events that related to it didn't get deleted. They only delete if the group containing them is opened. So, it crashes if just simply run, but if you check all the events first, the events get deleted and it doesn't crash anymore.