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

Release 2.0.0 examples not working when loaded with wifiboot #63

Open
esmarruffo opened this issue Nov 24, 2024 · 0 comments
Open

Release 2.0.0 examples not working when loaded with wifiboot #63

esmarruffo opened this issue Nov 24, 2024 · 0 comments

Comments

@esmarruffo
Copy link

Bug Report

What's the issue you encountered?

When compiling and uploading through dslink the examples found in the new release (2.0.0), it only shows a white screen on both screens, similar to the one you see in Desmume (no$gba and melonDS work well).

It's a bit of a shame because it's really convenient to be able to quickly iterate and test code on real hardware using wifiboot.

How can the issue be reproduced?

  • Install the predefined group nds-dev using pacman
  • Compile the hello_world example provided in /opt/devkitpro/examples/nds/hello_world
  • Boot into the wifiboot program bundled with unlaunch and wait until it gets an IP address
  • Upload the rom with dslink

Environment?

Arch Linux x86_64
DEVKITARM=/opt/devkitpro/devkitARM DEVKITPPC=/opt/devkitpro/devkitPPC DEVKITPRO=/opt/devkitpro
I installed it straight from the official devkitPro pacman repository.

Additional context?

I'm using a DSi console with Unlaunch 1.9 and wifiboot 2.5. The examples used to work with the previous libnds release. I tested both on an Arch Linux x86_64 machine (updated from the previous release, unmodified) and on a macOS arm64 machine (pristine install).

I tried the following examples:

  • hello_world
  • dswifi/httpget
  • templates/arm9
  • Graphics/3D/3D_Both_Screens

None of them worked.

The curious thing is, the first time I tried with httpget excited to try the new capabilities, it worked. But after the 3rd or so try, it stopped working. I can't remember changing anything.

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

1 participant