animetosho / ParPar

High performance PAR2 create client for NodeJS
202 stars 21 forks source link

Completely broken par2 files since commit 0143a754abce3751095e9148a494e37dc42c5837 #63

Closed duhagppn closed 2 months ago

duhagppn commented 2 months ago

Having an issue where the latest dev of ParPar results in unusable par2 files. tested on both Linux and Windows.

Same data files, different parpar releases. This was generated with a version from before a RISC-V addition image

This was generated on the newest dev branch image

I don't know the exact commit which screwed it up, but a working version I have is missing the following in help-full.txt: RISC-V only choices: crc: compute CRC using Zbc/Zbkc

the following files are missing from the working version, so hopefully you can narrow it down

PARPAR_\ParPar03\build\hasherrvzbc.target.mk PARPAR\ParPar03\hasher\crcrvzbc.h PARPAR\ParPar03\hasher\hasher_rvzbc.cpp

Edit: Broken since commit 0143a754abce3751095e9148a494e37dc42c5837 image

The last commit that works is 92d9c9748f9e59aef513eb7da3c899cd0a3843c4 image

animetosho commented 2 months ago

Thanks for reporting!

Hopefully the latest commit fixes it.

duhagppn commented 2 months ago

Looks to be working again, thanks for the quick fix :)