@joschi1999
So, it's not a problem with your updater (it work with my settings).
The bug (
I THINK) provide to your UpdateVersion.ini
At this address :
[Only registered and activated users can see links. Click Here To Register...]
Your UpdateVersion.ini
Code:
[Version]
CheckVersion=3
UpdaterVersion=186
PatchFileVersion=187
The correct UpdateVersion.ini
Code:
[Version]
CheckVersion=3
UpdaterVersion=18
PatchFileVersion=187
And into your Version.ini (force Update), replace this :
Code:
StartUpdate=UPDATE_END
To :
Code:
StartUpdate=EXTRACT_START
And, checks that your Version.ini doesn't add this line when your updater starts (this could create the error c.22)
Code:
[Version]
CheckVersion=3
CurrentVersion=37
StartUpdate=UPDATE_END
CurrentVersion=0
And if all it's good, it will be work.
Regards,