Skip to content
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

Port will not start from TWiLightMenu++ on real DSi Hardware #5

Closed
nmchlngy4 opened this issue Mar 1, 2021 · 12 comments
Closed

Port will not start from TWiLightMenu++ on real DSi Hardware #5

nmchlngy4 opened this issue Mar 1, 2021 · 12 comments

Comments

@nmchlngy4
Copy link

nmchlngy4 commented Mar 1, 2021

Hello,

Although I have successfully compiled this port, I was unable to start this port on my actual Nintendo DSi using TWiLightMenu++. It crashes to a black screen.

Here are some of my TWiLightMenu++ Settings for reference:

Run in: DSi Mode
ARM9 CPU Speed: 133 MHz (TWL)
VRAM Boost: On
S1SD: Use nds-bootstrap Yes
Sound/Mic Frequency: 32.73 kHz
DSiWare Booter: Unlaunch

@Hydr8gon
Copy link
Owner

Hydr8gon commented Mar 1, 2021

It doesn't work well with nds-bootstrap for some reason. Skipping libfat initialization will allow it to boot without freezing (remove -DLIBFAT from the makefile), but you won't be able to save. I recommend loading the game with some other method; since you have Unlaunch installed, I'd say boot it directly with that.

@ApacheThunder
Copy link

This isn't an issue isolated to TWiLIghtMenu. It fails to operate from hbmenu too. I'm assuming this should be resolved once/if NitroFS stuff is sorted out and arm9 binary size becomes smaller. You'll need to boot it directly from Unlaunch if you want to use it on hardware. ;)

@ApacheThunder
Copy link

By the way, if NitroFS can't be sorted out, perhaps the assets to the game can be stored externally? It would still have to be loaded into ram the same way it is now, but it would make the SRL more compatible. It wouldn't help with DS/DS Lite users though (would still need NitroFS for that). But would make the SRL fit better to the normal specifications and allow it to be installed to System Menu and run from most launchers like hbmenu, nds-bootstrap, etc.

@RocketRobz
Copy link

RocketRobz commented Mar 5, 2021

This has been fixed/worked around for a while. TWiLight Menu++ now reboots into Unlaunch to start the SM64 DSi port.

@GamingDamned
Copy link

I can confirm still doesn't work with real DSi hardware on TWiLightMenu++

@TheMamaMiaGuy
Copy link

This has been fixed/worked around for a while. TWiLight Menu++ now reboots into Unlaunch to start the SM64 DSi port.

Actually, it doesn’t…

@RocketRobz
Copy link

Make sure TWLMenu++ is on the latest version (v20.1.0).
If it's already on that version, try booting it directly through Unlaunch.

@RocketRobz
Copy link

RocketRobz commented May 7, 2021

This TWLMenu++ commit successfully fixes the black screen crash, as well as removing the Unlaunch requirement:
DS-Homebrew/TWiLightMenu@40f86d3
This is done by relocating the passed arguments to near the end of the RAM.

As a result, the save .bin file is now read from the same location as the sm64.??.nds file.

Originally, it crashed because the arguments are overwritten due to trying to read the save data.

@Hydr8gon
Copy link
Owner

Hydr8gon commented May 7, 2021

Awesome! Looks like we can close this issue then :)

@TheMamaMiaGuy
Copy link

Make sure TWLMenu++ is on the latest version (v20.1.0).
If it's already on that version, try booting it directly through Unlaunch.

I just updated it to the latest version and now its saying “This homebrew cannot be launched on 3DS consoles” which doesn’t make sense…

@RocketRobz
Copy link

RocketRobz commented May 7, 2021

I just updated it to the latest version and now its saying “This homebrew cannot be launched on 3DS consoles” which doesn’t make sense…

That's because Unlaunch doesn't work on 3DS consoles.
The next TWLMenu++ version will remove the Unlaunch requirement, thus making the homebrew work on 3DS consoles as well.

@TheMamaMiaGuy
Copy link

That's because Unlaunch doesn't work on 3DS consoles.
The next TWLMenu++ version will remove the Unlaunch requirement, thus making the homebrew work on 3DS consoles as well.

oh, ok. Tell me when it’s out because I’m excited to try out Super Mario 64 for DSi…on the 3ds…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants