Windows error 0x00040004, 262148

Detailed Error Information

HRESULT analysis[1]

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
FacilityCode4 (0x004)
NameFACILITY_ITF[1][2]
DescriptionThe source of the error code is COM/OLE Interface management.[1][2]
Error Code4 (0x0004)

Questions

1vote
1answer

kechkfault infected with signal 12 while launching Sybase 12.5.4

I am having troubles accessing my Sybase 12.5.4 instance on Solaris 9 because when I launch it, I get the following log: 00:00000:00001:2016/06/02 11:37:54.32 server Database 'master' is now online. 00:00000:00000:2016/06/02 11:37:54.33 kernel Current process (0x40004) infected with signal 12 (SIGSYS) 00:00000:00000:2016/06/02 11:37:54.33 kernel Address 0xff3dc0dc (), siginfo (code, address) [...] read more
solaris
sybase
1vote
0answers

Playing Multiple wav files simultaneously

I have to play 5-10 wav files together.In my application, When any camera(each camera has a different wav file to play as alarm on motion detection) detects a motion an alarm(wav) file is played. when multiple cameras (5-10) gets motion detection simultaneously then there we have to play multiple alarms(wav [...] read more
c#
wav
0votes
2answers

Nothing Heard When Using PlaySound

I'm developing a simple appplication to play WAV files using PlaySound, with this code: #region DllImport private enum Flags { SND_SYNC = 0x0000, SND_ASYNC = 0x0001, SND_NODEFAULT = 0x0002, SND_MEMORY = 0x0004, SND_LOOP = 0x0008, SND_NOSTOP = 0x0010, SND_NOWAIT = 0x00002000, SND_ALIAS = 0x00010000, SND_ALIAS_ID = 0x00110000, SND_FILENAME = 0x00020000, [...] read more
c#
wav
windows-mobile-5.0

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0