Ogre Crashes visual studio, process can't be killed.

Problems building or running the engine, queries about how to use features etc.
Post Reply
euden
Gnoblar
Posts: 4
Joined: Mon Jan 18, 2016 7:34 pm

Ogre Crashes visual studio, process can't be killed.

Post by euden »

I'm trying to run a basic Ogre 3D application but after successfully building using VS Express 2010, when I run the application, VS will freeze and the application will start a 160k process that can't be killed :/

I really don't know what to do. I've restarted several times and really wish to learn Ogre :/
User avatar
c6burns
Beholder
Posts: 1512
Joined: Fri Feb 22, 2013 4:44 am
Location: Deep behind enemy lines
x 138

Re: Ogre Crashes visual studio, process can't be killed.

Post by c6burns »

The OS won't let you kill a process while it's being debugged. In VS2010 I believe it's Shift+F5 to kill the process to which the debugger is attached. You have to be focused in the VS2010 window for that to work, and not the application window. When debugging, don't use fullscreen windows or it can become a real bitch to detach and kill the application if it crashes.
Post Reply