thomwolf / Magic-Sand

Magic-Sand is a software for operating an augmented reality sandbox
GNU General Public License v2.0
944 stars 138 forks source link

will this work with windows 10? #42

Closed nwsb closed 6 years ago

nwsb commented 6 years ago

I downloaded this folder and tried to run the software. I get an error message that VCOMP120.DLL is missing. Searched the net found and installed a copy in the folder. now I get an error that the application was unable to start correctly (0xc000007b)

RasmusRPaulsen commented 6 years ago

It seems you have not installed the visual c++ Redistributable package. This installs the dll's needed for running applications compiled using visual studio:

https://www.microsoft.com/en-us/download/details.aspx?id=48145v

It is indeed running on windows 10.

Best, Rasmus

nwsb commented 6 years ago

You’re absolutely correct some reason I thought I had already gotten those installed. However now I’m finding another issue every time I try to run calibration it gives me an error message that the calibration failed The reproduction area area too big?

Get Outlook for iOShttps://aka.ms/o0ukef


From: Rasmus R. Paulsen notifications@github.com Sent: Tuesday, January 9, 2018 12:19:10 PM To: thomwolf/Magic-Sand Cc: nwsb; Author Subject: Re: [thomwolf/Magic-Sand] will this work with windows 10? (#42)

It seems you have not installed the visual c++ Redistributable package. This installs the dll's needed for running applications compiled using visual studio:

https://www.microsoft.com/en-us/download/details.aspx?id=48145v

It is indeed running on windows 10.

Best, Rasmus

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/thomwolf/Magic-Sand/issues/42#issuecomment-356402118, or mute the threadhttps://github.com/notifications/unsubscribe-auth/Ahos0ddM1CFtBB8iR9Z2i-nn21qiVPODks5tI8m-gaJpZM4RYL0r.

thomwolf commented 6 years ago

Did you managed to fix the calibration issue @nwsb? If not, feel free to re-open this issue!

RossKellyZA commented 5 years ago

It seems you have not installed the visual c++ Redistributable package. This installs the dll's needed for running applications compiled using visual studio:

https://www.microsoft.com/en-us/download/details.aspx?id=48145v

It is indeed running on windows 10.

Best, Rasmus

I was having this same issue. I found that it was not the 2015 Redistributable Packages I needed, but instead the 2013 version. I have been stuck on this problem for the past hour until I installed the 2013 version from here - https://www.microsoft.com/en-us/download/details.aspx?id=40784

jortdevreeze commented 3 years ago

It seems you have not installed the visual c++ Redistributable package. This installs the dll's needed for running applications compiled using visual studio: https://www.microsoft.com/en-us/download/details.aspx?id=48145v It is indeed running on windows 10. Best, Rasmus

I was having this same issue. I found that it was not the 2015 Redistributable Packages I needed, but instead the 2013 version. I have been stuck on this problem for the past hour until I installed the 2013 version from here - https://www.microsoft.com/en-us/download/details.aspx?id=40784

This solution worked for me as well. More specifically, installing the x64 version, and not the x86 version worked. You probably saved me an hours work :)