YANBForwarder/YANBF

Forwading Generator forever loop

Opened this issue · 4 comments

Whenever I press the download Icon I get stuck on this forever loop. The little multi-colored Google-css-styled button gets stuck in motion for what seems like forever. I tried making them in cmd but I kept getting access denied results. I've read the "read me" instructions over and over again with no fixes yet. I've tried all of the basic solutions like swapping around file paths and resetting things. Any ideas? This person is also dealing with the same issue and they talk about a server connection issue. https://www.reddit.com/r/3dshacks/comments/1598xmw/how_to_use_forwarder_yanbf/

If I had to guess, something is up with that Access Denied thing. That shouldn't happen.

I don't know what's causing your system to trigger this, however, because it seems to be working just fine over here.

D:>cd D:\FILES\MODDING\3DS\YANBF-Windows\generator

D:\FILES\MODDING\3DS\YANBF-Windows\generator>generator G:\roms\nds
Custom path is not provided. Using path for input file.
Using ROM path: /roms/nds
Output file: nds.cia
Getting gamecode...
Traceback (most recent call last):
File "C:\hostedtoolcache\windows\Python\3.9.13\x64\Lib\site-packages\cx_Freeze\initscripts_startup_.py", line 138, in run
File "C:\hostedtoolcache\windows\Python\3.9.13\x64\Lib\site-packages\cx_Freeze\initscripts\console.py", line 16, in run
File "generator.py", line 376, in
File "generator.py", line 316, in start
File "generator.py", line 168, in getgamecode
PermissionError: [Errno 13] Permission denied: 'G:\roms\nds'

D:\FILES\MODDING\3DS\YANBF-Windows\generator>
D:\FILES\MODDING\3DS\YANBF-Windows\generator>generator G:\roms\nds\0556 - MegaMan ZX (U)(Legacy).nds
usage: generator [-h] [-p .nds] [-o input.nds.cia] [-b boxart.png] [-s sound.wav] input.nds
generator: error: unrecognized arguments: - MegaMan ZX (U)(Legacy).nds

here are my CMD lines. I'm also in Admin mode of that helps. Any ideas? G: is my 3ds sd card btw.
I'd rather just fix my issue with the GUI because It's easier to use for me. Any ideas?

here are my CMD lines. I'm also in Admin mode of that helps. Any ideas? G: is my 3ds sd card btw. I'd rather just fix my issue with the GUI because It's easier to use for me. Any ideas?

If the command line can't run, then the GUI cannot either. The GUI just calls the command line tool in the background.

You need to run generator "G:\roms\nds\0556 - MegaMan ZX (U)(Legacy).nds", with the quotes, or else command line will think that G:\roms\nds\0556 is the ROM. (That's just how file paths work in command line; you'll find remembering this useful if you ever need to run another command line app in the future.)

If that works, then yeah, there's something else going on. I'll look at it as well.

the quotes did generate a working CIA, is there a command to sweep through the entire _nds file?