The game tries to draw an object using a sprite numbered as 228. The error most likely means that there isn't a sprite 228 in the sprite available. That's likely to happen if you iterate through a sequence.
Open up the sprite manager and look if you have a sprite with the number 228; if there isn't one, that IS the error.
If this happens in a game you didn't work on (of which you only have an exe), you should contact the game's author, since he's the only one able to fix it.