Windows error 0x00000130, 304

Detailed Error Information

INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING[1]

MessageShort name settings may not be changed on this volume due to the global registry setting.
Declared inwinerror.h

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

DYNAMIC_ADD_PROCESSOR_MISMATCH[2]

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

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 Code304 (0x0130)

Questions

5votes
3answers

Random linebreaks in PowerShell standard error output

I want to convert many .iso files to .mp4 with HandBrake, so I am trying to use the command line interface. I would prefer to write my scripts for this in powershell instead of batch files. However, the standard error contains linebreaks at random location if I use powershell. For [...] read more
powershell
io-redirection
redirectstandardoutput
powershell-1.0
handbrake
3votes
4answers

How do I solve multiple different BSODs?

I have upgraded my PC and changed the motherboard, HDD, DVD, and the RAM (3 times) ... Now after installing the Windows 7 Ultimate, I get BSOD with different Errors each time ... Some times MEMORY_MANAGEMENT, other times BAD_SYSTEM_CONFIG_INFO I have analyzed the Dump file online at OSR Online and [...] read more
windows-7
bsod
2votes
2answers

Segmentation fault using pthread and arm-linux-gnueabihf-gcc

I have been trying all day to fix a segmentation fault that only occurs on one device. But from the beginning... #include <string.h> #include <stdio.h> #include <stdlib.h> #include "pthread.h" void* start_rtn(void* param); int main(int argc, char **argv) { printf("Hallo World\n"); pthread_t tid; int err = pthread_create(&tid, NULL, start_rtn, NULL); pthread_join(tid, [...] read more
c
linux
gcc
pthreads
cross-compiling
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
1answer

Why are my core dumps missing an NT_FILE note?

I've set "ulimit -c unlimited" on my Fedora system so segfaults generate core dump files. This is working. I've seen an NT_FILE note mentioned at these URLs: ELF core file format Anatomy of an ELF core file But my core files only contain these notes: $ readelf --notes core.simple.11 Notes [...] read more
gdb
fedora
core
dwarf
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

Beaglebone Black and Qt5.10

I am using Beaglebone Black Rev C with BB-View CapeManager as follow: 1. Latest kernel version: "Linux arm 4.15.0-bone2.1 #1 Tue Jan 30 11:48:09 GMT 2018 armv7l GNU/Linux" 2. BBB fire up correctly and screen work correctly 3. Build Qt-everywhere package 5.11 fro io.qtdownload site 4. The Qt for ARM [...] read more
c
linux
qt
ubuntu
beagleboneblack
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
0answers

number of sections in core dump are more than the mmaped

I am trying to debug a kernel module. I have a piece of code to get the number of maps in a process: static int tmp_func(void){ int count = 0; struct mm_struct *mm = current->mm; struct vm_area_struct *map; down_read(&mm->mmap_sem); /* 1. just counts maps ... */ for (map = mm->mmap; [...] read more
linux
memory
core
mmap
0votes
1answer

Why do the usual STM32 start ups define the vector table with fewer entries than in the reference manual?

I'm learning low-level details of the STM32. I am puzzled by how the vector table is setup. In the reference manual, table 63, it lists the STM32F103C8's vector table. It goes from 0x00000000 through 0x00000130. However, if you look at the generated files from STM32CubeMX (like startup_stm32f103xb.s), you notice it [...] read more
stm32
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

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