X:4 7.00 crash - help with dmp file

This forum provides information on obtaining access to Public Beta versions of X4: Foundations allowing people running those versions to provide feedback on their experiences.

Moderator: DevNet Public Moderators

Post Reply
SentryRaven
Posts: 2
Joined: Sat, 5. Jul 08, 03:23
x4

X:4 7.00 crash - help with dmp file

Post by SentryRaven » Sat, 4. May 24, 19:41

Dear All,

X4 6.2 was running smoothly on my zBook Workstation, admittedly not the best specs, but playable with mods and all fine.
Ever since switching to 7.00 beta, I receive crashes, which seem to mostly happen when a ship is destroyed by me or in my vicinity.

Can someone assist with the dump file?
I tried to read it, but not really sure which program to use and where to look for information.
https://www.dropbox.com/scl/fi/wogiormz ... jgq8n&dl=0

If any other information is required, let me know.

adeine
Posts: 1136
Joined: Thu, 31. Aug 17, 17:34
x4

Re: X:4 7.00 crash - help with dmp file

Post by adeine » Sun, 5. May 24, 00:29

The dump file can be used with a debugger such as WinDbg to get information what went wrong. Unfortunately in your case it isn't exceedingly helpful:

Code: Select all

User Mini Dump File: Only registers, stack and portions of memory are available


************* Path validation summary **************
Response                         Time (ms)     Location
Deferred                                       srv*
Symbol search path is: srv*
Executable search path is: 
Windows 10 Version 22621 MP (8 procs) Free x64
Product: WinNt, suite: SingleUserTS
Edition build lab: 22621.1.amd64fre.ni_release.220506-1250
Debug session time: Sat May  4 17:15:06.000 2024 (UTC + 1:00)
System Uptime: not available
Process Uptime: 0 days 0:13:51.000
................................................................
............................................................
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(21c8.2a74): Unknown exception - code cce17000 (first/second chance not available)
For analysis of this file, run !analyze -v
ntdll!NtGetContextThread+0x14:
00007ff8`14631864 c3              ret
0:000> !analyze -v
*******************************************************************************
*                                                                             *
*                        Exception Analysis                                   *
*                                                                             *
*******************************************************************************

*** WARNING: Unable to verify timestamp for X4.exe

KEY_VALUES_STRING: 1

    Key  : Analysis.CPU.mSec
    Value: 890

    Key  : Analysis.Elapsed.mSec
    Value: 44261

    Key  : Analysis.IO.Other.Mb
    Value: 33

    Key  : Analysis.IO.Read.Mb
    Value: 0

    Key  : Analysis.IO.Write.Mb
    Value: 42

    Key  : Analysis.Init.CPU.mSec
    Value: 311

    Key  : Analysis.Init.Elapsed.mSec
    Value: 32567

    Key  : Analysis.Memory.CommitPeak.Mb
    Value: 100

    Key  : Failure.Bucket
    Value: APPLICATION_FAULT_cce17000_X4.exe!Unknown

    Key  : Failure.Hash
    Value: {819ef059-b877-257b-aa1f-e5fbee79efe5}

    Key  : Timeline.Process.Start.DeltaSec
    Value: 831

    Key  : WER.OS.Branch
    Value: ni_release

    Key  : WER.OS.Version
    Value: 10.0.22621.1

    Key  : WER.Process.Version
    Value: 9.18.944.0


FILE_IN_CAB:  X4_700_2024_05_04_18_15_06.dmp

CONTEXT:  (.ecxr)
rax=00007ff7a6f8a340 rbx=0000000000000425 rcx=0000026458479d60
rdx=00007ff8145c0000 rsi=0000000000000425 rdi=00007ff7a7206410
rip=00007ff811f7543c rsp=000000f7f1cff760 rbp=000000f7f1cffa20
 r8=000000070000000a  r9=0000000000000000 r10=00000000fffffffe
r11=0000003d00000001 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000026476a45230
iopl=0         nv up ei pl nz na pe nc
cs=0033  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000202
KERNELBASE!RaiseException+0x6c:
00007ff8`11f7543c 0f1f440000      nop     dword ptr [rax+rax]
Resetting default scope

EXCEPTION_RECORD:  (.exr -1)
ExceptionAddress: 00007ff811f7543c (KERNELBASE!RaiseException+0x000000000000006c)
   ExceptionCode: cce17000
  ExceptionFlags: 00000080
NumberParameters: 1
   Parameter[0]: 000000f7f1cff860

PROCESS_NAME:  X4.exe

ERROR_CODE: (NTSTATUS) 0xcce17000 - <Unable to get error code text>

EXCEPTION_CODE_STR:  cce17000

EXCEPTION_PARAMETER1:  000000f7f1cff860

STACK_TEXT:  
000000f7`f1cff760 00007ff7`a4d6348a     : 00000000`00000000 00000000`00000001 00007ff7`a6a75cc0 00000000`00000425 : KERNELBASE!RaiseException+0x6c
000000f7`f1cff840 00000000`00000000     : 00000000`00000001 00007ff7`a6a75cc0 00000000`00000425 65646f63`74697845 : X4+0xf348a


STACK_COMMAND:  ~0s; .ecxr ; kb

SYMBOL_NAME:  x4+f348a

MODULE_NAME: X4

IMAGE_NAME:  X4.exe

FAILURE_BUCKET_ID:  APPLICATION_FAULT_cce17000_X4.exe!Unknown

OS_VERSION:  10.0.22621.1

BUILDLAB_STR:  ni_release

OSPLATFORM_TYPE:  x64

OSNAME:  Windows 10

IMAGE_VERSION:  7.0.0.0

FAILURE_ID_HASH:  {819ef059-b877-257b-aa1f-e5fbee79efe5}

Followup:     MachineOwner
---------
It seems similar to this report, which could indicate that something in the game is exceeding some sort of limit. Any chance there is a script or mod stuck in a loop/creating an excess of stuff somewhere?

SentryRaven
Posts: 2
Joined: Sat, 5. Jul 08, 03:23
x4

Re: X:4 7.00 crash - help with dmp file

Post by SentryRaven » Sun, 5. May 24, 07:14

The mods have not changed from 6.20 to 7.00
But I guess I will have to remove them and add them back 1-by-1 to narrow it down.
Thanks for looking into the dmp file.

Post Reply

Return to “X4: Foundations - Public Beta Feedback”