Homebrew [NDS] Forwarder CIAs for your HOME Menu

banzai200

That dude who does things
Member
Joined
Sep 14, 2015
Messages
173
Trophies
0
Age
25
Location
Somewhere, behind some screens
XP
311
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
128
Trophies
0
Age
22
Location
Stockholm
XP
156
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
20
Location
Modding Xbox'es
XP
610
Country
Micronesia, Federated States of

Olmectron

Well-Known Member
Member
Joined
Dec 31, 2012
Messages
2,649
Trophies
2
Age
30
Location
A game
XP
3,677
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
166
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
128
Trophies
0
Age
22
Location
Stockholm
XP
156
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:
[[email protected] 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)
[[email protected] 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
20
Location
Modding Xbox'es
XP
610
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,649
Trophies
2
Age
30
Location
A game
XP
3,677
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:
[[email protected] 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)
[[email protected] 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
General chit-chat
Help Users
  • No one is chatting at the moment.
  • JuanMena @ JuanMena:
    Will you give me mouth to mouth oxygen if my throat closes?
  • K3N1 @ K3N1:
    Nah the air can do that
  • K3N1 @ K3N1:
    Ask @x65943 he's trained for that stuff
  • JuanMena @ JuanMena:
    Kissing random dudes choking in celery? Really? Need to study for that?
  • K3N1 @ K3N1:
    Yes it requires a degree
  • K3N1 @ K3N1:
    I could also yank out the rest of my teeth but theirs professionals for that
  • x65943 @ x65943:
    If your throat closes, putting oxygen in your mouth will not solve anything - as you will be introducing oxygen prior to the area of obstruction
  • JuanMena @ JuanMena:
    Just kiss me Kyle.
  • x65943 @ x65943:
    You either need to be intubated to bypass obstruction or create a stoma inferior to the the area of obstruction to survive
  • x65943 @ x65943:
    "Just kiss me Kyle." And I thought all the godreborn gay stuff was a smear campaign
  • JuanMena @ JuanMena:
    If I die, tell my momma I won't be carrying Baby Jesus this christmas :sad::cry:
  • K3N1 @ K3N1:
    Smear campaigns are in The political section now?
  • JuanMena @ JuanMena:
    Chary! Chary! Chary, Chary, Chary!
  • Sonic Angel Knight @ Sonic Angel Knight:
    Pork Provolone :P
  • Psionic Roshambo @ Psionic Roshambo:
    Sounds yummy
  • K3N1 @ K3N1:
    Sweet found my Wii u PSU right after I ordered a new one :tpi:
  • JuanMena @ JuanMena:
    It was waiting for you to order another one.
    Seems like, your PSU was waiting for a partner.
  • JuanMena @ JuanMena:
    Keep them both
    separated or you'll have more PSUs each year.
  • K3N1 @ K3N1:
    Well one you insert one PSU into the other one you get power
  • JuanMena @ JuanMena:
    It literally turns it on.
  • K3N1 @ K3N1:
    Yeah power supplies are filthy perverts
  • K3N1 @ K3N1:
    @Psionic Roshambo has a new friend
    +1
  • JuanMena @ JuanMena:
    It's Kyle, the guy that went to school to be a Certified man Kisser.
  • Psionic Roshambo @ Psionic Roshambo:
    Cartmans hand has taco flavored kisses
  • A @ abraarukuk:
    hi guys
    A @ abraarukuk: hi guys