-
-
Notifications
You must be signed in to change notification settings - Fork 770
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
Pokemon adventure red chapter stopped working on 0.9.0 #2093
Comments
I have a fix for the crash that I'll push soon. However, the failure to load is because the ROM is simply too big. They're supposed to cap out at 32 MB, but this hack is 33 MB. The GBA just cannot access that last part anyway, and in 0.9 it started rejecting ROMs that are too big. This is an issue with the ROM hack. |
thnaks i cant wait to add that to the wii and 3ds build when updated since mgba runs that game flawlessly on wii. |
I'm not sure you understood my message. This is a fix for the crash on the Wii. It does not fix the game not loading, since the game not loading is due to mGBA recognizing that the ROM is invalid instead of silently truncating it. |
as long as i can play it on the wii/wiiu with wiiugamepad im good. lucky that the retoarch version of wiiu still has an mgba that plays this romhack full speed no issue. So you are saying you wont fix the romhack being invalid even tough it would run fine if there was no 32mb lock? couldnt there just be an exception on pokemon fire red based hacks to let them be bigger than 32mb? |
This comment has been minimized.
This comment has been minimized.
You know if you actually did the math instead of assuming I'm wrong and posting a passive aggressive correction you'd realize that 33555563 bytes is more than 33554432, you're posting incorrect information, and the user is using a non-PC version. You've helped: no one This is your final warning. |
The issue is that before I was silently truncating them, which broke the 64 MiB GBA Video ROMs. This approach fixes the GBA Video ROMs but breaks this specific ROM hack (and almost no other ones). It's a bit of a conundrum to find a middle ground. Perhaps anything between 32 MiB and 64 MiB could return to being silently truncated. |
The cap is not in the PC version because the PC version has access more RAM than the Wii and 3DS do. Those versions hard cap the ROM buffer at 32 MiB because that's the size of the largest (actual game) ROM, whereas the PC version just maps in whatever it can. |
Sorry, I admit that I made a fool of myself and insulted everyone else here . I will be more cautious next time and not be so loud. |
So i updated both in 3ds and wii to 0.9.0 and now this amazing romhack stopped working, on 3ds it straight up fails to load and on wii it does dsi exception
on the last version the wii version runned preety well while the 3ds runned abit slow but still well, anything i need to do to make it work again?
The text was updated successfully, but these errors were encountered: