Windows error 0x00000106, 262

Detailed Error Information

AGP_ILLEGALLY_REPROGRAMMED[1]

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

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 Code262 (0x0106)

Questions

1vote
0answers

How to overlay object on Cloud Recognized Image Target in Vuforia?

I started developing an android AR app using Vuforia library a few days ago. I am able to overlay my custom image over pre-defined stones-and-chips target in the vuforia sample app provided. In Cloud Reco sample, it recognizes the target image and i am able to fetch the meta data [...] read more
vuforia
android-augmented-reality
vuforia-cloud-recognition
1vote
0answers

iOS app crashes on first load on device

XCode 4.2 with iOS 5 My app will only crash on the first load on a real device while debugging. If I run it in the simulator, it always works. And every time after the first time on the device itself, it always works fine. Once I delete the app [...] read more
ios
exc-bad-access
launch
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
0votes
0answers

try to run kibana (elasticsearch) version 7.9.3

I try to setup elasticsearch plus kibana. I use version 7.9.3 for both. I have no problem with elasticsearch, but get problems with kibana start. Before launching kibana, I run curl -XDELETE http://localhost:9200/.kibana_task_manager_1 and curl -XDELETE http://localhost:9200/.kibana_1 The when I run -> kibana, I get the following logs log [14:11:50.828] [...] read more
elasticsearch
kibana
0votes
1answer

Binary bomb- phase 6

This is the disassembly of phase_6: 08048dbf <phase_6>: 8048dbf: 55 push %ebp 8048dc0: 89 e5 mov %esp,%ebp 8048dc2: 83 ec 18 sub $0x18,%esp 8048dc5: c7 44 24 0c 00 00 00 movl $0x0,0xc(%esp) 8048dcc: 00 8048dcd: c7 44 24 08 0a 00 00 movl $0xa,0x8(%esp) 8048dd4: 00 8048dd5: c7 44 [...] read more
assembly
x86
reverse-engineering
-1votes
1answer

Azure VPN connection fails with Failure error code:0x000035ed

I have created an VPN connection from my Azure VNET to a third party on site VPN device. The connection unfortunately fails. I have configured logging in the VNET and get the following error: Timestamp: 1601-01-01T00:00:00.000Z Flags: 0x00000106 Local address field set Remote address field set IP version field set [...] read more
azure
vpn

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