Jump to content

XCOM EW crash on in-mission load


OH72

Recommended Posts

Dug out XCOM EW again (fresh install). Installed Mutator Enabler, Sightlines and Commander's Choice Mods. Now I reproducibly have the problem that while I can load saves in base without a problem, any load of an in-mission save results in a crash. Disabling cloud access does nothing, alas. Would appreciate any help.

Link to comment
Share on other sites

  On 8/24/2017 at 8:56 PM, dubiousintent said:

Please see the wiki article "Troubleshooting Basics - XCOM-EU 2012"; especially the section on "Windows Error Messages". If you are getting a CTD, then you should have a Windows error message as well.

 

-Dubious-

Well, my system is running in German, but I assume you'll be able to make sense out of this:

  Quote

 

Name der fehlerhaften Anwendung: XComEW.exe, Version: 1.0.0.9040, Zeitstempel: 0x531774e6

Name des fehlerhaften Moduls: KERNELBASE.dll, Version: 10.0.15063.502, Zeitstempel: 0xc3955624
Ausnahmecode: 0x00000001
Fehleroffset: 0x000eb802
ID des fehlerhaften Prozesses: 0x10cc
Startzeit der fehlerhaften Anwendung: 0x01d31d207b4adcb4
Pfad der fehlerhaften Anwendung: D:\SteamLibrary\steamapps\common\XCom-Enemy-Unknown\XEW\Binaries\Win32\XComEW.exe
Pfad des fehlerhaften Moduls: C:\Windows\System32\KERNELBASE.dll
Berichtskennung: 5fa590e3-fabd-4ec7-bc66-a118e7d65eb8
Vollständiger Name des fehlerhaften Pakets:
Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
  Quote

 

Name der fehlerhaften Anwendung: XComEW.exe, Version: 1.0.0.9040, Zeitstempel: 0x531774e6

Name des fehlerhaften Moduls: XComEW.exe, Version: 1.0.0.9040, Zeitstempel: 0x531774e6
Ausnahmecode: 0xc0000005
Fehleroffset: 0x00e77ce1
ID des fehlerhaften Prozesses: 0x10cc
Startzeit der fehlerhaften Anwendung: 0x01d31d207b4adcb4
Pfad der fehlerhaften Anwendung: D:\SteamLibrary\steamapps\common\XCom-Enemy-Unknown\XEW\Binaries\Win32\XComEW.exe
Pfad des fehlerhaften Moduls: D:\SteamLibrary\steamapps\common\XCom-Enemy-Unknown\XEW\Binaries\Win32\XComEW.exe
Berichtskennung: 4b135ebf-efd1-4ce4-8b9d-148bf64b1fd5
Vollständiger Name des fehlerhaften Pakets:
Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
These were the two Error-Level events during the last crash, the upper one at 23:33:10 and the lower one at 23:33:28 local time.
There were two information events as well.
At 23:33:28 was this:
  Quote

 

Fehlerbucket , Typ 0

Ereignisname: APPCRASH
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Problemsignatur:
P1: XComEW.exe
P2: 1.0.0.9040
P3: 531774e6
P4: KERNELBASE.dll
P5: 10.0.15063.502
P6: c3955624
P7: 00000001
P8: 000eb802
P9:
P10:
Angefügte Dateien:
\\?\C:\Users\ohaus\AppData\Local\Temp\WERA779.tmp.WERDataCollectionStatus.txt
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERBB0D.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERBB2D.tmp.txt
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_XComEW.exe_369ee9e476fb6d5cee1ff5779ed8ffddd32ddf7_f70ab2b7_19bed898
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 5fa590e3-fabd-4ec7-bc66-a118e7d65eb8
Berichtstatus: 97
Bucket mit Hash:

 

And at 23:33:45 this:

  Quote

 

Fehlerbucket 73132839866, Typ 1

Ereignisname: APPCRASH
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Problemsignatur:
P1: XComEW.exe
P2: 1.0.0.9040
P3: 531774e6
P4: XComEW.exe
P5: 1.0.0.9040
P6: 531774e6
P7: c0000005
P8: 00e77ce1
P9:
P10:
Angefügte Dateien:
\\?\C:\Users\ohaus\AppData\Local\Temp\WEREEE2.tmp.WERDataCollectionStatus.txt
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER269.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER289.tmp.txt
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_XComEW.exe_b5efd5f08ae3532595d07bc77fce37912e5ffa9_f70ab2b7_09371c48
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 4b135ebf-efd1-4ce4-8b9d-148bf64b1fd5
Berichtstatus: 268435456
Bucket mit Hash: a70c1d4158f87c3da46ce58b5684f6ee
Link to comment
Share on other sites

For the first error log message, Google Translation gives:
Ausnahmecode (Exception code): 0x00000001
Pfad des fehlerhaften Moduls (Path of the faulty module): C:\Windows\System32\KERNELBASE.dll

The following are taken from Microsoft responses to similar questions.

  Reveal hidden contents



KERNELBASE.DLL is a system file. Let's diagnose the issue by referring to the following suggestion and check the issue status.

  Reveal hidden contents



For the second error log message, Google Translation gives:
Ausnahmecode (Exception code): 0xc0000005
Pfad des fehlerhaften Moduls (Path of the faulty module): D:\SteamLibrary\steamapps\common\XCom-Enemy-Unknown\XEW\Binaries\Win32\XComEW.exe

This unfortunately too common error indicates an attempt to access memory beyond that allocated to the application. The "Faulting" app is usually the victim of another app which overwrote some of it's instructions, so it is very difficult to track down the actual source of the original error. In this instance "XComEW.exe" is almost certainly the "victim". Please see this article on the "ERRORLIVE" site.

Fixing the first error may solve the second as a by-product.

-Dubious-

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...