Page 1 of 1

Problems with Debug Client

PostPosted: Wed Mar 28, 2012 6:47 am
by Christopher
A few weeks ago I reinstalled my Windows on a new patition. I installed Visual C++ and the runtimes and wanted to work with this partition. My problem is, that every time I compiled a Debug Client and want to start it I get a "The application failed to initialize properly (0xc0150002). Click on OK to terminate the application." I already reinstalled the c++ runtime, but this doesn't fix the problem. I also have the python27_d.dll in my directory. Can anyone help me with this problem?

Christopher

Re: Problems with Debug Client

PostPosted: Wed Mar 28, 2012 7:24 am
by Paradox
Do you have the full Visual Studio environment installed? The only way to get the debug runtime is through installing Visual Studio (or copying files from a machine with Visual Studio). There's no debug runtime installer from Microsoft.

Re: Problems with Debug Client

PostPosted: Wed Mar 28, 2012 9:07 am
by Christopher
I installed the full Visual Studio 2010 Professional (except the SQL stuff). Maybe I should try to reinstall Visual Studio.

Christopher

Re: Problems with Debug Client

PostPosted: Wed Mar 28, 2012 12:33 pm
by Tsar Hoikas
That's odd. I use the debug client a lot locally, so there's probably something amiss with your build environment or you're missing a dependency somewhere.

Re: Problems with Debug Client

PostPosted: Thu Mar 29, 2012 2:38 am
by Christopher
It seems I lost my ISO from Visual Studio... I have to wait until April to download a new one, to reinstall it. I will report back if it works.

Christopher