Have been having issues with an x64 dotnet service crashing intermittently on an application server. The service can run for hours, days, or weeks with no issue, but then fall over with not much info. The service is run in a cluster (3 x service each server) across two servers [...] read more
I can't start applications from a network share or drive. An error Appears saying that the application was unable to start 0xc0000006. If I copy the .exe on my desktop it works fine. I tried to start Windows in safe mode and it works too. My machine run on an [...] read more
Just installed the following Windows Update: Security and Quality Rollup for .NET Framework 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, and 4.7.2 for Windows 8.1, RT 8.1 and Server 2012 R2 (KB 4457034) as part of the bigger KB4457920 update. However, after installing it, many .NET application that are running on the [...] read more
INTRODUCTION On Windows 10 (update 1703 or 1809), applications launched from a network drive crashes after period of 60 to 95 minutes. On Windows 7 applications runs flawlessly. Behaviour has been under lab surveillance for several weeks, involving both several 32 bit and 16 bit applications. SYMPTOMS * All attempts [...] read more
I've searched for this but I cannot find anything specific for this error or how to troubleshoot it. We are getting this error intermittently on different computers in different locations in the code. Here is the errors: Computer 1: Application: propane.exe Framework Version: v4.0.30319 Description: The process was terminated due [...] read more
I have a MFC application that I want to distribute via USB flash drives. One of the the requirement for the application is that when a user unplugs the USB flash, the MFC app should exit itself. I added code to detect USB flash removal and exit the app when [...] read more
I'm running on Windows 7. When I start .exe like a game I got this error message : The application was unable to start correctly (0xc0000006). Click OK to close the application And it's impossible to launch my application. But it's not for all my .exe. e.g : I can [...] read more
When I want to install VS2010 Ultimate , I got some errors like this "setup.exe has stopped working" with the detail : Problem signature: Problem Event Name: VSSetup Problem Signature 01: unknown Problem Signature 02: unknown Problem Signature 03: unknown Problem Signature 04: 1 Problem Signature 05: engine_startup Problem Signature [...] read more
I suddenly started getting an "InPageError" crash in VS last week. The error happens when attempting to open a solution or when trying to create a new project. It also happens when using msbuild from the command line. I've tried everything that comes to mind to fix this, including numerous [...] read more
We have an application which runs on Windows 2012 R2 that accesses a fileshare running on 2016 R2, and execute Winscp from there. The application launches it using the service account, and most of the time it works. However, at random, it fails to launch the exe file, causing all [...] read more
I have a friend who's having problems with their Vista box (yes the same friends as this question) and they gave it to me to fix. So, here's the problem. On boot, you get the black DOS-like "Windows failed to start normally" window, with 2 options: Normal boot, and System [...] read more
I'm making a C++ cuda program, in which (as far as I know): cudaMallocManaged(&data, size); and cudaFree(&data); is analogous to malloc/new and delete. Say I have a class struct vec{ int size; int* data; vec(int size){ cudaMallocManaged(&data, x * y * sizeof(int)); } }; and I overload the + operator: [...] read more
While starting visual studio professional getting below error visual studio pops up error while starting below is event viewer details Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.Runtime.InteropServices.SEHException at System.RuntimeTypeHandle.GetDeclaringType(System.RuntimeType) at System.RuntimeType+RuntimeTypeCache.GetEnclosingType() at System.RuntimeType.get_DeclaringType() at Microsoft.VisualStudio.Composition.AttributedPartDiscovery.CreatePart(System.Type, Boolean) at Microsoft.VisualStudio.Composition.PartDiscovery+CombinedPartDiscovery.CreatePart(System.Type, Boolean) [...] read more
I tried to check the jdk version in cmd by typing javac -version when i hit enter i got this # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_IN_PAGE_ERROR (0xc0000006) at pc=0x5d002e63, pid=3872, tid=4900 # # JRE version: Java(TM) SE Runtime Environment (8.0_91-b14) [...] read more
I have a VS 2005 application using C++ . It basically importing a large XML of around 9 GB into the application . After running for more than 18 hrs it gave an exception 0xc0000006 In page error. THe virtual memory consumed is 2.6 GB (I have set the 3GB) [...] read more
I am unable to figure this problem out. Symbol is not being resolved Deployment There are number of exes of my system deployed on a network path. All users run those exes from that shared network path. This was working fine two weeks ago but now some of those exes [...] read more
I'm trying to fix a laptop with Windows 7 Home Premium 64 bit, from a friend. Microsoft Office and Windows Live Messenger are no longer working, whenever any of those programs are launched (excel, powerpoint, word, etc), i'm getting an error that reads EXCEL.EXE The application was unable to start [...] read more
We have a quite urgent issue, where company old SBS server BSOD's right before presenting the logon screen. I ran the mini-dumps via the WinDbg, and got following output: CRITICAL_OBJECT_TERMINATION (f4) A process or thread crucial to system operation has unexpectedly exited or been terminated. Several processes and threads are [...] read more
Outlook 2016 has started crashing on startup while trying to access a file called StaticCache.dat. I am assuming it is a corrupt cache file. Outlook will run in safe more, but eventually crashes while doing various operations like accessing an email. So it is unusable. I tried repairing the Office365 [...] read more
I have Windows 7 Professional 64-bit and keep getting a blue screen error. I think it has something to do with my hard drive, but I'm not sure if it is failing or not. Here is the .dmp debug: Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64 Copyright (c) Microsoft Corporation. [...] read more
I tried to reinstall Windows XP to Windows 7, but I could not install the video card drivers because the driver installation software only works on XP. I have launched the setup program with XP mode. After I installed the setup, I restarted the computer and Windows 7 wasn't booting. [...] read more
Lately whenever I wake up my laptop from sleep (S3) I get a series of errors (generated by a host process failing) I haven't been able to figure out why this happens but I know which host process fails and was wondering if someone had some insight on why this [...] read more
I'm helping a friend fix their computer (running slow, some applications not working, etc.), and ran across two things that I haven't seen before. I think they may be related, so that's why I'm posting them together. First, I am unable to run Firefox. I have uninstalled it and re-installed [...] read more
Hi All I am new to using CefSharp in my application. I need some help resolving an issue I am facing. I have a 32 bit winforms application and installed version 81 of cefsharp dll's. My server is a 64 bit machine. I redirect from my form to a website [...] read more
I have a VB.NET WinForms application running from an executable stored on a network share. In that application, I have defined the UnhandledException handler in the ApplicationEvents (Private Sub MyApplication_UnhandledException(sender As Object, e As UnhandledExceptionEventArgs) Handles Me.UnhandledException). In my handler, I have a method that logs the exception details to [...] read more
My application randomly crash, I don't know where is problemy, only what I have is log. Application is on the network drive, when application run on local machine everything is alright. I'm trying check under WinDbg but when I do this application won't crash, same situation is when I trying [...] read more
we have .net windows application which is running on surface by client.application sometime crashes and every time scenario is different but in event logs exception is same system.runtime.interopservices.sehexception was unhandled. i cannot reproduce this issue. here is the stack trace: Exception Info: System.Runtime.InteropServices.SEHException at SpectrumNZ.GUI.Modules.frmMainShell.Dispose(Boolean) at System.ComponentModel.Component.Finalize() and here is [...] read more
I got this message, my emulator stopped working. I already tried: * deleting some devices * increasing emulator ram size * updating android studio * removing and adding HAXM installer Does anyone know to to solve this? read more
I am having trouble simply getting VS2017 to run my program in debug mode. The program is a Windows Form Application. I was using it this morning to try to debug the code and it was working fine, except for the bug i was trying to track down, where the [...] read more
I'm trying to get some more detailed Information on mapped I/O and a SMB(1)-Share. I discovered a scenario, where an application, which starts from a network-share throws an In-Page error(0xc0000006) with status code 0xc000020c (STATUS_CONNECTION_DISCONNECTED). The strange thing is, that even if the connection was eventually broken, it is working [...] read more
Atmel Studio and Visual Studio can't startup because they keepcrashing. It get the following error from the Just-In-Time: An unhandled Microsoft .Net Framework exception occurred in devenv.exe The event viewer gives the following application error: Faulting application name: devenv.exe, version: 14.0.25420.1, time stamp: 0x57685d85 Faulting module name: wpfgfx_v0400.dll, version: 4.6.1586.0, [...] read more
I wrote a little string encryption algorithm, very simple. This is it: int chrCipher (int str) { char a[] = "abcdefghijklmnopqrstuvwxyz"; char b[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; char *c; if ((c=strchr(a,str))!=NULL) return a[((c-a)+13)%26]; if ((c=strchr(b,str))!=NULL) return b[((c-b)+13)%26]; else return str; } void strCipher (char *dst, char *src) { while(*src) { *src=chrCipher(*src); // [...] read more
After my laptop froze yesterday I rebooted, and now the ColdFusion 9 Application Server service starts and restarts endlessly! Although it's set to start automatically, upon bootup it does not start. So I start it manually. Then I look at the Windows Event Viewer which reports: > The ColdFusion 9 [...] read more
I have a VS 2005 application using C++ . It basically importing a large XML of around 9 GB into the application . After running for more than 18 hrs it gave an exception 0xc0000006 In page error. THe virtual memory consumed is 2.6 GB (I have set the 3GB) [...] read more
I am using Window 7 pro x64. I had istalled VS 2010 pro. After that, I uninstalled it and replaced with VS 2012 ulti. Now, I need the VS 2010 but i can't install it. I try to install both pro and ulti version from .iso file but i get [...] read more
I get the below error on my laptop and it drastically reduces the performance of my machine as the Indexer is constantly running. Please identify a solution except re-installation. Faulting application name: SearchIndexer.exe, version: 7.0.7600.16385, time stamp: 0x4a5bcdd0 Faulting module name: TQUERY.DLL, version: 7.0.7600.16385, time stamp: 0x4a5bdb21 Exception code: 0xc0000006 [...] read more