Running this in Blitzmax 1.10 (all modules updated) on Debian Linux:
the first part works, but the second time cannot start graphics and gives the following error:
untitled4.debug: /home/simon/blitzmax/mod/brl.mod/glgraphics.mod/glgraphics.linux.c:288: bbGLGraphicsBeginPaint: Assertion `!_paintContext' failed.
The same code works fine in BMax 1.09.
Graphics 1024,768 DrawText "first", 10,10 Flip Delay 1000 EndGraphics Graphics 1024,768 DrawText "second", 10, 10 Flip Delay 1000 Endgraphics
the first part works, but the second time cannot start graphics and gives the following error:
untitled4.debug: /home/simon/blitzmax/mod/brl.mod/glgraphics.mod/glgraphics.linux.c:288: bbGLGraphicsBeginPaint: Assertion `!_paintContext' failed.
The same code works fine in BMax 1.09.