Blender Crashes on startup #55098

Closed
opened 2018-05-16 15:05:07 +02:00 by KLZ · 6 comments

I downloaded 2.79 againg and it crashes anyway
Crash splash screen message:

Firma con problemas:

Nombre del evento de problema:	APPCRASH
Nombre de la aplicación:	blender.exe
Versión de la aplicación:	2.7.9.0
Marca de tiempo de la aplicación:	5ab3d313
Nombre del módulo con errores:	MSVCR120.dll
Versión del módulo con errores:	12.0.21005.1
Marca de tiempo del módulo con errores:	524f83ff
Código de excepción:	40000015
Desplazamiento de excepción:	0000000000074a46
Versión del sistema operativo:	6.1.7601.2.1.0.256.1
Id. de configuración regional:	3082
Información adicional 1:	8f27
Información adicional 2:	8f273a46949532b247124c19dd9bfc51
Información adicional 3:	f30d
Información adicional 4:	f30dd7d8e252eb571a2ec910ae71df5a

Lea nuestra declaración de privacidad en línea:

http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0c0a

Si la declaración de privacidad en línea no está disponible, lea la declaración de privacidad sin conexión:

C:\Windows\system32\es-ES\erofflps.txt

System Information
Operating system and graphics card
Windows 7
NVIDIA GeForce GTX 960

Blender Version
Broken: 2.79

Short description of error
Crashes on startup

Exact steps for others to reproduce the error
Just double-click on the Blender Icon!

I downloaded 2.79 againg and it crashes anyway Crash splash screen message: Firma con problemas: ``` Nombre del evento de problema: APPCRASH Nombre de la aplicación: blender.exe Versión de la aplicación: 2.7.9.0 Marca de tiempo de la aplicación: 5ab3d313 Nombre del módulo con errores: MSVCR120.dll Versión del módulo con errores: 12.0.21005.1 Marca de tiempo del módulo con errores: 524f83ff Código de excepción: 40000015 Desplazamiento de excepción: 0000000000074a46 Versión del sistema operativo: 6.1.7601.2.1.0.256.1 Id. de configuración regional: 3082 Información adicional 1: 8f27 Información adicional 2: 8f273a46949532b247124c19dd9bfc51 Información adicional 3: f30d Información adicional 4: f30dd7d8e252eb571a2ec910ae71df5a ``` Lea nuestra declaración de privacidad en línea: ``` http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0c0a ``` Si la declaración de privacidad en línea no está disponible, lea la declaración de privacidad sin conexión: ``` C:\Windows\system32\es-ES\erofflps.txt ``` **System Information** Operating system and graphics card Windows 7 NVIDIA GeForce GTX 960 **Blender Version** Broken: 2.79 **Short description of error** Crashes on startup **Exact steps for others to reproduce the error** Just double-click on the Blender Icon!
Author

Added subscriber: @KLZ

Added subscriber: @KLZ
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

There are 3 main causes so far for problems like this.

Windows not updated.
You really really really need windows to run all windows updates on windows vista or 7. For windows 7 you need SP1 installed and for Vista you need to be fully updated.
Please check this, it is the most common cause of this problem.

Python related
Having PYTHONPATH, PYTHONHOME or any python related environment variables causes blender to try and use an incompatible version of python.
Even the official windows 3.4 python is currently incompatible as that is compiled with Visual Studio 2010 and does not include a proper manifest. Loading that will crash 100% either silently of with a message like the one posted above.
Please make sure there are not PYTHON related environment variables set.

OpenGL related
Please test with a software opengl driver
Download this dll and copying it so its located in the same directory as 'blender.exe' and run Blender normally.

Marking as incomplete until these things are tested...

There are 3 main causes so far for problems like this. **Windows not updated.** You really really really need windows to run all windows updates on windows vista or 7. For windows 7 you need SP1 installed and for Vista you need to be fully updated. Please check this, it is the most common cause of this problem. **Python related** Having PYTHONPATH, PYTHONHOME or any python related environment variables causes blender to try and use an incompatible version of python. Even the official windows 3.4 python is currently incompatible as that is compiled with Visual Studio 2010 and does not include a proper manifest. Loading that will crash 100% either silently of with a message like the one posted above. Please make sure there are not PYTHON related environment variables set. **OpenGL related** Please test with a software opengl driver Download [this dll ](http://download.blender.org/ftp/sergey/softwaregl/win64/opengl32.dll) and copying it so its located in the same directory as 'blender.exe' and run Blender normally. Marking as incomplete until these things are tested...
Author

Python related. Having PYTHONPATH, PYTHONHOME or any python related environment variables causes blender to try and use an incompatible version of python.

Philipp, thanks! you are right, the second option is causing the issue. We are recently trying some development with Oculus Rift and some Python libraries have been installed on that pc.

Perhaps someone could develop a .bat file capable of storing environment variables, shut down them, execute blender, and recharge them at the end of the Blender session?

PD: task solved, please close it

> Python related. Having PYTHONPATH, PYTHONHOME or any python related environment variables causes blender to try and use an incompatible version of python. Philipp, thanks! you are right, the second option is causing the issue. We are recently trying some development with Oculus Rift and some Python libraries have been installed on that pc. Perhaps someone could develop a .bat file capable of storing environment variables, shut down them, execute blender, and recharge them at the end of the Blender session? PD: task solved, please close it
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Philipp Oeser self-assigned this 2018-05-18 09:40:52 +02:00
Member

Glad to hear!

Glad to hear!
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 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#55098
No description provided.