-
Notifications
You must be signed in to change notification settings - Fork 160
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
fbs freeze error: FileNotFoundError: Could not find msvcr110.dll on your PATH. #40
Comments
I have the same issue. Have you solved this problem? and HOW? |
I have the same issue.Have you solved this problem?and HOW? |
Hi every one!! Sadly I didn't solve the issue. I tried, I've read the documentation but the fbs freeze didn't work at all. |
I have this problem, too |
Hello everyone, In my case, on Windows 10, I had to install the Win10 SDK and then add the subfolder of the SDK installation which contains the .dll files to PATH in my environment variables. Regards |
Still facing this same issue today on Windows 10 and 11. @matetothde could you explain a bit more how to do this (beginner programmer here). Where do you find the subfolder and how do you add this to PATH? |
This is fixed now in version 1.2.4 of fbs Pro. |
Hi,
I've being using fbs with python 3.6 to create an executable. After running the command
fbs freeze
this error came out to me. Even if I have installed Visual C++ Redistributable for Visual Studio 2012, the same result persists.If someone could help me it would be really nice. Thanks you
Traceback (most recent call last):
File "C:\Users\SZ\PycharmProjects\fbs project\venv\Scripts\fbs-script.py", line 11, in
load_entry_point('fbs==0.8.6', 'console_scripts', 'fbs')()
File "C:\Users\SZ\PycharmProjects\fbs project\venv\lib\site-packages\fbs_main_.py", line 17, in main
fbs.cmdline.main()
File "C:\Users\SZ\PycharmProjects\fbs project\venv\lib\site-packages\fbs\cmdline.py", line 32, in main
fn(*args)
File "C:\Users\SZ\PycharmProjects\fbs project\venv\lib\site-packages\fbs\builtin_commands_init.py", line 120, in freeze
freeze_windows(debug=debug)
File "C:\Users\SZ\PycharmProjects\fbs project\venv\lib\site-packages\fbs\freeze\windows.py", line 22, in freeze_windows
_add_missing_dlls()
File "C:\Users\SZ\PycharmProjects\fbs project\venv\lib\site-packages\fbs\freeze\windows.py", line 53, in _add_missing_dlls
) from None
FileNotFoundError: Could not find msvcr110.dll on your PATH. Please install the Visual C++ Redistributable for Visual Studio 2012 from:
https://www.microsoft.com/en-us/download/details.aspx?id=30679
https://github.com/mherrmann/fbs/issues
The text was updated successfully, but these errors were encountered: