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

UnhandledException when exporting Pokemon X Textures #65

Open
skedgywasedgy opened this issue Oct 21, 2018 · 2 comments
Open

UnhandledException when exporting Pokemon X Textures #65

skedgywasedgy opened this issue Oct 21, 2018 · 2 comments

Comments

@skedgywasedgy
Copy link

skedgywasedgy commented Oct 21, 2018

I cannot export Pokemon X textures. When I try, I get an error stating "Object reference is not set to instance of an Object."

The problematic piece of code is this:

private void BtnExport_Click(object sender, EventArgs e)
        {
            FileIO.export(FileIO.fileType.texture, renderer.models, TextureList.SelectedIndex);
        }

At line 51 at OTexturesPanel.cs

I'm looking into it right now to see what might be causing the error, but that may take a while.

@legoj15
Copy link

legoj15 commented Oct 21, 2018

Have you tried using SPICA instead of Ohana? SPICA is a lot more reliable for me

@skedgywasedgy
Copy link
Author

That isn't a solution.

Anyways, the workaround is to just import them when viewing the corresponding model and export them from there, which is actually better in my opinion.

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