Jump to content
RealModScene
serjeyn

All my games got completely wiped out.

Recommended Posts

Hello everyone. Sorry if some solution or the answer to my concern has already been posted but i really haven't found anything related.

I recently bought used Xbox 360 with latest aurora on board. Around for a week everything was working fine, but just today i was playing Saints Row The Third, suddenly my console rebooted. There was no AC or powerjump or anything like that. So i started the game again and it was working fine. About 15 minutes later, i've started playing Gears of War 2, played for about half an hour and decided to play something else. That's when the games refused to start. They were all in the main menu, i could download their latest TU, check their DLC and Saves, but they wouldn't load. I checked the file manager and found out that my hdd has been wiped, i've got around 228 gb space available, but just an hour ago i was having about only 100 left since i've had about 15 games installed on hdd. The Aurora itself is working fine, and the folder with Aurora seems to have recreated itself with today's date (not long before or after hdd wipe, i'm not sure) Just how did that happen? Why? Would it happen again? 

Share this post


Link to post
Share on other sites

It sounds like you have a potentially bad plugin running with Dashlaunch that may reset things and whatnot, check if you have a launch.ini somewhere (you should if it autostarts aurora) if so - move forward and check what it contains (or post it here) any plugin entry should probably be removed as it'll likely be the reason for the problem(s) you're facing...

Share this post


Link to post
Share on other sites

It sounds like you have a potentially bad plugin running with Dashlaunch that may reset things and whatnot, check if you have a launch.ini somewhere (you should if it autostarts aurora) if so - move forward and check what it contains (or post it here) any plugin entry should probably be removed as it'll likely be the reason for the problem(s) you're facing...

it does have launch.ini in root/system folder. It actually does have two of them for some reason, as well as two launch.xex and ihelper.xex. Here's what's inside launch.ini

; launch.xex V3.0 config file; parsed by simpleIni http://code.jellycan.com/simpleini/; currently supported devices and paths:; internal hard disk Hdd:\; usb memory stick Usb:\; memory unit Mu:\; USB memory unit UsbMu:\; big block NAND mu FlashMu:\; internal slim 4G mu IntMu:\; internal corona 4g mu MmcMu:\; CD/DVD Dvd:\ (not recommended to use this one); buttons can point to any xex, or any CON with default.xex in it on any of the above devices; note that Right Bumper is ALWAYS default to return NXE; if you want to assign an additional one, use the path Sfc:\dash.xex ie:; BUT_A = Sfc:\dash.xex; all comments and fields in this file are optional, you can remove anything you don't need; sorry for any double negatives :p; njoy, cOz; example entry; Default = Hdd:\FreeStyle\default.xex[Paths]BUT_A = BUT_B = BUT_X = Hdd:\Content\0000000000000000\C0DE9999\00080000\C0DE99990F586558BUT_Y = Start = Back = LBump = RThumb = LThumb = ; Default is what loads when you hold no buttons; leave this blank if you want NXE as defaultDefault = Hdd:\Aurora\Aurora.xex; at boot time, default can be overridden based on how the console is turned on; if you start with wired/wireless/IR guide button, this item if existing will be used instead of default; note that the Guide item is ALWAYS overridden by option: remotenxe = trueGuide = ; if you power on with the button on the front of the console (or the power button on a remote if remotenxe is not set to true); this item will be used instead of defaultPower = ; if set, going to system settins from HUD will run this app, override with Right BumperConfigapp = ; if set, this will be run as a title before any other option occurs, does not get circumvented by held buttons or default; guide/power opts are processed after thisintended for a short video player to allow replacing bootanimFakeanim = ; by default this only dumps to UART, setting a file here will cause unhandled exception info to be dumped; as text to a file. Same path restraints as the quick launch buttons.; if exchandler is set to false, this option does nothing.; note that this uses the first drive of the class found, so if you use usb: and have more than one usb device; it may wind up on any of the usb devices depending on which was enumerated first. The path for the file is only; checked on boot, so the device must be present at power on and at crash time for this to be effective; ie: dumpfile = Usb:\crashlog.txtDumpfile = ; example plugin entry; plugin1 = Usb:\plugin\aplugin.xex[Plugins]plugin1 = plugin2 = plugin3 = plugin4 = plugin5 = ; these options are never used directly by dash launch but serve to give the configuration program; a place to keep these values; note that things like ftp and udp servers are only running while installer is running[Externals]ftpport = 21ftpserv = Falseupdserv = Falsecalaunch = Falsefahrenheit = False[settings]; if true, brining up miniblade in NXE and then pressing Y will cause launch.xex to relaunch for you; note you must release Y button then press desired QuickLaunchButtons after or use default itemnxemini = True; if true ping limit will be removed for system link play (thanks FBDev!)pingpatch = True; if true header license bits will be patched for addon content (00000002 type content)contpatch = True; if true header license bits will be patched for xbla content (000D0000 type contentxblapatch = False; usually used in combination with contpatch/xblapatch or when XBLA is run extracted instead of from a container, spoofs replies from XamContentGetLicenseMasklicpatch = False; Normally when a fatal error occurs the xbox will just freeze, setting this to false will cause a reboot or powerdown; setting to TRUE will also disable the unhandled exception filter which tries to intercept recoverable unhandled exceptions with exit to dashfatalfreeze = False; when fatalfreeze is set to false, setting this to true will cause the box to reboot, setting it to false will instead have the box shut down; note that this option does NOTHING when fatalfreeze is set to truefatalreboot = True; setting this to true will cause the box to reboot (soft reboot) the way it was intended to; on jtag ONLY set this to true if using blackaddr's reboot fix for SMC, else on reboot you will get E71 and corrupted dash/video/etc settingssafereboot = False; when set to true, it is possible to hold RB when launching a game to have the region that the game gets from xam spoofedregionspoof = True; when set to false, ejecting a dvd video or game returns you to your default item, set to true to auto exit to NXEdvdexitdash = True; when set to false, using the exit item in an XBLA game returns you to your default item, set to true to exit to NXE arcade menuxblaexitdash = True; when set to true, using miniblades system setting options will not exit to NXE; if not present this is set to FALSEnosysexit = True; when set to true, miniblades will not appear... ever (requested as child saftey measure); note that using this option overrides everything in dash launch that relies on miniblade exits to functionnohud = False; when set to false, xbox will be capable of finding system updaters; if not present this is set to TRUEnoupdater = False; when set to true, dash launch will put all debug strings out to uart; if not present this is set to FALSEdebugout = False; when set to false, dash launch will not attempt to handle last chance unhandled exceptions; if set to false, exceptions will also not be dumped to the dumpfile; if not present this is set to TRUEexchandler = False; if set to true, this will block the console from resolving LIVE related dns; if not set this value will be TRUEliveblock = False; if liveblock is set to true, this will block the console from resolving all MS related dns; setting this to TRUE will also block apps like freestyle from accessing things like cover images; *** note that if NO INI is present for launch.xex, this is set to TRUElivestrong = False; when set to TRUE the X (guide) and power button on IR remotes will cause the xbox to boot to NXE instead of default item; note that powering on with the windows/start button automatically goes to NXE's media center now regardless of how this is setremotenxe = True; when set to TRUE all USB drives will be polled at hddtimer intervals for the file "alive.txt" in their root; if the file exists, it will be recreated and 16 random bytes written to it on each poll which should keep drives from spinning downhddalive = False; attempts to disable popups related to signing in, like "live is blocked" and similar; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S A LOGIN DIALOG MAY NOT BE PERFECT !!; !! to sign into live profiles other than auto signing on boot you MUST accept the 'check live for updates' dialog BEFORE enabling this option !!signnotice = False; when you hold guide button to shut down xbox, normally the 'cancel' option is selected; setting this to TRUE will cause the shutdown option to be auto selected instead; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !!autoshut = False; when you hold guide button to shut down xbox, normally a dialog comes up; setting this to TRUE will cause the console to shutdown instead of show a dialog; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !!autooff = False; 14699+ has native http functions, but you are forced to be logged into use them; this patch removes that restriction, set to false to disable it if you have any problemsxhttp = False; when tempbcast is set to TRUE the raw temp data from smc will be broadcast over UDP at temptime second; intervals on port tempporttempbcast = False; when set to TRUE all titles will have the insecure socket priveledge; if not set this value will be FALSEsockpatch = False; when set to TRUE dash launch will not erase launchdata before launching a quick launch item; if not set this value will be FALSEpasslaunch = False; when set to TRUE various functions will be spoofed to make firmware think it's connected to LIVE; this does not compensate for the fact that it cannot contact LIVE servers; setting this to TRUE forces liveblock to TRUEfakelive = False; when set to TRUE network/cloud storage options should not show up in disk dialogs; if not set this value will be TRUEnonetstore = False; when set to TRUE a snapshot of the console temperature data will be displayed in the console shutdown dialog (displayed when guide button is held); !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !!; enabling this option disables autooffshuttemps = False; when true, any devkit profiles on the console will not appear as corrupt and can be used; any changes such as saving games or getting achievements will resign the profile with the current/retail keyvault; this seems not to affect glitch/jtag dev crossflash, but could affect these profiles on true devkitsdevprof = False; when true, system link data will be encrypted for communication with devkits; if not set this value will be FALSEdevlink = False; when true dash launch will perform automatic disk swapping; WARNING!! do not enable if you use FSD or swap.xex for this !!; if not set this value will be FALSEautoswap = False; when true, disables kinect health pseudo video at game launch; if not set this value will be TRUEnohealth = False; when true, disables dash locale setup screens when settings already exist; if not set this value will be TRUEnooobe = False; when true dash launch will automatically enable fakelive functionality only during official dash and indie play sessions; if not set this value will be FALSEautofake = False; when true and autofake is enabled, contpatch will be enabled for community games only; this option will be ignored if autofake is not enabledautocont = Falsetemptime = tempport = bootdelay = ; when regionspoof is true, you set your region here in hex preceding the value with 0x, for examle devkit would be region = 0x7fff; if not present but regionspoof is set to true, this is set to 0x7FFFregion = ; if some titles benefit from fakelive, add them here - only 10 may be listedautofake0 = 0x00000000autofake1 = 0x00000000autofake2 = 0x00000000autofake3 = 0x00000000autofake4 = 0x00000000autofake5 = 0x00000000autofake6 = 0x00000000autofake7 = 0x00000000autofake8 = 0x00000000autofake9 = 0x00000000

Share this post


Link to post
Share on other sites

No plugins listed, which means your hardware needs checking, starting with the harddrive you run it from

Sent from my SM-G903F

Share this post


Link to post
Share on other sites

No plugins listed, which means your hardware needs checking, starting with the harddrive you run it from

Sent from my SM-G903F

How do i do that?

Share this post


Link to post
Share on other sites

Do you have it on a external HDD or internal HDD?

Share this post


Link to post
Share on other sites

Do you have it on a external HDD or internal HDD?

it's on internal. May it also be that i was playing some corrupted or badly transformed iso-to-god game which cause all this?

Share this post


Link to post
Share on other sites

it's on internal.

What model of console do you have? PHAT or Slim?

If Slim - Just connect the HDD to your computer with standard SATA cables

If Phat - You need to get a Transfer kit or open up the case and extract the HDD from it's enclosure so you can connect it to your PC (it's also a standard 2.5" SATA hdd)

Once you've got the HDD connected to your PC, you should check it using Crystal Disk Info or similar

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...