View Full Version : srestore just dies, no error, no exception
wonkey_monkey
18th April 2026, 15:57
It's been a while since I've used srestore. I got the version linked to in the Wiki: http://pastebin.com/raw/JYBjMBvx
and got the latest MaskTools 2 by following the Required Plugins link from the wiki.
But when I try to use it, the script just... dies, taking VirtualDub etc with it. Even AvsMeter64 just stops, without printing any error message.
Obviously this doesn't really give me any starting point for figuring out the problem. Does anyone know what might be up with it? Or can suggest an alternative?
Example script:
colorbars(pixel_type="yv12")
srestore(24)
StainlessS
18th April 2026, 18:10
Check Computer Management/System Tools/Event Viewer/Windows logs/Application/
EDIT: Also possible that something might get spit out via DebugView.
wonkey_monkey
18th April 2026, 18:32
Nothing in DebugView, but in the error logs:
Faulting application name: AVSMeter64.exe, version: 3.0.9.0, time stamp: 0x6064ad8e
Faulting module name: ntdll.dll, version: 10.0.19041.6456, time stamp: 0x7ec9c15d
Exception code: 0xc0000005
Fault offset: 0x00000000000a2887
Faulting process ID: 0x6a24
Faulting application start time: 0x01dccf590fc52223
Faulting application path: C:\Program Files\AVSMeter\AVSMeter64.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report ID: dd4fffbe-6a11-44f7-802e-0baa773c073f
Faulting package full name:
Faulting package-relative application ID:
StainlessS
18th April 2026, 18:34
The exception code is access violation.
EDIT:
With ###### srestore v2.797 ######,
colorbars(pixel_type="yv12")
srestore(24)
no problems here.
v2.797:- https://www.mediafire.com/file/znhe4is3xqt9iuw/srestore_v2.797.7z/file
StainlessS
18th April 2026, 18:53
c:\Z>avsmeter t.avs
AVSMeter 3.0.9.0 (x86), (c) Groucho2004, 2012-2021
Error: Cannot load avisynth.dll. # OOps,
Windows returned: "The system cannot find the file specified."
Avisynth (x86) is probably not installed.
c:\Z>avsmeter64 t.avs # correct x64 version
AVSMeter 3.0.9.0 (x64), (c) Groucho2004, 2012-2021
AviSynth+ 3.7.5 (r4554, master, x86_64) (3.7.5.0)
Number of frames: 86400
Length (hh:mm:ss.ms): 01:00:00.000
Frame width: 640
Frame height: 480
Framerate: 24.000 (24/1)
Colorspace: YV12
Audio channels: 2
Audio bits/sample: 32 (Float)
Audio sample rate: 48000
Audio samples: 172799827
Frames processed: 86400 (0 - 86399)
FPS (min | max | average): 2048 | 3217 | 3060
Process memory usage (max): 65 MiB
Thread count: 13
CPU usage (average): 8.0%
Time (elapsed): 00:00:28.236
c:\Z>
wonkey_monkey
18th April 2026, 18:57
No change here.
AvsPlusVersionNumber() seems to evaluate to 0 (from Zs_RF_Shared.avsi). Could that be a clue?
StainlessS
18th April 2026, 19:01
Could that be a clue?
Yep, could be. (dont know what that clue could be though :) )
The one I've got.
https://www.mediafire.com/file/uj7uwxl04hthtfo/Zs_RF_Shared_V1.159.7z/file
RT_DebugF("%d",AvsPlusVersionNumber)
colorbars(pixel_type="yv12")
srestore(24)
EDIT: I'm gettin' 4554
or in full
00000106 19:03:36 [11248] AvsInit:
00000107 19:03:36 [11248] AvsInit: Auto load plugins script ENTRY
00000108 19:03:36 [11248] AvsInit:
00000109 19:03:36 [11248] AvsInit_ShowInfo:
00000110 19:03:36 [11248] AvsInit_ShowInfo: AvsInit_Version = 1.10
00000111 19:03:36 [11248] AvsInit_ShowInfo: GScript Available = AVS+
00000112 19:03:36 [11248] AvsInit_ShowInfo: RT_Stats Version = 2.00Beta13
00000113 19:03:36 [11248] AvsInit_ShowInfo: SysInfo Version = 0.129000
00000114 19:03:36 [11248] AvsInit_ShowInfo: SysInfo.dll DIR = C:\VideoTools\AvisynthRepository\AVSPLUS373_x64\plugins
00000115 19:03:36 [11248] AvsInit_ShowInfo: VersionString = AviSynth+ 3.7.5 (r4554, master, x86_64)
00000116 19:03:36 [11248] AvsInit_ShowInfo: SetMemoryMax = 4096
00000117 19:03:36 [11248] AvsInit_ShowInfo: Avisynth Bitness = 64
00000118 19:03:36 [11248] AvsInit_ShowInfo: WorkingDir = C:\VideoTools\AvisynthRepository\AVSPLUS373_x64\plugins\
00000119 19:03:36 [11248] AvsInit_ShowInfo: ProcessName = C:\NON-INSTALL\VDUB\VDUB2\VirtualDub64.exe
00000120 19:03:36 [11248] AvsInit_ShowInfo: ParentProcessName = PSPad.exe
00000121 19:03:36 [11248] AvsInit_ShowInfo: OSVersionString = Windows 10 (x64) (Build 19045)
00000122 19:03:36 [11248] AvsInit_ShowInfo: OSVersionNumber = 10.000000
00000123 19:03:36 [11248] AvsInit_ShowInfo: OS Bitness = 64
00000124 19:03:36 [11248] AvsInit_ShowInfo: CPUName = Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz / Coffee Lake (Core i7)
00000125 19:03:36 [11248] AvsInit_ShowInfo: Cores = 06:12 (Phy:Log)
00000126 19:03:36 [11248] AvsInit_ShowInfo: CPU Extensions = MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, FMA3, RDSEED, ADX, AVX, AVX2
00000127 19:03:36 [11248] AvsInit_ShowInfo: Total Memory = 32650MB
00000128 19:03:36 [11248] AvsInit_ShowInfo: Avail Memory = 27178MB'
00000129 19:03:36 [11248] AvsInit_ShowInfo: Screen Res = 1920x1080
00000130 19:03:36 [11248] AvsInit_ShowInfo: Screen BitsPerPixel = 32
00000131 19:03:36 [11248] AvsInit_ShowInfo: Time = Saturday 18 April 2026 19:03:36[GMT Summer Time]
00000132 19:03:36 [11248] AvsInit_ShowInfo: User TEMP Dir = C:\Users\steve\AppData\Local\Temp
00000133 19:03:36 [11248] AvsInit_ShowInfo: ComSpec = C:\WINDOWS\system32\cmd.exe
00000134 19:03:36 [11248] AvsInit_ShowInfo: Computer Name = OMEN-W10H
00000135 19:03:36 [11248] AvsInit_ShowInfo: User Name = steve
00000136 19:03:36 [11248] AvsInit_ShowInfo:
00000137 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\AutoContrast.avsi
00000138 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\Dehalo_alpha_MT2.avsi
00000139 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\Dehalo_Beta.avsi
00000140 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\dither.avsi
00000141 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\ExTools.avsi
00000142 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\Favc.avsi
00000143 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\FineBeta.avsi
00000144 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\FrameRateConverter.avsi
00000145 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\FrameSurgeon.avsi
00000146 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\GradePack.avsi
00000147 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\InpaintDelogo.avsi
00000148 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\JohnFPS.avsi
00000149 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\MakeframeGenny.avsi
00000150 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\McDegrain.avsi
00000151 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\Misc.avsi
00000152 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\QTGMC.avsi
00000153 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\RoboSplice.avsi
00000154 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\SetMTMode.avsi
00000155 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\Spotless.avsi
00000156 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\Srestore.avsi
00000157 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\Stab.avsi
00000158 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\Stab_Light_1.4.avsi
00000159 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\TransformsPack.avsi
00000160 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\Utils-r41.avsi
00000161 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\Waveform_Filmstrip.avsi
00000162 19:03:36 [11248] AvsInit_DImport: Importing ... C:\VideoTools\AvisynthRepository\GIMPORT\Zs_RF_Shared.avsi
00000163 19:03:36 [11248] AvsInit_DImport: IMPORTED 26 scripts from 'C:\VideoTools\AvisynthRepository\GIMPORT'
00000164 19:03:37 [11248] AvsInit_DImport: IMPORTED 0 scripts from 'C:\VideoTools\AvisynthRepository\AVSPLUS373_x64\plugins\GIMPORT'
00000165 19:03:37 [11248] AvsInit_DLoadConditional: STARTING DLL SCAN on C:\VideoTools\AvisynthRepository\MACHINE
00000166 19:03:37 [11248] AvsInit_DLoadConditional: DGDecodeNV.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\8_AVX2
00000167 19:03:37 [11248] AvsInit_DLoadConditional: plugins_JPSDR.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\8_AVX2
00000168 19:03:37 [11248] AvsInit_DLoadConditional: DePan.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\0_CPP
00000169 19:03:37 [11248] AvsInit_DLoadConditional: DePanEstimate.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\0_CPP
00000170 19:03:37 [11248] AvsInit_DLoadConditional: dfttest.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\0_CPP
00000171 19:03:37 [11248] AvsInit_DLoadConditional: !!! Skipping File 2_WIN7_0\5_AVS26x64\0_CPP\DGDecodeNV.dll, already loaded from 2_WIN7_0\5_AVS26x64\8_AVX2
00000172 19:03:37 [11248] AvsInit_DLoadConditional: DGHDRtoSDR.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\0_CPP
00000173 19:03:37 [11248] AvsInit_DLoadConditional: DGPQtoHLG.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\0_CPP
00000174 19:03:37 [11248] AvsInit_DLoadConditional: DGTonemap.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\0_CPP
00000175 19:03:37 [11248] AvsInit_DLoadConditional: FFMS2.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\0_CPP
00000176 19:03:37 [11248] AvsInit_DLoadConditional: LSMASHSource_x64_1266.0.0.0.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\0_CPP
00000177 19:03:37 [11248] AvsInit_DLoadConditional: masktools2.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\0_CPP
00000178 19:03:37 [11248] AvsInit_DLoadConditional: MedianBlur2.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\0_CPP
00000179 19:03:37 [11248] AvsInit_DLoadConditional: mvtools2.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\0_CPP
00000180 19:03:37 [11248] AvsInit_DLoadConditional: neo_vague_denoiser.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\0_CPP
00000181 19:03:37 [11248] AvsInit_DLoadConditional: nnedi3.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\0_CPP
00000182 19:03:37 [11248] AvsInit_DLoadConditional: !!! Skipping File 2_WIN7_0\5_AVS26x64\0_CPP\plugins_JPSDR.dll, already loaded from 2_WIN7_0\5_AVS26x64\8_AVX2
00000183 19:03:37 [11248] AvsInit_DLoadConditional: RemoveDirt.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\0_CPP
00000184 19:03:37 [11248] AvsInit_DLoadConditional: TDeint.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\0_CPP
00000185 19:03:37 [11248] AvsInit_DLoadConditional: TIVTC.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\0_CPP
00000186 19:03:37 [11248] AvsInit_DLoadConditional: !!! Skipping File 0_XP\5_AVS26x64\0_CPP\DePan.dll, already loaded from 2_WIN7_0\5_AVS26x64\0_CPP
00000187 19:03:37 [11248] AvsInit_DLoadConditional: !!! Skipping File 0_XP\5_AVS26x64\0_CPP\DePanEstimate.dll, already loaded from 2_WIN7_0\5_AVS26x64\0_CPP
00000188 19:03:37 [11248] AvsInit_DLoadConditional: !!! Skipping File 0_XP\5_AVS26x64\0_CPP\dfttest.dll, already loaded from 2_WIN7_0\5_AVS26x64\0_CPP
00000189 19:03:37 [11248] AvsInit_DLoadConditional: !!! Skipping File 0_XP\5_AVS26x64\0_CPP\masktools2.dll, already loaded from 2_WIN7_0\5_AVS26x64\0_CPP
00000190 19:03:37 [11248] AvsInit_DLoadConditional: !!! Skipping File 0_XP\5_AVS26x64\0_CPP\MedianBlur2.dll, already loaded from 2_WIN7_0\5_AVS26x64\0_CPP
00000191 19:03:37 [11248] AvsInit_DLoadConditional: !!! Skipping File 0_XP\5_AVS26x64\0_CPP\mvtools2.dll, already loaded from 2_WIN7_0\5_AVS26x64\0_CPP
00000192 19:03:37 [11248] AvsInit_DLoadConditional: !!! Skipping File 0_XP\5_AVS26x64\0_CPP\nnedi3.dll, already loaded from 2_WIN7_0\5_AVS26x64\0_CPP
00000193 19:03:37 [11248] AvsInit_DLoadConditional: !!! Skipping File 0_XP\5_AVS26x64\0_CPP\TIVTC.dll, already loaded from 2_WIN7_0\5_AVS26x64\0_CPP
00000194 19:03:37 [11248] AvsInit_DLoadConditional: !!! Skipping File 0_XP\4_AVS26Stdx64\0_CPP\ffms2.dll, already loaded from 2_WIN7_0\5_AVS26x64\0_CPP
00000195 19:03:37 [11248] AvsInit_DLoadConditional: !!! Skipping File 0_XP\4_AVS26Stdx64\0_CPP\masktools2.dll, already loaded from 2_WIN7_0\5_AVS26x64\0_CPP
00000196 19:03:37 [11248] AvsInit_DLoadConditional: !!! Skipping File 0_XP\4_AVS26Stdx64\0_CPP\neo_vague_denoiser.dll, already loaded from 2_WIN7_0\5_AVS26x64\0_CPP
00000197 19:03:37 [11248] AvsInit_DLoadConditional: !!! Skipping File 0_XP\4_AVS26Stdx64\0_CPP\nnedi3.dll, already loaded from 2_WIN7_0\5_AVS26x64\0_CPP
00000198 19:03:37 [11248] AvsInit_DLoadConditional: !!! Skipping File 0_XP\4_AVS26Stdx64\0_CPP\RemoveDirt.dll, already loaded from 2_WIN7_0\5_AVS26x64\0_CPP
00000199 19:03:37 [11248] AvsInit_DLoadConditional: DGDecode.dll LoadPlugin OK from 0_XP\3_AVS25x64\0_CPP
00000200 19:03:37 [11248] AvsInit_DLoadConditional: !!! Skipping File 0_XP\3_AVS25x64\0_CPP\ffms2.dll, already loaded from 2_WIN7_0\5_AVS26x64\0_CPP
00000201 19:03:37 [11248] AvsInit_DLoadConditional: LSMASHSource.dll LoadPlugin OK from 0_XP\3_AVS25x64\0_CPP
00000202 19:03:37 [11248] AvsInit_DLoadConditional: !!! Skipping File 0_XP\3_AVS25x64\0_CPP\masktools2.dll, already loaded from 2_WIN7_0\5_AVS26x64\0_CPP
00000203 19:03:37 [11248] AvsInit_DLoadConditional: STARTING SCRIPT SCAN on C:\VideoTools\AvisynthRepository\MACHINE
00000204 19:03:37 [11248] AvsInit_DLoadConditional: 20 dll's LOADED : 17 dll's SKIPPED : 0 dll's FAILED
00000205 19:03:37 [11248] AvsInit_DLoadConditional: 0 scripts LOADED : 0 Scripts SKIPPED : 0 scripts FAILED
00000206 19:03:37 [11248] RT_DebugF: 4554
EDIT: I just noticed from above that I'm loading LSmash dll twice, due to one of them having long versioned name, ie LSMASHSource_x64_1266.0.0.0.dll and again as LSMASHSource.dll
00000176 19:03:37 [11248] AvsInit_DLoadConditional: LSMASHSource_x64_1266.0.0.0.dll LoadPlugin OK from 2_WIN7_0\5_AVS26x64\0_CPP
# ...
00000201 19:03:37 [11248] AvsInit_DLoadConditional: LSMASHSource.dll LoadPlugin OK from 0_XP\3_AVS25x64\0_CPP
real.finder
18th April 2026, 19:03
EDIT:
With ###### srestore v2.797 ######,
colorbars(pixel_type="yv12")
srestore(24)
no problems here.
v2.797:- https://www.mediafire.com/file/znhe4is3xqt9iuw/srestore_v2.797.7z/file
what about https://raw.githubusercontent.com/realfinder/AVS-Stuff/master/avs%202.5%20and%20up/Srestore.avsi ? it should be my last update; same for Zs_RF_Shared.avsi https://raw.githubusercontent.com/realfinder/AVS-Stuff/refs/heads/master/avs%202.5%20and%20up/Zs_RF_Shared.avsi
No change here.
AvsPlusVersionNumber() seems to evaluate to 0 (from Zs_RF_Shared.avsi). Could that be a clue?
what the avs+ ver. do you use?
real.finder
18th April 2026, 19:06
Nothing in DebugView, but in the error logs:
Faulting application name: AVSMeter64.exe, version: 3.0.9.0, time stamp: 0x6064ad8e
Faulting module name: ntdll.dll, version: 10.0.19041.6456, time stamp: 0x7ec9c15d
Exception code: 0xc0000005
Fault offset: 0x00000000000a2887
Faulting process ID: 0x6a24
Faulting application start time: 0x01dccf590fc52223
Faulting application path: C:\Program Files\AVSMeter\AVSMeter64.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report ID: dd4fffbe-6a11-44f7-802e-0baa773c073f
Faulting package full name:
Faulting package-relative application ID:
maybe it's same bug as https://github.com/pinterf/mvtools/issues/66#issuecomment-4145856114
wonkey_monkey
18th April 2026, 19:16
what about https://raw.githubusercontent.com/realfinder/AVS-Stuff/master/avs%202.5%20and%20up/Srestore.avsi ? it should be my last update; same for Zs_RF_Shared.avsi https://raw.githubusercontent.com/realfinder/AVS-Stuff/refs/heads/master/avs%202.5%20and%20up/Zs_RF_Shared.avsi
Same result; AvsPlusVersionNumber = 0.
what the avs+ ver. do you use?
My VersionString is:
AviSynth+ 3.7.5 (x86_64)
StainlessS
18th April 2026, 19:19
mine (from prev long output)
00000115 19:03:36 [11248] AvsInit_ShowInfo: VersionString = AviSynth+ 3.7.5 (r4554, master, x86_64)
StainlessS
18th April 2026, 19:26
####################
#### some of StainlessS AvsVersion.avsi https://forum.doom9.org/showpost.php?p=1897680&postcount=5103
Function IsAvsNeo() { FindStr(VersionString," Neo")!=0}
Function IsAvsPlus() { FindStr(VersionString,"AviSynth+")!=0||IsAvsNeo}
Function AvsPlusVersionNumber() { V=VersionString Off=(!IsAvsPlus)?0:FindStr(V,"(r") return (Off==0)?0:V.MidStr(Off+2).Value.Int } # Avs+ & Neo, (More than 4 digits, Max 24 bit, ~16M)
StainlessS
18th April 2026, 19:36
The Avs+ version I'm currently using (I've got later in my todo folder)
https://github.com/pinterf/AviSynthPlus/releases/tag/v3.7.6pre-r4554
Latest one here:- https://github.com/pinterf/AviSynthPlus/releases
StainlessS
18th April 2026, 19:43
mine (from prev long output)
00000115 19:03:36 [11248] AvsInit_ShowInfo: VersionString = AviSynth+ 3.7.5 (r4554, master, x86_64)
It is looking for the above build number in red (4554),
yours dont not got none. [Good heavens, I'm startin' to talk like trump]
wonkey_monkey
18th April 2026, 22:15
Looks like compiling from source results in a VersionString without a release number. Might be worth bearing in mind for a fallback (e.g. if "3.7.5" is present, then it's at least 4554). Or maybe that should be the default way to determine version these days?
StainlessS
19th April 2026, 02:17
if "3.7.5" is present, then it's at least 4554
Dont know how that occurred, here from some older version of 3.7.3
https://i.postimg.cc/SQWR6TwP/Avs-373.jpg (https://postimages.org/)
Somehow build number not reflected in [EDIT: your] VersionString.
AvsPlusVersionNumber() has worked ok for some time now. (usually)
dll could have been produced by Pinterf or qyot27 or maybe even some other.
wonkey_monkey
19th April 2026, 11:55
I mean I compiled it myself from source. It seems that anyone who does won't have the r number in VersionString.
StainlessS
19th April 2026, 14:53
OK, that solves who the culprit is,
I dont know what hoops the compiler (person, EDIT: maybe compilOr) has to jump through to add the build number.
EDIT: Just curious, what does your Product Name in file properties say ?
real.finder
20th April 2026, 11:21
I mean I compiled it myself from source. It seems that anyone who does won't have the r number in VersionString.
IIRC, I did compiled avs+ before and it still has "r number in VersionString"
anyway try this
Function AvsPlusVersionNumber() { V=VersionString Off=(!IsAvsPlus)?0:FindStr(V,"(r") r=(Off==0)?0:V.MidStr(Off+2).Value.Int return IsAvsPlus && r==0 ? 4554 : r } # Avs+ & Neo, (More than 4 digits, Max 24 bit, ~16M)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.