JACoders / OpenJK

Community effort to maintain and improve Jedi Academy (SP & MP) + Jedi Outcast (SP only) released by Raven Software
GNU General Public License v2.0
2.03k stars 614 forks source link

"Unable to start program" Error #29

Closed jcortez closed 11 years ago

jcortez commented 11 years ago

When I try to run the JediAcademy solution in Visual Studio 2012, I keep on getting a "Unable to start program 'C:\Users\pakn\Desktop\OpenJK\code\game...\Debug\game.dll'." error message. Is anybody else having this issue, or is it just me?

eezstreet commented 11 years ago

You're running the wrong project. You need to set the exe project as the startup project. Right click on the exe project in Solution Explorer, hit "Set as startup project"

jcortez commented 11 years ago

Whoops! You are right. Thanks for the help.