-
Notifications
You must be signed in to change notification settings - Fork 242
temporarily missing msvcr100.dll on start up #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You need to put the msvcr100.dll in the same direcotry of the .exe Or simply install C++ 2010 Redistributable Package |
Ah ok, thanks johnmcloud. I just got home and ran it on my win 7 machine and got no error which would be because it already has the C++ package installed. Works great. |
Possible we could add the missing libs to the provided archiv? |
You can, it's 800kb and the half compressed. Don't give any problem also if you have C++ 2010 previously installed on the system P.S. This is only a problem of guys without C++ 2010 installed |
Sounds easiest to just add the two missing dll files to the provided archive. If we install the C++ 2010 Redistributable Package using the installer from Microsoft we leave something behind on the users pc after Portable-VirtualBox has exited, and that is not so good. |
+1. I think we should adding the two missing dll's to the Archive, so it is more portable ;) But as @isimmons said, the app works fine without the dll on 32 and 64 bit (confirmed), for what component the C++ redist is required? |
Agree @Megachip , I am also wondering where this dependency comes from. I tried to use Dependency Walker ( http://dependencywalker.com/ ), but didn’t find any reference to msvcp100.dll or msvcr100.dll... |
Maybe i wasn't clear P.S This is a problem only of Portable-Virtualbox, just installed on VM the last stable of Virtualbox and DON'T require any C++, i'll check it out |
The problem is with this line:
I dunno that line need for...? |
@Megachip and @johnmcloud what is the status on this one? I seems that the fix is very easy... |
@Ruffio i don't have idea |
the ISSUE - BUG : is still THERE RUNAR disappeared..as Nessy..or the Canterville ghost.. what a pity what a real SHAME... |
hi RUNAR! hope you would like to be informed that with win 10 there is really NO way to use Version=1 any ideas...??!! |
Minor issue. I'm using the latest version from the vbox.me download and when I run portable virtualbox I get an error "this application was unable to start because msvcr100.dll was not found. The dll file is in the extracted app32 folder though. When I click "OK" portable virtualbox runs anyway and seems to be working correctly.
I'm running portable virtualbox on a slow system with Vista Home 32 bit OS.
Even with the above error I have successfully installed a Ubuntu 12.04 VM which works fine so I guess the error doesn't really matter much. Just wanted to report the issue.
Thanks for this awesome application though. It is really handy :-)
The text was updated successfully, but these errors were encountered: