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

Forwading Generator forever loop #66

Open
Xenoino opened this issue Aug 14, 2023 · 4 comments
Open

Forwading Generator forever loop #66

Xenoino opened this issue Aug 14, 2023 · 4 comments

Comments

@Xenoino
Copy link

Xenoino commented Aug 14, 2023

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/

@lifehackerhansol
Copy link
Member

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.

@Xenoino
Copy link
Author

Xenoino commented Aug 14, 2023

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?

@lifehackerhansol
Copy link
Member

lifehackerhansol commented Aug 14, 2023

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.

@Xenoino
Copy link
Author

Xenoino commented Aug 14, 2023

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

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

2 participants