I was trying to import a spritestrip with 47*23=1081 images <img src="smileys/smiley3.gif" border="0" align="middle" />
Is the maximum frame limit 1024?
I got a dialog warning it was over 1000 images, but I continued, then I got this error:
---------------------------
Construct 2 Check failure
---------------------------
Check failure! This is probably a bug:
GetHICON returned NULL
Condition: ret != NULL
File: Projects\ObjectTexture.cpp
Line: 555
Function: struct HICON__ *__cdecl ResizeBitmapToIcon(const class cr::vector2_base<int> &,class Gdiplus::Bitmap *,int)
Build: release 105 (32-bit) checked
Component: Construct 2 IDE
(Last Win32 error: 0)
Now that I've trimmed it down to 1012 images, and it imports fine.