Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
459 views
in Technique[技术] by (71.8m points)

c# - Kinect SDK corrupt memory error

I have made a program in XNA using Kinect SDK. The program is running perfectly fine in my pc, and many of other PC's, but in one system when I open this program it gives me the following error:

 Attempted to read or write protected memory. This is often an indication that other memory is corrupt. 

The program stops and it gives me the error message in spritebatch.End().

I am unable to understand why its giving me this error message.

The system I am using has 4GB Ram, and the system which is creating the problem has 2GB RAM. Both systems are CORE2 Duo. Is the memory the issue or is it something else?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Yes this could be a memory issue. Take a look at the answer in http://social.msdn.microsoft.com/Forums/en-US/71f134bd-d665-43b5-8c67-52c4d6ed4ed9/kinect-driver-problem?forum=kinectsdknuiapi. Restart the system, stop all unnecessary processes (to minimize memory usage) then try running the program again.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...