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

Bundled Lumina throws NullReferenceException on Adventure.Name #1880

Closed
anna-is-cute opened this issue Jul 2, 2024 · 4 comments
Closed

Bundled Lumina throws NullReferenceException on Adventure.Name #1880

anna-is-cute opened this issue Jul 2, 2024 · 4 comments

Comments

@anna-is-cute
Copy link
Contributor

Try to access the Name property on any row in the Adventure sheet and it will throw a NullReferenceException.

@NotNite
Copy link
Contributor

NotNite commented Jul 2, 2024

I can't reproduce this:

Services.PluginLog.Info(
    Services.DataManager.GetExcelSheet<Adventure>()!
        .GetRow(2162688)!
        .Name.ToString()
);

Is this with GeneratedSheets or GeneratedSheets2? Do you know what row this happens on?

@anna-is-cute
Copy link
Contributor Author

It may be then that a NuGet dependency is loading in an old version of Lumina, which is taking precedence over the one in the lib path, since I can't even resolve GeneratedSheets2, not that I know the difference.

@anna-is-cute
Copy link
Contributor Author

Ah, yes, the weather NuGet package does indeed take precedence. Ignore me, then.

@NotNite
Copy link
Contributor

NotNite commented Jul 2, 2024

since I can't even resolve GeneratedSheets2, not that I know the difference.

JSYK: GeneratedSheets2 uses EXDSchema instead of SaintCoinach for sheet data, but it has some issues with Dawntrail right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants