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

Name "exefs_icon" is not defined #16

Open
mayonnaisefarmer opened this issue Dec 31, 2017 · 13 comments
Open

Name "exefs_icon" is not defined #16

mayonnaisefarmer opened this issue Dec 31, 2017 · 13 comments

Comments

@mayonnaisefarmer
Copy link

Seems like no matter what 3ds files I try, whether or not they were things I dumped previously for Citra, will not convert back into CIA files, giving me this error every single time.
exefs_name

@ihaveamac
Copy link
Owner

seems I made a mistake and exefs_icon isn't actually defined if the icon is missing.

@ihaveamac
Copy link
Owner

4f27733 this commit should fix the error. it won't make the rom convert if the icon is missing but it should not crash at least.

@mayonnaisefarmer
Copy link
Author

I know the files I have should definitely have icons though, at least they do in Citra but I don't know if that has anything to do with this or not(?)

@ihaveamac
Copy link
Owner

this error should only happen if "icon" wasn't found in the exefs. have you tried the latest commit?

@mayonnaisefarmer
Copy link
Author

Latest commit doesn't have the error showing up but it still appears to not convert on my end, which I'm not sure if that's intended or not?

@ihaveamac
Copy link
Owner

what's the output?

@Crono141
Copy link

Crono141 commented Apr 13, 2019

Hey, I'm running into the same problem as above. When I try and run the new commit with python, I get this error.

image

@ihaveamac
Copy link
Owner

@Crono141 make sure you're using Python 3.4 or later. run it like: py -3 3dsconv.py ...

@Crono141
Copy link

Crono141 commented Apr 13, 2019

Thanks, after installing python3 and installing pyaes, I was able to get ONE of my files to convert. The rest gave this error:
[image removed due to rom url]

Which I think brings us back to what @damnsquidpeople was saying last year.

@ihaveamac
Copy link
Owner

The crypto flag was probably not set correctly when it was decrypted.

@Crono141
Copy link

Anything I can do about that?

@ihaveamac
Copy link
Owner

Consider re-dumping with modern tools, GodMode9 can also create a cia directly from a game cart.

@Crono141
Copy link

OK. Thanks.

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

3 participants