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 > Hardware & Software > PC Hard & Software

Reply
 
Thread Tools Search this Thread Display Modes
Old 12th January 2025, 03:51   #1  |  Link
Æfterburn
Registered User
 
Join Date: Dec 2024
Posts: 6
Avisynth/MeGUI stops in the middle of encoding

Hi all, I'm hoping for some assistance troubleshooting an issue that started recently. My issue is this: I load up an avisynth file in MeGUI and hit Auto Encode. The encode seems to be doing ok for a while, then it stops advancing frames while the progress bar continues to 100% (and tries to keep going after 100%). I end up having to Abort the encode.

The problem is not with MeGUI or Avisynth+. I've scoured the forums and haven't seen this exact issue come up before. I have run memtest and prime95 overnight, and there appears to be no issue with my hardware. I've re-installed both Avisynth+ and MeGUI64, reinstalled plugins, etc., but the issue continues.

What I have been able to figure out is that when an AVS script imports and runs other scripts, such as QTGMC for deinterlacing, the encode will stop. BUT, if I remove the external scripts and use a DLL plugin, I can encode all day with no issue.

An example script that fails:
Code:
LoadPlugin("D:\Program Files (x86)\AviSynth+\plugins64+\DGDecode.dll")
LoadPlugin("D:\Program Files (x86)\AviSynth+\plugins64+\ColorMatrix64.dll")

Import("D:\Program Files (x86)\AviSynth+\plugins64+\QTGMC.avsi")
Import("D:\Program Files (x86)\AviSynth+\plugins64+\MCTemporalDenoise.v1.4.20.avsi")

video="1.d2v"

DGDecode_mpeg2source(video, info=3)
ColorMatrix(dest=2, interlaced=true, d2v=video, threads=0)

QTGMC(Preset="Slower", SourceMatch=3, Lossless=2)
SelectEven()

crop(16, 0, -12, 0)
LanczosResize(640,480)

MCTemporalDenoise(settings="very low", chroma=true)
If I replace QTGMC with something like yadif and replace MCTemporalDenoise with removegrain, the script and encode work just find and I can do whole seasons of TV shows all day long.

Has anyone encountered this issue, or know how to fix it?

Thanks

EDIT: I am unsure if a whole OS wipe/reinstall would fix the issue. I don't want to waste my time with that, unless I have to. I'm hoping its something simple that gets this back up and running again.

Last edited by Æfterburn; 12th January 2025 at 03:55. Reason: Forgot to mention an OS reinstall as a last ditch effort to fix this
Æfterburn is offline   Reply With Quote
Old 12th January 2025, 13:12   #2  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,070
Maybe post results of AvsInfoTool,
https://forum.doom9.org/showthread.php?t=176079

Dont know why but for me AvsInfoTool is just producing "Cannot create process" error message,
so I have something badly wrong with my setup.

Or can also use AvsMeter with command "AvsMeter -avsinfo" to produce much the same as AvsInfoTool.
[EDIT: command "AvsMeter64 -avsinfo" for 64 bit Avisynth]

Post the output of either of above, so people can taker a look at your setup.
("AvsMeter -avsinfo" [EDIT: or "AvsMeter64 -avsinfo"] works ok for me)

EDIT:
Groucho's Avisynth Stuff,
https://forum.doom9.org/showthread.php?t=173259
__________________
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; 12th January 2025 at 13:37.
StainlessS is online now   Reply With Quote
Old 12th January 2025, 17:43   #3  |  Link
Æfterburn
Registered User
 
Join Date: Dec 2024
Posts: 6
Sure thing, StainlessS! I forgot about (never needed) AvsInfoTool. Looks like I've got a couple of plugin errors too:
Code:
[OS/Hardware info]
Operating system:           Windows 10 (x64) (Build 26100)

CPU:                        12th Gen Intel(R) Core(TM) i7-12700F / Broadwell (Core i7)
                            MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, FMA3, RDSEED, ADX, AVX, AVX2
                            10 physical cores / 20 logical cores


[Avisynth info]
VersionString:              AviSynth+ 3.7.3 (r4003, 3.7, x86_64)
VersionNumber:              2.60
File / Product version:     3.7.3.0 / 3.7.3.0
Interface Version:          10
Multi-threading support:    Yes
Avisynth.dll location:      C:\WINDOWS\SYSTEM32\avisynth.dll
Avisynth.dll time stamp:    2023-07-16, 06:48:08 (UTC)
PluginDir2_5 (HKLM, x64):   C:\Program Files (x86)\AviSynth+\plugins64
PluginDir+   (HKLM, x64):   C:\Program Files (x86)\AviSynth+\plugins64+


[C++ 2.5 Plugins (64 Bit)]
C:\Program Files (x86)\AviSynth+\plugins64+\avstp.dll  [2024-11-28]
C:\Program Files (x86)\AviSynth+\plugins64+\dither.dll  [2024-11-28]
C:\Program Files (x86)\AviSynth+\plugins64+\gradfun2db.dll  [2010-03-30]
C:\Program Files (x86)\AviSynth+\plugins64+\warpsharp.dll  [2011-06-15]

[C++ 2.6 Plugins (64 Bit)]
C:\Program Files (x86)\AviSynth+\plugins64+\AddGrainC.dll  [1.8.4.0]
C:\Program Files (x86)\AviSynth+\plugins64+\aWarpsharpMT.dll  [2.1.8.0]
C:\Program Files (x86)\AviSynth+\plugins64+\Bifrost.dll  [2.1.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\BWDIF.dll  [1.3.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\ColorMatrix64.dll  [2.6.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\ConvertStacked.dll  [2022-03-18]
C:\Program Files (x86)\AviSynth+\plugins64+\DCTFilter.dll  [0.5.1.0]
C:\Program Files (x86)\AviSynth+\plugins64+\Deblock.dll  [2021-03-09]
C:\Program Files (x86)\AviSynth+\plugins64+\DeDot.dll  [1.2.1.0]
C:\Program Files (x86)\AviSynth+\plugins64+\DePan.dll  [2.14.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\DePanEstimate.dll  [2.11.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\dfttest.dll  [1.9.7.0]
C:\Program Files (x86)\AviSynth+\plugins64+\DGDecode.dll  [2.0.0.7]
C:\Program Files (x86)\AviSynth+\plugins64+\DGDecodeNV.dll  [255.0.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\DGDecodeNV_AVX2.dll  [255.0.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\DGHDRtoSDR.dll  [1.0.0.15]
C:\Program Files (x86)\AviSynth+\plugins64+\DirectShowSource.dll  [2022-03-18]
C:\Program Files (x86)\AviSynth+\plugins64+\EdgeFixer.dll  [2020-08-22]
C:\Program Files (x86)\AviSynth+\plugins64+\EEDI2.dll  [1.0.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\eedi3.dll  [0.9.2.3]
C:\Program Files (x86)\AviSynth+\plugins64+\ffms2.dll  [2020-08-22]
C:\Program Files (x86)\AviSynth+\plugins64+\fft3dfilter.dll  [2.10.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\FFT3dGPU.dll  [0.8.6.0]
C:\Program Files (x86)\AviSynth+\plugins64+\FluxSmooth.dll  [1.4.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\ImageSeq.dll  [2022-03-18]
C:\Program Files (x86)\AviSynth+\plugins64+\KNLMeansCL.dll  [2020-11-12]
C:\Program Files (x86)\AviSynth+\plugins64+\LSMASHSource.dll  [1124.0.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\masktools2.dll  [2.2.30.0]
C:\Program Files (x86)\AviSynth+\plugins64+\MedianBlur2.dll  [1.1.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\mvtools2.dll  [2.7.46.0]
C:\Program Files (x86)\AviSynth+\plugins64+\nnedi3.dll  [0.9.4.63]
C:\Program Files (x86)\AviSynth+\plugins64+\PlanarTools.dll  [2016-07-05]
C:\Program Files (x86)\AviSynth+\plugins64+\RgTools.dll  [1.2.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\RoboCrop_x64.dll  [1.13.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\RT_Stats_x64.dll  [2.0.13.0]
C:\Program Files (x86)\AviSynth+\plugins64+\SangNom2.dll  [0.6.1.0]
C:\Program Files (x86)\AviSynth+\plugins64+\Shibatch.dll  [2022-03-18]
C:\Program Files (x86)\AviSynth+\plugins64+\SoxFilter.dll  [2.2.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\TDeint.dll  [1.9.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\TimeStretch.dll  [2022-03-18]
C:\Program Files (x86)\AviSynth+\plugins64+\TIVTC.dll  [1.0.26.0]
C:\Program Files (x86)\AviSynth+\plugins64+\variableblur.dll  [2019-04-07]
C:\Program Files (x86)\AviSynth+\plugins64+\VDubFilter.dll  [2022-03-18]
C:\Program Files (x86)\AviSynth+\plugins64+\vsCnr2.dll  [1.0.2.0]
C:\Program Files (x86)\AviSynth+\plugins64+\vsDeGrainMedian.dll  [1.0.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\vsTTempSmooth.dll  [1.2.6.0]
C:\Program Files (x86)\AviSynth+\plugins64+\yadifmod2.dll  [0.2.8.0]

[Scripts (AVSI)]
C:\Program Files (x86)\AviSynth+\plugins64+\colors_rgb.avsi  [2021-01-12]
C:\Program Files (x86)\AviSynth+\plugins64+\Deblock_QED_MT2Mod.avsi  [2024-12-22]
C:\Program Files (x86)\AviSynth+\plugins64+\Dehalo_alpha_MT2.avsi  [2023-06-02]
C:\Program Files (x86)\AviSynth+\plugins64+\dither.avsi  [2024-11-28]
C:\Program Files (x86)\AviSynth+\plugins64+\FineDehalo.avsi  [2024-11-28]
C:\Program Files (x86)\AviSynth+\plugins64+\GradFun2DBmod.v1.5.avsi  [2024-12-22]
C:\Program Files (x86)\AviSynth+\plugins64+\LSFmod.v1.9.avsi  [2024-12-22]
C:\Program Files (x86)\AviSynth+\plugins64+\MCTemporalDenoise.v1.4.20.avsi  [2023-03-01]
C:\Program Files (x86)\AviSynth+\plugins64+\mt_xxpand_multi.avsi  [2024-11-28]
C:\Program Files (x86)\AviSynth+\plugins64+\QTGMC.avsi  [2024-12-22]
C:\Program Files (x86)\AviSynth+\plugins64+\Soothe.avsi  [2023-08-28]
C:\Program Files (x86)\AviSynth+\plugins64+\Vinverse_avsi.avsi  [2024-12-22]
C:\Program Files (x86)\AviSynth+\plugins64+\Vmtoon-v0.74.avsi  [2023-06-03]
C:\Program Files (x86)\AviSynth+\plugins64+\Zs_RF_Shared.avsi  [2024-12-22]

[Uncategorized DLLs (64 Bit)]
C:\Program Files (x86)\AviSynth+\plugins64+\libomp.dll  [5.0.2014.926]

[Uncategorized files]
C:\Program Files (x86)\AviSynth+\plugins64+\chapters2qp.exe  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\colors_rgb.txt  [2021-01-12]
C:\Program Files (x86)\AviSynth+\plugins64+\DBSC.avs  [2023-08-25]
C:\Program Files (x86)\AviSynth+\plugins64+\DBSC_DynaCrop_Client.AVS  [2023-08-25]
C:\Program Files (x86)\AviSynth+\plugins64+\DBSC_Scan_Client.avs  [2023-08-25]
C:\Program Files (x86)\AviSynth+\plugins64+\DGDecodeNVManual.html  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\DGDemux.exe  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\DGHDRtoSDR_1.15.txt  [2021-08-23]
C:\Program Files (x86)\AviSynth+\plugins64+\DGIndex.exe  [2.0.0.7]
C:\Program Files (x86)\AviSynth+\plugins64+\DGIndex.ini  [2024-11-25]
C:\Program Files (x86)\AviSynth+\plugins64+\dgindexnv.bmp  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\DGIndexNV.exe  [255.0.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\DGIndexNV.exe.manifest  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\DGIndexNV.exe.noUTF8.manifest  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\DGIndexNV.exe.UTF8.manifest  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\DGIndexNV.ini  [2024-11-09]
C:\Program Files (x86)\AviSynth+\plugins64+\DGIndexNVManual.html  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\ffms2.lib  [2020-08-22]
C:\Program Files (x86)\AviSynth+\plugins64+\ffmsindex.exe  [2020-08-22]
C:\Program Files (x86)\AviSynth+\plugins64+\fft3dgpu.hlsl  [2021-01-04]
C:\Program Files (x86)\AviSynth+\plugins64+\finished.wav  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\FragmentedMP4.txt  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\LICENSE  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\MKVinfo.txt  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\mp4demuxer.exe  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\mp4demuxer.txt  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\MP4V2info.txt  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\PreferExternalManifest.reg  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\QuickStart.html  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\Readme.txt  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\ToDoList.txt  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\UTF-8 Notes.txt  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\Vapoursynth Notes.txt  [2024-05-19]



[Plugin errors/warnings]
______________________________________________________________________________________________________

Function duplicates:

"undefined" : "[InternalFunction]"
"Undefined" : "C:\Program Files (x86)\AviSynth+\plugins64+\Zs_RF_Shared.avsi"

______________________________________________________________________________________________________

'C:/Program Files (x86)/AviSynth+/plugins64+/PlanarTools.dll' cannot be used as a plugin for AviSynth.
______________________________________________________________________________________________________
Not sure what I was trying to do with PlanarTools.dll; probably trying to battle it out with some awful DVD transfers and not winning Not sure what to do about Zs_RF_Shared.avsi, as it's needed for MCTemporalDenoise.
Æfterburn is offline   Reply With Quote
Old 13th January 2025, 00:28   #4  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,070
Get rid of
Code:
C:\Program Files (x86)\AviSynth+\plugins64+\DGDecodeNV.dll  [255.0.0.0]
Leaving only the AVX2 version.

You probably dont need this in 2024.
Code:
C:\Program Files (x86)\AviSynth+\plugins64+\ConvertStacked.dll  [2022-03-18]
Get rid of
Code:
[Uncategorized DLLs (64 Bit)]
C:\Program Files (x86)\AviSynth+\plugins64+\libomp.dll  [5.0.2014.926]
Dont think its supposed to be there.

None of these should be in there
Code:
[Uncategorized files]
C:\Program Files (x86)\AviSynth+\plugins64+\chapters2qp.exe  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\colors_rgb.txt  [2021-01-12]
C:\Program Files (x86)\AviSynth+\plugins64+\DBSC.avs  [2023-08-25]
C:\Program Files (x86)\AviSynth+\plugins64+\DBSC_DynaCrop_Client.AVS  [2023-08-25]
C:\Program Files (x86)\AviSynth+\plugins64+\DBSC_Scan_Client.avs  [2023-08-25]
C:\Program Files (x86)\AviSynth+\plugins64+\DGDecodeNVManual.html  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\DGDemux.exe  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\DGHDRtoSDR_1.15.txt  [2021-08-23]
C:\Program Files (x86)\AviSynth+\plugins64+\DGIndex.exe  [2.0.0.7]
C:\Program Files (x86)\AviSynth+\plugins64+\DGIndex.ini  [2024-11-25]
C:\Program Files (x86)\AviSynth+\plugins64+\dgindexnv.bmp  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\DGIndexNV.exe  [255.0.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\DGIndexNV.exe.manifest  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\DGIndexNV.exe.noUTF8.manifest  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\DGIndexNV.exe.UTF8.manifest  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\DGIndexNV.ini  [2024-11-09]
C:\Program Files (x86)\AviSynth+\plugins64+\DGIndexNVManual.html  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\ffms2.lib  [2020-08-22]
C:\Program Files (x86)\AviSynth+\plugins64+\ffmsindex.exe  [2020-08-22]
C:\Program Files (x86)\AviSynth+\plugins64+\fft3dgpu.hlsl  [2021-01-04]
C:\Program Files (x86)\AviSynth+\plugins64+\finished.wav  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\FragmentedMP4.txt  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\LICENSE  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\MKVinfo.txt  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\mp4demuxer.exe  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\mp4demuxer.txt  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\MP4V2info.txt  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\PreferExternalManifest.reg  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\QuickStart.html  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\Readme.txt  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\ToDoList.txt  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\UTF-8 Notes.txt  [2024-05-19]
C:\Program Files (x86)\AviSynth+\plugins64+\Vapoursynth Notes.txt  [2024-05-19]
Any *.avs files may want to use Import() from within a script.
Stuff in BLUE should be in some DgIndexNV program folder somewhere.
(Although probably a good idea to delete all above, and reinstall DgIndexNV stuff from a newly downloaded zip into some program folder, and put DGDecodeNV_AVX2.dll in plugins)

Think this one should be in system32, used for fft3dgpu.
Code:
C:\Program Files (x86)\AviSynth+\plugins64+\fft3dgpu.hlsl  [2021-01-04]
You dont just dump everything contained in some plugin zip into the Plugins directory, a good idea to read any instructions to see what you need do for install.

Dont worry too much about Duplicate Functions.

Code:
'C:/Program Files (x86)/AviSynth+/plugins64+/PlanarTools.dll' cannot be used as a plugin for AviSynth.
I would delete that also.

Then see if it works.

If not, post then current AvsInfotool output again, maybe someone can be of more help.
__________________
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; 13th January 2025 at 00:41.
StainlessS is online now   Reply With Quote
Old 13th January 2025, 03:31   #5  |  Link
Æfterburn
Registered User
 
Join Date: Dec 2024
Posts: 6
Ok, I've removed all "Uncategorized" files, and the few DLLs you mentioned. Ran Avisynth Info Tool again, and it mentioned libomp.dll was a dependency of vsTTempSmooth.dll. I remember desperately trying to fix a pretty bad DVD rip and trying a lot of different filters out (I lost the battle, note to self, just do light filtering and be done with it). I've removed all of the DLLs from converted VaporSynth plugins now, since they don't do anything for QTGMC or MCTemporalDenoise (the 2 main filters I always end up using).

Attempted to encode a 22min episode, and progress is still stopping (crashing?) part way through. I hate when this happens when it looks like it's about to finish too! Attached screenshot is from MeGUI. You can see how it stopped encoding at 22:04/22:16 (or frame 39682 of 40064), but the status is 100% and the elapsed time was 13 hours (I let this one go overnight). It was so close to getting past the 1st pass too!! BTW, I've tried this with command line x264 as well, and it does the same thing.

Anyway, here's the new output from Avisynth Info Tool:

Code:
[OS/Hardware info]
Operating system:           Windows 10 (x64) (Build 26100)

CPU:                        12th Gen Intel(R) Core(TM) i7-12700F / Broadwell (Core i7)
                            MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, FMA3, RDSEED, ADX, AVX, AVX2
                            10 physical cores / 20 logical cores


[Avisynth info]
VersionString:              AviSynth+ 3.7.3 (r4003, 3.7, x86_64)
VersionNumber:              2.60
File / Product version:     3.7.3.0 / 3.7.3.0
Interface Version:          10
Multi-threading support:    Yes
Avisynth.dll location:      C:\WINDOWS\SYSTEM32\avisynth.dll
Avisynth.dll time stamp:    2023-07-16, 06:48:08 (UTC)
PluginDir2_5 (HKLM, x64):   C:\Program Files (x86)\AviSynth+\plugins64
PluginDir+   (HKLM, x64):   C:\Program Files (x86)\AviSynth+\plugins64+


[C++ 2.5 Plugins (64 Bit)]
C:\Program Files (x86)\AviSynth+\plugins64+\avstp.dll  [2024-11-28]
C:\Program Files (x86)\AviSynth+\plugins64+\dither.dll  [2024-11-28]
C:\Program Files (x86)\AviSynth+\plugins64+\gradfun2db.dll  [2010-03-30]
C:\Program Files (x86)\AviSynth+\plugins64+\warpsharp.dll  [2011-06-15]

[C++ 2.6 Plugins (64 Bit)]
C:\Program Files (x86)\AviSynth+\plugins64+\AddGrainC.dll  [1.8.4.0]
C:\Program Files (x86)\AviSynth+\plugins64+\aWarpsharpMT.dll  [2.1.8.0]
C:\Program Files (x86)\AviSynth+\plugins64+\Bifrost.dll  [2.1.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\BWDIF.dll  [1.3.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\ColorMatrix64.dll  [2.6.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\DCTFilter.dll  [0.5.1.0]
C:\Program Files (x86)\AviSynth+\plugins64+\Deblock.dll  [2021-03-09]
C:\Program Files (x86)\AviSynth+\plugins64+\DeDot.dll  [1.2.1.0]
C:\Program Files (x86)\AviSynth+\plugins64+\DePan.dll  [2.14.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\DePanEstimate.dll  [2.11.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\dfttest.dll  [1.9.7.0]
C:\Program Files (x86)\AviSynth+\plugins64+\DGDecode.dll  [2.0.0.7]
C:\Program Files (x86)\AviSynth+\plugins64+\DGDecodeNV_AVX2.dll  [255.0.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\DGHDRtoSDR.dll  [1.0.0.15]
C:\Program Files (x86)\AviSynth+\plugins64+\DirectShowSource.dll  [2022-03-18]
C:\Program Files (x86)\AviSynth+\plugins64+\EdgeFixer.dll  [2020-08-22]
C:\Program Files (x86)\AviSynth+\plugins64+\EEDI2.dll  [1.0.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\eedi3.dll  [0.9.2.3]
C:\Program Files (x86)\AviSynth+\plugins64+\ffms2.dll  [2020-08-22]
C:\Program Files (x86)\AviSynth+\plugins64+\fft3dfilter.dll  [2.10.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\FFT3dGPU.dll  [0.8.6.0]
C:\Program Files (x86)\AviSynth+\plugins64+\FluxSmooth.dll  [1.4.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\ImageSeq.dll  [2022-03-18]
C:\Program Files (x86)\AviSynth+\plugins64+\KNLMeansCL.dll  [2020-11-12]
C:\Program Files (x86)\AviSynth+\plugins64+\LSMASHSource.dll  [1124.0.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\masktools2.dll  [2.2.30.0]
C:\Program Files (x86)\AviSynth+\plugins64+\MedianBlur2.dll  [1.1.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\mvtools2.dll  [2.7.46.0]
C:\Program Files (x86)\AviSynth+\plugins64+\nnedi3.dll  [0.9.4.63]
C:\Program Files (x86)\AviSynth+\plugins64+\RgTools.dll  [1.2.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\RoboCrop_x64.dll  [1.13.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\RT_Stats_x64.dll  [2.0.13.0]
C:\Program Files (x86)\AviSynth+\plugins64+\SangNom2.dll  [0.6.1.0]
C:\Program Files (x86)\AviSynth+\plugins64+\Shibatch.dll  [2022-03-18]
C:\Program Files (x86)\AviSynth+\plugins64+\SoxFilter.dll  [2.2.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\TDeint.dll  [1.9.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\TimeStretch.dll  [2022-03-18]
C:\Program Files (x86)\AviSynth+\plugins64+\TIVTC.dll  [1.0.26.0]
C:\Program Files (x86)\AviSynth+\plugins64+\variableblur.dll  [2019-04-07]
C:\Program Files (x86)\AviSynth+\plugins64+\VDubFilter.dll  [2022-03-18]
C:\Program Files (x86)\AviSynth+\plugins64+\yadifmod2.dll  [0.2.8.0]

[Scripts (AVSI)]
C:\Program Files (x86)\AviSynth+\plugins64+\colors_rgb.avsi  [2021-01-12]
C:\Program Files (x86)\AviSynth+\plugins64+\Deblock_QED_MT2Mod.avsi  [2024-12-22]
C:\Program Files (x86)\AviSynth+\plugins64+\Dehalo_alpha_MT2.avsi  [2023-06-02]
C:\Program Files (x86)\AviSynth+\plugins64+\dither.avsi  [2024-11-28]
C:\Program Files (x86)\AviSynth+\plugins64+\FineDehalo.avsi  [2024-11-28]
C:\Program Files (x86)\AviSynth+\plugins64+\GradFun2DBmod.v1.5.avsi  [2024-12-22]
C:\Program Files (x86)\AviSynth+\plugins64+\LSFmod.v1.9.avsi  [2024-12-22]
C:\Program Files (x86)\AviSynth+\plugins64+\MCTemporalDenoise.v1.4.20.avsi  [2023-03-01]
C:\Program Files (x86)\AviSynth+\plugins64+\mt_xxpand_multi.avsi  [2024-11-28]
C:\Program Files (x86)\AviSynth+\plugins64+\QTGMC.avsi  [2024-12-22]
C:\Program Files (x86)\AviSynth+\plugins64+\Soothe.avsi  [2023-08-28]
C:\Program Files (x86)\AviSynth+\plugins64+\Vinverse_avsi.avsi  [2024-12-22]
C:\Program Files (x86)\AviSynth+\plugins64+\Vmtoon-v0.74.avsi  [2023-06-03]
C:\Program Files (x86)\AviSynth+\plugins64+\Zs_RF_Shared.avsi  [2024-12-22]



[Plugin errors/warnings]
________________________________________________________________________________

Function duplicates:

"undefined" : "[InternalFunction]"
"Undefined" : "C:\Program Files (x86)\AviSynth+\plugins64+\Zs_RF_Shared.avsi"

________________________________________________________________________________
I'm tempted to wipe out my plugins directory and rebuild it for QTGMC and MCTemporalDenoise from scratch again, to see if that works, but I'll wait for your ideas first.

BTW, thanks for your help...
Attachments Pending Approval
File Type: png Screenshot 2025-01-12 091957.png
Æfterburn is offline   Reply With Quote
Old 13th January 2025, 13:25   #6  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,070
Anything interesting in MeGUI logs ?

Also, anything interesting in Compter Management/System Tools/Event Viewer/Windows Logs ?

Run MeGUI again with DebugView (google) open, see if it spits anything out.

Copy the Plugins directories somewhere, remove all plugins except those needed for your script, retry.
And its then a process of add a bunch of (NOTED) plugin dlls to PLUGINS, if OK then retry with more plugs until error.
Then maybe remove NOTED plugins and add back one-at-a-time until error found.

Maybe others have suggestions.

EDIT: Also post MeGUI log.
__________________
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; 13th January 2025 at 13:35.
StainlessS is online now   Reply With Quote
Old 14th January 2025, 02:54   #7  |  Link
Æfterburn
Registered User
 
Join Date: Dec 2024
Posts: 6
Ok, so I tried again and luckily (?) The encoding process died after 1 min, so it wasn't too hard to get logs.

Nothing special in the MeGUI logs that I could tell:
Code:
[Information] Log
-[Information] Versions
--[Information] MeGUI: 6.6.6.6 20250113 x64
--[Information] MeGUI Debug Data: available
--[Information] Update Check: development update server
--[Information] System Information
---[Information] Operating System: Microsoft Windows 11 Home 24H2 x64 (10.0.26100.2605)
---[Information] .NET Framework: 4.0 (4.0.0.0)
---[Information] .NET Framework: 4.8 (4.8.09032)
---[Information] Redistributables
----[Information] Microsoft Visual C++ 2010 x64:  10.0.40219
----[Information] Microsoft Visual C++ 2010 x86:  10.0.40219
----[Information] Microsoft Visual C++ 2012 x64:  11.0.61030
----[Information] Microsoft Visual C++ 2012 x86:  11.0.61030
----[Information] Microsoft Visual C++ 2013 x64:  12.0.30501
----[Information] Microsoft Visual C++ 2013 x86:  12.0.30501
----[Information] Microsoft Visual C++ 2015-2022 x64:  14.40.33810
----[Information] Microsoft Visual C++ 2015-2022 x86:  14.36.32532
---[Information] DPI: 100% (96/96)
---[Information] Monitor 1
----[Information] Resolution: 2560x1440
----[Information] Primary Screen: False
---[Information] Monitor 2
----[Information] Resolution: 2560x1440
----[Information] Primary Screen: True
--[Information] Component Information
---[Information] Haali Media Splitter: not installed
---[Information] Haali DSS2: not installed
---[Information] ICSharpCode.SharpZipLib: 0.85.5.452 (01-12-2024)
---[Information] MediaInfo: 24.11.0.0 (01-12-2024)
---[Information] SevenZipSharp: 0.64.3890.29348 (01-12-2024)
---[Information] 7z: 9.20 (01-12-2024)
--[Information] AviSynth Information
---[Information] AviSynth Wrapper
----[Information] Version: 1.0.3000.1
----[Information] Date: 01-12-2024
----[Information] Interface: 6
---[Information] AviSynth
----[Information] AviSynth Status: ignored as portable build is forced
---[Information] AviSynth portable
----[Information] File Version: 3.7.3
----[Information] File Date: 16-07-2023
----[Information] File Name: AviSynth+ 3.7.3 (r4003, 3.7, x86_64)
----[Information] File Path: c:\program files\megui x64\avisynth.dll
----[Information] AviSynth Version: AviSynth+ 3.7.3 (r4003, 3.7, x86_64)
----[Information] AviSynth+: true
----[Information] AviSynth MT: true
----[Information] AviSynth Status: active
-[Information] Update detection
--[Information] [1/13/2025 6:20:49 PM] Using cached update config and server: http://megui.org/auto/fork/
--[Information] [1/13/2025 6:20:49 PM] No package requires an update
-[Information] AutoEncode
--[Information] D:\Video\Saved by the Bell\Season 1\1\1-muxed.mp4
---[Information] [1/13/2025 6:21:19 PM] No Target Size (use profile settings)
---[Information] [1/13/2025 6:21:19 PM] Split Size: null
---[Information] [1/13/2025 6:21:19 PM] Eliminating duplicate filenames
----[Information] [1/13/2025 6:21:19 PM] Video output file: D:\Video\Saved by the Bell\Season 1\1\1_ouwwhpth.264
----[Information] [1/13/2025 6:21:19 PM] Muxed output file: D:\Video\Saved by the Bell\Season 1\1\1-muxed.mp4
----[Information] [1/13/2025 6:21:19 PM] Encodable audio stream 0: D:\Video\Saved by the Bell\Season 1\1\1 T80 2_0ch 192Kbps DELAY 0ms_sknstoh5.m4a
-[Information] Log for job1 (audio, 1 T80 2_0ch 192Kbps DELAY 0ms.ac3 -> 1 T80 2_0ch 192Kbps DELAY 0ms_sknstoh5.m4a)
--[Information] [1/13/2025 6:21:19 PM] Started handling job
--[Information] [1/13/2025 6:21:19 PM] Preprocessing
--[Information] [1/13/2025 6:21:19 PM] MediaInfo
---[Information] File: D:\Video\Saved by the Bell\Season 1\1\1 T80 2_0ch 192Kbps DELAY 0ms.ac3
---[Information] General
----[Information] Format: AC-3
----[Information] FileSize: 32083200
----[Information] PlayTime: 00:22:16.800
---[Information] Audio
----[Information] Format: AC-3
----[Information] FormatInfo: Audio Coding 3
----[Information] FormatCommercial: Dolby Digital
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 kHz
----[Information] Channels: 2
----[Information] ChannelsString: 2 channels
----[Information] ChannelLayout: L R
----[Information] BitRateMode: CBR
----[Information] [1/13/2025 6:21:19 PM] The language information is not available for this track. The default MeGUI language has been selected.
--[Information] [1/13/2025 6:21:19 PM] Trying to open the file with LWLibavAudioSource()
--[Information] [1/13/2025 6:21:21 PM] Successfully opened the file with LWLibavAudioSource()
--[Information] [1/13/2025 6:21:22 PM] AviSynth script
---[NoImage] ClearAutoloadDirs()
---[NoImage] AddAutoloadDir("C:\Program Files\MeGUI x64\tools\avs\plugins")
---[NoImage] LoadPlugin("C:\Program Files\MeGUI x64\tools\lsmash\LSMASHSource.dll")
---[NoImage] LWLibavAudioSource("D:\Video\Saved by the Bell\Season 1\1\1 T80 2_0ch 192Kbps DELAY 0ms.ac3", drc_scale=0)
---[NoImage] # Detected Channels from input file : 2
---[NoImage] # Detected Channels Layout from input file : L R
---[NoImage] # Detected ChannelMask from input file : 3
---[NoImage] # Applied Downmix
---[NoImage] ConvertToMono()
---[NoImage] ConvertAudioToFloat(last)
---[NoImage] SSRC(44100)
---[NoImage] Normalize()
---[NoImage] 32==Audiobits(last)?ConvertAudioTo24bit(last):last
---[NoImage] return last
--[Information] [1/13/2025 6:21:22 PM] Command line used: --ignorelength --threading -c 64 --no-delay - -o "{0}"
--[Information] [1/13/2025 6:21:22 PM] AviSynth script environment opened
--[Information] [1/13/2025 6:21:23 PM] Script loaded
--[Information] [1/13/2025 6:21:23 PM] Output Decoder
---[Information] [1/13/2025 6:21:23 PM] Channels: 1
---[Information] [1/13/2025 6:21:23 PM] Bits per sample: 24
---[Information] [1/13/2025 6:21:23 PM] Sample rate: 44100
---[Information] [1/13/2025 6:21:23 PM] Channel Mask: 4
--[Information] [1/13/2025 6:21:23 PM] Job command line: C:\Program Files\MeGUI x64\tools\qaac\qaac.exe --ignorelength --threading -c 64 --no-delay - -o "D:\Video\Saved by the Bell\Season 1\1\1 T80 2_0ch 192Kbps DELAY 0ms_sknstoh5.m4a"
--[Information] [1/13/2025 6:21:24 PM] Process started
--[Information] [1/13/2025 6:21:24 PM] Standard output stream
--[Information] [1/13/2025 6:21:24 PM] Standard error stream
---[Information] [1/13/2025 6:21:24 PM] qaac 2.77, CoreAudioToolbox 7.10.6.0
---[Information] [1/13/2025 6:21:28 PM] 1 T80 2_0ch 192Kbps DELAY 0ms_sknstoh5.m4a
---[Information] [1/13/2025 6:21:28 PM] AAC-LC Encoder, CBR 64kbps, Quality 96
---[Information] [1/13/2025 6:21:35 PM] 58952880/-1 samples processed in 0:06.921
---[Information] [1/13/2025 6:21:35 PM] Overall bitrate: 63.9999kbps
---[Information] [1/13/2025 6:21:35 PM] Optimizing...done
--[Information] [1/13/2025 6:21:35 PM] MediaInfo
---[Information] File: D:\Video\Saved by the Bell\Season 1\1\1 T80 2_0ch 192Kbps DELAY 0ms_sknstoh5.m4a
---[Information] General
----[Information] Format: MPEG-4
----[Information] FileSize: 10937401
----[Information] PlayTime: 00:22:16.819
---[Information] Audio
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] CodecID: mp4a-40-2
----[Information] Format: AAC
----[Information] FormatString: AAC LC
----[Information] FormatInfo: Advanced Audio Codec Low Complexity
----[Information] SamplingRate: 44100
----[Information] SamplingRateString: 44.1 kHz
----[Information] Channels: 1
----[Information] ChannelsString: 1 channel
----[Information] ChannelLayout: M
----[Information] BitRateMode: VBR
----[Information] [1/13/2025 6:21:35 PM] The language information is not available for this track. The default MeGUI language has been selected.
--[Information] [1/13/2025 6:21:35 PM] Postprocessing
---[Information] [1/13/2025 6:21:35 PM] Deleting intermediate files
----[Information] [1/13/2025 6:21:35 PM] Successfully deleted D:\Video\Saved by the Bell\Season 1\1\1 T80 2_0ch 192Kbps DELAY 0ms.ac3.lwi
--[Information] [1/13/2025 6:21:35 PM] Job completed
-[Information] Log for job5 (video, 1.avs -> )
--[Information] [1/13/2025 6:21:35 PM] Started handling job
--[Information] [1/13/2025 6:21:35 PM] Preprocessing
--[Information] [1/13/2025 6:21:35 PM] AviSynth input script
---[NoImage] LoadPlugin("C:\Program Files (x86)\AviSynth+\plugins64+\DGDecode.dll")
---[NoImage] LoadPlugin("C:\Program Files (x86)\AviSynth+\plugins64+\ColorMatrix64.dll")
---[NoImage] #LoadPlugin("C:\Program Files (x86)\AviSynth+\plugins64+\yadifmod2.dll")
---[NoImage] #LoadPlugin("C:\Program Files (x86)\AviSynth+\plugins64+\RgTools.dll")
---[NoImage] Import("C:\Program Files (x86)\AviSynth+\plugins64+\QTGMC.avsi")
---[NoImage] Import("C:\Program Files (x86)\AviSynth+\plugins64+\MCTemporalDenoise.v1.4.20.avsi")
---[NoImage] video="1.d2v"
---[NoImage] MPEG2Source(video, info=3)
---[NoImage] ColorMatrix(dest=2, interlaced=true, d2v=video, threads=0)
---[NoImage] #Yadifmod2(order=0)
---[NoImage] QTGMC(Preset="Slower", SourceMatch=3, Lossless=2)
---[NoImage] SelectEven()
---[NoImage] crop(32, 0, -8, 0)
---[NoImage] LanczosResize(640,480)
---[NoImage] #RemoveGrain(mode=1)
---[NoImage] MCTemporalDenoise(settings="very low", chroma=true)
--[Information] [1/13/2025 6:21:36 PM] resolution: 640x480
--[Information] [1/13/2025 6:21:36 PM] frame rate: 30000/1001
--[Information] [1/13/2025 6:21:36 PM] frames: 40064
--[Information] [1/13/2025 6:21:36 PM] length: 00:22:16.802
--[Information] [1/13/2025 6:21:36 PM] aspect ratio (avs): 4:3 (1.333)
--[Information] [1/13/2025 6:21:36 PM] color space: YV12
--[Information] [1/13/2025 6:21:37 PM] Job command line: "C:\Program Files\MeGUI x64\tools\x264\x264.exe" --level 3.1 --pass 1 --bitrate 896 --stats "D:\Video\Saved by the Bell\Season 1\1\1_ouwwhpth.stats" --keyint 432 --min-keyint 1 --b-adapt 2 --b-pyramid none --qpmin 3 --vbv-bufsize 2688 --vbv-maxrate 1792 --qcomp 0.9 --rc-lookahead 60 --merange 32 --me umh --direct auto --subme 10 --trellis 2 --psy-rd 1.0:1.00 --no-dct-decimate --colorprim smpte170m --transfer smpte170m --colormatrix smpte170m --sar 1:1 --frames 40064 --output NUL "D:\Video\Saved by the Bell\Season 1\1\1.avs" 
--[Information] [1/13/2025 6:21:37 PM] Process started
--[Information] [1/13/2025 6:21:37 PM] Standard output stream
--[Information] [1/13/2025 6:21:37 PM] Standard error stream
---[Information] [1/13/2025 6:21:43 PM] avs [info]: 640x480p 1:1 @ 30000/1001 fps (cfr)
---[Information] [1/13/2025 6:21:43 PM] x264 [info]: using SAR=1/1
---[Information] [1/13/2025 6:21:43 PM] x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
---[Information] [1/13/2025 6:21:43 PM] x264 [info]: profile Main, level 3.1, 4:2:0, 8-bit
--[Information] [1/13/2025 6:30:51 PM] Process exits with error: 0xFFFFFFFF (-1)
--[Information] [1/13/2025 6:30:51 PM] Job aborted
DebugView isn't showing anything special either.

Computer Management->System Tools->Event Viewer->Windows Logs wasn't showing anything related.

I'll wipe out the contents of the plugins directory and start rebuilding it again, but this might take a day or two (depending on time). I'll get back with those results.
Æfterburn is offline   Reply With Quote
Old 14th January 2025, 08:10   #8  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,070
Only thing that I can point out from MeGUI log is this line
Code:
----[Information] AviSynth Status: ignored as portable build is forced
Looks like is using MEGUI builtin avisynth, always, I would turn that off if Avisynth is system installed.
__________________
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 ???
StainlessS is online now   Reply With Quote
Old 14th January 2025, 13:10   #9  |  Link
VoodooFX
Banana User
 
VoodooFX's Avatar
 
Join Date: Sep 2008
Posts: 1,083
Portable is already latest stable "AviSynth Version: AviSynth+ 3.7.3 (r4003, 3.7, x86_64)" changing it to non-portable shouldn't affect anything.

As it works initially then crash in the middle of encode then probably no plugin is at fault. Maybe it's some Windows 11/x264.exe thing.

Try to change GTGMC line to "QTGMC(Preset="Medium")" and see if it doesn't crash.
VoodooFX is offline   Reply With Quote
Old 15th January 2025, 01:46   #10  |  Link
Æfterburn
Registered User
 
Join Date: Dec 2024
Posts: 6
Hey good news, maybe. I deleted all the files in the plugins64+ directory, and am now slowly rebuilding it.

I've re-added dgdecode, colormatrix, qtgmc (and it's core components, not the extended components). In the avisynth script, I commented out everything except those 3 plugins and ran a test encode. This time it worked!!! Twice, if you count a 2-pass encode.

No other changes to MeGUI or Avisynth+.

I'm going to re-add MCTemporalDenoise.avsi and it's components 1 at a time, then try again.

I think you were on the right track StainlessS, being suspicious of the plugins used. There must have been a couple in there that were conflicting some how.

Could I maybe get some advice on which version of a plugin I should install for my system (details in the Avisynth Info Tool logs above: i7, Win 11, etc)? Masktools2 has versions for x64_xp, x64_clang, and x64. Mvtools has msvc_xp, msvc, intel_icx_llvm, intel icl_classic, and clangcl. For nnedi3, I assume I use the clang_W7_AVX2 version? Sorry, I get overwhelmed with the build options, and want to get it right this time...

Thanks, and I'll post an update once MCTemporalDenoise is reinstalled and tested.

EDIT: Ok, McTemporalDenoise reinstalled and tested. Encoded 2 DVD tv episodes and a BluRay movie overnight and they've all completed successfully. Although I'm sad the encoding time went down from 100+ fps to 12 rofl. That's what I get for using these scripts.

Last edited by Æfterburn; 15th January 2025 at 14:34.
Æfterburn 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 15:31.


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