Kernel security check failure #47075

Closed
opened 2015-12-28 15:47:25 +01:00 by Eduard · 46 comments

System Information
Windows 10/NVIDIA Geforce 920M

Blender Version
2.76b

Short description of error
When i use blender cycles i get an kernel security check failure error and my pc restart.

**System Information** Windows 10/NVIDIA Geforce 920M **Blender Version** 2.76b **Short description of error** When i use blender cycles i get an kernel security check failure error and my pc restart.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @Ridiaan

Added subscriber: @Ridiaan

Added subscriber: @ThomasDinges

Added subscriber: @ThomasDinges

We need more information...

What kind of scene do you render? Does it happen with the default Cube too?

Computer restarts are usually a driver error, make sure you use latest nvidia drivers. Also note that the 920M is pretty low-end, and not really suited for GPU rendering.

We need more information... What kind of scene do you render? Does it happen with the default Cube too? Computer restarts are usually a driver error, make sure you use latest nvidia drivers. Also note that the 920M is pretty low-end, and not really suited for GPU rendering.
Author

I do have the last version of my driver. I usually do simple things. It happens when I close the program, but not during a render.

I do have the last version of my driver. I usually do simple things. It happens when I close the program, but not during a render.

Added subscriber: @naitsok

Added subscriber: @naitsok

Hello,

I also have the same problem. Just installed fresh Windows 10 and Blender 2.76b. Card Geforce GTX 860M. When Blender starts it uses Blender render by default. If I try to switch to Cycles render I get KERNEL_SECURITY_CHECK_FAILURE error, blue screen and my computer restarts.

Hello, I also have the same problem. Just installed fresh Windows 10 and Blender 2.76b. Card Geforce GTX 860M. When Blender starts it uses Blender render by default. If I try to switch to Cycles render I get KERNEL_SECURITY_CHECK_FAILURE error, blue screen and my computer restarts.
Author

I solved my problem by right clikcing on the blender.exe and run it whit a powerful graphic procesor. (Do not whit the integrated graphics.)

I solved my problem by right clikcing on the blender.exe and run it whit a powerful graphic procesor. (Do not whit the integrated graphics.)

Thanks, Eduard! It works. I already tried to change to Nvidia in user preferences but it did not help much.

Thanks, Eduard! It works. I already tried to change to Nvidia in user preferences but it did not help much.
Author

I am glad to help you.

I am glad to help you.

Added subscriber: @Tetardd

Added subscriber: @Tetardd

I have Windows 10, NVidia 840m and Blender 2.76b and found a same error + blue screen + restart when trying to change the colour of the background in the World object.

I have Windows 10, NVidia 840m and Blender 2.76b and found a same error + blue screen + restart when trying to change the colour of the background in the World object.

Added subscriber: @YanivGershoni

Added subscriber: @YanivGershoni

I have the same problem, tried to run with the internal card and with Nvidia, sometimes I have crash and sometimes not. also the build bot version cause this BSOD.
I ask Microsoft about that and have a lot of DMP files from the BSOD here:
http:*answers.microsoft.com/en-us/windows/forum/windows_10-performance/windows10-bsod-kernel-security-check-failure

it's start after the new update (new Win10 build), it's not occur on the old Win10 build that I have after upgrading from Win7.

I have the same problem, tried to run with the internal card and with Nvidia, sometimes I have crash and sometimes not. also the build bot version cause this BSOD. I ask Microsoft about that and have a lot of DMP files from the BSOD here: [http:*answers.microsoft.com/en-us/windows/forum/windows_10-performance/windows10-bsod-kernel-security-check-failure](http:*answers.microsoft.com/en-us/windows/forum/windows_10-performance/windows10-bsod-kernel-security-check-failure/94859c4c-d4fc-40be-ac9e-c16e98d92ac5?auth=1) it's start after the new update (new Win10 build), it's not occur on the old Win10 build that I have after upgrading from Win7.
Member

Added subscriber: @Blendify

Added subscriber: @Blendify
Member

Seems like a common issue but I don't think it is something that can be solved from Blender's side.

Seems like a common issue but I don't think it is something that can be solved from Blender's side.
Member

Added subscriber: @LukasStockner

Added subscriber: @LukasStockner
Member

BSODs and simular stuff (e.g. kernel panic on Linux) can only be caused by code running with kernel privileges, which is only the case for the OS and drivers, not for Blender (note that "kernel" refers to the OS component here, not the Cycles compute kernels).
Therefore, this has to be caused by a bug inside of the graphics driver. Maybe triggering the bug could be avoided from the Blender side, but I still wouldn't really consider this a Blender bug.

BSODs and simular stuff (e.g. kernel panic on Linux) can only be caused by code running with kernel privileges, which is only the case for the OS and drivers, not for Blender (note that "kernel" refers to the OS component here, not the Cycles compute kernels). Therefore, this has to be caused by a bug inside of the graphics driver. Maybe triggering the bug could be avoided from the Blender side, but I still wouldn't really consider this a Blender bug.

Added subscriber: @Strad

Added subscriber: @Strad

Geforce 880m card, Win 8.1, same error if I don't ensure that blender runs with the high performance card rather than the low performance one. Only started getting this BSOD since the upgrade to Blender 2.76b so I'm inclined to think this is a Blender issue with the change in version. Only other update made at the same time was Luxrender 1.3.1 to 1.5.1 so a pretty isolated change.

Geforce 880m card, Win 8.1, same error if I don't ensure that blender runs with the high performance card rather than the low performance one. Only started getting this BSOD since the upgrade to Blender 2.76b so I'm inclined to think this is a Blender issue with the change in version. Only other update made at the same time was Luxrender 1.3.1 to 1.5.1 so a pretty isolated change.
Member

Well, yes, maybe Blender 2.76 started calling a broken CUDA function that it didn't call before, but that doesn't change the fact that the CUDA function itself is broken.

After all, if you never used a button in Blender before, but when you tried it in a new workflow it crashes, the bug is not in your workflow ;)

On non-DOS systems, the CPU and OS make it impossible for userspace software like Blender to cause a BSOD, it must be caused by either a hardware fault or a buggy driver (and allowing non-privileged software to crash the system is a pretty serious driver bug).

Well, yes, maybe Blender 2.76 started calling a broken CUDA function that it didn't call before, but that doesn't change the fact that the CUDA function itself is broken. After all, if you never used a button in Blender before, but when you tried it in a new workflow it crashes, the bug is not in your workflow ;) On non-DOS systems, the CPU and OS make it impossible for userspace software like Blender to cause a BSOD, it must be caused by either a hardware fault or a buggy driver (and allowing non-privileged software to crash the system is a pretty serious driver bug).

Fair point Lukas - I have pretty dim view of windows software models and their robustness - but haven't programmed at low level as kernel or graphics driver for a long time (so long I'm not going to admit how far back it was :-) - but certainly the model then allowed programs to quite easily elevate their privileges to a very damaging level )

Fair point Lukas - I have pretty dim view of windows software models and their robustness - but haven't programmed at low level as kernel or graphics driver for a long time (so long I'm not going to admit how far back it was :-) - but certainly the model then allowed programs to quite easily elevate their privileges to a very damaging level )

Added subscriber: @mont29

Added subscriber: @mont29

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Bastien Montagne self-assigned this 2016-01-19 14:33:02 +01:00

Archiving for now, this is indeed most likely yet another GPU driver bug - and in any case, we cannot investigate something we cannot reproduce… :/

Archiving for now, this is indeed most likely yet another GPU driver bug - and in any case, we cannot investigate something we cannot reproduce… :/

Added subscriber: @realman

Added subscriber: @realman

KERNEL_SECURITY_CHECK_FAILURE
ON MY PC

KERNEL_SECURITY_CHECK_FAILURE ON MY PC
Member

@realman please uninstall all GPU drivers from your computer (Intel, Nvidia, AMD) and install the latest drivers from your manufactures website. (This worked for me)

@realman please uninstall all GPU drivers from your computer (Intel, Nvidia, AMD) and install the latest drivers from your manufactures website. (This worked for me)

Oklet me try that and i'll let you know the result.
and thanks for the reply

Oklet me try that and i'll let you know the result. and thanks for the reply

done everything but nothing helps
and at last i tried as this link said
http://www.deskdecode.com/kernel-security-check-failure-0x00000139/
now my computer wont even open as normal
need some new suggestions

done everything but nothing helps and at last i tried as this link said http://www.deskdecode.com/kernel-security-check-failure-0x00000139/ now my computer wont even open as normal need some new suggestions
janifermagi commented 2016-07-18 11:05:06 +02:00 (Migrated from localhost:3001)

Added subscriber: @janifermagi

Added subscriber: @janifermagi
janifermagi commented 2016-07-18 11:05:06 +02:00 (Migrated from localhost:3001)

This comment was removed by @janifermagi

*This comment was removed by @janifermagi*
majyuet commented 2017-05-14 08:47:30 +02:00 (Migrated from localhost:3001)

Added subscriber: @majyuet

Added subscriber: @majyuet
majyuet commented 2017-05-14 08:47:30 +02:00 (Migrated from localhost:3001)

This comment was removed by @majyuet

*This comment was removed by @majyuet*

Added subscriber: @brecht

Added subscriber: @brecht
rohan8652 commented 2018-07-18 15:33:41 +02:00 (Migrated from localhost:3001)

Added subscriber: @rohan8652

Added subscriber: @rohan8652
rohan8652 commented 2018-07-18 15:33:41 +02:00 (Migrated from localhost:3001)

This comment was removed by @rohan8652

*This comment was removed by @rohan8652*
hiphoper722 commented 2018-07-27 01:08:22 +02:00 (Migrated from localhost:3001)

Added subscriber: @hiphoper722

Added subscriber: @hiphoper722
hiphoper722 commented 2018-07-27 01:08:22 +02:00 (Migrated from localhost:3001)

This comment was removed by @hiphoper722

*This comment was removed by @hiphoper722*
harissiam commented 2019-11-13 18:04:21 +01:00 (Migrated from localhost:3001)

Added subscriber: @harissiam

Added subscriber: @harissiam
Bastien Montagne was unassigned by blender-admin 2019-11-13 18:04:21 +01:00
Rohan Rajpal was assigned by blender-admin 2019-11-13 18:04:21 +01:00
harissiam commented 2019-11-13 18:04:21 +01:00 (Migrated from localhost:3001)

Changed status from 'Archived' to: 'Resolved'

Changed status from 'Archived' to: 'Resolved'
harissiam commented 2019-11-13 18:04:21 +01:00 (Migrated from localhost:3001)

This comment was removed by @harissiam

*This comment was removed by @harissiam*
Member

Added subscriber: @jesterking

Added subscriber: @jesterking
Rohan Rajpal was unassigned by Bastien Montagne 2019-11-13 19:33:11 +01:00
Bastien Montagne self-assigned this 2019-11-13 19:33:11 +01:00

Added subscriber: @rohanrajpal

Added subscriber: @rohanrajpal

Changed status from 'Resolved' to: 'Archived'

Changed status from 'Resolved' to: 'Archived'

Don’t why we have so many spammers on that page… will make it editable by admins only.

Don’t why we have so many spammers on that page… will make it editable by admins only.
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
13 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#47075
No description provided.