DacoTaco / priiloader

A Wii homebrew application that can prevent and fix some user level bricks
GNU General Public License v2.0
527 stars 101 forks source link

Priiloader with USB Loader GX - Graphical Issue #348

Closed EchoedMike closed 1 year ago

EchoedMike commented 1 year ago

Describe the bug When Priiloader is installed, the game tiles in USB Loader GX change appearance. The game tiles are no longer shaped like a Wii tile (corners are not rounded). When selecting a game, the options and play buttons are invisible but still work if you click in the same location.

To Reproduce Steps to reproduce the behavior: Installed Priiloader (no settings changed), Ran USB Loader GX

Harware Wii U: wup 101(02)

Version Priiloader: 0.10.0 RC3 USB Loader GX: 3.0 r1281 HBC: 1.1.3

Additional Info Uninstalling Priiloader returns everything back to normal.

Screenshots

Without Priiloader Without Priiloader 1 Without Priiloader 2

With Priiloader With Priiloader 1 With Priiloader 2

DacoTaco commented 1 year ago

this sounds like a usbloader GX issue, and not priiloader. something for @wiidev, not me. i'd recommend updating usbloader GX first

Jacoby6000 commented 1 month ago

Just a heads up, I have a fix for this here: https://gbatemp.net/threads/usb-loader-gx-on-vwii-with-priiloader-fix.658777/#post-10467813

And I have a more robust fix in the works which I'll probably port over to dolphin so that it can work in vwii mode as well

DacoTaco commented 1 month ago

Just a heads up, I have a fix for this here: https://gbatemp.net/threads/usb-loader-gx-on-vwii-with-priiloader-fix.658777/#post-10467813

And I have a more robust fix in the works which I'll probably port over to dolphin so that it can work in vwii mode as well

just a tip : don't use content index to load the data. if anything would change in the future its broken again. the best fix would be to look for the u8 archive instead of using content index..

but im glad to see it finally fixed...

Jacoby6000 commented 1 month ago

I have a commit in my local repo that I made last night to search by content id. I have a list of relevant content Ids for both wii and vWii and I search for that rather than index. I haven't tested it yet, so I didn't bother pushing it.

What do you mean by "look for the u8 archive"? I'm new here 😅

DacoTaco commented 1 month ago

I have a commit in my local repo that I made last night to search by content id. I have a list of relevant content Ids for both wii and vWii and I search for that rather than index. I haven't tested it yet, so I didn't bother pushing it.

What do you mean by "look for the u8 archive"? I'm new here 😅

afaik usbloader needs the u8 archive of system menu to load in all the textures etc. it would be better to loop over all content and check if it is a u8 archive and contains the data you need for more info about the fileformat : https://wiibrew.org/wiki/U8_archive