Aquileo | Recent changes to bugshttps://sourceforge.net/p/parchive/bugs/Recent changes to bugsenFri, 06 Jul 2018 15:03:50 -0000Aquileo | Crashhttps://sourceforge.net/p/parchive/bugs/77/<div class="markdown_content"><p>Cannot open assembly '/Users/qjungblut/Downloads/QuickPar-0.9.1.0-NLD.exe': File does not contain a valid CIL image.</p></div>Quinten JungblutFri, 06 Jul 2018 15:03:50 -0000https://sourceforge.net8a6a866f371f2630e710668e89cb4e64e5c4b1bcAquileo | reedsolomon.h:136: pointless call to empty ?https://sourceforge.net/p/parchive/bugs/76/<div class="markdown_content"><p><span>[reedsolomon.h:136]</span>: (warning) Ineffective call of function 'empty()'. Did you intend to call 'clear()' instead?</p>
<p>outputrows.empty();</p></div>dcbSun, 14 Sep 2014 14:52:54 -0000https://sourceforge.netd857a4f88b729e0475fce5978b7e0fb5ea6b3877Aquileo | snprintf failures ignoredhttps://sourceforge.net/p/parchive/bugs/75/<div class="markdown_content"><p>When snprintf does not output its entire string because 'n' has been reached, the code continues like nothing has gone wrong. This usually results in the code getting caught in a loop attempting to rename a file (it attempts to append 2, gets the same string back because it was truncated, attempts to append 3, gets the same string back...). There are likely many better fixes than the one I've attached (it also bumps the max length to match what linux uses internally, this is completely for my own benefit, and can be removed)</p></div>AnonymousFri, 05 Apr 2013 21:26:00 -0000https://sourceforge.netdfa8ced05a3e45e8d544e5c5a9650272499982ecAquileo | Patch for GCC 4https://sourceforge.net/p/parchive/bugs/74/<div class="markdown_content"><p>reedsolomon.cpp:54:6: error: specializing member 'ReedSolomon<Galois<8u, 285u, unsigned char> >::SetInput' requires 'template<>' syntax<br />
make[1]: *** [reedsolomon.o] Error 1<br />
make[1]: Leaving directory `/media/files/downloads/par2cmdline-0.4'<br />
make: *** [all] Error 2</p></div>Tue, 06 Sep 2011 18:43:52 -0000https://sourceforge.net4a898984ce8dbe8725a58a61c8ca4bd8274c9631Aquileo | manual unreadablehttps://sourceforge.net/p/parchive/bugs/73/<div class="markdown_content"><p>I had to discover how par2 works by running it in different contexts. Please add the following to the manual under the title DESCRIPTION, after you check my suppositions. Please remember that a newcomer who reads the manual does not know par2 in advance. </p>
<p>par2 protects data files by creating recovery files with .par2 extensions. It divides the data files into blocks and it creates recovery blocks saved in the recovery files. All blocks have equal sizes. The required and reported size and number of blocks are rigorously respected. Recovery blocks are ordered and you can generate any sequence of them. Their required and reported number and size are also rigorously respected. The recovery files also contain info about the data files' names and sizes. The recovery files with voln+m in their name memorize the recovery blocks n+1 to n+m. The recovery file without voln+m in its name verifies the integrity of the data files and contains no recovery blocks. The required number of recovery files is rigorously respected, but the required size of recovery files is not, probably because of the uneven number of recovery blocks. The size of recovery files is much larger than that of the recovery blocks they contain. </p>
<p>par2 c file - protect file, with file*.par2 as recovery files <br />
par2 c file files - protect files, with file*.par2 as recovery files. If file ends in .par2, .par2 is removed. par2 overwrites old file*.par2 files without warning. <br />
par2 v|r file [files] - verify / try to recover data files protected by file*.par2, fn.volp+q.par2 if file is fn.volm+n and fn.par2 if fn is in files and fn is not data file. files is a list of recovery files not identified by file and of data files which do not have their original names. If file or not data files end in .par2, .par2 is removed. files should be used in case that file*.par2's and data files' names have been corrupted. par2 is able to recover data files with data added to and deleted from any part of them. par2 is able to recover data files which have been split into separate files. par2 does not report missing file*.par2 recovery files, it reports only available recovery blocks. </p>
<p>These should complete OPTIONS: </p>
<p>-b<n> sets the number of blocks in which data files are split <br />
-u requires equal recovery file sizes <br />
-u is respected with approximation <br />
-r<n> requires a level of redundancy of n% of the data files sizes. It is 5% by default. <br />
-n<n> requires exactly n recovery files, file.par2 not included </p></div>Doru GeorgescuSat, 08 May 2010 14:50:32 -0000https://sourceforge.netc89b4250f984e2c0c4ef3d6272db0dd4efaf2f15Aquileo | make par2cmdline failedhttps://sourceforge.net/p/parchive/bugs/72/<div class="markdown_content"><p>Hello,</p>
<p>in a second attempt, I tried to compile the cvs-source for par2-cmdline, again on KDE 4.3.5, x86_64-suse-linux,<br />
gcc version 4.4.1 [gcc-4_4-branch revision 150839] (SUSE Linux),</p>
<p>The compiler aborted with:</p>
<p>In file included from par2cmdline.h:284,<br />
from par2creator.cpp:20:<br />
verificationhashtable.h:412: warning: suggest parentheses around ‘&&’ within ‘||’<br />
verificationhashtable.h:429: warning: suggest parentheses around ‘&&’ within ‘||’<br />
In file included from par2cmdline.h:289,<br />
from par2creator.cpp:20:<br />
par1fileformat.h: At global scope:<br />
par1fileformat.h:41: warning: ignoring packed attribute because of unpacked non-POD field ‘MD5Hash PAR1FILEHEADER::controlhash’<br />
par1fileformat.h:42: warning: ignoring packed attribute because of unpacked non-POD field ‘MD5Hash PAR1FILEHEADER::sethash’<br />
par1fileformat.h:56: warning: ignoring packed attribute because of unpacked non-POD field ‘MD5Hash PAR1FILEENTRY::hashfull’<br />
par1fileformat.h:57: warning: ignoring packed attribute because of unpacked non-POD field ‘MD5Hash PAR1FILEENTRY::hash16k’<br />
par2creator.cpp: In constructor ‘Par2Creator::Par2Creator()’:<br />
par2creator.cpp:78: error: ‘CTL_HW’ was not declared in this scope<br />
par2creator.cpp:78: error: ‘HW_NCPU’ was not declared in this scope<br />
make[1]: *** [par2creator.o] error 1<br />
make[1]: Leaving directory `/home/sources/par2-cmdline'<br />
make: *** [all] error 2</p>
<p>bye<br />
al</p></div>JosefSat, 01 May 2010 18:28:05 -0000https://sourceforge.net2848ae7d8f635bcfba5114a4a57a2a26dd222cc4Aquileo | make check stopped with errorhttps://sourceforge.net/p/parchive/bugs/71/<div class="markdown_content"><p>Hello,</p>
<p>I tried to compile the cvs-source on KDE 4.3.5, x86_64-suse-linux, <br />
gcc version 4.4.1 [gcc-4_4-branch revision 150839] (SUSE Linux), </p>
<p>on make check it the compiler aborted with </p>
<p>gpar2.cc: In function ‘int main(int, char**)’:<br />
gpar2.cc:11: error: ‘bindtextdomain’ was not declared in this scope<br />
gpar2.cc:12: error: ‘bind_textdomain_codeset’ was not declared in this scope<br />
gpar2.cc:13: error: ‘textdomain’ was not declared in this scope<br />
gpar2.cc:22: warning: deprecated conversion from string constant to ‘char*’<br />
make[1]: *** [gpar2.o] error 1<br />
make[1]: Leaving directory `/home/sources/gpar2'<br />
make: *** [check-recursive] error 1</p>
<p>bye<br />
al</p></div>JosefSat, 01 May 2010 17:36:55 -0000https://sourceforge.netc7c868baffcd5824f9687a90f7cd7f29728ccbf8Aquileo | Cannot Resize Window on Ubuntuhttps://sourceforge.net/p/parchive/bugs/70/<div class="markdown_content"><p>It is not possible for me to resize the window. I use a bigger font than the default system font and I lose info on interface. If I try to resize the interface window size, no success. I set my desktop to 1080 and I use a font 16 size. </p></div>AnonymousSat, 24 Apr 2010 19:51:07 -0000https://sourceforge.net9efbcda444cd235701138ebea029236d768f7d17Aquileo | Fails/freezes when working with large fileshttps://sourceforge.net/p/parchive/bugs/69/<div class="markdown_content"><p>When I tried to create a par2 file set for a 2.7GB data file, par2cmdline failed and gave a reason with nonsense numbers. In another test, I successfully created a par2 file set for the 2.7GB file divided into three 1GB partial files. When I tried to recreate the partial files using the original 2.7GB file as the source, par2cmdline froze after displaying "Scanning extra files:" and consumed all CPU time until I killed the process.</p>
<p>This problem was experienced in par2cmdline version 0.4 in 32-bit Windows XP SP3 using simple command line parameters (no advanced parameters such as block size, par2 file count, etc.).</p>
<p>ToonPal</p></div>AnonymousMon, 28 Sep 2009 04:38:42 -0000https://sourceforge.net48b26c10ca6f1a22903538092477114519d397ddAquileo | libpar cannot find sigc libs anywhere, fails to install.https://sourceforge.net/p/parchive/bugs/68/<div class="markdown_content"><p>I installed the libsigc RPM, and then the Gpar RPM. However, although gpar "installs" it does not work, and says it cannot find the libsig object files. After I make a symlink from my lib64 dir to the lib dir where the files are installed, it complains about libgtkmm-2.4.so.1. I tried installing this RPM as well, but it also produces problems.</p>
<p>When I tried installing everything from scratch (Centos5, 64bit AMD), libpar cannot find the libsig files (which I installed form scratch). I tried using the flags to specify where they are. This also does not help.<br />
</p></div>AnonymousFri, 14 Nov 2008 19:46:32 -0000https://sourceforge.net7f3904be54a958cefc23153e078b590d3ee06ff1