Homebrew [NDS] Forwarder CIAs for your HOME Menu

banzai200

That dude who does things
Member
Joined
Sep 14, 2015
Messages
173
Trophies
0
Age
27
Location
Somewhere, behind some screens
XP
331
Country
Brazil
IMG_20160705_232426_225.jpg
Does this one work? because it doesn't seems to boot Ysmenu at all
 

Ketchup901

Well-Known Member
Member
Joined
Nov 1, 2015
Messages
129
Trophies
0
Age
23
Location
Stockholm
XP
171
Country
Just holding down B is enough for me.
You're right, I just experimented myself what worked and didn't and got really bored really fast so I just assumed it was L+R+Y+B. @Robz8 add this to the OP, it says hold A currently, which will not do anything different.

--------------------- MERGED ---------------------------

@Olmectron those .dll files include libstdc++6 and "libgcc_s_sjlj-1"? Is that just gcc?
You probably want to make a readme or similar that tells you what dependencies the program has because obviously only Windows can read .dll files.
 

DarkGabbz

Resident XBOX Guy
Member
Joined
Dec 29, 2015
Messages
1,185
Trophies
0
Age
21
Location
Modding Xbox'es
XP
621
Country
Micronesia, Federated States of

Olmectron

Well-Known Member
Member
Joined
Dec 31, 2012
Messages
2,657
Trophies
2
Age
31
Location
A game
XP
3,855
Country
Mexico
You're right, I just experimented myself what worked and didn't and got really bored really fast so I just assumed it was L+R+Y+B. @Robz8 add this to the OP, it says hold A currently, which will not do anything different.

--------------------- MERGED ---------------------------

@Olmectron those .dll files include libstdc++6 and "libgcc_s_sjlj-1"? Is that just gcc?
You probably want to make a readme or similar that tells you what dependencies the program has because obviously only Windows can read .dll files.
It just makes use of make_cia and ndstool. I thought adding the dll files would be needed because they were included in the original pack from Robz8. I haven't tested without them. Maybe it works, who knows? I'm not really good at Windows things.

And all of that would be only for getting the CIA file directly, anyway. Using the app right now in MacOS or Linux should generate the NDS files alright.
 

HenryLeonheart

Well-Known Member
Member
Joined
Apr 10, 2014
Messages
157
Trophies
0
XP
176
Country
it has a modded R4.dat so that it autoboots YSmenu
Try this and Format the sd card before.

I used the files you mentioned and it does boot YSMenu but it hangs on the "? Menu" part. Just to make I'm doing things right, the DAT files and forwarders stay in the same folder of the original NDS ROMs or do I need to put them in a different path?
 

Ketchup901

Well-Known Member
Member
Joined
Nov 1, 2015
Messages
129
Trophies
0
Age
23
Location
Stockholm
XP
171
Country
It just makes use of make_cia and ndstool. I thought adding the dll files would be needed because they were included in the original pack from Robz8. I haven't tested without them. Maybe it works, who knows? I'm not really good at Windows things.

And all of that would be only for getting the CIA file directly, anyway. Using the app right now in MacOS or Linux should generate the NDS files alright.
I actually can't open the jar at all, which is weird because I can open other GUI jars. Does you program have a required minimum version?
Code:
[adam@AdamPC-ArchLinux Forwarder]$ java -jar Forwarder3DS.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/olmectron/forwarder/Forwarder3DS : Unsupported major.minor version 52.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:803)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
        at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)
[adam@AdamPC-ArchLinux Forwarder]$ java -version
java version "1.7.0_101"
OpenJDK Runtime Environment (IcedTea 2.6.6) (Arch Linux build 7.u101_2.6.6-1-x86_64)
OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)
Any ideas?
 

DarkGabbz

Resident XBOX Guy
Member
Joined
Dec 29, 2015
Messages
1,185
Trophies
0
Age
21
Location
Modding Xbox'es
XP
621
Country
Micronesia, Federated States of
I used the files you mentioned and it does boot YSMenu but it hangs on the "? Menu" part. Just to make I'm doing things right, the DAT files and forwarders stay in the same folder of the original NDS ROMs or do I need to put them in a different path?
The .dat files go to the root of the sdcard btw does ysmenu start without forwarders.
 
Last edited by DarkGabbz,

Olmectron

Well-Known Member
Member
Joined
Dec 31, 2012
Messages
2,657
Trophies
2
Age
31
Location
A game
XP
3,855
Country
Mexico
I actually can't open the jar at all, which is weird because I can open other GUI jars. Does you program have a required minimum version?
Code:
[adam@AdamPC-ArchLinux Forwarder]$ java -jar Forwarder3DS.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/olmectron/forwarder/Forwarder3DS : Unsupported major.minor version 52.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:803)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
        at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)
[adam@AdamPC-ArchLinux Forwarder]$ java -version
java version "1.7.0_101"
OpenJDK Runtime Environment (IcedTea 2.6.6) (Arch Linux build 7.u101_2.6.6-1-x86_64)
OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)
Any ideas?
Oh, yes. You need the latest java 8u91. Not sure if there's an equivalent for OpenJDK.
 
  • Like
Reactions: Ketchup901

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    Send me your ip I'll remotely fix it
  • ZeroT21 @ ZeroT21:
    @K3Nv2 my head needs fixing if I believe you
  • ZeroT21 @ ZeroT21:
    it's kinda fun watching it happen tho
  • K3Nv2 @ K3Nv2:
    It needs fixing for other things but your pc I can fix
  • ZeroT21 @ ZeroT21:
    over 300+ virus/trojians/worms after scanning, what did I do to deserve this attention lol
  • ZeroT21 @ ZeroT21:
    tho I find it funny when i receive other people's pc/laptops in this state
  • ZeroT21 @ ZeroT21:
    i wont be upgrading unless I cant run the games i want anymore
  • K3Nv2 @ K3Nv2:
    Spill water on it good excuse
  • ZeroT21 @ ZeroT21:
    @K3Nv2 that's like a valid option if someone else is paying for ya
  • K3Nv2 @ K3Nv2:
    Daddy's wallet
  • K3Nv2 @ K3Nv2:
    Ngl hogwarts legacy has good pooping music
  • OctoAori20 @ OctoAori20:
    That's uh-
  • OctoAori20 @ OctoAori20:
    That's certainly a Dairy Queen sign lmao
  • K3Nv2 @ K3Nv2:
    You should see his help wanted signs
  • OctoAori20 @ OctoAori20:
    Ugh, so many sweat-dipwads in Sploon 3 Anarchy mode tonight
  • OctoAori20 @ OctoAori20:
    I didn't know this was "Make Octo never finish Fresh Season 2024 Catalog in Splatoon 3" month, good god
  • Veho @ Veho:
    What's the point of "confirming" games you know will get released. Like Nintendo "confirming" a Zelda sequel. "We can't be sure Nintendo is working on a new Zelda game, or if a new Zelda game will ever be released, until they officially confirm it."
    +1
  • Veho @ Veho:
    "There is literally no way to know if they will ever release a new Zelda game, it's wild speculation until they officially confirm it."
    +1
  • K3Nv2 @ K3Nv2:
    Black ops was the lesser shitter line in cock a poopoo tbf just a way to let people know it hasn't died or going a different route I guess
  • K3Nv2 @ K3Nv2:
    $70 DLC per 6 months is what it turned into
  • Psionic Roshambo @ Psionic Roshambo:
    She saw the sign and it opened up her mind lol
    Psionic Roshambo @ Psionic Roshambo: https://youtu.be/iqu132vTl5Y?si=MZw4KpDtlawLZNEF