Hey,
If I setup the display being rotated by 90° my App's crash in fullscreen mode.
I wrote in config.txt on my RPI2B:
rotate_display=1
and in my agk app:
SetWindowSize(1024,768,
1)
if I run it via the Terminal I get this Error: Core.cpp:470: int main(int, char**): Assertion ´surfcae != ((EGLSurface)0)' failed.
if I don't use fullscreen it doesn't crash.
Can someone test it and confirm that it is a bug please?
[Edit]It works now... I think I just have some other resolution settings now...so no bug here I think
[/Edit]