blitzcc.exe has stopped working
Archives Forums/BlitzPlus Bug Reports/blitzcc.exe has stopped working
| ||
Whenever I try to run a program in blitzplus, this error message comes up which is preventing me from working on my game. |
| ||
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..." |
| ||
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. |
| ||
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. |