heres how they look if you dont have the symbol files, there not exactly impossible to guess what went wrong without the symbol files, im using "debugging tools for windows"
Code
- FAULTING_IP:
- +fffffffff842daa0
- f842daa0 ?? ???
- EXCEPTION_RECORD: ffffffff -- (.exr ffffffffffffffff)
- ExceptionAddress: f842daa0
- ExceptionCode: c0000005 [B](Access violation)[/B]
- ExceptionFlags: 00000000
- NumberParameters: 2
- Parameter[0]: 00000000
- Parameter[1]: f842daa0
- Attempt to read from address f842daa0
- DEFAULT_BUCKET_ID: APPLICATION_FAULT
- PROCESS_NAME: Sins of a Solar Empire.exe
- FAULTING_MODULE: 7c900000 [B]ntdll[/B]
- DEBUG_FLR_IMAGE_TIMESTAMP: 0
- ERROR_CODE: (NTSTATUS) 0xc0000005 - [B]The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".[/B]
- READ_ADDRESS: f842daa0
- BUGCHECK_STR: ACCESS_VIOLATION
- THREAD_ATTRIBUTES:
- LAST_CONTROL_TRANSFER: from 0042f8cd to f842daa0
- STACK_TEXT:
- WARNING: Frame IP not in any known module. Following frames may be wrong.
- 0012fe4c 0042f8cd 3c23d70a 006b8b68 003f29f0 0xf842daa0
- 76b44e5b 0f0076b6 0077a785 dca4e800 052bffff Sins_of_a_Solar_Empire+0x2f8cd
- 00143d83 00000000 00000000 00000000 00000000 0xf0076b6
- FAILED_INSTRUCTION_ADDRESS:
- +fffffffff842daa0
- f842daa0 ?? ???
- POSSIBLE_INVALID_CONTROL_TRANSFER: from 0042f8c8 to 0042daa0
- FOLLOWUP_NAME: MachineOwner
- MODULE_NAME: hardware
- IMAGE_NAME: hardware
- STACK_COMMAND: .ecxr ; kb
- BUCKET_ID: CPU_CALL_ERROR
- Followup: MachineOwner
- ---------
- *** Possible invalid call from 0042f8c8 ( Sins_of_a_Solar_Empire+0x2f8c8 )
- *** Expected target 0042daa0 ( Sins_of_a_Solar_Empire+0x2daa0 )
i would guess the game trying to use a section of memory that was never available in the first place of the game tried to use the same part of the memory twice.
sometimes you will get a really easy one where it mentions one of the .dll files that are for your graphics card or soundcard and its stupidly obvious what the cause is when that happens.
i always check out game .dmp files just to see if the cause is something on my end that can easily be fixed.