Windows error 0x0000010C, 268

Detailed Error Information

FSRTL_EXTRA_CREATE_PARAMETER_VIOLATION[1]

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

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 Code268 (0x010c)

Questions

2votes
0answers

"muxavformat: avformat_write_header failed!" - why?

I'm backing up a DVD using handbrake 0.10.2 (x86_64) on Linux Mint 18.2. With 1-pass encoding - it works, but with 2-pass encoding, I get the following: [15:44:44] starting job [15:44:44] sync: expecting 165614 video frames [15:44:44] job configuration: [15:44:44] * source [15:44:44] + /media/joeuser/MYDVD/VIDEO_TS [15:44:44] + title 1, chapter(s) [...] read more
dvd
ripping
handbrake
x264
1vote
1answer

Razer bluetooth mouse disconnects on linux

I connected the mouse with bluetoothctl sudo systemctl enable bluetooth.service sudo systemctl start bluetooth.service bluetoothctl > power on > default-agent > scan on > pair C0:56:C2:25:49:AE > trust C0:56:C2:25:49:AE > connect C0:56:C2:25:49:AE > quit The mouse is connected and working, but for maybe 2-3 seconds of not moving the mouse [...] read more
linux
mouse
bluetooth
razer-mouse
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
0votes
2answers

How to turn on LED on stm32 board using assembly language that generated by llvm?

My English skill is poor because I'm not a native English speaker. Please understand. I compiled some test code that operating alright in IAR with LLVM infra but the generated code was not operated on my test board. Detail are as follows. TEST GOAL I want to see operating the [...] read more
makefile
llvm
cortex-m3
segger-jlink
stm32l152

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