-
Notifications
You must be signed in to change notification settings - Fork 128
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
Unable to load 3DMigoto "d3d11.dll" #178
Comments
That's an odd error - it's found the DLL and was able to read the version number from it, but loading it failed for some reason. What version of Windows are you running? There are a few situations I know of that could potentially cause that error:
Most of those come with Windows and we can generally assume they should be present, but one huge suspect I'm seeing here is the dependency on d3dcompiler_47.dll, but GI shipped with d3dcompiler_46.dll (presumably because that's the version we depend on in the last official 3DMigoto release - @SilentNightSound FYI you might want to ship the 47 version of the dll with your fork). That could definitely be causing this issue - try dropping this one into the same directory as the loader and dll: https://darkstarsword.net/d3dcompiler_47.dll It's also worth checking if XINPUT9_1_0.dll is installed on your system, I'm not entirely sure if that comes standard with Windows (I think I confirmed that was the case in the past).
|
Hello again! From my experience troubleshooting people's issues, ~95% of the time this error is since someone has run the exe directly from the zip folder without extracting the files first. The remaining ~5% is usually fixed by restarting the PC, or by moving the 3dmigoto folder to a directory with less restrictive permissions (make sure to not put the folder in the same directory as Genshin! Genshin specifically searches for and deletes foreign files, and it especially loves to delete the dll). Also, double check the 3Dmigoto dll is actually there and hasn't been eaten by an overzealous anti-virus. Also, if this is genshin-related please note that we have extensive troubleshooting guides and channels pinned on both the modding sites (gamebanana) and discords (agmg server verification support channel) - 99%+ of the time, the setup issues people come across have been solved multiple times before and listed in those channels, so you can often get targeted and quick support instead of needing to open github issues (we get lots of people asking every day, so the staff is very knowledgeable about genshin-specific setup issues). Thank you for the note about d3dcompiler DarkStarSword - I need to fix a few issues with the store command as well, so when I do I will update that dll. |
When I try to run 3Dmigoto for Genshin Impact I get this error "unable to load d3d11.dll", I already tried to put the game path in d3dx.ini but nothing works, so I don't know what to do.
The text was updated successfully, but these errors were encountered: