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

6.0.0.0 fails to open files #7

Closed
JJKylee opened this issue Apr 11, 2020 · 4 comments
Closed

6.0.0.0 fails to open files #7

JJKylee opened this issue Apr 11, 2020 · 4 comments

Comments

@JJKylee
Copy link

JJKylee commented Apr 11, 2020

[System]
Windows : Windows 10 Home 2004
Language : English (United States)
CPU : Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
GPU : NVIDIA GeForce GTX 1060 with Max-Q Design, Intel(R) HD Graphics 630

6.0.0.0 cannot open any video file with the following error message.
On the other hand, 5.7.0.0 does not have any problem.

[Error Message]
Here

@stax76
Copy link
Owner

stax76 commented Apr 11, 2020

This error typically happens when a x64 process tries to load a x86 DLL, I'll examine it.

@JJKylee
Copy link
Author

JJKylee commented Apr 11, 2020

I replaced the MediaInfo.dll file with the most recent x64 version.
Now 6.0.0.0 is working well.
I guess you mistakenly included the x32 version of MediaInfo.dll.

@stax76
Copy link
Owner

stax76 commented Apr 11, 2020

My bad, sorry. I searched MediaInfo.dll with Everything and a look in the size column shows the size of the DLL in the 6.0.0.0 release is the same as the size in the mpv.net x86 folder.

The reason why it was still working here is I have mpv.net in PATH which contains a x64 MediaInfo.dll and that's what the OS or the .NET Framework was using instead. The startup folder has a higher priority but if it contains a DLL that cannot be loaded then apparently the OS or the .NET Framework tries to find a working DLL somewhere else instead of reporting an error.

I try to quit PC for today, have a nice day, again sorry.

@JJKylee
Copy link
Author

JJKylee commented Apr 11, 2020

Oh, it's totally OK. Never mind.
Thanks anyway.

@JJKylee JJKylee closed this as completed Apr 11, 2020
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