fbs-tutorial icon indicating copy to clipboard operation
fbs-tutorial copied to clipboard

fbs freeze error: FileNotFoundError: Could not find msvcr110.dll on your PATH.

Open louistwiice opened this issue 4 years ago • 6 comments

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

louistwiice avatar Apr 30 '20 15:04 louistwiice

I have the same issue. Have you solved this problem? and HOW?

ChrisDongWooKim avatar Jul 01 '20 04:07 ChrisDongWooKim

I have the same issue.Have you solved this problem?and HOW?

AlfredThor avatar Oct 13 '20 07:10 AlfredThor

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 think you should try the Pyinstaller. It worked really well for me. Let me now if you have any questions

louistwiice avatar Oct 13 '20 10:10 louistwiice

I have this problem, too

ojomio avatar Dec 03 '20 06:12 ojomio

Hello everyone, I also had this issue and I managed to solve it.

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. After doing this, it works like a charme.

Regards

matetothde avatar Dec 08 '20 11:12 matetothde

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?

3DMiller avatar Nov 04 '22 07:11 3DMiller