- Joined
- Oct 13, 2012
- Location
- Melbourne
- Online Cricket Games Owned
- Don Bradman Cricket 14 - PS3
- Don Bradman Cricket 14 - Xbox 360
- Don Bradman Cricket 14 - Steam PC
Re: Xbox crashing when saving....
This might be pure coincidence but after not touching the game for a few days due to not being able to continue my existing career without the game crashing during saves I just had another try.
I plugged a new blank USB stick into my (old style) Xbox and was going to use it for saving. Prompted to format it - had to quit game - and did that.
Anyway...game then had to restart but I instantly forgot I was meaning to use the memory stick for saves and just chose my hard drive as normal. Left the stick in the USB port.
Long and short of it is that I just played using my existing career player for an hour or so and there were no problems saving - unheard of for me since Patch 2.
So is it possible that somehow having a memory stick in the USB port but not actually using it could somehow prevent the crashes ? Know it sounds random but that's the only thing I've done differently tonight and previously my career game would crash without fail every time I saved.
That's why this is so hard for us to find, there are so many times that something seemingly unrelated makes the thing work.
From our side we are simply telling the OS to save a file and then load a file, it's the same code on PC, PS3, Xbox, it's not specific to any platform. The Xbox OS is performing this write to disk on the vast majority of machines, but obviously not some of them.
So far we have managed to get a save file from TheMug and graft that onto a development save. It does not crash the Development kits and of course we can't run development code on a Retail unit. We are disassembling what the differences in code is between pre and post patch#2 to see if we think there are any differences of any significance. It's a bit difficult when the code is a simple openfile(), write(), close() at the source code level.
Anyway, we continue to bang our heads against many walls and we will get there for sure but there is no ETA.