Selur's Little Message Board
[HELP] White text - strange ringing? - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html)
+--- Forum: Small Talk (https://forum.selur.net/forum-7.html)
+--- Thread: [HELP] White text - strange ringing? (/thread-4081.html)

Pages: 1 2 3 4


RE: White text - strange ringing? - Selur - 12.05.2025

Argh, okay, that explains the problems. (10+ years old cpu Rolleyes )
Both akarin and zsmooth require AVX2.
=> Maybe it's find some time tomorrow to add some option to disable akarin and zsmooth.


RE: White text - strange ringing? - Selur - 13.05.2025

Uploaded a new dev, which should report "Detected no AVX2 support,..." after start-up in the log, with your CPU.
If not, let me know and additionally try whether it is shown if you add:
[General]
noAVX2=true
to your misc.ini

Once it does report "Detected no AVX2 support,..." try whether this fixes your problems.
Let me know if you find a filter that does not work. (I hope I got all instances where akarin or zsmooth is used, but I'm not 100% sure, since do not have time to test them all atm.)

Cu Selur


RE: White text - strange ringing? - Selur - 14.05.2025

Adjusted a few other filters that required AVX2 and uploaded a new dev.

Cu Selur


RE: White text - strange ringing? - Miranda - 14.05.2025

New dev version installed, debug file attached.


RE: White text - strange ringing? - Selur - 14.05.2025

Okay, seems like:
C:/Program Files/Hybrid/64bit/vsfilters/Support/libmvtools.dll
is causing the problem on your system,
try replaying:
C:/Program Files/Hybrid/64bit/vsfilters/Support/libmvtools.dll
with the
C:/Program Files/Hybrid/64bit/vsfilters/Support/libmvtools_old.dll
and try again.
(in case that works, I can some code so that libmvtools_old will be used for none AVX2 systems(

Cu Selur


RE: White text - strange ringing? - Miranda - 14.05.2025

That worked Smile


RE: White text - strange ringing? - Selur - 14.05.2025

Uploaded a new dev which will automatically use libmvtools_old when noAVX2 is detected.

Cu Selur


RE: White text - strange ringing? - Miranda - 15.05.2025

Thanks, your work is much appreciated.