[SOLVED] Dll dependencies not loading on specific device (Fluidmidi)

Hi!
I’m using this free unity asset (Fluid Midi Player) and everything works fine, excepts in this one specific device we have.

On a Windows Build, the log prints:

Plugins: Failed to load 'XXXXXXXX____ Game_Data/Plugins\x86_64/audioplugin-fluidsynth-3.dll' because one or more of its dependencies could not be loaded.

This happens only on this device (we’ve tested many), can’t get sound from the plugin. Already tried to switch from .Net 4.0 to 2.0, changing the builds from x64 to x86, changing build from mono to il2cpp, instaled Visual C++ Redistributable, etc…

It’s a “Trigono V501” Notebook with Intel Core m3-8100y cpu @ 1.10Ghz / 4gb Ram. Windows 11 Pro 64bits (Updated to the last version).

Anyone ever experienced something similar?

Thank you

For anyone facing a similar issue:

I solved the problem using “Dependencies” tool : GitHub - lucasg/Dependencies: A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.

The problem was the VCRuntime140_1.dll not present on the device. Added it to the Plugins/X86_x64 folder and voilá!