Mouse pointer disappearing

Sometimes the mouse pointer disappears when I start a game in the 2.33a version (PKEY). Any clues about what´s wrong?

The mouse cursor is invisible by default when running a game, at least in 2.33. Do you have a python script running to enable/disable the mouse cursor? Run this small script attached to an always sensor (no pulses) if you want the cursor to appear on startup:

import Rasterizer as r

r.showMouse(1)

Thanks a lot Andy! I was stuck on this one. Worked just fine!
Love Blender + Python :smiley: