I'll post here as this is related.
C2 r60; Windows XP SP3; FireFox 7.0.1; ATI Radeon HD 4870
Dual-core E5200 2.5 GhZ; 3,5 Go RAM
After having worked on my project for some hours, added events, sprites, animations, changed the project name several times, saved the project as new folders, modified the layout height, I make my final save (by the save icon in the top bar) and click on the red cross (top right of screen) to close C2 when the following check failure occurs:
---------------------------
Construct 2 Check failure
---------------------------
Check failure! This is probably a bug:
Object has no animations
Condition: !anims.empty()
File: Projects\ObjectType.cpp
Line: 911
Function: class ObjectTexture &__thiscall ObjectType::GetFirstAnimationFrame(void)
Build: release 60 (32-bit) checked
Component: Construct 2 IDE
(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.
---------------------------
Abandonner Recommencer Ignorer
---------------------------
Nevertheless, all appears to be fine on loading of the project afterward.
Previewing worked and all textures/objects seemed in place.
More fear than harm.
When I had the check failure, I checked my last project's folder, all seemed to be there, I then came back to C2 and tried to check in the layout if objects were missing textures or something. (leaving the check failure window unclicked in the background)
The layout tab was closed, I double clicked my layout in the project's tab to open it and encountered another check failure (that I didn't copy unfortunately) which error was something like "Layout appears to be a something object but not an object tab".
My guess is that on closing, the closing of the layout tab wasn't done "properly" and messed up the rest of closing (first check failure).
I clicked retry on the first check failure (Object has no animations) and C2 just closed (even closing the second check failure "object's tab").
Sorry for the incomplete second check failure.