zao / foo_wave_seekbar

A foobar2000 UI seekbar element displaying the playing waveform.
http://www.foobar2000.org/components/view/foo_wave_seekbar
Other
85 stars 7 forks source link

"component is missing a required dependency" after update #25

Closed war59312 closed 11 years ago

war59312 commented 11 years ago

Hey,

I just updated foo_wave_seekbar from 0.2.34 (2013/04/03) to 0.2.36.1 (2013/05/04).

And Foobar2000 version 1.2.5 to version 1.2.6.

And now I get this on startup of Foobar2000:

Failed to load DLL: foo_wave_seekbar.dll

Reason: This component is missing a required dependency, or was made for different version of foobar2000.

Ouch!

Running on Windows 7 x64 SP1.

Thanks,

Will

zao commented 11 years ago

Seems like I just posted about it in the forum thread and forgot to mention it in the changelog...

Since 0.2.35, I now require the Visual Studio 2012 Update 1 (x86) runtime installed on the target system, or deployed privately into the foobar2000 directory.

There is sadly no way I can indicate the lack of this runtime in any way, the error you get from foobar2000 is the closest you can get, but I've updated the changelog at least.

Note that the redist you shall install is the x86 one, as it's a 32-bit component.

war59312 commented 11 years ago

Confirmed, thanks. :D

And indeed I was looking at the change-log at the time. :)