Windows error 0x00000090, 144

Detailed Error Information

DIR_NOT_ROOT[1]

MessageThe directory is not a subdirectory of the root directory.
Declared inwinerror.h

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

PP1_INITIALIZATION_FAILED[2]

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

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 Code144 (0x0090)

Questions

7votes
5answers

My website keeps crashing IE, can't debug

I have a website that suddenly started to crash internet explorer. The website loads and starts executing javascript but somewhere in there the machinery explodes. I don't even get a script error, it just crashes. I've tried to manually step through every single line of js with the built in [...] read more
javascript
internet-explorer
debugging
crash
vml
6votes
3answers

Core dump note section

Following my question about manually generating a core dump file, I decided to dive into it and get my hands dirty. I am able to build the basic core dump structure and get my dead program's memory back into the core dump within a big LOAD section. When debugging in [...] read more
gdb
elf
coredump
5votes
1answer

sms using adb shell not working

I am trying to send the sms by both adb shell am and adb shell service call .I am getting error for both . a)I am trying to send the sms following adb shell am command adb shell am start -a android.intent.action.SENDTO -d sms:"phoneNumber" --es sms_body "SMS BODY GOES HERE" [...] read more
adb
5votes
1answer

Android Permissions on Runtime.getRuntime().exec()

I have an App with the following permission on the manifest. My App is running on Android JB 4.1.2. UPDATE: I'm trying to run the App on JB, but it not works. It works on earlier API versions. <manifest xmlns...> <uses-permission android:name="android.permission.SET_DEBUG_APP"/> The problem is when I execute a command [...] read more
android
permissions
command
4votes
2answers

Android Espresso can't type in TYPE_TEXT_VARIATION_NORMAL?

I have a TextInputEditText view in my android application, and I am setting it up programmatically (via Anko and Kotlin) like this: textInputEditText { id = R.id.text_input_id inputType = EditorInfo.TYPE_TEXT_VARIATION_NORMAL hint = resources.getText(R.string.text_hint) } Then in an Espresso test I call this line: onView(withId(R.id.text_input_id)).perform(typeText(textToType)) Which fails with this error: Caused [...] read more
java
android
android-espresso
3votes
0answers

Bluetooth Enable Disable ADB command and Opening Android Activity with Android Driver not working in Some Android 7 devices

Result: Parcel( 0x00000000: ffffffff 0000006e 0065004e 00640065 '....n...N.e.e.d.' 0x00000010: 00420020 0055004c 00540045 004f004f ' .B.L.U.E.T.O.O.' 0x00000020: 00480054 00410020 004d0044 004e0049 'T.H. .A.D.M.I.N.' 0x00000030: 00700020 00720065 0069006d 00730073 ' .p.e.r.m.i.s.s.' 0x00000040: 006f0069 003a006e 004e0020 00690065 'i.o.n.:. .N.e.i.' 0x00000050: 00680074 00720065 00750020 00650073 't.h.e.r. .u.s.e.' 0x00000060: 00200072 00300032 00300030 006e0020 'r. .2.0.0.0. [...] read more
java
automation
adb
appium
3votes
1answer

Stream from IP Camera very jittery on VLC

This question is a prologue to the one I previously asked here. I'm working on an IP camera project that is based on TI OMAP-L138. All in all, the H264 encoded video is streamed via live555 libraries over RTSP. For Live555 I'm using deviceSource based framed source. However, when I [...] read more
c++
algorithm
h.264
live555
3votes
1answer

Projection matrix causing inaccuracy in clip-space depth calculation?

Currently working with SlimDX's Direct3D 11 bindings and having significant difficulty with my shader, the source of which follows: /* * * * * * * * * * PARAM STRUCTS * * * * * * * * * */ struct VSPointIn { float3 pos : POSITION; float4 color [...] read more
c#
directx
direct3d
hlsl
slimdx
2votes
2answers

How do I add to a hex number?

I am trying to implement the following lines in python to C# final_reg = hex(gain_st)+'400020' After that, I need to write final_reg to a register which in python was written this way. serial.write(int('A', 16), int(final_reg, 16)) But In C# I implemented my serial.write using a function called write_word_segment_addr(); For Ex, [...] read more
c#
2votes
2answers

Windows Store App Access Violation Exception only on Windows 10

I have Windows Store app that is in the Store for 2 years. After Windows 10 release I get a lot of crashes. I can reproduce crash, but only on Windows 10, not 8, or 8.1, also, I`m able to see that this crash happens only on Windows 10, through [...] read more
c#
windows-8
windows-store-apps
windows-10
access-violation
2votes
0answers

Protobuf-net serializer used in Unity gives Invalid IL code IL_0035: call 0x06000001

Using Unity 5.0.1f1, protobuf-net r668. I've set up a protobuf serializer dll using Visual Studio 2013, set to framework "Unity .Net 3.5 Subset Base Class Libraries" (I've also tried .Net 3.5 with same result). I have 4 parent data types to serialize: two rather simple ones, and two a tad [...] read more
c#
unity3d
protobuf-net
2votes
2answers

No information from this crash report:

I was beta-testing my iPhone App (not through xcode), and the app crashed. I plugged it into itunes to read the crash log, but it provides NO INFORMATION at all. How can I make sense of this? Incident Identifier: 564EAC45-325E-4D9C-9541-F6B5FB1BFBC1 CrashReporter Key: 0c1bab58dbdb74d55434c5b4426f3a6b519bc608 Hardware Model: iPad2,1 Process: APPNAME [1230] Path: [...] read more
iphone
objective-c
crash
exc-bad-access
crash-reports
1vote
1answer

Adding Pre-built Apk in AOSP crashes

* AOSP 10 * OpenVPN official App I am trying to add OpenVPN app in AOSP but it crashes. I have checked it by installing in device, it works fine when I install it from playstore/f-droid or downloaded apk through adb install. When I add this apk in aosp source [...] read more
android
vpn
android-source
openvpn
1vote
0answers

Android `service` command - how to use compound types as arguments?

I'm trying to automate replies to a group MMS with Tasker. So far, I've been able to write a couple shell scripts with Termux that can poke into the SQLite database where received messages are stored, and get the content of those messages and the numbers of the participants in [...] read more
android
tasker
1vote
0answers

Error in Integration of NXP PN7150 NFC controller to android

Once all the steps mentioned in the Android porting document(https://www.nxp.com/docs/en/application-note/AN11690.pdf) is completed, the test application NfcFactoryTestApp doesn't work properly. NFC option is available in the settings window, but when its turned ON , dmesg shows the following error pn54x_dev_write : i2c_master_send returned -107 i2c-msm-v2 7575000.i2c : NACK: slave not responding, [...] read more
android
nfc
nxp-microcontroller
1vote
0answers

gcc 6.3 including too many debug symbols, especially extern global declarations

This question may have been asked, but I've got a toy program that exemplifies the issue fairly well. SYNOPSIS When compiling with gcc -g using gcc 4.9, the debug symbols included, especially for externally declared global variables, is at an expected and familiar amount. When switching to gcc 6.3, the [...] read more
c
gcc
debug-symbols
1vote
2answers

How to upload a file with unique name in Visual Studio Webtest

Using Visual Studio 2015 I've recorded a web test which includes uploading a file to the website. This site doesn't allow to upload files with the same name. In webtest scenario I have a File Upload Parameter with the property Generate Unique Name set to True: enter image description here [...] read more
visual-studio
load-testing
web-testing
webtest
1vote
0answers

C - Get File Bytes as Unsigned Int

I need the bytes of a BIN file converted to a unsigned int, in this format (JavaScript): p.write4(shellcode.add32(0x00000000), 0x00000be9); p.write4(shellcode.add32(0x00000004), 0x90909000); p.write4(shellcode.add32(0x00000008), 0x90909090); p.write4(shellcode.add32(0x0000000c), 0x90909090); p.write4(shellcode.add32(0x00000010), 0x0082b955); p.write4(shellcode.add32(0x00000014), 0x8948c000); p.write4(shellcode.add32(0x00000018), 0x415741e5); p.write4(shellcode.add32(0x0000001c), 0x41554156); p.write4(shellcode.add32(0x00000020), 0x83485354); p.write4(shellcode.add32(0x00000024), 0x320f18ec); p.write4(shellcode.add32(0x00000028), 0x89d58949); p.write4(shellcode.add32(0x0000002c), 0x64b948c0); p.write4(shellcode.add32(0x00000030), 0x77737069); p.write4(shellcode.add32(0x00000034), 0x49000000); p.write4(shellcode.add32(0x00000038), 0x4120e5c1); p.write4(shellcode.add32(0x0000003c), 0x000200bc); p.write4(shellcode.add32(0x00000040), [...] read more
c
1vote
1answer

uPP Device Driver is dropping data from buffer

I have written code for a uPP device driver to be used with an OMAPL138 based custom board for data acquisition through a camera lens. The code for my device driver is: /* * A device driver for the Texas Instruments * Universal Paralllel Port (UPP) * * Modified by: [...] read more
c
multithreading
arm
linux-device-driver
omap
1vote
1answer

iMX6Q NAND Boot issue in WinCE

I'm trying to boot eboot.nb0 from NAND. (Micron, MT29F4G08ABBDA) in WinCE7. Processor: i.MX6Q I have successfully booted u-boot.bin from NAND using kobs-ng tool in linux. Also, if i use modified eboot.nb0 instead of u-boot.bin in kobs, it is booting without any problem. But when i use MFGTool (in WinCE) for [...] read more
c
visual-studio
embedded
storage
windows-ce
1vote
1answer

"Unhandled exception" error when using a loop inside thread

I got this error Unhandled exception at 0x0049b946 in Program.exe: 0xC0000005: Access violation reading location 0x00000090. and the error points to this line: // thread.hpp ln 56 void run() { f(); // here << } When trying to run this code: void frameFunc() { for(;;) { //..........do something. it is [...] read more
c++
boost
multithreading
0votes
0answers

dwarfdump output with overlapping ranges

I am using the dwarfdump command with these options -fFpPEo against a binary file. The output looks like this: fde: < 7><0x00000000:0x00000092><clear><fde offset 0x00005d70 length: 0x00000030><eh offset none> 0x00000000: <off cfa=00(r13) > 0x00000004: <off cfa=24(r13) > <off r4=-24(cfa) > <off r5=-20(cfa) > <off r6=-16(cfa) > <off r7=-12(cfa) > <off r8=-8(cfa) [...] read more
dwarf
0votes
0answers

In appium how to check fingerprint setting is enabled i.e. fingerprint added or not

To verify fingerprint setting is enabled i.e. fingerprint added or not, I am using adb shell. Below is the command adb shell service call fingerprint 14 i32 1 s16 "android.permission.USE_FINGERPRINT" Below is the output that I am getting Result: Parcel( 0x00000000: ffffffff 00000095 0075004d 00740073 '........M.u.s.t.' 0x00000010: 00680020 00760061 00200065 [...] read more
appium
fingerprint
adb-shell
0votes
0answers

LDRB r3, [r0] not loading the first byte into r3

r0 = 0x00000090 string in r0 in Memory view shows - and the man said they must go LDRB r3, [r0] After this if i check r3 = 0x00000061 in Memory it shows Q...S I am using Keil to run this ARM7 big endian assembly. LDRB is supposed to load [...] read more
assembly
arm
0votes
0answers

Android adb send SMS error doent't work permissions

When i try to send SMS using adb with command: adb shell service call isms 7 i32 0 s16 "com.android.mms" s16 "+1234567890" s16 "null" s16 "Hey\ you\ !" s16 "null" s16 "null" there is error: Result: Parcel( 0x00000000: ffffffff 0000005e 006f0043 00790070 '....^...C.o.p.y.' 0x00000010: 006e0069 00200067 006d0073 00200073 'i.n.g. .s.m.s. [...] read more
android
sms
adb
0votes
0answers

How to make swift's symbol table not garbled?like Objective-c?

I imported the symbol table file.txt of swift project, Why is it not as intuitive as Objective-C? # Symbols: # Address Size File Name 0x1000017E0 0x00000090 [ 2] ___sanitizer_cov_trace_pc_guard_init 0x100001870 0x00000070 [ 2] ___sanitizer_cov_trace_pc_guard 0x1000018E0 0x00000090 [ 2] _printC 0x100001970 0x0000001C [ 2] _sancov.module_ctor_trace_pc_guard 0x100001990 0x00000080 [ 3] +[TestOCViewController load] [...] read more
llvm
llvm-clang
0votes
2answers

Porting a simple MIPS32 program to MIPS64

I am having some difficulty porting the following MIPS32 assembly program to a 64-bit equivalent. The main issue that I am facing is the following line: bgtz $s2, loop ; Branch from "loop" on "$s2" greater than zero. I am not sure why this line causes an error? The instruction [...] read more
assembly
porting
mips32
mips64
edumips64
0votes
1answer

XMS.NET fails when receiving JMS message with RFH2 header at ParseJmsFolder

Our partner started using custom properties for messages being sent over IBM WebSphere MQ and our application developed using XMS.NET started to fail because of that. It turned out that the error is being thrown inside parsing the JMS envelope and inside the ParseJmsFolder method. This is the exception we [...] read more
.net
jms
ibm-mq
xms
rfh2
0votes
1answer

nifi convert text file to json

I'm trying to load log text files from a ftp server to elastic . The log files look like this : 0:0:21: Processing events from events 0:0:21: Processing croned build types from q_type 0:0:21: Process croned releases from trls 0:0:22: Processing croned regression list from regression 0:0:22: Processing commit loop [...] read more
elasticsearch
apache-nifi
elastic-stack
0votes
0answers

MIPS Bad Address in data stack

I'm just starting out in MIPS. I have an assignment as follows: Count the number of multiples of X in a given array of 8 non-negative numbers, where X is a user chosen power-of-two value, e.g. 1, 2, 4, 8, …. Write the necessary code to: a. Read user input [...] read more
assembly
mips
qtspim
0votes
1answer

Use the glDrawBuffer and glReadBuffer functions in Qt

I would like to use the glDrawBuffer and glReadBuffer functions in Qt using Qt Creator. I tried to do this: glDrawBuffer(GL_NONE); glReadBuffer(GL_NONE); This code would not compile, it gave me linking errors like this one: > main.obj:-1: error: LNK2019: unresolved external symbol __imp__glDrawBuffer@4 > referenced in function "public: void __thiscall [...] read more
c++
qt
opengl
0votes
2answers

how to read kernel image in arm linux?

I am trying to read kernel image and calculate a checksum value of this image. Firstly, I used a smc instruction to trigger a exception, and in the exception handler, I tried to read the first bytes of the image. I don't really know what the address is, but from [...] read more
linux
linux-kernel
arm
0votes
0answers

When program finishes final line, it will set register r0 to 0

I have code at the end of my program that is as follows: ldrb r2, [r1, #12] sub r2, r2, #48 cmp r2, r7 beq Check sub r0, r0, #1 Check add r0, #1 END If cmp r2, r7 decides r2 & r7 are equal, the program jumps to Check [...] read more
assembly
arm
0votes
2answers

Converting Hex to Binary and storing bits in an array

I'm trying to write a function in C to convert a Hex value into its binary representation then store each bit separately in an array. So currently I'm using this long winded method.. void HexToBinary(int *bits, unsigned int hex) { bits[31] = (hex & 0x90000000) >> 31; bits[30] = (hex [...] read more
c
binary
hex

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