Open UseLessUK opened 1 year ago
Hi,
This is a known issue which needs more looking into. It is my aim to make EDDI and EliteVA compatible, but they currently are not. I suspect that EDDI and EliteVA have mismatching dependency versions in the Microsoft.Extensions.DependencyInjection
packages, which is causing this error. Odd thing is that this error occurs even if the EDDI plugin is disabled. The error is caused by the existence of the EDDI files.
EliteVA currently uses a "hacky" way to compile and link dependency dlls in order to properly be loaded in by VoiceAttack, so the whole process of getting EliteVA's dependencies to be loaded in by VoiceAttack is kind of messy.
I am looking into this issue, but it is not on high priority. Any help is appreciated, but currently you'll have to choose between either EDDI or EliteVA. I believe EliteVA to be feature-complete enough to serve as a viable alternative for EDDI as of now.
Greetings,
The plugin fails to start with the following error being logged;
Are the two plugins ever likely to play nice together when both are installed?