Hi,
i just installed mw2 on my computer and it has all the minimal requirements.
Everything is fine but when i play the game there seems to be an error at the saving point.
Here is the error:
ERROR
SaveDevice_PC-TempSaveGame:cannot open file for saving.
Please help
Thanks
Copyright © 2024 Q2A.ES - All rights reserved.
Answers & Comments
Verified answer
Can be your windows User Account Control is set to high.
You must run game in admin mode.
Have a look here for a HOW TO.
http://www.mapmodnews.com/article.php?story=Call-o...
ostream myfile; myfile.open("record.txt"); //open record myfile << "hi" << endl; //placed documents in output buffer myfile.flush(); // write to record despite is in buffer myfile.close(); //close record this kind you dont could desire to close the record previously writing.