<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/parchive/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/parchive/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 02 May 2006 17:54:19 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/parchive/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Advice for piping on OS X</title><link>https://sourceforge.net/p/parchive/support-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi &lt;br /&gt;
I'm trying to wrap a GUI around par2 on the Mac OS X platform using &lt;br /&gt;
Obj-C Cocoa and not winning! &lt;/p&gt;
&lt;p&gt;I have tried a couple of methods at grabbing the stdout from par2 but &lt;br /&gt;
not getting anything stable. &lt;br /&gt;
The one method I am trying to get to work at the moment is &lt;br /&gt;
"readInBackgroundAndNotify" now this gets data okay but in various &lt;br /&gt;
block sizes. so I'm getting data like this: &lt;/p&gt;
&lt;p&gt;dataOutput = canning: "BigArchive.rar": 0.9% &lt;br /&gt;
dataOutput = Scanning: "BigArchive.rar": 1.0% &lt;br /&gt;
dataOutput = Scanning: "BigArchive.rar": 1.1% &lt;br /&gt;
dataOutput = S &lt;br /&gt;
dataOutput = c &lt;br /&gt;
dataOutput = a &lt;br /&gt;
dataOutput = n &lt;br /&gt;
dataOutput = n &lt;br /&gt;
dataOutput = i &lt;br /&gt;
dataOutput = n &lt;br /&gt;
dataOutput = g &lt;br /&gt;
dataOutput = : &lt;br /&gt;
dataOutput =&lt;br /&gt;
dataOutput = " &lt;br /&gt;
dataOutput = B &lt;br /&gt;
dataOutput = i &lt;br /&gt;
dataOutput = g &lt;br /&gt;
dataOutput = Archive.rar": 1.2% &lt;br /&gt;
dataOutput = Scanning: "BigArchive.rar": 1.3% &lt;br /&gt;
dataOutput = Scanning: "BigArchive.rar": 1.4% &lt;br /&gt;
dataOutput = Scanning: "BigArchive.rar": 1.5% &lt;br /&gt;
Scanning: "B &lt;br /&gt;
dataOutput = i &lt;br /&gt;
dataOutput = g &lt;/p&gt;
&lt;p&gt;This makes it impossible to search for any unique string... &lt;br /&gt;
Does anyone have any ideas how I could stablize this or know of a &lt;br /&gt;
better way to capture the stdout. &lt;br /&gt;
What I want to capture is filenames and percentage of progress &lt;/p&gt;
&lt;p&gt;Thanks in advance &lt;br /&gt;
Tracy &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 02 May 2006 17:54:19 -0000</pubDate><guid>https://sourceforge.netf0aef07d3528b08b4e18dc5c5879e1a29fe4a6e4</guid></item><item><title>(1450) Insufficient resources exist to complete ......</title><link>https://sourceforge.net/p/parchive/support-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Cannot read from "xxx.xxx.001". (1450) Insufficient &lt;br /&gt;
resources exist to complete the requested service &lt;br /&gt;
appears when joining a huge (8 Gb) file on XP over &lt;br /&gt;
NTFS.&lt;/p&gt;
&lt;p&gt;I am running QuickPar version 0.9.1.&lt;/p&gt;
&lt;p&gt;This error happens when attemting to read the first &lt;br /&gt;
one of the 100 files that resulted from splitting the &lt;br /&gt;
huge file.  The creation of the split files and the &lt;br /&gt;
par files went troubleless.  Repair works OK, it is &lt;br /&gt;
the rejoin that would not work.&lt;/p&gt;
&lt;p&gt;1. There is plenty of space on C drive&lt;br /&gt;
2. Pagefile is setup to the maximum on two drives&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 01 May 2006 17:00:06 -0000</pubDate><guid>https://sourceforge.net80cfabe00cd2b06b78848019eca8461199bc9c57</guid></item><item><title>compile error on  source tar.gz file</title><link>https://sourceforge.net/p/parchive/support-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Here are where the errors begin on make&lt;/p&gt;
&lt;p&gt;reedsolomon.cpp:54: error: explicit specialization of&lt;br /&gt;
‘bool ReedSolomon&amp;lt;Galois&amp;lt;8u, 285u, unsigned char&amp;gt;&lt;br /&gt;
&amp;gt;::SetInput(const std::vector&amp;lt;bool,&lt;br /&gt;
std::allocator&amp;lt;bool&amp;gt; &amp;gt;&amp;amp;)’ must be introduced by&lt;br /&gt;
‘template &amp;lt;&amp;gt;’&lt;br /&gt;
reedsolomon.cpp:54: error: template-id ‘SetInput&amp;lt;&amp;gt;’ for&lt;br /&gt;
‘bool ReedSolomon&amp;lt;Galois&amp;lt;8u, 285u, unsigned char&amp;gt;&lt;br /&gt;
&amp;gt;::SetInput(const std::vector&amp;lt;bool,&lt;br /&gt;
std::allocator&amp;lt;bool&amp;gt; &amp;gt;&amp;amp;)’ does not match any template&lt;br /&gt;
declaration&lt;br /&gt;
reedsolomon.cpp:54: error: invalid function declaration&lt;br /&gt;
reedsolomon.cpp:83: error: explicit specialization of&lt;br /&gt;
‘bool ReedSolomon&amp;lt;Galois&amp;lt;8u, 285u, unsigned char&amp;gt;&lt;br /&gt;
&amp;gt;::SetInput(u32)’ must be introduced by ‘template &amp;lt;&amp;gt;’&lt;br /&gt;
reedsolomon.cpp:83: error: template-id ‘SetInput&amp;lt;&amp;gt;’ for&lt;br /&gt;
‘bool ReedSolomon&amp;lt;Galois&amp;lt;8u, 285u, unsigned char&amp;gt;&lt;br /&gt;
&amp;gt;::SetInput(u32)’ does not match any template declaration&lt;br /&gt;
reedsolomon.cpp:83: error: invalid function declaration&lt;br /&gt;
reedsolomon.cpp:104: error: explicit specialization of&lt;br /&gt;
‘bool ReedSolomon&amp;lt;Galois&amp;lt;8u, 285u, unsigned char&amp;gt;&lt;br /&gt;
&amp;gt;::Process(size_t, u32, const void*, u32, void*)’ must&lt;br /&gt;
be introduced by ‘template &amp;lt;&amp;gt;’&lt;br /&gt;
reedsolomon.cpp:104: error: template-id ‘Process&amp;lt;&amp;gt;’ for&lt;br /&gt;
‘bool ReedSolomon&amp;lt;Galois&amp;lt;8u, 285u, unsigned char&amp;gt;&lt;br /&gt;
&amp;gt;::Process(size_t, u32, const void*, u32, void*)’ does&lt;br /&gt;
not match any template declaration&lt;br /&gt;
reedsolomon.cpp:104: error: invalid function declaration&lt;br /&gt;
reedsolomon.cpp:192: error: explicit specialization of&lt;br /&gt;
‘bool ReedSolomon&amp;lt;Galois&amp;lt;16u, 69643u, short unsigned&lt;br /&gt;
int&amp;gt; &amp;gt;::SetInput(const std::vector&amp;lt;bool,&lt;br /&gt;
std::allocator&amp;lt;bool&amp;gt; &amp;gt;&amp;amp;)’ must be introduced by&lt;br /&gt;
‘template &amp;lt;&amp;gt;’&lt;br /&gt;
reedsolomon.cpp:192: error: template-id ‘SetInput&amp;lt;&amp;gt;’&lt;br /&gt;
for ‘bool ReedSolomon&amp;lt;Galois&amp;lt;16u, 69643u, short&lt;br /&gt;
unsigned int&amp;gt; &amp;gt;::SetInput(const std::vector&amp;lt;bool,&lt;br /&gt;
std::allocator&amp;lt;bool&amp;gt; &amp;gt;&amp;amp;)’ does not match any template&lt;br /&gt;
declaration&lt;br /&gt;
reedsolomon.cpp:192: error: invalid function declaration&lt;br /&gt;
reedsolomon.cpp:236: error: explicit specialization of&lt;br /&gt;
‘bool ReedSolomon&amp;lt;Galois&amp;lt;16u, 69643u, short unsigned&lt;br /&gt;
int&amp;gt; &amp;gt;::SetInput(u32)’ must be introduced by ‘template &amp;lt;&amp;gt;’&lt;br /&gt;
reedsolomon.cpp:236: error: template-id ‘SetInput&amp;lt;&amp;gt;’&lt;br /&gt;
for ‘bool ReedSolomon&amp;lt;Galois&amp;lt;16u, 69643u, short&lt;br /&gt;
unsigned int&amp;gt; &amp;gt;::SetInput(u32)’ does not match any&lt;br /&gt;
template declarationreedsolomon.cpp:236: error: invalid&lt;br /&gt;
function declaration&lt;br /&gt;
reedsolomon.cpp:270: error: explicit specialization of&lt;br /&gt;
‘bool ReedSolomon&amp;lt;Galois&amp;lt;16u, 69643u, short unsigned&lt;br /&gt;
int&amp;gt; &amp;gt;::Process(size_t, u32, const void*, u32, void*)’&lt;br /&gt;
must be introduced by ‘template &amp;lt;&amp;gt;’&lt;br /&gt;
reedsolomon.cpp:270: error: template-id ‘Process&amp;lt;&amp;gt;’ for&lt;br /&gt;
‘bool ReedSolomon&amp;lt;Galois&amp;lt;16u, 69643u, short unsigned&lt;br /&gt;
int&amp;gt; &amp;gt;::Process(size_t, u32, const void*, u32, void*)’&lt;br /&gt;
does not match any template declaration&lt;br /&gt;
reedsolomon.cpp:270: error: invalid function declaration&lt;br /&gt;
make[1]: *** [reedsolomon.o] Error 1&lt;br /&gt;
make[1]: Leaving directory `/homedir/share/par2cmdline-0.4'&lt;br /&gt;
make: *** [all] Error 2&lt;/p&gt;
&lt;p&gt;FC4, amd xp3200+, gigabyte GA-7N400 Pro2, 2 Gig ddr 400&lt;br /&gt;
memory, &lt;br /&gt;
oldkawman1@cox.net&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 30 Mar 2006 23:41:37 -0000</pubDate><guid>https://sourceforge.nete45988fac95e6552adb5fa8404c8d64ad9cf8ec1</guid></item><item><title>Linux Ubuntu Breezy 5</title><link>https://sourceforge.net/p/parchive/support-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;GUI for working with par2 files, repairing blocks, but&lt;br /&gt;
under a Linux Ubuntu release.&lt;/p&gt;
&lt;p&gt;There is no such thing in GUI and would be a big help&lt;br /&gt;
for a lot of people in this community.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cupido-Online</dc:creator><pubDate>Mon, 06 Feb 2006 21:55:48 -0000</pubDate><guid>https://sourceforge.net6034111f2b392cf57e876ae554f61c00752cbbe6</guid></item><item><title>Cannot run par2 in Mac OS X 10.3.8</title><link>https://sourceforge.net/p/parchive/support-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have a Mac G4 running OS X 10.3.8. I do not seem to&lt;br /&gt;
understand how to install par2cmdline on it.&lt;/p&gt;
&lt;p&gt;I downloaded par2cmdline-0.4-ppc-G4-MacOS-X-10.2.tar.gz&lt;br /&gt;
from&lt;br /&gt;
&lt;a href="http://sourceforge.net/project/showfiles.php?group_id=30568&amp;amp;release_id=161776"&gt;http://sourceforge.net/project/showfiles.php?group_id=30568&amp;amp;release_id=161776&lt;/a&gt;&lt;br /&gt;
and opened with with stuffit expander ver. 7.0.3. &lt;/p&gt;
&lt;p&gt;Inside the untarred folder&lt;br /&gt;
par2cmdline-0.4-ppc-G4-MacOS-X-10.2,&lt;br /&gt;
I see three icons resembling grey terminal windows,&lt;br /&gt;
labelled "COPYING" "PAR2" and "README."&lt;/p&gt;
&lt;p&gt;Double-clicking on "PAR2" opens terminal and a separate&lt;br /&gt;
window labelled "Completed Command," which displays&lt;br /&gt;
some general information about par2cmdline.&lt;/p&gt;
&lt;p&gt;I get almost the same result by dragging the "PAR2"&lt;br /&gt;
icon onto an open terminal window at the command line.&lt;/p&gt;
&lt;p&gt;I had expected that one of these actions would install&lt;br /&gt;
the program, but it seems not to be right.&lt;/p&gt;
&lt;p&gt;After double-clicking or dragging the icon, typing&lt;br /&gt;
"par2" (no quotes) at the command line returns the&lt;br /&gt;
error "-bash: par2: command not found."&lt;/p&gt;
&lt;p&gt;What do I need to do to install and run par2cmdline in&lt;br /&gt;
my terminal?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 01 Apr 2005 11:49:55 -0000</pubDate><guid>https://sourceforge.netec046fc0063a82cd0e988b83ffdf0e7c4ef94b94</guid></item><item><title>win32 errorlevel's?</title><link>https://sourceforge.net/p/parchive/support-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A quick run down of what each of the errorlevels under &lt;br /&gt;
the win32 would be helpful. I think I have narrowed it &lt;br /&gt;
down, but here are the items that I have got.&lt;/p&gt;
&lt;p&gt;REM errorlevel 5 par2 error i don't know about. figure it &lt;br /&gt;
out.&lt;br /&gt;
REM errorlevel 4 Main packet not found. This is a odd &lt;br /&gt;
error.&lt;br /&gt;
REM errorlevel 3 par2 file does not exist as specified.&lt;br /&gt;
REM errorlevel 2 par2 file not able to repair.&lt;br /&gt;
REM errorlevel 1 par2 file needs repair and can repair it.&lt;br /&gt;
REM errorlevel 0 par2 file is GOOD to GO! no repair &lt;br /&gt;
needed.&lt;/p&gt;
&lt;p&gt;I use these in a script to help automate all of my &lt;br /&gt;
downloads from newsgroups and to check to see if it is &lt;br /&gt;
repairable, without having to use a gui par2 tool.&lt;/p&gt;
&lt;p&gt;I use a scheduler to run my script.&lt;/p&gt;
&lt;p&gt;As you can see, the errorlevels maynot be correct.&lt;/p&gt;
&lt;p&gt;Thanks for your help.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 24 Dec 2004 01:24:35 -0000</pubDate><guid>https://sourceforge.net541e0c96a1d220eb09ee0db49f3d879dee3f1d1e</guid></item><item><title>EEXISTS error</title><link>https://sourceforge.net/p/parchive/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When trying to recover a missing file I get error &lt;br /&gt;
EEXISTS. I've noticed when I have previously &lt;br /&gt;
successfully used parchive to recover files that the &lt;br /&gt;
recovered file has a different filename to the original e.g. &lt;br /&gt;
spaces instead of underscore. Is this a feature of &lt;br /&gt;
parchive ? Can I do anything with a PAR file that uses &lt;br /&gt;
the same name for the recovered file e.g. get error trying &lt;br /&gt;
to recover file.part09.rar even though file.part09.rar does &lt;br /&gt;
not exist.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 10 Nov 2002 00:42:43 -0000</pubDate><guid>https://sourceforge.netd3106c4733075bf2391f015ff40ec3185ec602cb</guid></item></channel></rss>