Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Development

Reply
 
Thread Tools Search this Thread Display Modes
Old 24th December 2021, 22:22   #1  |  Link
AniiG2
Registered User
 
Join Date: Apr 2014
Posts: 6
Problem in Fixing Access Violation

Hello Guys,

Greetings from Kolkata, India.

You can consider me a rookie-the-novice when decoding a DVD to .mkv is considered.

I use a Windows 7, 32 bit machine (a desktop of neanderthal era).

I urgently require to fix access violation (executing it in System32 of Windows) and due to which I cannot use FFTW3.dll, decomb.dll, denoiser.dll, dfttest.dll etc.

To me, effective functioning of FFTW3.dll is very much important. I downloaded libfftw3l-3.dll, libfftw3f-3.dll and libfftw3-3.dll along with their .def files and pasted them in System32 of Windows but I couldn't execute them.

And, YES, I have downloaded all 32 bit version (x86) for sure.

I tried from command prompt as administrator for several times but all went in vain.

Please help me by suggesting what should I do to fix access violation i.e. (executing it in System32 of Windows). Thanks in advance.

I believe it will be useful for all novice users like me.

love,

AniiG2
AniiG2 is offline   Reply With Quote
Old 29th December 2021, 07:03   #2  |  Link
Blankmedia
Registered User
 
Join Date: Oct 2011
Location: Dans le nord
Posts: 65
Can you post a picture of your error code?
Blankmedia is offline   Reply With Quote
Old 29th December 2021, 23:23   #3  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Quote:
picture of your error code?
It will look like "0xC0000005".

libfftw3f-3.dll is the only one that you need, and the appropriate one for the version of avisynth that you are using.
Remove ALL other files you may have put in system32.

For 32 bit Windows,
and Avisynth 32 bit, libfftw3f-3.dll [x86 dll] goes in system32.

For 64 bit Windows,
and Avisynth 32 bit, libfftw3f-3.dll [x86 dll] goes in SysWOW64,
and Avisynth 64 bit, libfftw3f-3.dll [x64 dll] goes in system32.
[seems kinda back-to-front, but thats microSoft for you - (Although to be fair, its probably the only way it could have been done)]

Some filters require the libfftw3f-3.dll file to be named "fftw3.dll", so wherever you have moved libfftw3f-3.dll to
[ie system32 or SysWOW64], then can just copy the dll file, and rename the copy as required by those filters [ie "fftw3.dll"].

After you've done that, see what happens and let us know.

EDIT: OK, seems I missed that you ARE on x86, and put the dll in system32, so seems right so far [but remove the other files from system32, ie .def developer files etc].

Next remove ALL non required dlls from plugins [move them to a temp folder], and retry.

EDIT: Maybe retry with simple test something like

Code:
version
ConvertToYV12
FFT3DFilter(sigma=2.0)
untested.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 29th December 2021 at 23:52.
StainlessS is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:08.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.