Jump to content
RealModScene

Search the Community

Showing results for tags 'xell'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements
    • Site News
    • Scene News
  • Phoenix
    • Aurora releases
    • Aurora support
    • Aurora Localization
    • Skins, Coverflow Layouts, Scripts and Trainers
    • Skin development and LUA scripting
    • Unity Support
    • Requests and Suggestions
  • FreeStyle Dashboard / F3
    • News
    • FreeStyle Dashboard Releases
    • Support
    • Skins
    • Skin Dev
  • Xbox
    • Tutorials
    • Homebrew
    • LibXenon
    • Games
    • Software
    • Other topics
  • PlayStation
    • Tutorials
    • Homebrew
    • Games
    • Software
    • Other Topics
  • Matchmaking
    • North America
    • Central & South America
    • Europe
    • Asia
    • Africa
    • Australia
    • Modded Lobbies
  • MarketPlace
    • Buy
    • Sell
  • Miscellaneous
    • Feedback
    • Other Topics
    • LiNK News

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 10 results

  1. Hi, So I wanted to compile the latest build of xell-reloaded (commit f5006b1 on github as of today) and I did so successfully, using everything on default: -Debian buster host machine to compile, (also tried from an old Swizzy's VM and BenMitnicK's dev VM environnement and on both xell-reloaded compiles just fine but the issues I have still happen) -Latest libxenon grabbed from github (git clone https://github.com/Free60Project/libxenon.git commit 946f9ea) then ran "./build-xenon-toolchain toolchain" to build it. No issues there so far. -Latest xell-reloaded grabbed from github (git clone https://github.com/Free60Project/xell-reloaded.git commit f5006b1 as mentioned earlier) and then simply ran make to build it. At first it gave me errors because there are unrecognized strings in source/lv1/startup.S apparently caused by recent changes made in the a commit to fix compilation errors when using GCC 4.9 but libxenon uses GCC 4.7.1 so I had to revert those minor changes to get it to compile properly (more details here: I simply unmade all of these changes, changing @high to @h https://github.com/Free60Project/xell-reloaded/commit/62c0bfe430c364cb0729bd0bbd4b228f2390465f#diff-12a7bfe5bade2168aa8d8f8f95fc7c27) After that it gave me different compile errors but that's not really an issue because running "make" twice in a row builds everything properly. I assume it has to do with version.h being missing during the first run of make, but once it's created, the subsequent make compiles everything correctly. Don't quote me on that tho. It's just a wild guess, I didn't really investigate it. Anyways, now on to the REAL issues: First, whether I boot the newly compiled xell binary from XeLLLaunch or directly by flashing it makes no difference. These issues happen nonetheless. I should perhaps mention I have a RGH 1.2 Falcon. So I'm using xell-gggggg.bin (renamed to updxell.bin of course) to flash it entirely, and xell-1f.bin to launch it from XeLLLaunch. The issues: after it has finished initializing, xell will flood the console with "[iso9660] Error: fs_iso9660: disc is not iso9660" and "! dvd0:/updxell.bin does not have the correct size of 256kb. Aborting update!" Now, I obviously don't have a DVD in the drive, so this issues is weird. I tried looking in the source files but honestly I couldn't find anything relevant and attempt to find the root cause and possibly fix it. I suspect it's more a libxenon issue rather than xell-reloaded, but even after trying different (older) libxenon builds and also xell-reloaded, I couldn't get a single compiled xell that didn't produce these errors. I'm completely lost at this point lol. Also, another minor issue, xell no longer prints (I replaced the actual values with X's for privacy): * MSerial: 00000000XXXXXXXXXXXXXXXX * CSerial: XXXXXXXXXXXX * F/G LDV: XX * Console: Falcon" Again, no idea why. I couldnt even find any reference to these strings in either xell or libxenon, so I don't even know how this is printed to the screen in the first place. Like I said, I'm complete lost at this point lol. I've been trying to find the cause and fix this for days but I didn't get anywhere. I tried compiling various builds of both libxenon and xell-reloaded to no avail. I attached a screenshot of the iso9660/updxell.bin error to better reflect what it actually looks like. I also want to make clear that I'm not looking for a workaround like disabling the DVD drive in the config.h file. I'm looking for an actual fix. Plus, that wouldn't fix the other issue of MSerial/CSerial/LDV/Console not printing anymore, so... Hopefully Swizzy or someone else capable of helping me on this is still around in this forum!
  2. I've been trying to work on a few projects with libxenon and SDL, but as soon as I tried to load most ELFs from (for example) IUNIXI libxenon examples repo and lantus sdlquake I either just get returned back to Xell or the xbox simply freezes. I also tried using an external hard drive disk to run the ELFs (since I don't have a USB at the moment) directly with Xell with no luck whatsoever. Here's a list of the programs which do run on with (apparently) no problems: GPU_Rand (sort of, it does when I use aurora to run it) SDLSample cube And a simple hello world test. The rest of the files just crashed, showed weird graphics, returned back to xell, or (in the case of BasicRendering) all of those at the same time.
  3. Xbox 360 is acting weird. Video posted below. RGH was attempted because i hoped it would fix it. Weird thing is booting to xell gives me a perfect video output. If i boot to the dashboard consoles video goes haywire. I am able to boot a game and sometimes the video goes to normal but console freezes. Console allso freezes on dashboard. Any ideas what to try? https://youtu.be/pAPFAHTBnDo
  4. Please help! every time I try to build the updflash.bin file, I keep getting this error. Below is part of the output log: Using xell-reloaded for Glitch hack ERROR: Copying of xell-reloaded FAILED Including dashlaunch... Done! Including custom dashlaunch settings (launch.ini)... Done! Copying nand to data directory, this may take a while... Done! Checking if SMC is Glitch or Retail... Dumping current SMC... Done! Checking SMC... SMC is Glitch patched! it will be used the way it is... Disabling FCRT.bin check... ERROR: There was one or more fatal errors: 1 errors during the build process Cleaning data and temporary directories... Done! ****** The app has now finished! ****** P.S. I'm a noob!
  5. can i got some help? :") on XellBuild after enter all the details on Requires FCRT.bin it says True in red letters, after a little look online i got the idea that i should tick the option Disable FCRT.bin check to avoid causing problems to the dvd drive after building the update to the nand. so my question is why it says True and should i disable the FCRT.bin check? since it look like my drive require it. also how could i avoid causing problem to the DVD drive?
  6. Hello Have a Trinity 4GB. I updated yesterday from kernel 15574 to 16747 using xeBuild_GUI_2.093. Everything appears to be running fine except for XeLL. XeLL 0.991 was running ok and showing me all the normal info, including my 2 keys. XeLL 0.993 does not show any of the keys. It appears to hang after SATA device at ea001200 My ATAPI DVD is identified by XeLL as HL-DT-STDVD-ROM DL10N I think I have read something about a bug on this version of XeLL and Hitachi drives. Is this the reason to this happening? No USB device has been connected to the console at boot.
  7. Hello... Well the thing is: I don't know how to install xell reloaded v0.993, the real issue is I know NOTHING about how to install it, i see tutorials all over the internet, but I just can't understand them, I have a corona slim... and that is all I know about the topic, please help, I need a very detailed info on how to do it, i'm not very good at these things, i want info on what programs I need, how do I get the info they need and how to use them if it's not too much to ask Thanks
  8. Hi, I want to play n64 roms with the xbox, but my trinity xbox in XELL boot, didnt find the "xenon.elf" that is in an formatted pen drive (plugged in the console before of press the eject bottom) I try updating Dashlaunch and Xebuild to last both version, but the same..... The Xell keep searching in all units, over and over again. Download the mupen64 in 3 diferent sites, in diferent versions, with no change Can some one help me, please
  9. Hi! Help me please! Install Xell-Reloaded v0.993 I have not loaded eject button Xell is what could be the problem? Motherboards corona. Thank you.
  10. Hi, I have a rgh xbox360 console. I can't boot my console to xell... when I press the eject botton the console turns on (and ejecting the tray) but no black screen appearing. what should I do? And another thing, If I let the console boot without the F3 usb stick connected the console sujuested update from xbox live, can somthing go wrong if I accept?
×
×
  • Create New...