Help - Search - Members - Calendar
Full Version: Error Code When Returning To Dash
Scenyx Entertainment Community > Xbox1 Forums > Dashboard Forums > Official Team UIX Forums > User.Interface.X (UIX) Code
esdubu
Remember reading somewhere a while ago that a few people were having problems returning to the dash when it was in the root of F:

It was giving an error code when returning from xbmc, this was forcing a reboot to fix it. I've just worked out a little code fix for this if anybody is interested?

Open Default.xip/default.xap and navigate to

if(e == 2) { TellUser("ERROR MESSAGE 2", "theMainMenu.GoTo()"); }
else { BlockUser("ERROR MESSAGE " + e); }

Just comment both these lines out and the error shouldn't appear anymore.

Sorry if this has been posted before!
neovash
what should the code look like after it is edited because i dont think i did it right
KyesaRRi
If you comment:

CODE
if(e == 2) { TellUser("ERROR MESSAGE 2", "theMainMenu.GoTo()"); }
else { BlockUser("ERROR MESSAGE " + e); }


OUT then it will look somthing like:

CODE

//if(e == 2) { TellUser("ERROR MESSAGE 2", "theMainMenu.GoTo()"); }
//else { BlockUser("ERROR MESSAGE " + e); }


-- KyesaRRi --
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.