-
Notifications
You must be signed in to change notification settings - Fork 152
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
Can't extract ogg files with unityextract #83
Comments
I was facing the same issue. I figured I'd see if it works on Windows 7, so I fired up a VM. As soon as I set everything up and started the script, I got a message box telling me that MSVCRT120.dll was missing from the system. So I went ahead and downloaded and installed the Visual C++ Redistributable Packages for Visual Studio 2013 pack that contains said DLL, and sure enough, it worked! Then I went back to my Windows 10, installed the redistributables there as well, success. So if you get this error despite having libvorbis.dll in the right place, chances are you're also missing this pack. Just make sure you get the right version for your Python -- if you have the 32-bit version (which seems to be the case for you), get the 32-bit version of the redistributables, even if your operating system itself is 64-bit. |
This didn't work for me. I've copied the dll mentioned here to more or less the same places as Lykrast above, but the script still can't find them.
Still looking, I'll post something here if I ever get it to work :) |
Using ProcessMonitor I found out where the script was looking for the libs: Please also note that it's looking for |
Extracting ogg files with unityextract from unity3d files keeps giving me this error:
I have put the libogg and libvorbis provided by fsb5 on the following places and so far none of them worked or changed the error:
C:\Windows\System32
C:\Users\Lykrast\AppData\Local\Programs\Python\Python36-32\Scripts
C:\Users\Lykrast\AppData\Local\Programs\Python\Python36-32\Lib\site-packages\unitypack
C:\Users\Lykrast\AppData\Local\Programs\Python\Python36-32\Lib\site-packages\fsb5
The text was updated successfully, but these errors were encountered: