Can't able to start blender #52691

Closed
opened 2017-09-09 21:31:22 +02:00 by wilson christian · 10 comments

Hello Sir,

I have Intel Core I5 - 4440 CPU with 3.10 GHz, 8 GB ram installed, Windows 7 - 64 bit OS and NVidea graphics card 2GB

I have started to learn blender recently and installed previous version before and it;s work very well but I installed latest version of blender yesterday and it's going crash at the starting.

I double click and start software and after 2 sec. delay some error display on blender's black screen startup.

I attached screen shot of that error message with this.

Please help me to solve this out.

Thanks,

Wilson Christian
error.png

Hello Sir, I have Intel Core I5 - 4440 CPU with 3.10 GHz, 8 GB ram installed, Windows 7 - 64 bit OS and NVidea graphics card 2GB I have started to learn blender recently and installed previous version before and it;s work very well but I installed latest version of blender yesterday and it's going crash at the starting. I double click and start software and after 2 sec. delay some error display on blender's black screen startup. I attached screen shot of that error message with this. Please help me to solve this out. Thanks, Wilson Christian ![error.png](https://archive.blender.org/developer/F782446/error.png)

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @wilboy

Added subscriber: @wilboy

Added subscriber: @VukGardasevic

Added subscriber: @VukGardasevic

Concerning the warning in the console - it is harmless and it comes from the Audaspace library.
To make it not show anymore go to File > User Preferences > System. Find the Sound label on the left and under it the Sample Rate drop down menu. In your case, pick 192 kHz and press the Save User Settings button at the bottom.

how_to_change_sample_rate.jpg

The issue is not related to that but to Blender hanging on startup. To do some troubleshooting:

  • Ensure both your OS and drivers are fully up-to-date (and use official GPU drivers, not those provided by windows or tablet/laptop maker).
  • Try to disable any running antivirus.
  • Ensure you have no python executable available in your %path% envvar.
  • Try to re-download and re-install Blender.
  • Try the latest build from our buildbot.
  • Try to start Blender in factory settings (--factory-startup commandline option) (this will ensure whether this is a userpref or addon issue or not).
  • Try to tweak your GPU driver settings (e.g. try different values between 'performance' and 'quality' if you have such slider, etc.).
  • Launch Blender from the command line with -d option and attach as text file here any error printed out in the console (do not paste it directly in comment).
  • Try to run Blender through Software OpenGL, this will be much slower however, if everything works then it means that the bug is spefic for your GPU/Driver and you should report the bug to your GPU vendor instead.
  • On Linux/macOS, Official releases come with blender-softwaregl
  • On MS-Windows: Download this dll and copying it so its located in the same directory as 'blender.exe' and run Blender normally.
Concerning the warning in the console - it is harmless and it comes from the Audaspace library. To make it not show anymore go to `File > User Preferences > System`. Find the Sound label on the left and under it the` Sample Rate` drop down menu. In your case, pick 192 kHz and press the Save User Settings button at the bottom. ![how_to_change_sample_rate.jpg](https://archive.blender.org/developer/F415182/how_to_change_sample_rate.jpg) The issue is not related to that but to Blender hanging on startup. To do some troubleshooting: - Ensure both your OS and drivers are fully up-to-date (and use official GPU drivers, not those provided by windows or tablet/laptop maker). - Try to disable any running antivirus. - Ensure you have no python executable available in your %path% envvar. - Try to re-download and re-install Blender. - Try the latest build from our buildbot. - Try to start Blender in factory settings (--factory-startup commandline option) (this will ensure whether this is a userpref or addon issue or not). - Try to tweak your GPU driver settings (e.g. try different values between 'performance' and 'quality' if you have such slider, etc.). - Launch Blender from the command line with -d option and attach as text file here any error printed out in the console (do not paste it directly in comment). - Try to run Blender through Software OpenGL, this will be much slower however, if everything works then it means that the bug is spefic for your GPU/Driver and you should report the bug to your GPU vendor instead. - On Linux/macOS, Official releases come with blender-softwaregl - On MS-Windows: 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.
Member

Added subscriber: @JoshuaLeung

Added subscriber: @JoshuaLeung
Member

In addition to the troubleshooting steps mentioned by @VukGardasevic, have you tried posting/searching on any forums (e.g. StackExchange - https://blender.stackexchange.com/) to see if any of the tips mentioned there help?

In addition to the troubleshooting steps mentioned by @VukGardasevic, have you tried posting/searching on any forums (e.g. StackExchange - https://blender.stackexchange.com/) to see if any of the tips mentioned there help?

In #52691#458017, @VukGardasevic wrote:
Concerning the warning in the console - it is harmless and it comes from the Audaspace library.
To make it not show anymore go to File > User Preferences > System. Find the Sound label on the left and under it the Sample Rate drop down menu. In your case, pick 192 kHz and press the Save User Settings button at the bottom.

how_to_change_sample_rate.jpg

The issue is not related to that but to Blender hanging on startup. To do some troubleshooting:

  • Ensure both your OS and drivers are fully up-to-date (and use official GPU drivers, not those provided by windows or tablet/laptop maker).
  • Try to disable any running antivirus.
  • Ensure you have no python executable available in your %path% envvar.
  • Try to re-download and re-install Blender.
  • Try the latest build from our buildbot.
  • Try to start Blender in factory settings (--factory-startup commandline option) (this will ensure whether this is a userpref or addon issue or not).
  • Try to tweak your GPU driver settings (e.g. try different values between 'performance' and 'quality' if you have such slider, etc.).
  • Launch Blender from the command line with -d option and attach as text file here any error printed out in the console (do not paste it directly in comment).
  • Try to run Blender through Software OpenGL, this will be much slower however, if everything works then it means that the bug is spefic for your GPU/Driver and you should report the bug to your GPU vendor instead.
  • On Linux/macOS, Official releases come with blender-softwaregl
  • On MS-Windows: Download this dll and copying it so its located in the same directory as 'blender.exe' and run Blender normally.

Hello sir,

actually I have no experience regarding developing terms. Can you suggest me in brief like where I should go to change those setting.

for example : "Ensure you have no python executable available in your %path% envvar." where I can found setting related to this ??

> In #52691#458017, @VukGardasevic wrote: > Concerning the warning in the console - it is harmless and it comes from the Audaspace library. > To make it not show anymore go to `File > User Preferences > System`. Find the Sound label on the left and under it the` Sample Rate` drop down menu. In your case, pick 192 kHz and press the Save User Settings button at the bottom. > > ![how_to_change_sample_rate.jpg](https://archive.blender.org/developer/F415182/how_to_change_sample_rate.jpg) > > The issue is not related to that but to Blender hanging on startup. To do some troubleshooting: > > - Ensure both your OS and drivers are fully up-to-date (and use official GPU drivers, not those provided by windows or tablet/laptop maker). > - Try to disable any running antivirus. > - Ensure you have no python executable available in your %path% envvar. > - Try to re-download and re-install Blender. > - Try the latest build from our buildbot. > - Try to start Blender in factory settings (--factory-startup commandline option) (this will ensure whether this is a userpref or addon issue or not). > - Try to tweak your GPU driver settings (e.g. try different values between 'performance' and 'quality' if you have such slider, etc.). > - Launch Blender from the command line with -d option and attach as text file here any error printed out in the console (do not paste it directly in comment). > - Try to run Blender through Software OpenGL, this will be much slower however, if everything works then it means that the bug is spefic for your GPU/Driver and you should report the bug to your GPU vendor instead. > - On Linux/macOS, Official releases come with blender-softwaregl > - On MS-Windows: 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. Hello sir, actually I have no experience regarding developing terms. Can you suggest me in brief like where I should go to change those setting. for example : "Ensure you have no python executable available in your %path% envvar." where I can found setting related to this ??

Sorry for the late response.
It is related to setting on Windows using Advanced System Settings > Environment variables setting so the command line executable can be executed easily.

That is a more advanced problem that can show up - for instance on developer / coder machines, so you can disregard that one.

Most likely concentrate on GPU drivers so try the:

  • On MS-Windows: Download this dll and copying it so its located in the same directory as 'blender.exe' and run Blender normally.

That one will bypass the GPU completely and render everything on the CPU. Blender will be slow, but if it shows up it points out to a GPU driver problem.

Sorry for the late response. It is related to setting on Windows using Advanced System Settings > Environment variables setting so the command line executable can be executed easily. That is a more advanced problem that can show up - for instance on developer / coder machines, so you can disregard that one. Most likely concentrate on GPU drivers so try the: > - On MS-Windows: 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. That one will bypass the GPU completely and render everything on the CPU. Blender will be slow, but if it shows up it points out to a GPU driver problem.

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Vuk Gardašević self-assigned this 2017-09-28 19:42:15 +02:00

More than a week passed without a reply.

Due to the tracker policy, archiving until the required additional information / data is provided.

More than a week passed without a reply. Due to the tracker policy, archiving until the required additional information / data is provided.
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
3 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#52691
No description provided.