<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://test.amule.szerverem.hu/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://test.amule.szerverem.hu/w/index.php?action=history&amp;feed=atom&amp;title=Known_distribution_problems</id>
		<title>Known distribution problems - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://test.amule.szerverem.hu/w/index.php?action=history&amp;feed=atom&amp;title=Known_distribution_problems"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/w/index.php?title=Known_distribution_problems&amp;action=history"/>
		<updated>2026-04-05T16:55:17Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/w/index.php?title=Known_distribution_problems&amp;diff=25894&amp;oldid=prev</id>
		<title>Wuischke at 11:37, 25 December 2008</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/w/index.php?title=Known_distribution_problems&amp;diff=25894&amp;oldid=prev"/>
				<updated>2008-12-25T11:37:06Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 11:37, 25 December 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 13:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 13:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Crypto++ uses some Assembler code, which might cause problems. Some compiler versions seem to produce crashing code when using optimisations.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Crypto++ uses some Assembler code, which might cause problems. Some compiler versions seem to produce crashing code when using optimisations.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Adding the options &amp;quot;-DCRYPTOPP_DISABLE_ASM&amp;quot; and &amp;quot;-O1&amp;quot; or &amp;quot;-O0&amp;quot; to CXXFlags in the &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;GNUMakefile &lt;/del&gt;for &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;crypt&lt;/del&gt;++ help to solve this issue.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Adding the options &amp;quot;-DCRYPTOPP_DISABLE_ASM&amp;quot; and &amp;quot;-O1&amp;quot; or &amp;quot;-O0&amp;quot; to CXXFlags in the &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;GNUmakefile &lt;/ins&gt;for &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;crypto&lt;/ins&gt;++ help to solve this issue&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;. To do so, unpack the zip file with the sources to a new directory, open GNUmakefile and make the changes and type ''make'' in a terminal after changing into the source directory to compile. Now execute ''./cryptest.exe v'' in the source directory to test the library. If everything is OK, use ''make install'' with super user permissions to install the new version. Don't forget to recompile aMule afterwards&lt;/ins&gt;.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;crypto++ integrates a test suite called &amp;quot;cryptest.exe&amp;quot; on all systems. Executing &amp;quot;cryptest.exe v&amp;quot; in a terminal will run a verification test - if this test fails, the problem is most probably with crypto++.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;crypto++ integrates a test suite called &amp;quot;cryptest.exe&amp;quot; on all systems. Executing &amp;quot;cryptest.exe v&amp;quot; in a terminal will run a verification test - if this test fails, the problem is most probably with crypto++.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Wuischke</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/w/index.php?title=Known_distribution_problems&amp;diff=25893&amp;oldid=prev</id>
		<title>Wuischke at 11:31, 25 December 2008</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/w/index.php?title=Known_distribution_problems&amp;diff=25893&amp;oldid=prev"/>
				<updated>2008-12-25T11:31:23Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 11:31, 25 December 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 15:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 15:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Adding the options &amp;quot;-DCRYPTOPP_DISABLE_ASM&amp;quot; and &amp;quot;-O1&amp;quot; or &amp;quot;-O0&amp;quot; to CXXFlags in the GNUMakefile for crypt++ help to solve this issue.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Adding the options &amp;quot;-DCRYPTOPP_DISABLE_ASM&amp;quot; and &amp;quot;-O1&amp;quot; or &amp;quot;-O0&amp;quot; to CXXFlags in the GNUMakefile for crypt++ help to solve this issue.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;crypto++ integrates a test suite called &amp;quot;cryptest.exe&amp;quot; on all systems. Executing &amp;quot;cryptest.exe v&amp;quot; in a terminal will run a verification test - if this test fails, &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;The &lt;/del&gt;problem is most probably with &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;crypto++ integrates a test suite called &amp;quot;cryptest.exe&amp;quot; on all systems. Executing &amp;quot;cryptest.exe v&amp;quot; in a terminal will run a verification test - if this test fails, &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;the &lt;/ins&gt;problem is most probably with &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;crypto++.&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== Known crashes ==&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== Known crashes ==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Wuischke</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/w/index.php?title=Known_distribution_problems&amp;diff=24887&amp;oldid=prev</id>
		<title>Wuischke at 19:55, 6 November 2008</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/w/index.php?title=Known_distribution_problems&amp;diff=24887&amp;oldid=prev"/>
				<updated>2008-11-06T19:55:00Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Known distribution problems =&lt;br /&gt;
&lt;br /&gt;
This is a list of known problems with distribution packages. If you encounter these problems with a fully patched version of your distribution, please file a bug report at your distribution's bug tracker.&lt;br /&gt;
&lt;br /&gt;
Please note that these are '''not''' aMule bugs, but problems with distribution packages.&lt;br /&gt;
&lt;br /&gt;
== General advise ==&lt;br /&gt;
&lt;br /&gt;
Most crashes are related to crypto++ or wxwidgets. Rebuilding these packages from source usually solves crashes. Also make sure you are using the latest version of aMule.&lt;br /&gt;
&lt;br /&gt;
=== crypto++ ===&lt;br /&gt;
&lt;br /&gt;
Crypto++ uses some Assembler code, which might cause problems. Some compiler versions seem to produce crashing code when using optimisations.&lt;br /&gt;
&lt;br /&gt;
Adding the options &amp;quot;-DCRYPTOPP_DISABLE_ASM&amp;quot; and &amp;quot;-O1&amp;quot; or &amp;quot;-O0&amp;quot; to CXXFlags in the GNUMakefile for crypt++ help to solve this issue.&lt;br /&gt;
&lt;br /&gt;
crypto++ integrates a test suite called &amp;quot;cryptest.exe&amp;quot; on all systems. Executing &amp;quot;cryptest.exe v&amp;quot; in a terminal will run a verification test - if this test fails, The problem is most probably with &lt;br /&gt;
&lt;br /&gt;
== Known crashes ==&lt;br /&gt;
&lt;br /&gt;
Please do '''not''' report crashes which contain one of the following lines in the backtrace printed after the crash. Make sure you use the latest packages and notify your distribution about these problems.&lt;br /&gt;
&lt;br /&gt;
  [23] CryptoPP::BufferedTransformation::ChannelPut2(std::string const&amp;amp;, unsigned char const*, unsigned long, int, bool) in amule[0x4489c9]&lt;br /&gt;
&lt;br /&gt;
  [21] CryptoPP::IteratedHash&amp;lt;unsigned int, CryptoPP::EnumToType&amp;lt;CryptoPP::ByteOrder, 0&amp;gt;, 64u, CryptoPP::HashTransformation&amp;gt;::~IteratedHash() in amule [0x5032b2]&lt;br /&gt;
&lt;br /&gt;
  [19] wxNotebook::SetPadding(wxSize const&amp;amp;) in amule[0x8085191]&lt;/div&gt;</summary>
		<author><name>Wuischke</name></author>	</entry>

	</feed>