26.01.2021, 18:03
(26.01.2021, 17:20)Selur Wrote:"Have some issues with 64 bit Avisynth." - that's correct "I HAD AN ISSUES" and that's why I wrote "I'll report you later" to avoid blaming Hybrid without reason and make sure that the problem not in my side. The issue I sometime experience (in 32 bit less often in 64 bit more often) is that the after changing filters/settings with active "Filter view" window, it gets grayed showing "Preparing environment..." endlessly. If I close preview window, the only way to activate it again (even without any filters) is to re-start Hybrid.Quote:So far 64 bit has no problem.before you wrote:
Quote:Have some issues with 64 bit Avisynth.-> wtf?
Quote:Works flawlessly in AvsPmod.Adding the code it in a custom section,...
Any suggestion?
seems to be an obvious solution.LoadPlugin("PATH TO Hybrid\64bit\Avisynth\avisynthPlugins\mvtools2.dll")
LoadPlugin("PATH TO Hybrid\64bit\Avisynth\avisynthPlugins\DeStripe.avs")
TurnLeft()
DeStripe(2,3,16)
DeStripe(2,2,16)
DeStripe(2,1,12)
TurnRight()
Cu Sekur
"...seems to be an obvious solution." - actually for me - more obvious that the path to avithynthPlugins specified upon Hybrid installation transparent for "Custom" also and I don't have to use "LoadPlugin(....)"
Unfortunately couldn't mange to get "Obvious" work
- 64 bit throws an error:
Avisynth preview error: -> Cannot load file 'C:/Program Files/Hybrid/64bit/Avisynth/avisynthPlugins/DeStripe.avs'. Platform returned code 193: %1 is not a valid Win32 application. (D:\Hybrid_test\Gill\tempPreviewAvisynthFile08_17_45_985.avs, line 24) (D:\Hybrid_test\Gill\tempPreviewAvisynthFile08_17_45_985.avs, line 34)
- 32 bit crashes the viewer.