Windows error 0x00000063, 99

Detailed Error Information

SECURITY1_INITIALIZATION_FAILED[1]

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

HRESULT analysis[2]

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[2][3]
DescriptionThe default facility code.[2][3]
Error Code99 (0x0063)

Questions

16votes
4answers

Android emulator can't be started

I've made some Android emulator device, and try to execute it. I've got the following errors: 02-18 05:46:39.070 99-99/? E/SurfaceFlinger﹕ ERROR: failed to open framebuffer (No such file or directory), aborting 02-18 05:46:39.070 99-99/? A/libc﹕ Fatal signal 6 (SIGABRT) at 0x00000063 (code=-6), thread 99 (surfaceflinger) 02-18 05:46:43.430 137-137/? E/cutils﹕ Failed [...] read more
android
android-emulator
emulation
14votes
4answers

Unhandled Exception in Rad Studio Debugger Thread

I have a large application that recently started exhibiting rather strange behavior when running in a debugger. First, the basics: OS: Windows 7 64-bit. Application: Multithreaded VCL app with many dlls, bpls, and other components. Compiler/IDE: Embarcadero RAD Studio 2010. The observed symptom is this: While the debugger is attached [...] read more
c++
exception
dll
c++builder
c++builder-2010
4votes
1answer

Using the Sleuth Kit function tsk_fs_open_img() returns an error that the FS is not a FAT FS

I am writing a program using the Sleuth Kit Library that is designed to printout the File Allocation Table of a FAT32 filesystem. Everything in my program works fine until I call the tsk_fs_open_img() function. At that point the program returns and error stating "Invalid magic value (Not a FATFS [...] read more
c++
unix
filesystems
fat32
dd
2votes
0answers

Disable .rodata indirection for local constants

When i have local data defined inside a function, it gets placed into .rodata section. This means that .text section will contain relative reference (//1) to an absolute address (//2) inside the .text, which in turn points to the data (//3) inside .rodata. int function() { int a[] = {97, [...] read more
c
gcc
1vote
2answers

Unhandled exception, orgin unknown

This is a homework assignment. I'm experiencing a weird error and I have no idea what is causing it. This is not the entire assignment, but it is what I have so far. As it's homework, I don't want someone to tell me exactly how to code it, rather I [...] read more
c++
runtime-error
unhandled-exception
0votes
0answers

Winsock error 10055 keeps reoccurring

We are having some problems with Winsock after releasing a new version of our software. We currently have 16 servers running Windows Server 2016 that all run an instance of this software. All these servers communicate to yet another server that acts as a gate way of sorts. All servers [...] read more
windows
windows-server-2016
socket
0votes
2answers

Can connect to VNC only when computer is connected to another vnc server

I am having issues with a VNC. I am currently using Windows XP with UltraVNC. I am unable to connect to a vnc server. The only way for me to connect to the server is if I am connected to another VNC Server using the viewer. Computer A | Computer [...] read more
router
ip
port
vnc
0votes
0answers

Does anyone know why the Azure Kinect DK crashes in the viewer when WFOW(wide field of view) is used as depth configuration?

When the WFOV(wide field of view) depth configuration is used, the Azure kinect is failing in Kinect viewer. We tried to update the firmware but it did not work. Everytime after opening the kinect viewer for couple of seconds we receive the following errors in the viewer when crashing: [ [...] read more
azurekinect
0votes
1answer

Azure Kinect Viewer cannot start device on HP Elitedesk 800 OS:Win10

I installed Azure Kinect SDK successfully and it looks normal in Device Manager. But the Kinect Viewer cannot start the device. My machine is HP Elitedesk. OS version is Windows 10 (build version:18363). I tried on a Lenovo laptop and the Kinect Viewer works fine. So the device is not [...] read more
azurekinect
0votes
1answer

How to build native-image via client-maven-plugin that uses BouncyCastle

I'm working on a java Gluon project built using the maven client plugin targeting desktop, iOS, and Android. I'm now trying to add a dependency on an internal java library that uses BouncyCastle for crypto. Executing the code via mvn clean javafx:run results in a functional app that does all [...] read more
bouncycastle
gluon
graalvm
graalvm-native-image
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
1answer

My app crashes every time I run this code

I'm trying to make a slot machine and everything is fine until I added some of this code that will calculate bets. I have $1 and a $5 bet button which will automatically deduct from the players bank roll when the button is clicked. Somehow, my app crashes when I [...] read more
android
eclipse
-1votes
2answers

Why am I getting Unhandled exception thrown: read access violation

I do not understand what is happening. I made a program to get a char input and output it back. I receive this exception every time I press enter to input a value into the program: > Unhandled exception thrown: read access violation. this->_format_it was 0x38. I have tried a [...] read more
c
exception
visual-studio-2019

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0