Help with an internal assert failure
- March 12, 2019
- 8 replies
- 1841 views
I'm getting what looks like assert failures while running a TouchGFX project in Visual Studio.
Its happening on two of my designed screens out of 12 so its likely something I've created but need a hint of where to look for the fault.
It happens as soon as the page is switched to so part of its initial draw.
In case the image is too small the assert looks to be raised while performing a TestArea draw:
ucrtbased.dll!_wassert(const wchar_t * expression, const wchar_t * file_name, unsigned int line_number) Line 404 C++
Any clues to which property combination I may have set incorrectly in the Designer much appreciated.
The only changes made to the gui generated files have been to *** in missing #includes for widget buttons, and this has been working for all other screens.
