This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
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.
Using Unity 5.0.1f1, protobuf-net r668. I've set up a protobuf serializer dll using Visual Studio 2013, set to framework "Unity .Net 3.5 Subset Base Class Libraries" (I've also tried .Net 3.5 with same result). I have 4 parent data types to serialize: two rather simple ones, and two a tad [...] read more
After a small update to my app, it crashes quite often with the following stack trace: Frame Image Function Offset 0 KERNELBASE.dll RaiseException 0x00000036 1 mrmcorer.dll Microsoft::Resources::ReportFatalException 0x00000052 2 mrmcorer.dll Windows::ApplicationModel::Resources::Core::CResourceManagerFactory::get_Current 0x0002b1b0 3 mrmcorer.dll Windows::ApplicationModel::Resources::Core::CResourceManagerFactory::GetCurrentResourceManagerInternal 0x0000004a 4 mrmcorer.dll _GetResourceManagerForCurrentApplicationInternal 0x00000026 5 mrmcorer.dll GetStringValueForManifestField 0x00000140 6 twinapi.appcore.dll Windows::ApplicationModel::Core::CoreApplication::SetAppDisplayName 0x00000048 7 twinapi.appcore.dll [...] read more
I'm getting this STOP error after I updated Windows 7 using Windows Update. I made a system restore in order to try to solve temporarily. I don't want to stay outdated and exposed, so I searched and found this page about the error, IRQL GT ZERO AT SYSTEM SERVICE 0x0000004a. [...] read more
I seem to be experiencing a memory leak in some code that's been in production for a while now (I see the Process\Private Bytes counter rising over time in PerfMon for my process). Note the code works without issue other than the leaking. The code that seems to be responsible [...] read more
I have an assignment in my Computer Architecture class where we are supposed to complete a set of tasks. The last task is to create a subroutine that takes a string and reverses it. We're not allowed to use the original string in order to create a "new memory string". [...] read more
I have a C++ application deployed on a Windows server VM in Azure. It's been running fine for a few days, and then WER took a crash dump. The faulting thread had this stack trace: 00 0000004a`7fb7ac00 00007ffa`9505e15f ucrtbase!abort+0x4e 01 0000004a`7fb7ac30 00007ffa`911239ba ucrtbase!terminate+0x1f 02 0000004a`7fb7ac60 00007ffa`9112c710 VCRUNTIME140!__std_terminate+0xa 03 0000004a`7fb7ac90 00007ffa`9112282a [...] read more
I have read NTFS MFT. Here is the picture (in 4 byte words, lower address is shown to the left) enter image description here [https://i.stack.imgur.com/cVd9D.jpg] The highlighted region is the filename attribute. and below is the attribute format. typedef struct _NTFS_ATTRIBUTE { unsigned int dwType; unsigned int dwFullLength; unsigned char [...] read more