Windows error 0x0000003B, 59

Detailed Error Information

UNEXP_NET_ERR[1]

MessageAn unexpected network error occurred.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x8007003B.

SYSTEM_SERVICE_EXCEPTION[2]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0x3B: SYSTEM_SERVICE_EXCEPTION.

HRESULT analysis[3]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[3][1]
DescriptionThe default facility code.[3][1]
Error Code59 (0x003b)

Questions

15votes
3answers

How to analyze a memory dump on Windows after a blue screen error?

My computer running Windows 7 x64 crushes time to time. Could you please advise how to analyze the memory dump or point out possible cause and further troubleshooting steps? > The computer has rebooted from a bugcheck. The bugcheck was: 0x0000003b > (0x00000000c0000005, 0xfffff96000015de8, 0xfffff88007db9fb0, > 0x0000000000000000). A dump was [...] read more
windows-7
memory
black-screen-of-death
dump
10votes
1answer

Windows delays writing FAT table on small USB drive despite “Quick removal”

I am seeing delayed writes to the FAT on a small-capacity FAT(FAT12)-formatted USB flash drive even though the policy for the drive is set to "Quick Removal". (I believe this means the SurpriseRemovalOK flag is set). I've captured the SCSI commands sent to the drive over USB: the file truncation [...] read more
windows
usb-flash-drive
fat16
8votes
5answers

VirtualBox causes host BSOD starting VM under Windows 10. Hyper-V is off

I have a freshly-installed 64-bit Windows 10 system, with VirtualBox installed and a CentOS 7.0 VM image. Whenever I try to start the VM, Windows BSODs with SYSTEM_SERVICE_EXCEPTION, code 0x0000003b. After extensive (and frustrating) Googling, I have found many references to this being caused by Windows 10's Hyper-V virtualisation, so [...] read more
windows-10
virtualbox
bsod
6votes
2answers

BSOD continuing after wiping hard drive and starting clean Windows 7 installation

I have had incessant BSODs with my Acer Aspire x1700, Intel Pentium Dual Core 2.4, initially running Win 7 x64. * I have 8GB of RAM and I ran MEMTEST (8 passes) with no errors. * I have replaced my NVIDIA GE100 video card, with no change. * I wiped [...] read more
windows-7
64-bit
bios
freeze
bsod
6votes
1answer

Add/Change Drive Letter Causes BSOD

Recently Microsoft Support had me "upgrade" or rather replace the installation of Windows because I had an SFC error that could not be resolved any other way, apparently. SFC now runs without reporting any errors. but now All "new" external drives to my system cause a BSOD when adding of [...] read more
windows-7
bsod
service-pack
drive-letter
6votes
4answers

Troubleshooting an mysteriously unstable machine

I have a machine with a Core i7 CPU, 12 GiB of memory, 4 hard drives and a graphics card/sound card (both add-in PCI-E). This machine is somehow unstable, and I'm wondering how to troubleshoot the remaining issues. Originally, the machine had an ASUS P6T SE mainboard and a 8800GT, [...] read more
windows
troubleshooting
bsod
hardware-failure
5votes
10answers

Windows 7 likes to crash on me about every week

I have Windows 7 Pro 64-bit edition and it seems like every week I get a blue screen since it crashed for some reason. I have no clue what is causing this. 1. I have 4 gigs of RAM with 2 of them not 100% sure if they work as [...] read more
windows-7
windows
bsod
3votes
1answer

Debugging a driver with WinDbg - How set a breakpoint at DriverEntry?

I have a driver which is, for some unknown reasons causing a bugcheck 0x0000003b. So I decided to set up a Hyper-V VM and use kernel debugging to see what exactly is going on. I already enable testing signing with bcdedit, and checked that the driver is indeed loaded and [...] read more
c
windows
debugging
kernel
wdm
3votes
2answers

Android emulator hates me

Sorry for this title but I'm just so mad because not any of the emulators seem to be working for me. Here are the reasons: 1. Built-in Android Emulator - too slow, it won't even deploy the application, stuck at Starting emulator ..., mostly gets the error Emulator cannot be [...] read more
android
xamarin
android-emulator
xamarin.android
3votes
1answer

Change display format of DirectX "Object Table"

While debugging with VS 2012 Graphic's Debugger, I want to look at an index buffer, but the format that is showing it in is as float. This means the numbers are different than they would be with an int or short format. Does somebody know how to change this? Here [...] read more
visual-studio-2012
hlsl
directx-11
3votes
3answers

Frequent BSODs on Windows 7 Professional after replacing Graphics Card (worked fine for ~2 weeks prior)

My computer died around 3 weeks ago due to the Graphics Card failing (Asus Direct CU II 7950, an old 1TB Samsung HDD also failed to power up after this) and just 2 weeks ago we replaced it with a new R9 390. It was working fine for about a [...] read more
windows-7
memory
drivers
bsod
3votes
1answer

Why doesn't Windows save a minidump of bugchecks?

How do I fix the Windows described below to save a minidump in %SystemRoot%\Minidump when a bugcheck occur?, as it should normally do. i need the minidump to know what driver failed and needs to be removed or changed RECOVEROS The recoveros settings are correct wmic recoveros list /format:list && [...] read more
windows-7
minidumps
bsod
3votes
1answer

The computer has rebooted from a bugcheck

My Windows 8 computer frequently locks up when you try to wake it up from sleep. The power light appears on, but the monitor shows no connection and it won't 'wake up'. I have to hold the power button to turn it off and reset it. I found this in [...] read more
windows-8
troubleshooting
bsod
3votes
4answers

Windows 7 BSOD on startup

I got a BSOD today after getting home from 11 hours of work... 1. It seems to work in SAFE MODE (sometimes, not always) 2. The BSOD says: > SYSTEM_SERVICE_EXCEPTION > STOP: 0x0000003b > WimFsf.sys - Address FFFFF88001A6B76B base at FFFFF88001A600000, DateStamp > 4a5bc362. 3. Sometimes it shows the welcome [...] read more
windows-7
windows
bsod
2votes
2answers

Dynamic disks import to a new server

One of our servers has died recently. So I've took those disks from it and installed them all to the new server running Windows Server 2008. Along with disks I've moved two simple two-port controllers on a Silicon Image SiI 3132 chip. So here is a problem. There was two [...] read more
windows
windows-server-2008
storage
2votes
0answers

BSOD Before Windows Will Loads - Graphics Related

Alright deep breath here: (Windows 7 Home Premium 64 bit btw) Today I installed Star Craft 2 Beta. After trying to log in, it had some issues where it said my device stopped working (referring to my video device I have to imagine). After I force quit the game there [...] read more
windows-7
bsod
troubleshooting
nvidia-graphics-card
2votes
4answers

How to diagnose why PC is freezing in 3D Application?

Recently I'm having some problems with my PC. I I'm running applications that depends on 3D graphics card it freezes after some time or throws a blue screen (mostly it just freezes). It's hard to tell when this problems happens but it usually starts 10-30 minutes after starting the game. [...] read more
windows-7
troubleshooting
freeze
3d-graphics
1vote
1answer

Windows Server 2008 R2 "WIN7_DRIVER_FAULT_SERVER SYSTEM_SERVICE_EXCEPTION STOP: 0x0000003B

I need some help with my Windbg output on our Win Server 2008 R2 Standard installation. It is our mission critical production server and it crashes every 2 months or so. It's done it a couple of times already. Logs say it might be a driver, but which? who crashed [...] read more
bsod
1vote
1answer

Lotus Domino Server 6.5 crashes frequently

We are running lotus domino server 6.5 in one our VM machine. The web applications hosted in this server are running for past 10 year with no issue. But suddenly for past few months the server is crashing frequently. I have used LND to analyze the crash details and all [...] read more
ibm-domino
servlet
servlets
1vote
2answers

Creating a vm using Hyper-V causes the host of BSOD

Problem description: When I try to create a virtual machine, the host bsod part way through the process. From the logs in lookes to fail/hang on the "Creating new VirtualDisckDriver with new VHD" step. The BSOD error code is SYSTEM_SERVICE_EXCEPTION : STOP:0x0000003B When the machine has finished restarting, it looks [...] read more
windows-server-2008
hyper-v
hp
1vote
1answer

Lotus notes give an error message during calling Crystal Report viewer control 9

OS : window 7 Enterprise Service pack 1 (32 bit) Lotus notes version : 9.0 (social edition) Whenever i want to create an object- crystal report viewer control 9 it give me an error message: below is error message that generate by lotus notes enter image description here [https://i.stack.imgur.com/encNN.jpg] -Already [...] read more
crystal-reports
odbc
lotus-notes
1vote
1answer

Windows 7 install BSODs on two different hard drives on new computer

* Computer: Asus CM1740 (newegg stats), no stock HDD (stock is a 1TB SATA 6.0 GB/s -- according to a topic I found on HelpOwl, it may be Seagate or Western Digital). It was hardware and stress-tested prior to my purchase. * Primary hard drive: Seagate Barracuda 7200 RPM 3.0 [...] read more
windows-7
hard-drive
bsod
1vote
0answers

Virtual Box BSOD SYSTEM_SERVICE_EXCEPTION

Every time I run Virtual Box I get a BSOD saying SYSTEM_SERVICE_EXCEPTION. I've never sucessully ran Virtual Box on my computer before, and I have all drivers installed, thanks to iobit Driver Booster, and things should be stable thanks to iobit Advanced System Care. Technical Information: STOP: 0x0000003B (0x00000000C0000005,0xFFFF88003E485EE,0xFFFFF88008F62D60,0x0000000000000000) asmtxhci.sys [...] read more
windows-7
virtualbox
bsod
crash
1vote
2answers

Laptop shut down randomly when temperature is low

Basic info of my laptop: 3.5-year-old Samsung RF411, Win7, no hardware change since purchase, Windows disk & memory check all OK, passed memtest86+ test. Recently, it randomly shuts down/blue screen/blurry screen&die without any warning. Sometimes, it shuts down after an uncertain period of time when win7 is loaded (a few [...] read more
laptop
cpu
shutdown
temperature
1vote
3answers

Toshiba Satellite L555D BSOD

I have this Toshiba Satellite L555D that keeps randomly blue screening even after a clean install of Windows 7. I have also tried runnig a chkdsk and a SFC scan and no errors were found. I have also tried switching to different RAM sticks and the same problems keep showing [...] read more
bsod
1vote
0answers

Repeated BSOD After Windows Reinstall

I run FSX in Windows 7 64 bit environment. I needed to reinstall windows and after the reinstall I get multiple BSOD events. Specs: Geforce GTX 660 8 gig RAM, Core I5 overclocked to 4.0 ghz. -------------------------------------------------------------------------------- Looked at DMP Files and see no recurring pattern: > Dump Headers 090713-7051-01.dmp [...] read more
windows-7
64-bit
bsod
1vote
2answers

Windows 7 BSOD with Service Exception Error and Randomly Reboots

I've got a windows 7 laptop that BSOD with a Service Exception Error when I connect to a wireless network. It also does it when it's just sitting still doing nothing. I ran bluescreenview and here are the last four BSOD's from today: ================================================== Dump File : 051210-18642-01.dmp Crash Time [...] read more
windows-7
64-bit
bsod
1vote
3answers

How to know what was the reason of this bluescreen error?

I got a blue screen error and after 10 seconds my Windows 7 64bit Home premium PC got restarted. After restarting i got this reason to restart. I'm worrying if something is wrong with my PC. I have McAfee Antivirus with auto update on. > Problem signature: Problem Event Name: [...] read more
windows-7
64-bit
bsod
0votes
1answer

Lotus Domino Server Crash

We are running domino server is one of our virtual machine. We also see "allocation failure" and "GC Cycle started" error in our domino console frequently after moving to VM OSVersion: Windows Server 2003 5.2 (Build 3790), PlatID=2, Service Pack 2 (4 Processors) Notes Build: Release 6.5 September 26, 2003 [...] read more
lotus-notes
ibm-domino
0votes
0answers

What does features of Ethernet devices in ethtool mean? How to changes features in C program?

As we know we can use ethtool -k to get features of Ethernet devices, and we can use ethtool -K to change the featueres' status. I want to change some features of Ethernet devices in my C program. I want to use ioctl with ETHTOOL_SFEATURES to do this: #define ETHTOOL_SFEATURES [...] read more
linux
networking
linux-kernel
linux-device-driver
ioctl
0votes
1answer

BlueScreen[Error : 0x0000003b / c0000005] Reading bytes from SerialPort

i have a BarcodeScanner here which im telling to make a picture for me. Im sending a command as byte to the scanner, waiting for the response and then im trying to read it. if i just use a serial monitor and send the bytes manually it works just fine, [...] read more
c#
serial-port
blue-screen-of-death
0votes
1answer

Windows Phone App crashes after Launcher.LaunchFileAsync when downloaded from store

I have a strange problem, if I deploy my app through visual studio as debug or release version all is working well. But if I publish it to the store and download it from there the app crashes after Launcher.LaunchFileAsync or FileOpenPicker. When my app launches for example the default [...] read more
windows-phone
windows-phone-8.1
windows-phone-store
0votes
2answers

WinDbg with dump files when you have a classic ASP app which uses a lot of .Net via interop

Ok, first please don't ask why this application is the way it is. This is a classic ASP application which in several areas uses .Net and COM and some of that .Net also reaches into COM! It's all to do with code reuse really, at some point .Net was introduced [...] read more
.net
memory-leaks
asp-classic
windbg
0votes
2answers

App rejected for crash on launch, but cannot replicate in either simulator or device, and device log is cryptic

I recently had an app rejected for crashing on launch on an iPhone 5 in iOS 5.0, and the good folks at Apple attached a crash report. However, I can't replicate this crash on either my device (also an iPhone 4 running iOS 5) or in the simulator for iOS [...] read more
ios
ios5
appstore-approval
iphone-4
0votes
1answer

Lotus Notes Client crash ntdll.EtwEventEnabled

Lotus Notes Client crashed for one of the user few days back. After that we had him install the Lotus Notes twice but the issue continues. PLease find the NSD below. It shows ntdll.EtwEventEnabled at the top of the stack trace and Access Violation as the error message but I [...] read more
lotus-notes
0votes
6answers

Bluescreen 0x0000003B during DownloadFileAsync?

I've run into a problem with an application I'm developing in C#/.NET. A problem I can't trace down because it causes my system to crash with a BSOD. Here's the minidump: 060310-27066-01.dmp 03.06.2010 19:47:39 SYSTEM_SERVICE_EXCEPTION 0x0000003b 00000000c0000005 fffff8000306d4d0 fffff8800b107640 0000000000000000 ntoskrnl.exe ntoskrnl.exe+70600 NT Kernel & System Microsoft® Windows® Operating System [...] read more
c#
http
.net-4.0
download
bsod
0votes
2answers

lotus notes crashing when swing dialogbox appears

I coded an agent in Java that displays some text using JDialogBox. Now for one of the many users of that application it is not working. whenever the user clicks on action that initiates that agent, a dialogbox appears but before it could display completely notes crashes, giving the error [...] read more
swing
lotus-notes
lotus-domino
0votes
0answers

BSOD error codes: 0x546869732069732061206a6f6b65, 0x33206f74686572206a6f6b6573 on Windows 10 operating system

I'm getting random BSODs with bugcheck on Windows 10 Pro (x64) v1511 [b10586.420]: 0x4920636f70696564207468656d (0x66726f6d204d5320616e7377657273, 0x31363232323232, 0x31363232323234, 0x31363232323238) and 0x0000003b (0x00000000c0000005, 0xfffff803c462ff42, 0xffffd0002410ba20, 0x0000000000000000)! * I believe the aforementioned bugcheck might be caused by hardware since I have the same version of Windows on multiple PCs without any issues * [...] read more
windows-10
bsod
0votes
1answer

Windows 10 Blue Screen (BSOD) SYSTEM_SERVICE_EXCEPTION if left idle for a few minutes

My Windows 10 Pro computer has been fine for the past 5-6 months I have been using it. But the past few days, it will get blue screen if left idle for a few minutes.. I have tried updating all drivers I could find, update BIOS, scan hard drives etc [...] read more
windows
windows-10
bsod
0votes
0answers

Windows 10 fails to update to 2004: appid.sys crashing in "FirstBoot"

New Lenovo T14 (20UD002HMX) has problems updating to Windows 10 2004. Everything seems to be going well until the computer states "Undoing changes made to your computer" and I'm back to 1909. I used SetupDiag and found the problem: BugCheck Code: 0x0000003B Driver: appid.sys SetupPhase: FirstBoot,Start Is anyone familiar what [...] read more
windows-10
windows-10-upgrade
windows-10-v2004
0votes
1answer

Windows 10 + Google Drive File Stream + Executable = BSOD SYSTEM_SERVICE_EXCEPTION (3B)

Haven't really found a satisfying solution to this problem. I have Windows 10 Home x64. I have Google Drive, and Drive File Stream installed and syncing my drive. Most files are online until I interact with them, and it downloads them locally (pretty standard). When I double-click on an .exe [...] read more
windows
bsod
google-drive
0votes
1answer

Location of BSOD report

When a computer experiences a BSOD, an entry is added to the Event Log, such as: > The computer has rebooted from a bugcheck. The bugcheck was: 0x0000003b > (0x00000000c0000005, 0xfffff96000015de8, 0xfffff88007db9fb0, > 0x0000000000000000). A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: > 080210-24819 Where can the report be found? read more
windows-10
bsod
0votes
2answers

iTunes crashes with "Attempt to allocate 1073741824 bytes for NS/CFData failed" error

This is a pretty common occurrence. Every two days or so iTunes will crash on me with this error. FYI, 1073741824 is 2^30, which is gigabyte. The crash log is below if you're interested. -------------------------------------------------------------------------------- Process: iTunes [40778] Path: /Applications/iTunes.app/Contents/MacOS/iTunes Identifier: com.apple.iTunes Version: 9.0.1 (9.0.1) Build Info: iTunes-9010901~2 Code Type: [...] read more
macos
itunes
0votes
1answer

SYSTEM_SERVICE_EXCEPTION (ntoskrnl) on virtualization software other than Hyper-V

System specs: https://pastebin.com/AGNZgAUT Hello. I tried using some virtualization software (VMware, Nox App Player, and Hyper-V) with Intel VT-x enabled, however with everything except Hyper-V, I get a bluescreen for ntoskrnl.exe, under the bug check string "SYSTEM_SERVICE_EXCEPTION" with a stop code of 0x0000003b. Minidump of one of the crashes: https://files.catbox.moe/ptk8he.dmp [...] read more
windows-10
virtualization
intel-core-i5
0votes
1answer

Constant bluescreens upon Windows 7 login

I'm running a Lenovo ThinkPad E540, which dual boots into Windows 7 and Ubuntu 14.04. The computer itself is maybe 2.5 years old, and I'm having some problems with the Windows installation. When I boot into Windows, the computer bluescreens after I sign in. I've been having problems with Windows [...] read more
windows-7
multi-boot
bsod
0votes
1answer

Correct Intel graphics driver for the i7-3632QM?

A few days ago I played around with all the Intel services that are installed on my system recently. For example management engine and heci server. First I disabled every single Intel service as well as quite a few others of which I thought I wouldn't need them... then my [...] read more
windows
windows-8.1
drivers
intel-graphics
0votes
2answers

Windows 7 Freezing and crashing

Ok. So when windows 10 came out I upgraded. I started getting problems left and right, then about 2 months ago I started getting freeze crashes and BSOD. So with errors coming out of my ears I got myself a new hard drive (so I could keep 10 for when [...] read more
windows-7
freeze
crash
bsod
0votes
0answers

How do I find out who is corrupting my memory?

Question: My Windows 8.1 media center is experiencing blue screens. Here's an excerpt from the most recent ones (sorry for the formatting, but superuser does not support nice tables): Date Bug Check Param 1 Caused by Address 2015-05-24 0x00000019 BAD_POOL_HEADER 00000000`00000020 Npfs.SYS+b872 2015-05-23 0x00000019 BAD_POOL_HEADER 00000000`00000020 ntoskrnl.exe+150ca0 2015-05-22 0x0000003b SYSTEM_SERVICE_EXCEPTION [...] read more
windows-8.1
memory
drivers
bsod
0votes
2answers

BSOD and flickering graphics on Windows 7 64bit

I recently purchased a new motherboard (Asus P8 Z68-V Pro) Processor (Intel Core i5 2500K) and 8gb of DDR3 RAM. Since installing these I have had a lot of problems with at first flickering graphics, the screen going black and then coming back and then a BSOD. I've checked temperatures [...] read more
windows-7
graphics-card
power-supply
bsod
hardware-failure
0votes
2answers

Bluescreen in Windows

Last time I start Windows there was an error and then a blue screen appeared. It said "STOP: 0x0000003b" and it forced me to shutdown my PC. It said that something might be wrong with some software or hardware. read more
windows-7
memory-error
0votes
1answer

System_Service_Exception on XP 64 bit

I have a computer which has been running XP 64-bit for several years with no hardware changes. One day I had a power surge and ever since then, I occasionally crash with a Blue Screen of Death (BSOD) which says SYSTEM_SERVICE_EXCEPTION. I also get a group of hex codes which [...] read more
windows-xp
64-bit
bsod
-1votes
1answer

Having several BSOD with different messages in new computer

I've been having several BSOD during the last month or so. I though that they were for some kind of wrong driver or something software related, but tried to update everything to the last version with no results. Additionally, i did multiple hardware tests to the GPU, CPU, RAM memory [...] read more
memory
bsod
memory-management
-2votes
1answer

Server Crashes randomly

I have a problem, VM server 2008 R2 SP1 , running citrix is randomly crhasing, in event log I found following: The computer has rebooted from a bugcheck. The bugcheck was: 0x0000003b (0x00000000c0000005, 0xfffff9600008744d, 0xfffff88007ba3de0, 0x0000000000000000).. Any Idea what's causing it? Here is results from debug: here is info from [...] read more
windows-server-2008
citrix
server-crashes
bug
-2votes
3answers

Regular Expression for semicolon

I need to develop a code to check the String has got any Semicolon. And charector can be in any flavor. Charector : ; Ascii : 59 HTML Entity (decimal) : &#59 HTML Entity (hex) : &#x3b Alt : 059 Alt : 59 UTF-8 (hex) : 0x3B (3b) UTF-8 (binary) [...] read more
java
regex

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0