Blender starts up console then immediately closes. #44334

Closed
opened 2015-04-10 04:06:19 +02:00 by Josh · 22 comments

System Information
Windows 7
Nvidia GeForce GT 630M

Blender Version
Broken: 2.74 (Can't get to splash screen)
Worked: 2.73?

When I click on the Blender icon, it opens up console, then says this error.

AL lib: UpdateDeviceParams: Failed to set 44100hz, got 48000hz instead
Error: EXCEPTION_ACCESS_VIOLATION
Writing: C:\Users\Bleghfuric\AppData\Local\Temp\blender.crash.txt

Then, the console just closes. A copy of the blender.crash.txt file is blender.crash.txt

__

I do not know how this error occurs, but it consistently happens when I run Blender.

**System Information** Windows 7 Nvidia GeForce GT 630M **Blender Version** Broken: 2.74 (Can't get to splash screen) Worked: 2.73? When I click on the Blender icon, it opens up console, then says this error. AL lib: <EE> UpdateDeviceParams: Failed to set 44100hz, got 48000hz instead Error: EXCEPTION_ACCESS_VIOLATION Writing: C:\Users\Bleghfuric\AppData\Local\Temp\blender.crash.txt Then, the console just closes. A copy of the blender.crash.txt file is [blender.crash.txt](https://archive.blender.org/developer/F160318/blender.crash.txt) __ I do not know how this error occurs, but it consistently happens when I run Blender.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Josh self-assigned this 2015-04-10 04:06:19 +02:00
Author

Added subscriber: @Bleghfuric

Added subscriber: @Bleghfuric
Josh removed their assignment 2015-04-10 04:09:21 +02:00
Author

Removed subscriber: @Bleghfuric

Removed subscriber: @Bleghfuric

Added subscriber: @mib2berlin

Added subscriber: @mib2berlin

Hi, DL opengl32.dll for your system and copy it to your Blender directory where blender.exe resist.
This start Blender in software OpenGL mode and bypasses the hardware accelerated mode.

ftp://ftp.blender.org/sergey/softwaregl/

If Blender run it is a driver or update problem.
Make sure your system is fully updated, Service Pack 1 and driver from Nvidia.
The GPU driver from Microsoft are often not up to date.

Cheers, mib

Hi, DL opengl32.dll for your system and copy it to your Blender directory where blender.exe resist. This start Blender in software OpenGL mode and bypasses the hardware accelerated mode. ftp://ftp.blender.org/sergey/softwaregl/ If Blender run it is a driver or update problem. Make sure your system is fully updated, Service Pack 1 and driver from Nvidia. The GPU driver from Microsoft are often not up to date. Cheers, mib

Added subscriber: @mont29

Added subscriber: @mont29

Please:

  • Ensure both your OS and drivers are fully up-to-date.
  • For Windows 7, at least service pack 1 is mandatory, please ensure it is installed on your machine.
  • Ensure your GPU driver supports at least OpenGL 1.4.
  • Ensure you have installed MSVC2013 redistributable package (http://www.microsoft.com/en-us/download/details.aspx?id=40784).
  • 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 place this dll next to your blender.exe (software OGL, will be slow, but will show whether this is a driver issue or not).
Please: * Ensure both your OS and drivers are fully up-to-date. * For Windows 7, at least service pack 1 is mandatory, please ensure it is installed on your machine. * Ensure your GPU driver supports at least OpenGL 1.4. * Ensure you have installed MSVC2013 redistributable package (http://www.microsoft.com/en-us/download/details.aspx?id=40784). * 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](https://builder.blender.org/download). * 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 place [this dll](http://download.blender.org/ftp/sergey/softwaregl/win64/opengl32.dll) next to your blender.exe (software OGL, will be slow, but will show whether this is a driver issue or not).
Member

Added subscriber: @Blendify

Added subscriber: @Blendify
Member

no news in a week sorry but we have to close this to keep the bug tracker clean.

no news in a week sorry but we have to close this to keep the bug tracker clean.
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Aaron Carlisle self-assigned this 2015-04-17 17:30:32 +02:00

Added subscriber: @willpowered

Added subscriber: @willpowered

I am also affected by this bug, so it's still around and appears to be a pretty bad issue, considering I can't run Blender. I was running Blender 2.69 just fine this morning, then this afternoon I updated to 2.76rc3, the latest version. Blender now crashes on startup with only the message "Error: EXCEPTION_ACCESS_VIOLATION". No crash log is created in the location OP specified.

Addressing most of your bullet points Bastien:

  • I recently updated my graphics card driver (about a week ago) so I think it's safe to assume my OS and drivers are up to date. I'm running Windows 10.
  • My GPU driver supports OpenGL 1.4, since I was using Blender this morning and use OpenGL 2+ for other things regularly.
  • MSVC 2013 Redistributable (x86) is listed in Programs and Features, so I have it installed.
  • Only using Windows Defender, no other antivirus and no issues previously with this.
  • No Python exe is listed in %path%.
  • I ran the installer again and selected "Repair," but nothing changed.
  • I started Blender with factory settings using --factory-startup and got the same result.
  • I placed your opengl32.dll next to blender.exe, but got the same error.

Basic system specs:

  • Windows 10 Pro x64
  • AMD Radeon R9 200 / HD 7900 series (x2, no crossfire)
  • Graphics driver date 8/21/2015

Let me know if there is more information I can provide. For now I think I'll go back to an earlier version of Blender.

Edit:
Just to update, I made a backup of my 2.76rc3 installation for testing, deleted the original, and installed 2.73 since OP said 2.73 worked. Version 2.73 also works for me.

I am also affected by this bug, so it's still around and appears to be a pretty bad issue, considering I can't run Blender. I was running Blender 2.69 just fine this morning, then this afternoon I updated to 2.76rc3, the latest version. Blender now crashes on startup with only the message "Error: EXCEPTION_ACCESS_VIOLATION". No crash log is created in the location OP specified. Addressing most of your bullet points Bastien: - I recently updated my graphics card driver (about a week ago) so I think it's safe to assume my OS and drivers are up to date. I'm running Windows 10. - My GPU driver supports OpenGL 1.4, since I was using Blender this morning and use OpenGL 2+ for other things regularly. - MSVC 2013 Redistributable (x86) is listed in Programs and Features, so I have it installed. - Only using Windows Defender, no other antivirus and no issues previously with this. - No Python exe is listed in %path%. - I ran the installer again and selected "Repair," but nothing changed. - I started Blender with factory settings using --factory-startup and got the same result. - I placed your opengl32.dll next to blender.exe, but got the same error. Basic system specs: - Windows 10 Pro x64 - AMD Radeon R9 200 / HD 7900 series (x2, no crossfire) - Graphics driver date 8/21/2015 Let me know if there is more information I can provide. For now I think I'll go back to an earlier version of Blender. Edit: Just to update, I made a backup of my 2.76rc3 installation for testing, deleted the original, and installed 2.73 since OP said 2.73 worked. Version 2.73 also works for me.

Added subscriber: @kyllsaph

Added subscriber: @kyllsaph

I was also experiencing this bug on with version 2.76 windows 10 like Will Tice. Like Will I had followed all the instructions above to no avail. I decided to try the older 2.73 version of blender and was uninstalling 2.76 when I noticed there were left over files from version 2.69 from windows 8. After thoroughly cleaning out all blender files and reinstalling 2.76 I'm having no issues. Checking for and removing previous versions of blender may help with this issue.

I was also experiencing this bug on with version 2.76 windows 10 like Will Tice. Like Will I had followed all the instructions above to no avail. I decided to try the older 2.73 version of blender and was uninstalling 2.76 when I noticed there were left over files from version 2.69 from windows 8. After thoroughly cleaning out all blender files and reinstalling 2.76 I'm having no issues. Checking for and removing previous versions of blender may help with this issue.

Added subscriber: @DavideVercelli

Added subscriber: @DavideVercelli

I can confirm what Graham Pitcher said. I had the same problem but noticed I had a 32bit 2.6x version around together with the 2.76 I had just installed. Getting rid of the two of them and reinstalling just the 64bit 2.76 got rid of the problem.

I can confirm what Graham Pitcher said. I had the same problem but noticed I had a 32bit 2.6x version around together with the 2.76 I had just installed. Getting rid of the two of them and reinstalling just the 64bit 2.76 got rid of the problem.

Added subscriber: @ubershmekel

Added subscriber: @ubershmekel

I'm using Windows 10 and had this issue. Uninstalling both versions of blender and reinstalling blender-2.76b-windows64.msi fixed it. Here's the error:

C:\Program Files\Blender Foundation\Blender>blender.exe
Error: EXCEPTION_ACCESS_VIOLATION

I'm using Windows 10 and had this issue. Uninstalling both versions of blender and reinstalling blender-2.76b-windows64.msi fixed it. Here's the error: ``` C:\Program Files\Blender Foundation\Blender>blender.exe Error: EXCEPTION_ACCESS_VIOLATION ```
Member

@ubershmekel please open a new bug report

@ubershmekel please open a new bug report

Added subscriber: @ParaThan

Added subscriber: @ParaThan

Error: EXCEPTION_ACCESS_VIOLATION
I am getting this exception. This is happening when I try to open blender model model files .blend file.

I placed the opengl32.dll in the same directory as blender.exe

The problem did not get resolved. Any other ideas, Please?

Error: EXCEPTION_ACCESS_VIOLATION I am getting this exception. This is happening when I try to open blender model model files .blend file. I placed the opengl32.dll in the same directory as blender.exe The problem did not get resolved. Any other ideas, Please?
Member

Please create a new bug report.

Please create a new bug report.
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
9 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#44334
No description provided.