| Previous | Next |
| XBOX_ERACTRL_CS_TIMEOUT | XBOX_INVERTED_FUNCTION_TABLE_OVERFLOW |
XBOX_CORRUPTED_IMAGE
Xbox image corruption bucket for XBOX_CORRUPTED_IMAGE
XBOX_CORRUPTED_IMAGE is bug check code 0x00000357.
This bug check value belongs to the Xbox-related range in bugcodes.h. It indicates that an image used by the Xbox platform path was considered corrupted during loading or validation.
How to read it in a dump
- Identify the exact image, package, or executable being loaded.
- Image signature, format, base address, and unwind metadata can be relevant.
- Do not generalize it to ordinary desktop DLL loading without Xbox-platform context.
What to check
- Verify the package or image from a trusted build source.
- Check signing, packaging, and deployment logs.
- Use the dump to determine whether corruption is in storage, package layout, or loader metadata.
References
Looking for a different code? Search another status or error code.