Why do RGLoader Shadowboots crash when going to dashboard from XShell? I've tried booting a few public RGL shadowboots, and whenever I try to boot to the dashboard, they crash.
twsteds solution works (I'm using rgloader on a rgh) but why does this happen on spoofed 17511/17526 versions? as the 17150 goes to the dash. Code: SATA: SSC set speed 2 failed 0xc0000185. SATA: SSC at 1:2:2. WRN[XAM]: Failed setting DVD spindle speed to 2 (C0000013) WRN[XAM]: XamNatalDevicePriSendHardwareStatusChangedNotification: Device:C000009D Bits:0 Detroit:C000009D Aspen:C000009D PS1080:C000009D [XNET:1] Warning: socket failed: 10093 WRN[AvatarCore]: Avatars::AssetPackManager::OpenPack() failed with hr 0x80070002 (e:\bt\14ed03\core\private\flash\xam\apps\avatar\core\avatarcore.cpp@60 WIFI: WirelessNicUpdateMcastMembership (ADD) 01-00-5E-00-00-01 WIFI: WirelessNicUpdateMcastMembership (ADD) 01-00-5E-7F-FF-FA WRN[UriLaunch]: *** Setting URI to empty [XNET:1] Warning: XNetGetOpt failed: -1073741637 WRN[UriLaunch]: *** Setting URI to dash: Assertion failure - code c0000420 (first chance) 81823310 0fe00019 twi 31,r0,25 ; 19h 4: kd> gh Ignore the dvd drive error as my jasper has a faulty drive, but the dash freeze also happens on my dual nand trinity.
Was just messing while connected to vs, there error is in dash.xex. "Unhandled exception at 0x81823310 in HDD:\Filesystems\17489-dev\dash.xex: 0xC0000420: Unknown Exception." Thread info: Unflagged > 4211081272 0 Worker Thread XAM Pool 5 0x81823310 Lowest If you nop 0x81823310 while in xshell you can go to the dash without using the command gh in kdnet and no freezing and the dash functions as expected but I'm guessing a random nop is not the why to go and also maybe over written by another application?
Pretty sure this will benefit no one but just in case you don't want to mess with kdnet just for getting to the original dash here's a plugin. RGPatch https://drive.google.com/open?id=1rFdRwUo4Ycxu3oO6QvAc9pd_Rm0b_Nf6 Pretty sure a virus scan is not needed on a .xex but I did one anyways. https://www.virustotal.com/#/file/7...33e0174e8d7618f8665edf18b07b5d438a0/detection I was gonna have it check the title id and if it was equal to the dashboard then nop 0x81823310 else restore the original bytes, but I tested just noping the address on load and it seems to have no ill effects, I can go to the dash, launch a game and still return to xlaunch or the dash with no issues or crashing so no loop was needed this literally just nops 0x81823310 when the plugin is loaded and then does nothing. I am not using a devkit just rgloader on a rgh so not sure if that makes a difference.