From: <dat...@us...> - 2006-09-20 18:07:39
|
Revision: 17330 http://svn.sourceforge.net/gaim/?rev=17330&view=rev Author: datallah Date: 2006-09-20 11:07:28 -0700 (Wed, 20 Sep 2006) Log Message: ----------- Make the wingaim debugging instructions less version specific - this should avoid people trying to get 1.5.0 crash reports when using one of the new betas. Modified Paths: -------------- web/htdocs/win32/index.php Modified: web/htdocs/win32/index.php =================================================================== --- web/htdocs/win32/index.php 2006-09-20 11:52:35 UTC (rev 17329) +++ web/htdocs/win32/index.php 2006-09-20 18:07:28 UTC (rev 17330) @@ -151,7 +151,7 @@ <h2 id="debug">Debugging Windows Gaim</h2> <h3>What to do if Gaim crashes</h3> -<p>First make sure that you are not affected by 'Dll Hell' as described above. Download and install the <a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_win32_version; ?>-debug.exe">debug version of WinGaim <?php print $current_win32_version; ?></a>. The next time you run Gaim and it crashes, the call stack will be dumped to <code>gaim.RPT</code> in your Gaim install dir. When submitting a bug report, give a detailed description on how to produce your bug and attach the most recent crash dump from your <code>gaim.RPT</code> file.</p> +<p>First make sure that you are not affected by 'Dll Hell' as described above. Download and install the debug version of WinGaim (<a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_win32_version; ?>-debug.exe"><?php print $current_win32_version; ?> is here</a>; for other versions, go to <a href="http://sourceforge.net/project/showfiles.php?group_id=235&package_id=253">the gaim file releases area on SF.net</a>). The next time you run Gaim and it crashes, the call stack will be dumped to <code>gaim.RPT</code> in your Gaim install dir. When submitting a bug report, give a detailed description on how to produce your bug and attach the most recent crash dump from your <code>gaim.RPT</code> file.</p> <h2 id="portable">Running Windows Gaim From a USB Drive</h2> <p>It is relatively easy to set up Gaim to run from a USB Drive. Most of Gaim is very good about not assuming that it is installed; a slightly customized launcher makes it all come together nicely.</p> <p>The way that this is set up, other GTK+ applications can use the same GTK+ runtime.</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |