Blender doesn't start up, leaving 'EXCEPTION_INT_DIVIDE_BY_ZERO' #45673

Closed
opened 2015-08-04 11:15:20 +02:00 by Shin S. W. · 10 comments

System Information

Windows 7 SP 1, x64, Intel HD Graphics 4400 with i5-4200U, no external graphics.
No previous history of installing or running Blender.

Blender Version
Broken: 2.75a(Released July 8, 20150

Short description of error
I downloaded the portable version of Blender 2.75a to my laptop.
I extracted it to a folder, and ran blender.exe. A cmd.exe window opened and immediately disappeared.
I couldn't see any error messages, and the process was already dead.

I opened a command prompt, moved to the directory, and ran blender.exe.
The program immediately died again, leaving an error message - "Error : EXCEPTION_INT_DIVIDE_BY_ZERO".
I removed the portable version and used the installer, but the result was same.
When I run it with debug mode(blender.exe -d), this comes up:

Switching to fully guarded memory allocator.
Blender 2.75 (sub 0)
Build: Web 07/08/2015 10:38 AM Windows
argv- [x] = blender-app.exe
argv- [x] = -d
read file
Version 272 sub 2 date unknown hash unknown

ordered
OBCube
OBLamp
OBCamera
Error: EXCEPTION_INT_DIVIDE_BY_ZERO

I installed Visual C++ 2013 Redistributable Package linked in the download page. The error remains still.
I ran it with Administrator privilege, but it didn't work. (In fact, my cmd.exe runs as Administrator mode.)
I couldn't find any log(it makes OGLdpf.log, which is empty, and there is a folder named blender_aXXXXX, which is empty).

There is no special character in the path.
I tried D:\ProgFiles\Blender, D:\ProgFiles\Blender Foundation\Blender, and C:\Blender, but neither worked.

I saw a Python binary inside Blender's folder.
I wondered if previous installed Python would cause any trouble, so I renamed the root folder of previously installed ones(in order to hide them) and ran Blender. Not worked.

I googled with keyword EXCEPTION_INT_DIVIDE_BY_ZERO or Blender won't start, but I couldn't find any similar bugs.
I wonder if it's my computer's fault - which would be embarrassing(as it means this is not reproducible)...
Please tell me if you need more information. Thank you.

**System Information** Windows 7 SP 1, x64, Intel HD Graphics 4400 with i5-4200U, no external graphics. No previous history of installing or running Blender. **Blender Version** Broken: 2.75a(Released July 8, 20150 **Short description of error** I downloaded the portable version of Blender 2.75a to my laptop. I extracted it to a folder, and ran blender.exe. A *cmd.exe* window opened and immediately disappeared. I couldn't see any error messages, and the process was already dead. I opened a command prompt, moved to the directory, and ran blender.exe. The program immediately died again, leaving an error message - "Error : EXCEPTION_INT_DIVIDE_BY_ZERO". I removed the portable version and used the installer, but the result was same. When I run it with debug mode(*blender.exe -d*), this comes up: `Switching to fully guarded memory allocator.` `Blender 2.75 (sub 0)` `Build: Web 07/08/2015 10:38 AM Windows` `argv- [x] = blender-app.exe` `argv- [x] = -d` `read file` ` Version 272 sub 2 date unknown hash unknown` `ordered` ` OBCube` ` OBLamp` ` OBCamera` `Error: EXCEPTION_INT_DIVIDE_BY_ZERO` I installed Visual C++ 2013 Redistributable Package linked in the download page. The error remains still. I ran it with Administrator privilege, but it didn't work. (In fact, my *cmd.exe* runs as Administrator mode.) I couldn't find any log(it makes `OGLdpf.log`, which is empty, and there is a folder named `blender_aXXXXX`, which is empty). There is no special character in the path. I tried *D:\ProgFiles\Blender*, *D:\ProgFiles\Blender Foundation\Blender*, and *C:\Blender*, but neither worked. I saw a Python binary inside Blender's folder. I wondered if previous installed Python would cause any trouble, so I renamed the root folder of previously installed ones(in order to hide them) and ran Blender. Not worked. I googled with keyword `EXCEPTION_INT_DIVIDE_BY_ZERO` or `Blender won't start`, but I couldn't find any similar bugs. I wonder if it's my computer's fault - which would be embarrassing(as it means this is not reproducible)... Please tell me if you need more information. Thank you.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @Namnamseo

Added subscriber: @Namnamseo

Added subscriber: @Sergey

Added subscriber: @Sergey

This isn't really reproducible. Things to try:

  • Make sure you've got latest video drivers installed (it worth going directly to Intel's download center because your laptop manufacturer might have out-of-date drivers).
  • Make sure your operation system is all up to date.
  • If that doesn't help, download opengl32.dll from ftp://ftp.blender.org/sergey/softwaregl/ put it next to blender.exe and see if it has any affect on the crash. This will switch blender to fully software OpenGL mode which would help us eliminate possible driver issues.
This isn't really reproducible. Things to try: - Make sure you've got latest video drivers installed (it worth going directly to Intel's download center because your laptop manufacturer might have out-of-date drivers). - Make sure your operation system is all up to date. - If that doesn't help, download opengl32.dll from ftp://ftp.blender.org/sergey/softwaregl/ put it next to blender.exe and see if it has any affect on the crash. This will switch blender to fully software OpenGL mode which would help us eliminate possible driver issues.
Author

In #45673#325868, @Sergey wrote:

  • Make sure you've got latest video drivers installed (it worth going directly to Intel's download center because your laptop manufacturer might have out-of-date drivers).
  • Make sure your operation system is all up to date.
  • If that doesn't help, download opengl32.dll from ftp://ftp.blender.org/sergey/softwaregl/ put it next to blender.exe and see if it has any affect on the crash. This will switch blender to fully software OpenGL mode which would help us eliminate possible driver issues.

I tried them, but it didn't work.

Scrolling through Blender's command line options, I found this:

--disable-crash-handler
Disable the crash handler

I googled and found a commit where 'EXCEPTION_INT_DIVIDE_BY_ZERO' line was added . The message was a crash handler; when Blender encounters critical error, it would report an error instead of crashing.
So I ran Blender with crash handler disabled, look what I saw:

imgur link
It's just a Korean-labeled window of 'XX has stopped working'. There I saw which DLL file caused the problem.
That Wintab32.dll, was in my C:\Windows\System32, but I dont' know why it's there. It's not signed, and I don't understand why Blender hooks it.
(Looking at 'tab', it might be related to pen tablets like those from Wacom; I used to use one)

Anyway, renaming Wintab32.dll to something other immediately solved the problem. Thank you.

  • The error seems to be unrelated to Blender. I don't know what to do with this thread now. Can someone teach me?
> In #45673#325868, @Sergey wrote: > - Make sure you've got latest video drivers installed (it worth going directly to Intel's download center because your laptop manufacturer might have out-of-date drivers). > - Make sure your operation system is all up to date. > - If that doesn't help, download opengl32.dll from ftp://ftp.blender.org/sergey/softwaregl/ put it next to blender.exe and see if it has any affect on the crash. This will switch blender to fully software OpenGL mode which would help us eliminate possible driver issues. I tried them, but it didn't work. Scrolling through Blender's command line options, I found this: >--disable-crash-handler >Disable the crash handler I googled and found [a commit where 'EXCEPTION_INT_DIVIDE_BY_ZERO' line was added ](http://lists.blender.org/pipermail/bf-blender-cvs/2015-March/074151.html). The message was a crash handler; when Blender encounters critical error, it would report an error instead of crashing. So I ran Blender with crash handler disabled, look what I saw: [imgur link ](http://imgur.com/kIixySk) It's just a Korean-labeled window of 'XX has stopped working'. There I saw which DLL file caused the problem. That Wintab32.dll, was in my *C:\Windows\System32*, but I dont' know why it's there. It's not signed, and I don't understand why Blender hooks it. (Looking at 'tab', it might be related to pen tablets like those from Wacom; I used to use one) Anyway, renaming Wintab32.dll to something other immediately solved the problem. Thank you. * The error seems to be unrelated to Blender. I don't know what to do with this thread now. Can someone teach me?
Member

Added subscriber: @Blendify

Added subscriber: @Blendify
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Aaron Carlisle self-assigned this 2015-08-04 16:58:46 +02:00
Member

Great to hear that you fixed it

Great to hear that you fixed it

It is not really a fix, but at the same time it doesn't seem to be issue with blender.

wintab32.dll is a part of tablet driver, you might want to try updating it and see if it solves the crash and lets you still to use tablet.

It is not really a fix, but at the same time it doesn't seem to be issue with blender. wintab32.dll is a part of tablet driver, you might want to try updating it and see if it solves the crash and lets you still to use tablet.
Member

since you said that you used yo use one you can just uninstall it

since you said that you used yo use one you can just uninstall it
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#45673
No description provided.