Windows error 0x0000003C, 60

Detailed Error Information

BAD_REM_ADAP[1]

MessageThe remote adapter is not compatible.
Declared inwinerror.h

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

INTERRUPT_UNWIND_ATTEMPTED[2]

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

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 Code60 (0x003c)

Questions

18votes
5answers

Building Self-Referencing Tuples

After seeing a conversation in a forum from many years ago that was never resolved, it caused me to wonder how one would correctly create a tuple that referenced itself. Technically, this is a very bad idea since tuples are supposed to be immutable. How could an immutable object possibly [...] read more
python
tuples
ctypes
creation
self-reference
8votes
0answers

Fixing crashes Windows Phone apps with crashinfo of dev dashboard

I have a simple wp8.1 app published in the store (universal app) but it crashed. So I downloaded the excel file containing crash info from https://dev.windowsphone.com/en-us/DownloadReport The crash(es) occur in the latest version of my app and the clients have 8.1 (because you cannot run universal apps otherwise) Here is [...] read more
exception
windows-phone-8.1
win-universal-app
5votes
1answer

"Anomaly" in signed integer in C

I'm currently writing a lecture on ARM optimization, specifically on vector machines such as NEON as the final target. And since vector machines don't fare well with if-else slaloms, I'm trying to demonstrate how to get rid of them by bit-hacking. I picked the "saturating absolute" function as an example [...] read more
c
optimization
integer
arm
bit-manipulation
5votes
1answer

Inneractive Ads cause a lot of App crashes (Windows Phone)

I use InnerActive as my default Ad provide for my Windows Phone apps. I being using it since June 2013 and on my end of year analysis I realized InnerActive ads are my main source of my app crashes. The worst part is, it's code don't I don't have any [...] read more
windows-phone-7
windows-phone-8
windows-phone
ads
4votes
1answer

Why don't you get full stack traces when enabling the user mode stack trace?

I'm troubleshooting some memory fragmentation problems and I've been trying to figure out why things are being allocated and who's ultimately doing the allocation. So I enabled usermode stack traces for the process (+UST flag in gflags) and got a dump. When I analyze the dump and use the !heap [...] read more
debugging
windbg
gflags
3votes
1answer

Change display format of DirectX "Object Table"

While debugging with VS 2012 Graphic's Debugger, I want to look at an index buffer, but the format that is showing it in is as float. This means the numbers are different than they would be with an int or short format. Does somebody know how to change this? Here [...] read more
visual-studio-2012
hlsl
directx-11
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
2votes
0answers

mspgcc-size ROM/RAM usage in percentage

With mspgcc-size I can get an output like this: text data bss dec hex 13072 236 65296 78604 1330c We know that: Flash = data + text RAM = data + bss How can I extract the size of ROM/RAM from the selected -mmcu=msp430g2553 with the toolchain? e.g. ROM: 8192 [...] read more
microcontroller
avr-gcc
toolchain
2votes
2answers

setting up gptimer1 on omap4460

I'm writing bare metal code(no os) on omap4460 (cortex a9), and i do not succeed to set up correctly gptimer1. This is my code ( by following the OMAP4460 TRM) /* for forwarding pending interrupts from distributor to Cpu interfaces */ *(volatile unsigned int *)(GICD_BASE + GICD_CTLR ) |= 0x00000001; [...] read more
c
assembly
arm
cortex-a8
omap
1vote
0answers

Synergy 1.5 crash (OSX 10.6.8)

THANKS FOR TAKING THE TIME TO READ THIS I recently installed Synergy 1.5 r2278 (for Mac OSX 10.6.8) and was using it fine for most of the day, then it decided to stop working (the only thing I changed systemwise was the screensaver - and then after it started crashing [...] read more
synergy
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

NativeVTK has stopped

I'm trying to build on the example provided in the directory android example NativeVTK. I took the sample code provided and decided to modify it to simply include the vtkInteractorMultiTouchCamera. The compilation is ok, I can make and install my application without any error or warning. However when launching the [...] read more
android
c++
vtk
0votes
0answers

Please explain what the Error with OS X 10.10.2 and MacWinDjVu (does not open any more) is and how to solve it

Please explain what the Error with OS X 10.10.2 and MacWinDjVu (does not open any more) is and how to solve it. I use DjVu regularly, and until today I did not have any problem. I just turned on my MacBook Pro, tried to open a .djvu file and this [...] read more
macos
crash
osx-yosemite
djvu
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

how to convert machine or hexadecimal code into assembly language, is there any app for it

i have machine or hex code in byte sequences, i convert it into assembly 8086 is there any app available for the same purpose. i have download and install near about 5 disassemblers and try to convert source code into assembly but none is working as i aspect. is there [...] read more
assembly
x86-16
disassembly
0votes
1answer

DirectX 11, exception thrown when updating constant buffer with UpdateSubresource

So I am very new to DirectX and are trying to learn the basics but I'm running into some problem with my constant buffer. I'm trying to send a struct with three matrices to the vertex shader, but when I try to update the buffer with UpdateSubresource I get "Exception [...] read more
buffer
directx-11
0votes
1answer

Sort of an event driver

I am trying to make a Linux Kernel driver in the Raspberry pi 3 that turns on a led when a button in a joystick es pressed(Sets GPIO as an Output and then sets it on) and also reads the status of that GPIO port. My driver for turning on [...] read more
c
linux
linux-kernel
linux-device-driver
raspberry-pi3
0votes
1answer

Why this thread raise exception?

i am trying to create a thread in sample project but i got an exception raised here is the sample project code unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls; type TForm1 = class(TForm) Button1: TButton; procedure Button1Click(Sender: TObject); private { Private declarations } [...] read more
multithreading
delphi
delphi-xe7
0votes
1answer

GraphicsMagick - Identify and remove attached color profile

I have some tiff images that have an embedded color profile (the example one is Canon EOS-1Ds flash). When I convert them to jpeg (gm convert source.tif target.jpeg) the resulting jpeg colours are distorted in browsers (Chrome,Firefox, but not IE) but not in system image viewers. If I open the [...] read more
imagemagick
imagemagick-convert
graphicsmagick
color-profile
0votes
2answers

Resources$NotFoundException in a simple calculator app

I just picked up Android coding and this is the source code for a simple Division, Multiplication, Addition and Subtraction app which is crashing on me and my friends' Android phones (Tested on a Lenovo A390 and a Nexus 4). Below is the MainActivity.java code in case you want to [...] read more
java
android
xml
eclipse
logcat
0votes
1answer

Publishing Flash to iOS app crashes when more than 45 swfs included

I'm experiencing the strangest problem. I've built an app in Flash CS6. The assets folder contains 70 swfs (no code just images and sprites). When I try to publish, Flash crashes. After many attempts, I discovered that the failure point is reached when I include more than 45 swfs e.g. [...] read more
ios
flash
flash-cs6
0votes
1answer

When bind view model attribute to a input textbox, it crashes in IE

This is the error message when IE8 crashes. Unhandled exception at 0x05A99E34 (mshtml.dll) in iexplore.exe: 0xC0000005: Access violation reading location 0x0000003C. the following works. <tbody data-bind="foreach: searchResults"> <tr><td data-bind="text: orgName"></td></tr> </tbody> but the following crash on IE8 (works on IE10, FF and Chrome). orgName is just a string set in [...] read more
javascript
asp.net-mvc
asp.net-mvc-4
knockout.js
internet-explorer-8
-1votes
1answer

Need assistance Systick handler not getting called

I am trying to use the systick handler in MSP432 controller for context switching but the systick handler is never called. I'm not sure what I doing wrong I set the interrupt priority to the highest and set PendSV to the lowest. I do disable interrupts but always re enable [...] read more
c
arm
embedded
msp430
rtos
-1votes
1answer

Program crash on deque from queue

My first question asked here, so please excuse if I fail to include something... I'm working on a homework project, which basically consists of creating a "Jukebox" (importing/exporting albums from txt files, creating and "playing" a playlist, etc.). I've become stuck on one point: When "playing" the playlist, which consists [...] read more
c++
crash
queue

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