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

Installing dependencies in reverse breaks the case matching deployer #106

Open
luckyone89 opened this issue Jan 10, 2025 · 3 comments
Open
Labels
bug Something isn't working

Comments

@luckyone89
Copy link
Contributor

For Skyrim Special Edition (Not tested with other games)

If someone tries installing a mod, and it's requirement backwards (first the mod then it's dependency), it breaks the case matching deployer. This break can only be fixed if all the chain of mods from the required to the final mod needing it are deleted and the mods are redeployed.

My setup

Steam (non-flatpak)
Limo (flatpak)
protontricks (flatpak)

All these applications were configured to be able to access all the correct resources and folders.

Moved the limo staging folder to another one on my home folder. (This bug was also seen with the default staging folder)

What to do to reproduce the issue

  1. Open Limo
  2. Install the mod
  3. Install the dependency
  4. Deploy once

Capture d’écran du 2025-01-10 18-07-22

What to do to fix the issue

  1. Delete all the mods requiring the dependency
  2. Delete the dependency
  3. Redeploy
@luckyone89
Copy link
Contributor Author

Here is a little demo of the bug in question : https://u.pcloud.link/publink/show?code=XZKbMJ5ZrW09XQTI8EQu33DJenwI385YiybV

@limo-app
Copy link
Owner

I believe to have found the issue. Could you verify whether you are using symlink deployment for your Data deployer?

@limo-app limo-app added the bug Something isn't working label Jan 12, 2025
@luckyone89
Copy link
Contributor Author

luckyone89 commented Jan 12, 2025

Yes I was using it and after trying the hard link deployer I can also say that the exact same bug is also happening with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants