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

Unknown Missing Dependency Error in dll audio plugin #258

Open
SuperKogito opened this issue Feb 2, 2024 · 4 comments
Open

Unknown Missing Dependency Error in dll audio plugin #258

SuperKogito opened this issue Feb 2, 2024 · 4 comments

Comments

@SuperKogito
Copy link

Issue Description:
I am currently using dependency software to debug a .dll program, but I encountered an error indicating that something is missing. However, the error message does not provide any specific information about the missing dependency, such as its name or path.
What could this possibly be ?

Meanwhile dependency Walker mentions a possible error but nothing is reported.

Steps to Reproduce:

The dlls can downloaded from here: https://github.com/james34602/SpleeterRT/releases/download/v0.2-alpha/Spleeter_Win.7z
Start debugging the program using the dependency software.
Encounter an error indicating a missing dependency, but without any further details.

Additional Information:
Operating System: [Windows 11]
received_376585834983215.png

received_397653222759020.png

@viruscamp
Copy link

I have checked Spleeter4Stems_1216F_128T.dll and found nothing wrong.

I think oleLoader.dll is so suspicious, I cannot find it in my system.Even a dll database does not have it. https://www.dll-files.com/search/?q=oleloader.dll

@viruscamp
Copy link

Do you have citrix installed?

It's said that oleLoader.dll may be a component of citrix which use AppInit_Dlls to inject dll to any process.

@viruscamp
Copy link

viruscamp commented May 20, 2024

After setting AppInit_Dlls, I can see an extra dll is loaded.

You'd better check HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows NT\CurrentVersion\Windows\AppInit_DLLs

@viruscamp
Copy link

And the project has a function to load AppInit_Dlls, https://github.com/lucasg/Dependencies/blob/HEAD/DependenciesGui/DependencyWindow.xaml.cs#L714

AppInit_Dlls may have multiple values, oleLoader.dll is the found one, another marked as error is not found.

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