Python.exe is missing a .dll #46256

Closed
opened 2015-09-24 23:33:41 +02:00 by Aaron Carlisle · 10 comments
Member

System Information
Windows 8.0
Intel HD 4600

Blender Version
Broken: Latest master
Worked: (optional)

Short description of error
Python.exe is missing a .dll I was able to run it in the pass I don't know what changed but in needs msvcr120.dll to run

Exact steps for others to reproduce the error
Try running python.exe

**System Information** Windows 8.0 Intel HD 4600 **Blender Version** Broken: Latest master Worked: (optional) **Short description of error** Python.exe is missing a .dll I was able to run it in the pass I don't know what changed but in needs `msvcr120.dll` to run **Exact steps for others to reproduce the error** Try running python.exe
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'
Author
Member

Added subscriber: @Blendify

Added subscriber: @Blendify

Added subscriber: @sindra1961

Added subscriber: @sindra1961

I can run python.exe here.
screen.png
process.png
version: 2.76 (sub 1), branch: master, commit date: 2015-09-24 15:01, hash: de80e68, type: Release

I can run python.exe here. ![screen.png](https://archive.blender.org/developer/F238860/screen.png) ![process.png](https://archive.blender.org/developer/F238862/process.png) version: 2.76 (sub 1), branch: master, commit date: 2015-09-24 15:01, hash: de80e68, type: Release

Added subscribers: @MartijnBerger, @ideasman42, @Sergey

Added subscribers: @MartijnBerger, @ideasman42, @Sergey

Nothing really changed. Most likely you're now missing msvc redistributable package in your OS.That's simple to test by trying to start python.exe from previous blender releases on the same machine.

@MartijnBerger, @ideasman42, we could work this around by copying redistirbutable .dll to python/bin (similar to what we're doing with python34.dll already). Any strong opinion here?

Nothing really changed. Most likely you're now missing msvc redistributable package in your OS.That's simple to test by trying to start python.exe from previous blender releases on the same machine. @MartijnBerger, @ideasman42, we could work this around by copying redistirbutable .dll to python/bin (similar to what we're doing with python34.dll already). Any strong opinion here?

Added subscriber: @EvgenyRodygin

Added subscriber: @EvgenyRodygin

This is a really important issue for Blend4Web. We have implemented a new web Project Management tool in the upcoming release and it needs to run some Blender Python scripts. So it doesn't work for our Windows 8 users without installing additional packages. It would be nice if this small dll was included to the installation.

This is a really important issue for Blend4Web. We have implemented a new web Project Management tool in the upcoming release and it needs to run some Blender Python scripts. So it doesn't work for our Windows 8 users without installing additional packages. It would be nice if this small dll was included to the installation.
Member

Ill just add the MSVCRT libs to the python.exe directory for now.

In future we should actually use the attributable installer from our own but having the dll's in 2 places seems to be the least evil way to quick fix this.

Ill just add the MSVCRT libs to the python.exe directory for now. In future we should actually use the attributable installer from our own but having the dll's in 2 places seems to be the least evil way to quick fix this.
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Martijn Berger self-assigned this 2015-12-05 12:05:00 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#46256
No description provided.