Game Engine bug-no mouse

Hi All,
When I click start game ( P ) a white cube appear (In 2.49a) and there isnt mouse pointer & keyboard is not work too.I tested it in 2 windows xp sp2.
Thanks

If you want to see the mouse, make a python script like this:

import Rasterizer
Rasterizer.showMouse(True)

What do you mean the keyboard doesnt work?

This is like telling a cop:
“Someone attacked me.”
Cop: “O.K, who?”
“Dunno.”
Cop: “Can you give a description of the person who attacked you?”
“Nope”
Cop: “Why not? Were you asleep?”
“Cuz”
Cop: “Because why?”
“Just cuz”
Cop: “Well what do you expect us to do with no information?”
“Catch the guy”.
Cop: “Do you even have any bruises or marks to prove you were attacked?”
“Nope”
Cop: “When were you attacked?”
“Dunno”
Cop: “What do you know?”
“I was attacked.”
Cop: “Why?”
“Dunno.”
Cop: “Where?”
“Dunno.”
Cop: “What did the person do to you?”
“The person attacked me.”
Cop: “What kind of attacks did the person use on you?”
“Dunno.”
Cop: “Do you have ANY useful information?”
“Yep”
Cop: “What?”
“I said yep.”
Cop: “What information?”
“I was attacked.”
Cop: “…What’s your name?”
“Dunno”
Cop: “What’s 2+2?”
“Dunno”
Cop: “Screw this. NEEXT”

Anyway:
If you mean your keyboard isn’t doing anything, you may have connected your S, C & A’s wrong or scripted wrong. Try checking you’re programming.
To fix the mouse problem, simply open the text editor, click “New file”, and enter:
“Import Rasterizer as R
r.showMouse(1)”
Name the text “pointer”, create an always sensor and a python on anything in the layer and scene you are using and enter “pointer” as the python script.