blitzcc.exe has stopped working

Archives Forums/BlitzPlus Bug Reports/blitzcc.exe has stopped working

Cactus1124(Posted 2014) [#1]
Whenever I try to run a program in blitzplus, this error message comes up which is preventing me from working on my game.


Cactus1124(Posted 2014) [#2]
Ok, I fixed the problem... Kind of. It was the cls command preventing me from running the game for some reason. Does anybody know why I can't use the cls command? I ran the game in debug mode, and it says "invalid blitz2d image handle..."


Floyd(Posted 2014) [#3]
I know that the various graphics commands are not available until you set a Graphics mode. But it never occurred to me that Cls was one of them.


xlsior(Posted 2014) [#4]
I know that the various graphics commands are not available until you set a Graphics mode. But it never occurred to me that Cls was one of them.


Makes sense when you think about it though -- since a graphics context hasn't been set up yet, there is no video memory reserves for it yet.... so there isn't anything for CLS to clear.