View Single Post
  #2  
Old 19-12-2025, 04:23
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 406
Thanks: 137
Thanked 117 Times in 70 Posts
L33THAK0R is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Does not work here.

Code:
SharpSFV.exe "test.sfv"
Even absolute paths doesn't work.
I've updated the latest build and binary to add some basic debugging if it's failing to launch, I tested this on a couple systems and was satisfied with the validation results, do md5/xxh3 hashes work? Additionally if building from source (I updated this readme accordingly) the command
Code:
dotnet publish -c Release -r win-x64 --no-self-contained -p:PublishSingleFile=true
will ensure the external hashing library will be included. Apologies you've had this subpar experience so far.
Reply With Quote