- Remove From My Forums
-
General discussion
-
Здравствуйте, проблема следующая: Visual Studio 2008 вылетает при попытке добавить компонент visio drawing contol (12) на windows form, при этом нет никах сообщений об ошибках. В «Просмотре событий» появляются 2 сообщения
об ошибках:1 — Application Error
Имя сбойного приложения: devenv.exe, версия: 9.0.30729.1, отметка времени: 0x488f2b50
Имя сбойного модуля: unknown, версия: 0.0.0.0, отметка времени 0x00000000
Код исключения: 0xc0000005
Смещение ошибки: 0x15f97228
Идентификатор сбойного процесса: 0x18e4
Время запуска сбойного приложения: 0x01cdff93ea608c86
Путь сбойного приложения: C:Program FilesMicrosoft Visual Studio 9.0Common7IDEdevenv.exe
Путь сбойного модуля: unknown
Код отчета: ae032872-6b87-11e2-9040-50e54939119a2 — NetRuntime
.NET Runtime version 2.0.50727.5466 — Неисправимая ошибка в модуле исполнения (6CA7B86A) (0)
Как это исправить или обойти?
-
Edited by
Thursday, January 31, 2013 12:05 PM
-
Changed type
Maksim MarinovMicrosoft contingent staff, Moderator
Tuesday, March 12, 2013 3:32 PM
Тема не активна
-
Edited by
|
#1 |
Участник |
Проблема с надстройкой к outlook На одном из компьютеров с установленным Outlook 2007 столкнулись со следующей проблемой: после инсталляции клиента crm и его настройки стал вылетать при старте аутлук, т.е. открывается и тут же выгружается. При последующем запуске пишет, что надстройка завершена с ошибкой. Антивирус стоит стандартный у всех — симантек. Сторонних антивирусов нет. С чем это может быть связано? |
|
#2 |
Участник |
в логе появляется запись: .NET Runtime version 2.0.50727.3603 — Неисправимая ошибка в модуле исполнения (7A036050) (80131506) Дополнительные сведения можно найти в центре справки и поддержки, в «http://go.microsoft.com/fwlink/events.asp». |
While recently undertaking some Operating system and Microsoft office upgrades, upon completion we began to encounter issues with some of the applications and the .net framework.
The Issue
What was being reported is as follows, when users would try and open an office application such as Outlook, Word or Excel. The application would begin to load with the generic splash box, and a few moments after it would crash.
After an unsuccessful attempt to load the applications, i did some digging around through the application event logs and came across the following entry.
What we can see here is that the .Net framework version 2.0 is causing the applications to crash.
As with all office applications, Microsoft has done a good job in trying to make these applications stable, and given that i was not able to find many others who are encountering the same issue, it was quickly obvious that this is something specifically related to other applications that we are using.
Through some investigation and troubleshooting, i was able to determine that this application crash was happening as a byproduct of having the .NET Framework 3.5(includes .NET 2.0 and 3.0) installed and the Microsoft Azure Information Protection application installed. Either disabling the .NET Framework or disabling the AIP Plugin would cause this issue to stop occuring.
However, disabling either of these was not an option. The organisation relies on having the AIP plugin installed and available for users, and disabling the .NET Framework would result in other applications not being able to run.
The Solution
1. Open the Office app with the issue in safe mode.
2. Open a PowerShell window as administrator.
3. Run the command in PowerShell:
Set-ProcessMitigation -Name “” -Disable EnableExportAddressFilterPlus, EnableExportAddressFilter, EnableImportAddressFilter
should be like this: C:Program Files (x86)Microsoft OfficerootOffice16excel.exe, and you need to run the command above for each office application.
4. Then enable the AIP add-in and restart the app.
After restarting the apps – if the above has rectified the issue then great. The next step is to restart the computer and see if the fix above has “stuck” or not. In many cases, the issue will re-occur, if this is the case then it points to a policy that is re-applying the settings that we have disabled using the powershell commands.
In most cases, this is an Intune exploit guard configuration xml that needs amending. In most cases, this will be configured by a security baseline in Intune.
- Open Intune and navigate to security baselines > Properties > Exploit guard and see if you have an xml file in there.
- Copy and past the xml into an easy to read text editor such as Notepad++ and find the settings that the powershell commands above are disabling. You will want to disable them in the xml.
If you are unsure about how to edit your xml feel free to copy paste the one below however it is important that you know what you are doing here.
<?xml version="1.0" encoding="UTF-8"?><MitigationPolicy><AppConfig Executable="ONEDRIVE.EXE"><DEP Enable="true" EmulateAtlThunks="false" /><ASLR Enable="true" ForceRelocateImages="true" /><ImageLoad BlockRemoteImageLoads="true" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="firefox.exe"><DEP Enable="true" EmulateAtlThunks="false" /><ASLR ForceRelocateImages="true" RequireInfo="false" BottomUp="true" HighEntropy="false" /></AppConfig><AppConfig Executable="fltldr.exe"><DEP Enable="true" EmulateAtlThunks="false" /><ImageLoad BlockRemoteImageLoads="true" /><ChildProcess DisallowChildProcessCreation="true" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="GROOVE.EXE"><DEP Enable="true" EmulateAtlThunks="false" /><ASLR Enable="true" ForceRelocateImages="true" /><ImageLoad BlockRemoteImageLoads="true" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /><ChildProcess DisallowChildProcessCreation="false" /></AppConfig><AppConfig Executable="Acrobat.exe"><DEP Enable="true" EmulateAtlThunks="false" /><ASLR ForceRelocateImages="true" RequireInfo="false" BottomUp="true" HighEntropy="false" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="AcroRd32.exe"><DEP Enable="true" EmulateAtlThunks="false" /><ASLR ForceRelocateImages="true" RequireInfo="false" BottomUp="true" HighEntropy="false" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="chrome.exe"><DEP Enable="true" EmulateAtlThunks="false" /></AppConfig><AppConfig Executable="EXCEL.EXE"><DEP Enable="true" EmulateAtlThunks="false" /><ASLR Enable="true" ForceRelocateImages="true" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="iexplore.exe"><DEP Enable="true" EmulateAtlThunks="false" /><ASLR ForceRelocateImages="true" RequireInfo="false" BottomUp="true" HighEntropy="false" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="INFOPATH.EXE"><DEP Enable="true" EmulateAtlThunks="false" /><ASLR Enable="true" ForceRelocateImages="true" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="java.exe"><DEP Enable="true" EmulateAtlThunks="false" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="javaw.exe"><DEP Enable="true" EmulateAtlThunks="false" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="javaws.exe"><DEP Enable="true" EmulateAtlThunks="false" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="LYNC.EXE"><DEP Enable="true" EmulateAtlThunks="false" /><ASLR Enable="true" ForceRelocateImages="true" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="MSACCESS.EXE"><DEP Enable="true" EmulateAtlThunks="false" /><ASLR Enable="true" ForceRelocateImages="true" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="MSPUB.EXE"><DEP Enable="true" EmulateAtlThunks="false" /><ASLR Enable="true" ForceRelocateImages="true" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="OIS.EXE"><DEP Enable="true" EmulateAtlThunks="false" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="OUTLOOK.EXE"><DEP Enable="true" EmulateAtlThunks="false" /><ASLR Enable="true" ForceRelocateImages="true" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="plugin-container.exe"><DEP Enable="true" EmulateAtlThunks="false" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="POWERPNT.EXE"><DEP Enable="true" EmulateAtlThunks="false" /><ASLR Enable="true" ForceRelocateImages="true" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="PPTVIEW.EXE"><DEP Enable="true" EmulateAtlThunks="false" /><ASLR Enable="true" ForceRelocateImages="true" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="VISIO.EXE"><DEP Enable="true" EmulateAtlThunks="false" /><ASLR Enable="true" ForceRelocateImages="true" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="VPREVIEW.EXE"><DEP Enable="true" EmulateAtlThunks="false" /><ASLR Enable="true" ForceRelocateImages="true" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="WINWORD.EXE"><DEP Enable="true" EmulateAtlThunks="false" /><ASLR Enable="true" ForceRelocateImages="true" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="wmplayer.exe"><DEP Enable="true" EmulateAtlThunks="false" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig><AppConfig Executable="wordpad.exe"><DEP Enable="true" EmulateAtlThunks="false" /><Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" /></AppConfig></MitigationPolicy>
- Once that is done, perform testing again – hopefully your issue is gone.
The below information has unfortunately been deemed to not fix the issue. Although it helps the programs run more stable – they do still crash
The solution then, was to force the applications that are crashing, to use a certain .NET Framework. This can be accomplished by navigating to the source file location that contains the application exe and creating what is called an exe.config file where you can specify parameters for an application.
These are the steps to complete this.
- Navigate to the source file location. In my scenario i have two applications that i need to complete this for. Outlook and Microsoft AIP.
- AIP – C:Program Files (x86)Microsoft Azure Information Protection
- Outlook – C:Program FilesMicrosoft OfficerootOffice16
- In each of these locations you need to create a txt file in the format of
applicationname.exe.config, in my scenario they are;- Outlook.exe.config
- MSIP.viewer.exe.config
- For each of the files, you will want to enter the below code, modifying the .net framework version required to suit your needs.
<?xml version="1.0" encoding="utf-8"?> <configuration> <startup> <supportedRuntime version="v4.0"/> </startup> <runtime> <AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false;Switch.System.IO.BlockLongPaths=false;Switch.System.Windows.DoNotScaleForDpiChanges=false"/> </runtime> </configuration>
Once complete, perform a restart(although not always necessary) and test the applications again, they should load fine and without crashing.
I hope that this post can prove useful.
Thank you for reading.
Post Views: 3,428
Arma 3 launcher crash when starting
Arma 3 launcher crash when starting
- Edit Task
- Edit Related Tasks…
- Mute Notifications
Arma 3 launcher crashes as soon as I press the «play» button in steam; it gives no specific reasons, just says that «Arma 3 Launcher has stopped working»
- Severity
- Crash
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 7
- Category
- Game Crash
Additional Information
So my laucher stopped working for some reason even though it worked perfrectly before. I looked through all FAQs and forum reports, installed and reinstalled everything that was suspected to cause problems and nothing helped. Reinstalling the game didn’t help either.
I suspect two Windows update to be the problem which I installed in order to Dishonored 2 to start working (KB3020369 and KB3172605).
https://www.microsoft.com/en-us/download/details.aspx?id=46817
https://www.microsoft.com/en-us/download/details.aspx?id=53332
I tried removing them but it turned out that KB3020369 cannot be removed; launcher will still crash after removal of KB3172605. DXdiag and other required files are attached below.
P.S. — the game does start via arma3.exe but I cannot configure and manage mods downloaded from the workshop, so I cannot play online.
Event Timeline
Comment Actions
Hello,
could you please check your desktop for a text file with an error report specific for Launcher?
Comment Actions
Hello,
could you please check your desktop for a text file with an error report specific for Launcher?
Sure, any tips how and where to get it?
Comment Actions
Hello Shaurmist,
the error report should be stored directly on your desktop as a text file. If there’s none, you can check Event Viewer:
- Start Launcher and make it crash.
- Open program called Event Viewer from your start menu.
- In the Event Viewer navigate to Windows Logs / Application in the tree on the left.
- In the list in the middle there should be two consecutive errors (one with source ‘Application Error’ and one with ‘.NET Runtime’), the details from General tab for both of them is needed to diagnose the issue.
Comment Actions
.NET Runtime:
.NET Runtime version 2.0.50727.5420 — Неисправимая ошибка в модуле исполнения (59A2E92A) (80131506) (which means something like unfixable execution exception)
Application Error:
arma3launcher.exe
1.5.142.122 59476f6d mscorwks.dll 2.0.50727.5420 4ca2b820 c0000005 000154c0
I can send the same in Russian (which my PC unfortunately has) as it might be more clear.
© Bohemia Interactive a.s. Bohemia Interactive® is a registered trademark of Bohemia Interactive a.s. All rights reserved. · Privacy Policy · Terms and Conditions
I have searched around, googled a lot and read about similar errors. Also tried various solutions that have been posted here as well as on various forums around the world.
I am getting the following error in event viewer when a .Net based Windows Service crashes:
.NET Runtime version 2.0.50727.5420 — Fatal Execution Engine Error
(000007FEF9F5AF0E) (80131506)
Detail:
Faulting application name: MyWindowsService.exe, version: 5.2.11.0,
time stamp: 0x4e5201ae Faulting module name: mscorwks.dll, version:
2.0.50727.5420, time stamp: 0x4ca2b7e1 Exception code: 0xc0000005
Fault offset: 0x00000000006baa89 Faulting process id: 0x%9 Faulting
application start time: 0x%10 Faulting application path: %11 Faulting
module path: %12 Report Id: %13
The My Windows Service terminated unexpectedly. It has done this 13 time(s).
The windows Service has been running fine since years. The windows service and its dependencies have not be updated since a couple of months. We have even commented all code within the service so in effect, we are left with just threads and timers that do nothing!
The following references are imported into the windows service.
Imports System.Threading
Imports System.Runtime.Remoting.Channels.Tcp
Imports System.Runtime.Remoting.Channels
Imports System.IO
Imports System.Runtime.Remoting.Activation
Imports Microsoft.Win32
Imports System.Net
Imports System.Runtime.Remoting
Imports System.Data.SqlClient
Imports System.Collections.ObjectModel
Imports System.ServiceProcess
Imports SearchOption = Microsoft.VisualBasic.FileIO.SearchOption
The operating system is Windows Server 2008 R2 x64. *.Net Framework 3.5 Sp1* is installed and no updates are installed except KB976902 which i cannot un-install as neither via Control panel nor by command line as it says that it cannot be un-installed.
We are facing this problem on a couple of servers and these issues have started popping up in last couple of days. We have even tried deploying an older build of the windows service as well as commenting out the functionality in each thread but to no effect!.
The problem is also occurring where Windows Update was installed and all windows updated were being installed as well as those which had windows update disabled and no other update except KB976902 was installed. We have some servers where this crash is NOT occurring at all and those servers have this update KB976902 installed as well.
We have tried updating .Net framework upto .Net 4.0 with all its updates as well on a couple of servers but that does not change anything. All Windows Servers are genuinely licensed and there is no such issue of Administrative privileges problem.
Kindly help.
Thanks.