Hi,
I read the installation instruction and used this tutorial https://www.youtube.com/watch?v=L58kTuvopmc as a reference.
When I start ConfigMaker.exe, a popup appears, where I click 'Yes'. The siteini.pack starts downloading but when the download
finish, configmaker.exe don't start.
In the Windows Eventviewer I see the following:
Toepassing: ConfigMaker.exe
Framework-versie: v4.0.30319
Beschrijving: het proces is beëindigd als gevolg van een onverwerkte uitzondering.
Uitzonderingsinformatie: System.IO.IOException
bij System.IO.DirectoryInfo.MoveTo(System.String)
bij ConfigMaker.Commands.SiteIniPackUpdater+<Execute>d__17.MoveNext()
bij System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
bij System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
bij System.Runtime.CompilerServices.TaskAwaiter.GetResult()
bij ConfigMaker.Program.Main(System.String[])
Toepassingscrash-gebeurtenissen:
Toepassingsnaam met fout: ConfigMaker.exe, versie: 0.2.4.0, tijdstempel: 0x648b0e2d
Naam van foutmodule: KERNELBASE.dll, versie: 10.0.26100.7462, tijdstempel: 0x832e17c6
Uitzonderingscode: 0xe0434352
Foutoffset: 0x00161e54
Foutproces-id: 0x1FEB4
Begintijd van foutieve toepassing: 0x1DC8321E0534EE5
Faulting-toepassingspad: D:\Webgrab+\Configmaker\ConfigMaker.exe
Faulting-modulepad: C:\WINDOWS\System32\KERNELBASE.dll
Rapport-id: 81948cb1-61c1-42e7-99a1-9843c50906da
Faulting-pakket volledige naam:
Faulting-pakket-relatieve toepassings-id:
I have a Windows 11 OS where .net 9.0.308 is installed.Am I missing something?
Kind regards,

Unfortunately is an external program, not part of webgrab, also pretty old, no idea what the error could be. You may want to try this instead https://webgrabplus.com/content/webgrabcontrol
Thanks for your replay mat ! Will look into it.
Kind regards,
Well, if I select no in the popup (don't download the siteini.pack Configmaker.exe launches. I choose some different install locations, maybe that caused the problem.So, i'm some steps further then yesterday.
I made a small playlist with configmaker and saved it. After configuring WebGrab++.config, the application WebGrab+Plus give an error after starting.(see attatchment).
Any idea what I'm doing wrong?
ps: I don't see any logfile (<logging>on</logging>)
did you install dotnet 9 right? to avoid possible errors in config please use https://github.com/SilentButeo2/webgrabplus-siteinipack/blob/master/site... rename it as the original, then edit with notepad++ the license data and add channel lines
Thanks mat. Will look into it tonight. I user the batchfile from discord to check for .net9
@echo off
setlocal
:: Check for .NET 9
dotnet --list-runtimes | findstr /C:"Microsoft.NETCore.App 9." >nul
if %errorlevel% neq 0 (
echo .NET 9 is not installed.
echo Please install it from: https://dotnet.microsoft.com/en-us/download/dotnet/9.0
pause
exit /b 1
)
:: Run your executable
start "" "WebGrab+Plus.exe"
I would go to the dotnet page and install it, really don't see the need to check if it's installed, just because once installed you need to force the removal, i mean it just doesn't disappear.
Installed .NET Desktop Runtime 9.0.12 but the result is the same. Preparing for install of webgrab+ on a clean W10 install.
Installation on a clean W10 laptop was succesfull and webgrap+ launches without error(s). I will use the laptop for further experimentation.
That's weird, shouldn't change anything between windows versions, anyway glad it's solved.
Yeah, a bit strange, and I will look into it when I have some time left. Glad it works on my other laptop.