Windows error 0xC0000602, -1073740286

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[1][2]
DescriptionThe default facility code.[1][2]
Error Code1538 (0x0602)

Questions

8votes
2answers

UWP Windows 10 app crashes in release mode but works fine in debug mode

My UWP app is crashing in Release mode and works fine in Debug mode but I can't put my finger on what the issue is but I know it's related to a combination of raising an event from System.Threading.Timer and MVVMLight. I created an new dummy application and use the [...] read more
win-universal-app
mvvm-light
zxing
dispatcher
6votes
1answer

WinRT app crashes in release build but not debug

I have an app that runs fine in debug but crashes when trying to launch in release. This is the exception that is thrown. > Unhandled exception at 0x5D2F7717 (Windows.UI.Xaml.dll) in Napkin.exe: > 0xC000027B: An application-internal exception has occurred (parameters: > 0x034F6C70, 0x00000001). Any ideas what might be the source [...] read more
visual-c++
microsoft-metro
winrt-xaml
4votes
1answer

After installing the Windows Fall Creators Update (1709) Explorer.exe will not start

After I installed the Fall Creators Update my Explorer.exe will not start, hence I get the "black screen of death with mouse cursor" problem. I am able to start Task Manager (by pressing Ctrl+Shift+Esc), and start programs from it. Explorer.exe is missing from Task Manager. So when I try to [...] read more
windows-update
windows-10-v1709
3votes
0answers

Failed to start service Microsoft Service Fabric Host Service / Faulting application name: FabricHost.exe

I am following this article https://azure.microsoft.com/en-us/documentation/articles/service-fabric-get-started/ to setup Service Fabric on my Windows 8.1 machine. But when I run .\DevClusterSetup.ps1 I get the following error Create node configuration succeeded Starting service FabricHostSvc. This may take a few minutes... Start-Service : Failed to start service 'Microsoft Service Fabric Host Service (FabricHostSvc)'. [...] read more
azure-service-fabric
2votes
1answer

Debugging a crash while unloading DLL in Win 10, but not Win 7

Not totally sure that I've got this problem nailed down yet, but here's what I'm seeing and what I think is going on. I have a Win32 program mostly written in C that loads a C++ DLL. That DLL passes data from the C program to another application via a [...] read more
c
windows
debugging
com
c++builder-6
2votes
6answers

WebBrowser control crashes on Windows 10

The following short code example demonstrates WebBrowser crashing for some pages. The problem started after a fresh installation of Windows 10 and Visual Studio Community 2015 on 26-27 December 2015. The problem did not occur with the previous installation of Windows 10 and Visual Studio Community 2015. The same program [...] read more
c#
webbrowser-control
2votes
1answer

Windows 8 application(Windows store app) suddenly terminates

I have created windows store app on windows 8 RTM version. Then I moved the application to run on Windows 8 pro with visual studio 12 Express. upon running the code it gave lot of errors(It was running fluently on RTM version), somehow I removed all errors and application is [...] read more
windows-8
microsoft-metro
1vote
0answers

Emulator: Warning: setGeometry: Unable to set geometry

I am getting this error message on my event log in the android studio when I run it. I have no written any code to my project. 2:58 PM Emulator: Warning: setGeometry: Unable to set geometry 2955x5184+489+108 on QWidgetWindow/'EmulatorContainerClassWindow'. Resulting geometry: 7388x12960+489+108 (frame: 0, 0, 0, 0, custom margin: 0, [...] read more
android-studio
android-emulator
1vote
1answer

Why does android emulator running Oreo crash when FireFox is running on Windows 10?

I created android emulator with the following settings: Name: Pixel_API_27_Oreo CPU/ABI: Google Play Intel Atom (x86) Path: C:\Users\username\AppData\Local\Android\sdk\.android\avd\Pixel_API_27_Oreo.avd Target: google_apis_playstore [Google Play] (API level 27) Skin: pixel_silver SD Card: 512M fastboot.chosenSnapshotFile: runtime.network.speed: full hw.accelerometer: yes hw.device.name: pixel hw.lcd.width: 1080 hw.initialOrientation: Portrait image.androidVersion.api: 27 tag.id: google_apis_playstore hw.mainKeys: no hw.camera.front: emulated avd.ini.displayname: [...] read more
android-emulator
1vote
1answer

IE11 crashes in a Kendo / JavaScript based web application

I have a ASP.NET MVC application based on Kendo UI and jQuery which makes IE11 crash after few moments of use. It doesn't seem to be in specific places, that varies and it doesn't show a pattern much clearly. What I did find is it's related to Kendo UI, jQuery [...] read more
javascript
jquery
kendo-ui
internet-explorer-11
mshtml
1vote
0answers

Unhanded exception marshaling a struct only when compiling .NET Native tool chain

I'm working in an app created with Xamarin. It uses marshaling to copy a block of bytes into some structures. Android version and UWP version -without native compilation- works fine. But if I activate the compilation with native tool chain I get an unhandled exception. This is the code: void [...] read more
c#
.net
visual-studio
xamarin
data-structures
1vote
1answer

Failed to start service 'Microsoft Service Fabric Host Service (FabricHostSvc)'

Failed to start service 'Microsoft Service Fabric Host Service (FabricHostSvc)'. 1 >> Start-Service : Failed to start service 'Microsoft Service Fabric Host Service (FabricHostSvc)'. At C:\Program Files\Microsoft SDKs\Service Fabric\Tools\Scripts\ClusterSetupUtilities.psm1:433 char:5 + Start-Service FabricHostSvc -WarningAction SilentlyContinue + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service], ServiceCommandException + FullyQualifiedErrorId : StartServiceFailed,Microsoft.PowerShell.Commands.StartServiceCommand StartLocalCluster : [...] read more
azure-service-fabric
0votes
0answers

How do I restore Windows 10 Quick Search functionality after Feature Update 1803 install?

After installing the Windows 10 Feature Update version 1803 on May 8, 2018 the Windows Quick Search function stopped working. When I am on the desktop or press the Windows key and begin typing, no search box opens and no search occurs. I consistently see the following two entries in [...] read more
windows-10
windows-search
cortana
windows-10-v1803
0votes
1answer

handle drop event of drag and drop from ListView to ListView with UWP and C++/WinRT app

I am working on a simple UWP application written in C++/WinRT under Windows 10 that contains two ListView controls. The goal of this application is to learn how to select an item from one ListView control, drag it to the other ListView control, and drop the item so that it [...] read more
c++
xaml
uwp
drag-and-drop
c++-winrt
0votes
0answers

UWP with .NET Native toolchain; even 'Hello World' doesn't work

We have been working on a project for over a year now and finally ready to get it in the store and the store requires it to be compiled with NET Native toolchain. Changing to that and compiling works fine, but it crashes on launch and no way that we [...] read more
.net
xamarin.forms
0votes
1answer

Unhandled exception in CoreMessaging.dll during program shutdown

I have a simple program that just displays a window, waits for a key press, and then exits. During shutdown, the app crashes, complaining about CoreMessaging.dll. Here is the sample code that has the issue: sf::RenderWindow window; void waitForKeyPress() { Event event; bool done = false; while (!done) { while [...] read more
c++
windows
dll
sfml
0votes
1answer

vshost32.exe has stopped working + WebBrowser within WPF app crashes

I have a webbrowser control which I have used within a WPF application, when I browse a particular url, the browser crashes thus terminating my WPF application too. Is there a way to catch the same exception and then recover such that, I get to continue with my WPF application. [...] read more
wpf
exception
0votes
1answer

Azure Service Fabric: cannot run Microsoft Service Fabric Host Service

I have a problem with Azure Service Fabric. I have installed it (on Windows 7) as it was said in https://azure.microsoft.com/en-gb/documentation/articles/service-fabric-get-started/. But when I try to run a Service Fabric application from Visual Studio I see that Windows service Microsoft Service Fabric Host Service ("C:\Program Files\Microsoft Service Fabric\bin\FabricHost.exe") fails to [...] read more
azure
azure-service-fabric
0votes
0answers

IE11 crashing when loading large amounts of data into a HTML table

When I try to load data to table, that has a lot of rows (about 100K), The IE crashes and I receieved this error: > Faulting application name: IEXPLORE.EXE, version: 11.0.9600.17840, time stamp: > 0x555fe1bb Faulting module name: MSHTML.dll, version: 11.0.9600.17842, time > stamp: 0x5565cf99 Exception code: 0xc0000602 Fault offset: [...] read more
c#
html
asp.net-mvc
internet-explorer
0votes
1answer

Orchard CMS: Strange random crashes of WebMatrix 3

Did a clean install of Orchard 1.8.1 via Web Matrix, all default settings. Web Matrix crashes when I open Modules/Orchard.Blog/Models/BlogPost.cs in the editor. Same for BlogPart.cs and other random files. Error in application log: Faulting application name: WebMatrix.exe, version: 7.1.1932.0, time stamp: 0x52589c06 Faulting module name: Microsoft.WebMatrix.ExceptionUtilities.ni.dll, version: 1.0.0.0, time [...] read more
c#
crash
webmatrix
orchardcms-1.8

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