thomwolf / Magic-Sand

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

dll issues #89

Open gcscimill opened 1 month ago

gcscimill commented 1 month ago

Hello can I get some help with getting the sandbox up and running for an educational project? I have the physical build done but the SW is giving me some dll issues on my windows 11 pro system. When I double click on the magic-sand.exe 3 pop up boxes saying it can't fine the libusb0.dll the CONCRT140.dll and the VCOMP120.DLL. I have ran the ZADIG exe and loaded the winUSB for the camera motor and audio.... but not working yet

I got the download from https://github.com/thomwolf/Magic-Sand/releases/tag/v1.5.4.1

gcscimill commented 1 month ago

looks like I can them from libusb0.dll: zadig CONCRT140.dll: Install from Visual C++ Redistributable 2015-2019. VCOMP120.dll: Install from Visual C++ Redistributable 2013.

but let me know if wrong