Windows error 0x00000450, 1104

Detailed Error Information

NO_DATA_DETECTED[1]

MessageNo more data is on the tape.
Declared inwinerror.h

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

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][1]
DescriptionThe default facility code.[2][1]
Error Code1104 (0x0450)

Questions

2votes
0answers

"Unhandled type tag gunichar" error in GtkTextIter.backward_find_char()

I have been fighting with this error for a while and I ended up thinking that it might be a bug on GTK+'s Python bindings side, because this code worked with PyGTK (version 2). I simplified my application to the following excerpt. It just creates a buffer with some assembler [...] read more
python
python-2.7
gtk
gtk3
pygobject
1vote
2answers

Seg Fault in ARM Assembly

So, I am trying to learn ARM assembly and basically what I want to do is turn on the LEDs of my BeagleBone Black using pure assembly. I know how to program in C very well, but I am new to ARM assembly if that makes any difference. Basically I [...] read more
c
assembly
beagleboneblack
1vote
2answers

App crashes after launching on OS 3.1

I need help to understand the crash log i received from the client. The app works fine on my phone but it crashes with him. I have OS 3.0 installed here while my client has upgraded to OS 3.1. Client reported app crashes usually when he starts the app. Why [...] read more
exception
iphone-sdk-3.0
iphone-sdk-3.1
crash-reports
0votes
1answer

Domain Controller loses major functionality randomly

I have a weird scenario going on, 2 domain controllers at 2 different sites that communicate over a BOVPN. At random the main server (named SERVER) will no longer be able to resolve DNS and even opening Active Directory will fail stating that it is unable to contact a DNS [...] read more
windows-server-2008
domain-name-system
active-directory
small-business
file-replication-services
0votes
1answer

Value Is too large

I am trying to make a plugin with SQL and I get some errors which I don't know what to do with them. SQL Database manager + adding the player from the main class. private void Events_OnPlayerConnected(UnturnedPlayer player) { FriendsGroupID_t id; id.m_FriendsGroupID = (short)player.SteamGroupID.m_SteamID; Database.addPlayer(player.CharacterName, player.SteamName, SteamFriends.GetFriendsGroupName(id), player.CSteamID.m_SteamID.ToString()); } Other [...] read more
c#
sql
unity3d
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

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0