-
-
Notifications
You must be signed in to change notification settings - Fork 799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boots to black screen on Wii when a hard drive is plugged in #3371
Comments
Likely a duplicate of #3354. How big is the drive and how is it partitioned? |
No. More like #3106 I too had to use the custom boot dol you gave them for 10.03 because with hard drive it would cause black screen then crash. Upon updating to 10.04 and bug is back. Hardrive is WD black 3tb fat32 32k cluster. No partitions MBR |
32K sectors is the problem here, not the partitioning. See my reply to #3354 |
Hold on how does that make sense? The app and the roms are all on SD card not external hard drive. When external hard drive is plugged in app has black screen issue. Again the custom dol you made for problem #3354 fixes this issue. Currently reverted back to that custom dol 10.03 to get it working again. Alternatively I have to unplug hard drive from Wii in order for current 10.04 to launch correctly even though again everything is on my SD card not hard drive. The bug is due to when launching mGBA it scans hard drive even though I did not launch it from there or have any roms there. Maybe code it to not scan external hard drive when launch from SD card. |
I mean custom dol 10.03 for issue #3106 fixes issue |
The reason the build of 0.10.3 still works is that the code I use for interfacing with FAT32 filesystems got updated in 0.10.4. This new version contains a new bug that's causing this. Said bug was not present in 0.10.3 and the issue there was a different bug, also caused by third party code changing out underneath mGBA. This time I'm not sure if there's a quick way to fix it. |
My SD card is fat32 also 32k cluster unplugging hard drive from Wii fixes issue in 10.04. Can’t you simply tell the app to NOT scan external USB drive when launching from SD card? That would fix it. I think. |
Huh. Perhaps the bug isn't what I thought it was then. I'd like to hear back from the dkP people about this before I dig too much on it. Regarding not scanning the external USB drive...I'm not specifically telling to to scan the USB drive. I'm telling it to mount FAT32 volumes, and that third-party code I mentioned then scans for all available volumes it can find. That just happens to include you USB hard drive. I would have to tell it to specifically skip the hard drive, and I don't want to do that for the convenience of one user when booting off of SD and having ROMs on an external hard drive is a thing other users may well want. |
I hope something like that would be a temporary fix. Anyway thank you for replying to me and especially thank you for still being part of the Wii hacking scene. I really appreciate it. I’ll leave a summary of issue incase you want to note it down mGBA ver 0.10.4 (current as of 15 December 2024) Having a hard drive plugged into USB port fat32 32k cluster shows black screen and returns to homebrew channel. Reading from hard drive light is on even though no roms are on it. Exactly as previous 0.10.3 from homebrew browser app OSC ver store. the custom DOL file created in in issue #3106 fixes USB hard drive being plugged in for .10.3 again thank you for all your work and support and good luck in further fixing/coding of app. |
Nah, it's the 3 TB hard drive. Clusters aren't the same as sectors and aren't really relevant, but that size of hard drive would necessarily have to use 4Kn sectors to have been working with previous software. |
Yes, that is what I said.
Not necessarily. As explained, this won't always happen and it depends on the drive.
I reviewed the relevant code for how to disable that, or if it was even possible, before posting that. It is technically possible, but it's very hacky to do so. I would much rather wait for dkP to fix the bug on their end and pull in an updated version to lay this to rest. |
The latest libdvm has a |
Thanks Extrems you’re another legend in the Wii hacking scene. |
Ah, if only you knew how stupid this situation actually is and the politics behind it. 😅 |
Yeah I got no idea lol. I know this is off topic but I couldn’t find a way to message you on not64. But when using a classic controller pro attached to Wii mote then exiting not64 to homebrew channel the whole channel spazzes out, sometimes even taking screenshots. It’s as if some memory leak or something is triggering it. |
On Wii when a USB hard drive is plugged in it boots to black screen then crash. Removing USB hard drive from USB port fixes issue. Clearly the coding is set to read from hard drive and SD card and issue is somewhere there on latest build. .10.04
The text was updated successfully, but these errors were encountered: