SolistraDesign / moveframework

Automatically exported from code.google.com/p/moveframework
0 stars 0 forks source link

Calibration Tool 3.2 is asking for debug runtimes #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the executable on any machine without VC++ 2010 installed

Manually providing the msvcr100d.dll to the executable results in a crash post 
Ogre Launcher.

This was on Windows 7 Ultimate 64bit that I experienced the problem.

Original issue reported on code.google.com by dyse...@me.com on 22 Oct 2013 at 3:22

GoogleCodeExporter commented 9 years ago
Same issue here. My computer is running Windows 8 64bit and it has installed 
VC++ 2012 not 2010.

The error is 0xc0000142 in Calibration Tool and JoyEmu 3.2 but only if the PS 
Eye is connected previously, if not, Calibration Tool starts well and I can use 
it to calibrate the magnetometer of the PS Move.

Original comment by damianga...@gmail.com on 22 Oct 2013 at 3:35

GoogleCodeExporter commented 9 years ago
I have Windows 7 Home 64bit, same exact issue as dyse...
I've never had the PS Eye hooked up to my pc. Installed both x86 and 64 
versions of VC++2012, still nothing.

Original comment by jrmle...@gmail.com on 4 Nov 2013 at 4:46

GoogleCodeExporter commented 9 years ago
Same issue here... Looking for a solution. You guys find anything?

Original comment by NJR.Elec...@gmail.com on 15 Jun 2014 at 5:15

GoogleCodeExporter commented 9 years ago
Aha, got it.

The missing .dll is a debug file (as is denoted by the "d" at the end of the 
name). I'm not sure if it comes with any of the VC++ installers, or if it's 
something that needed to be distributed with the program, but this page helped 
me fix it: 
http://www.ghacks.net/2012/03/23/fix-the-program-cant-start-because-msvcr100d-dl
l-is-missing-from-your-computer/

It linked to another website where the .dll could be downloaded 
(http://www.dll-files.com/dllindex/dll-files.shtml?msvcr100d) and placed at the 
root of the application that you are trying to run.

Original comment by NJR.Elec...@gmail.com on 15 Jun 2014 at 5:57

GoogleCodeExporter commented 9 years ago
theres a msvcr100.dll inside the application folder. going to try moving that 
to system folder in the morning and see if that works. getting the same error 
as damianga, and have visual 10, 12 and 13 installed on windows 8 x64

Original comment by elspa...@gmail.com on 21 Oct 2014 at 7:10

GoogleCodeExporter commented 9 years ago
Solved msvcr100.dll problem, but still getting that 0xc0000142 error. I have 
CLEYEPlatformDriver installed too. I'm on Windows 8.1 64bit. How can i solve 
this?

Original comment by egemener...@gmail.com on 12 Apr 2015 at 1:15