FrostWire 4.18.1 Coming Soon

July 27, 2009

We’ve heard your complaints about bugs and we’ve fixed some of them, we’re working on some more and soon we’ll release a new version, among some that have already been fixed:

- Updates on the “Connection Doctor” component, to address connectivity issues
- Updates on secondary (after-search) loading logic. Loads secondary overlay on the spot, more room for FrostClick artist promotions.
- Fixes a bug where the media player would loop non-stop without playing all the songs on a playlist once it found an mp3 it could not play
- Fixes a bug on for Mac OSX where FrostWire would only download torrents opened via Finder if it was already running. Torrents now launch FrostWire and start downloading at once.
- Updates video help link to point to YouTube video of how to install FrostWire on Mac. http://www.youtube.com/watch?v=hakWq8q8CHQ

Basically we’ll be addressing issues with Connectivity, Some Mp3 files not playing, and other usability issues.
There’s some other work on the way to cut about 80% to 90% of the fake search results, but it could make it on FrostWire 4.18.2 if we can’t have it done in time for 4.18.1.

FrostWire 4.18.1 will also have access to a new network of Community Hosted UHC servers that will allow many more peers to get Turbo Charged right away.

Thanks for the feedback, we appreciate it.


Compiling Ghost White Crab on Linux x86_64 Ubuntu Linux

July 27, 2009

Compiling this software is usually just a matter of running ‘make’, but if you try to do so in Ubuntu 64bit, you’ll encounter the following error on the config_test.log file

skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.3/libgcc.a when searching for -lgcc

To solve this issue just do the following:

apt-get install libc6-dev-i386

This makes the make script work since lib6-dev-i386 installs the
l32bit development libraries for GNU C for AMD64 (64bit linux)

Now it works!

About Ghost White Crab
GhostWhiteCrab is a portable, stand-alone GWebCache implemented in C. It is open-source and distributed under a BSD-style license. It was developed as a light-weight replacement for CGI GWebCache implementations in PHP, Perl, ASP etc. Unlike those, GhostWhiteCrab can easily handle millions of transactions per hour while consuming little memory and CPU resources. Although GWebCaches are usually used as bootstrap system for Gnutella, you can use them for any other network as well. GhostWhiteCrab doesn’t handle multiple networks at a time, but you can configure it for any network you like.

GhostWhiteCrab is also an UDP Hostcache (UHC) for the Gnutella network. This is the recommended use now as most Gnutella clients support this or have completely switched to this bootstrap method. An UDP hostcache is much lighter weight, especially in terms of traffic. It’s possible to run GhostWhiteCrab as UHC instead of a GWebCache, or it can serve as both at the same time.

Download BZIP2 compressed sources


DownloadRoute.com also certifies FrostWire as 100% CLEAN

July 2, 2009

FrostWire received 100% CLEAN award on DownloadRoute.com

From George Zubor Senior Editor at DownloadRoute.com:

Hello!

We would like to inform you that FrostWire has successfully passed antivirus and antispyware tests and were so impressed that we decided to give you our 100% CLEAN award! We use for scanning now four of the best antivirus engines available on the market.

You must know that we’ve created the brand new and absolutely real reports. (Other sites usually offers only fake awards.) You may check your security reports on this URL: http://www.downloadroute.com/FrostWire-FrostWire-LLC/antivirus_report.html

We also remind you that FrostWire has been certified 100% clean by Softpedia

Pretty Cool, Keep those reports coming!



How to install FrostWire in Debian Lenny

July 1, 2009

The folks at TuxArena – Debian and Ubuntu articles, news and tutorials, Linux reviews have written a very cool tutorial on how to install FrostWire on Debian Lenny

Thanks to TuxArena for this wonderful howto, you can follow @TuxArena on Twitter for more Debian related information.