PDA

View Full Version : meGUI Encoutered a Fatal Error - Memory Not Writable.


th3obr0
11th February 2009, 20:25
http://www.imageurlhost.com/images/i1k01ru5n6pzb5et9cya.jpg

How to fix it?

Also, there is one more problem, that the resizing syntax' are automatically appended at the starting of the script and then it gives an error of Invalid Arguments. The script at default is like this:

Lanczos4Resize(640,272) # Lanczos4 (Sharp)DGDecode_mpeg2source("C:\Files\LBC.d2v", cpu=4, info=3)
ColorMatrix(hints=true, threads=0)
#deinterlace
crop( 12, 58, -12, -56)

Lanczos4Resize(640,272) # Lanczos4 (Sharp)
fft3dfilter(sigma=2.0,plane=4, bt=4, bw=32, bh=20, ow=16, oh=10, sharpen=1.2)
degrainmedian(limity=4, limituv=6, mode=2)
tweak(hue=1.0, sat=1.1, bright=1.13, cont=0.9)

Undot() # Minimal Noise

On doing some changes from the interface, after removing the syntax manually, again adds the syntax at the starting and at times the changes to the script are lost too. Is it a bug?

Thanks!

~bT~
11th February 2009, 20:34
i can help u with part of this..

open avs script creator and hit-->config-->extra setup tab-->untick resize filter-->update-->OK

restart avs script creator.

th3obr0
11th February 2009, 23:09
Thanks a lot for that, but what about the fatal error? :confused:

Sharktooth
12th February 2009, 01:43
can u play the avs in a directshow media player?

th3obr0
12th February 2009, 02:40
can u play the avs in a directshow media player?

Where do I get that from? I Googled it, but no results for Media Player. I have FFDSHOW installed and the DirectShow Filter Pack.

Actually, it's not with one video file, but with all. One more thing, that upon the 013 update, the AvisynthWrapper.dll gets corrupted and starts giving errors. I faced the same problem earlier, so I stopped the update till the next update, and luckily it didn't happen again on the next few update(s) until the recent 013 one.

How to solve both the problems now?

Sharktooth
12th February 2009, 03:07
media player classic, windows media player, ecc.

for what concerns the avisynthwrapper problem, try clearing the update_cache folder and try updating.

th3obr0
12th February 2009, 03:22
The files work in VLC Player and Media Player Classic. The error is this:

http://www.imageurlhost.com/images/3kn3jb5s3yufcnmjjnk3.jpg

Sharktooth
12th February 2009, 05:02
VLC is not a directshow media player.
however, update (or reinstall) the avisynthwrapper thru the auto-update or megui wont work. try several times if necessary coz the auto-update mirror seems to be down but the main server is working (close and re-open megui if you encounter problems during the update process) or just get this (http://megui.org/auto/AvisynthWrapper_0_3_1_1006.zip) package and replace the dll in the megui installation folder.

th3obr0
12th February 2009, 07:41
Actually I used to do the same thing. I have a copy of that DLL file from the previous build :P. Now when the AvisynthWrapper is sloved, the Fatal Error of Memory Corrupt isn't. What to do for that? I tried updating several times, but no luck. I have the 013 build and there are no more updates after that.

Thanks for this much, by the way! :)

EDIT

The problem still persists. The fix was temporary. It still shows the protected memory error :(.

th3obr0
13th February 2009, 04:22
The problem still persists. The fix was temporary. It still shows the protected memory error :(.

poisondeathray
13th February 2009, 04:29
maybe your memory is corrupt? try running some tests like memtest64+

if memory is ok, try uninstall / reinstall avisynth & megui

th3obr0
13th February 2009, 04:35
I downloaded memtest86 from here (http://www.memtest86.com/), put the ISO on DaemonTools, and now what?. It has two files, but none of them executable.

I did do a clean install of AVISynth and meGUI, but no luck.

poisondeathray
13th February 2009, 04:38
http://www.memtest.org/

download either the iso or usb key verison, burn it to disc or usb and run from dos

running a memory checking software in an os will miss sectors

th3obr0
13th February 2009, 04:54
I tried the one here (http://hcidesign.com/memtest/download.html), and it said "0 Errors Found". I will now try the one you suggested and report back. Most probably the sectors are fine 'cause all other applications are running smoothly. I got 120 GB HDD and 2.5 GB RAM.

EDIT

The DOS window just popped-up and closed within 2 seconds. What is this supposed to mean? :/

jeffy
13th February 2009, 10:21
Simply said:
download this file: http://www.memtest.org/download/2.11/memtest86+-2.11.iso.zip, unpack it, burn it with ImgBurn or anything able to burn ISO files to the CD, restart, boot from it and let it run for a few hours (!).

th3obr0
13th February 2009, 18:09
Simply said:
download this file: http://www.memtest.org/download/2.11/memtest86+-2.11.iso.zip, unpack it, burn it with ImgBurn or anything able to burn ISO files to the CD, restart, boot from it and let it run for a few hours (!).

Ok. Will do that today.

th3obr0
14th February 2009, 07:28
I ran the Windows Memory Diagnosis and the MemTest, and both were OK. There were no errors found. I even tried putting the source on an external drive and running the AVS script from it, but the same error popped up. Now what?

SOLVED

I was just removing the useless filters which I wasn't using, and guess what?? The error disappeared! :D I guess it's most probably some corrupted AVISynth plug-ins/filters which produce that error. So if anyone else has this problem, then just remove the useless or recently imported filters.

PS: I will report back if the error is produced again :|.

~bT~
14th February 2009, 14:01
^ i guess u missed my post in the 'other' thread hey? i guess that's what happens when u post the same problem in multiple threads which is also against the rules of this site.