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

SigScanner non-Dalamud interference #1715

Open
lmcintyre opened this issue Mar 14, 2024 · 0 comments
Open

SigScanner non-Dalamud interference #1715

lmcintyre opened this issue Mar 14, 2024 · 0 comments
Labels
bug Something isn't working core Dalamud core

Comments

@lmcintyre
Copy link
Contributor

If another program manages to hook into XIV before Dalamud can create its module copy, any locations that were hooked by the other program will be unavailable. This occurs with Deucalion/ACT. See ff14wed/deucalion#23

The solution here would be not to create an in-memory copy of the module, but to read a copy of the module from disk for this use as outlined in the issue above. I already use a custom SigScanner in my plugin that is affected by this issue, I will work on a solution here and then I can port it to Dalamud if deemed necessary.

@goaaats goaaats added bug Something isn't working enhancement New feature or request core Dalamud core and removed enhancement New feature or request labels Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Dalamud core
Projects
None yet
Development

No branches or pull requests

2 participants