I nominate this thread for the most cryptic question award.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
What is the connection between running a game and Visual C++ ? It's a bit late here but I can't find an obvious link between the two. The error that you get usualy appears when you cause an undefined (from language point of view) situation in a program. There are many examples for such stuff(using uninitialized variables is one simple case) but the consiquence is always a disaster ;) What are you actually doing ?
Don't forget that every responsible code (programs) is comming with more or less documentation with it. In such is a troubleshooting section not uncommon, maybe you'll find an answer there .. ?
freemind
Junior Poster in Training
62 posts since Jun 2005
Reputation Points: 10
Solved Threads: 1
I wish I knew what the connection was so I could fix it and play my games :sad:
It is quite obvious what you wish. Maybe if you try to answer some of the questions you were asked somebody will be able to help you.
freemind
Junior Poster in Training
62 posts since Jun 2005
Reputation Points: 10
Solved Threads: 1
>What is the connection between running a game and Visual C++ ?
The only connection is that he has a debugger installed and a crashing program is simply giving him more information with the expectation that he's a developer that can fix it.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
Gillzor, the problems with the games are in general 2 - insufficient hardware recources (you're on the limit, but I don't think this is your problem) and outdated drivers for video/monitor/directx and so on. Also the case of overcrowded windows (and registers) should be considered. Maybe you should consider a fresh install.. for windows this has helped not once and twice, specially in previous distributions.
In both cases, though, your problem is out of the scope of this forum - it has nothing to do with C/C++. Try to update your drivers, to minimize the number of running processes when starting the game (ctrl+alt+del and kill almost everything that is started by your user). If this doesn't help - reinstall windows and complete the driver and process steps again. If the problem persists - contact the creators of the games and ask them. Meanwhile you can search for patches on the net and the official sites.
Good luck.
freemind
Junior Poster in Training
62 posts since Jun 2005
Reputation Points: 10
Solved Threads: 1