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

Plugin matching in collections broken across devices #1992

Open
Quartos opened this issue Aug 2, 2024 · 1 comment
Open

Plugin matching in collections broken across devices #1992

Quartos opened this issue Aug 2, 2024 · 1 comment

Comments

@Quartos
Copy link

Quartos commented Aug 2, 2024

I'm using the "JustBackup" plugin to keep my dalamud files consistent across 2 devices. Essentially, it just saves all plugin configurations and the dalamudConfig.json (which is likely relevant here). After restoring the backup from device A onto device B, the plugin collections are broken. The collections themselves are present, but the plugins cannot be found.

Dalamud seemingly accounts for this case and shows the following for all plugins:

grafik

Yet when pressing this button, nothing happens.

From a naive outsider perspective, it seems like the "WorkingPluginId" that is stored inside the json for each plugin is used for the references, which does not work due to the device change. Dalamud then detects that there is a similar plugin by using the "InternalName" field, however the matching still fails for some reason. What's even more interesting, for plugins that were installed only on device A and not device B, Dalamud even offers me to download them, yet after the download, the reference is still broken and cannot be repaired by the means above.

Steps to reproduce would (likely) be to arbitrarily change the WorkingPluginID so that the above option shows.

Would be very helpful if this could be fixed! Plugin collectionsbecame an integral QoL improvement to me, and I can imagine it's the same for many people that need to move between places frequently.

@goaaats
Copy link
Member

goaaats commented Aug 3, 2024

That's definitely a bug. I can try to have a look some time.

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