aMule Forum

English => aMule News => Topic started by: Kry on December 11, 2005, 02:37:02 PM

Title: News, news, hot news!
Post by: Kry on December 11, 2005, 02:37:02 PM
Ok, I lied, there are no hot news. ;)

Thanks for filling me previous request, we are 1k users on frappr now! EXactly 1024 as I write this. World domination is one step closer! Now, next request is to be 1M of users. And I mean mega as in 1024*1024 :P

You know, the frapper map is HERE (http://www.frappr.com/amule) and remember to check Alien Loves Predator comic (http://alienlovespredator.com/index.php?id=1) (no, the guy doing it doens't pay me, but I like to link there :P It's great anyway). The link is to strip 1. Keep pushing next. Not my fault if you miss next 3 meals and lose your partner, tho.

Map!

(http://img484.imageshack.us/img484/6158/map10247xh.th.png) (http://img484.imageshack.us/my.php?image=map10247xh.png)

Tomorrow's (12/12) CVS will have boolean search capabilities on search dialog. That means I'm done with my 2.1.0 stuff, and so we'll release some time very soon, probably this week (mainly cos the rest of the people was just waiting for me :P). I'll try to get changelog up before so you can take a look at how huge it is (not that I expect anyone reading it).

And hum, that's all. No sarcasm today.

(Yeah map is up there because I care more about map than about aMule :P)
Title: Re: News, news, hot news!
Post by: Ryanlee on December 11, 2005, 04:59:44 PM
woah~ 2.1.0 will release. sounds soooooooo gooooooooood.
Title: Re: News, news, hot news!
Post by: Kry on December 11, 2005, 05:22:25 PM
Well, duh, eventually it will be released :P
Title: Re: News, news, hot news!
Post by: PunkSC on December 11, 2005, 05:59:56 PM
No sarcasm is good news!  :P
2.1.0 will be released that soon? I was ready to a release only in 2006. Tks Santa! :D
Title: Re: News, news, hot news!
Post by: Kry on December 11, 2005, 06:02:48 PM
Weekend probably. In aMule words, that could mean March anyway....
Title: RE: News, news, hot news!
Post by: Ryanlee on December 12, 2005, 03:33:20 AM
Quote
Originally posted by Kry

Thanks for filling me previous request, we are 1k users on frappr now! EXactly 1024 as I write this. World domination is one step closer! Now, next request is to be 1M of users. And I mean mega as in 1024*1024 :P

(http://img484.imageshack.us/img484/6158/map10247xh.th.png) (http://img484.imageshack.us/my.php?image=map10247xh.png)


btw:How can draw 1M balloons on this map.....? :))
Title: Re: News, news, hot news!
Post by: Armin76 on December 12, 2005, 11:57:02 AM
Nice to know this :)
Title: RE: News, news, hot news!
Post by: Kry on December 12, 2005, 01:41:36 PM
Quote
Originally posted by Ryanlee
Quote
Originally posted by Kry

Thanks for filling me previous request, we are 1k users on frappr now! EXactly 1024 as I write this. World domination is one step closer! Now, next request is to be 1M of users. And I mean mega as in 1024*1024 :P

(http://img484.imageshack.us/img484/6158/map10247xh.th.png) (http://img484.imageshack.us/my.php?image=map10247xh.png)


btw:How can draw 1M balloons on this map.....? :))

Let's find out  :]
Title: Re: News, news, hot news!
Post by: skolnick on December 12, 2005, 07:55:22 PM
Weekend...problem is, you never say *which* weekend. Anyway, at least I know i should not wait for a release from monday to friday :P

Regards.
Title: Re: News, news, hot news!
Post by: Cymen on December 12, 2005, 11:21:46 PM
I'm a stupid n00b who could not get the CVS working, releaseeeeeee
 :D
Title: Re: News, news, hot news!
Post by: skolnick on December 13, 2005, 02:26:39 PM
to get CVS working:

- install wxGTK 2.6.2 (that should be easy)
- download amule CVS tarball
- uncompress (gtar -jxvf amule...tar.bz2)
- change to amule CVS folder (cd amule...)
- ./configure --enable-webserver --enable-optimize --disable-debug
- make && make install
- execute with ./src/amule
- enjoy

Regards.
Title: Re: News, news, hot news!
Post by: deltaHF on December 13, 2005, 02:46:03 PM
Quote
Originally posted by skolnick
to get CVS working:

- install wxGTK 2.6.2 (that should be easy)

[...]

but don't forget to patch intl.cpp in wx2.6.2 sources before compiling it:

http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/src/common/intl.cpp.diff?r1=1.166&r2=1.166.2.1&diff_format=u
Title: Re: News, news, hot news!
Post by: skolnick on December 13, 2005, 02:49:24 PM
Hmm...I never patch wx, and my amule works fine (linux at least, have not tested much in solaris). What does the patch do?

Thanks
Title: Re: News, news, hot news!
Post by: Gerd78 on December 13, 2005, 03:04:14 PM
Quote
Originally posted by skolnick
I never patch wx, and my amule works fine
That's because you are using aMule in English only.
Quote
Originally posted by skolnick
What does the patch do?
It fixes unicode-related bugs that make aMule crash in non-English locales.
Title: Re: News, news, hot news!
Post by: skolnick on December 14, 2005, 01:35:03 AM
Does compiling without unicode "solve" the problem? That's true, I use amule on english locale only, but if I make a search with non-english characters (ñ,á,è,ö etc), will it trigger the bug and crash amule? (stoopid question, easier to test, but...)

Thanks.
Title: Re: News, news, hot news!
Post by: Xaignar on December 14, 2005, 12:52:19 PM
The crash happens at startup.
http://forum.amule.org/thread.php?threadid=8329&sid=
Title: Re: News, news, hot news!
Post by: feralertx on December 14, 2005, 10:46:36 PM
Quote
Originally posted by deltaHF
Quote
Originally posted by skolnick
to get CVS working:

- install wxGTK 2.6.2 (that should be easy)

[...]

but don't forget to patch intl.cpp in wx2.6.2 sources before compiling it:

http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/src/common/intl.cpp.diff?r1=1.166&r2=1.166.2.1&diff_format=u

Forgive my ignorance but can you give instructions on how to apply the patch for unexperienced users?

Thanx.
Title: Re: News, news, hot news!
Post by: Gerd78 on December 14, 2005, 11:28:01 PM
- Download the source and extract it
- Download the patch
- Change directory to where you extracted the source
- Execute this command:
Code: [Select]
patch -p1 < /path/to/the/patch/intl.cpp.diffIf you get a "command not found" error, install the "patch" package.
Title: Re: News, news, hot news!
Post by: Kry on December 15, 2005, 04:19:27 AM
Shound't you guys move elsewhere?
Title: Re: News, news, hot news!
Post by: To on December 16, 2005, 10:31:26 AM
Kry is allways the guy that ends all the fun... pfftt 8)

Title: Re: News, news, hot news!
Post by: Kry on December 16, 2005, 11:46:05 AM
You forgot "evil" in "evil guy"
Title: Re: News, news, hot news!
Post by: feralertx on December 16, 2005, 04:26:26 PM
Quote
Originally posted by Gerd78
- Download the source and extract it
- Download the patch
- Change directory to where you extracted the source
- Execute this command:
Code: [Select]
patch -p1 < /path/to/the/patch/intl.cpp.diffIf you get a "command not found" error, install the "patch" package.

Thanks a million Gerd78 !  :D
Title: Re: News, news, hot news!
Post by: To on December 18, 2005, 01:01:55 AM
I want to make this very clear:

I want aMule 2.1 for my christmas present :)) :)) :))



P.S. keep the good work.
Title: Re: News, news, hot news!
Post by: thedude0001 on December 18, 2005, 01:20:19 AM
Quote
Originally posted by To
I want to make this very clear:

I want aMule 2.1 for my christmas present :)) :)) :))

No problem there, I can definitely promise you that.


...as long as you don't specify *which* christmas ^^
Title: Re: News, news, hot news!
Post by: To on December 18, 2005, 05:27:05 PM
bastard :] lol

Title: Re: News, news, hot news!
Post by: m0l0c0 on December 19, 2005, 04:48:18 AM
I want aMule 2.1.0 for my christmas present too !

(http://geocities.yahoo.com.br/mcl00br/amule210.jpg)

And i´m a good boy !

 :))

 :]
Title: Re: News, news, hot news!
Post by: To on December 19, 2005, 04:32:56 PM
darn... with that pic you deserve it more than I do :))

Title: Re: News, news, hot news!
Post by: Kry on December 19, 2005, 04:44:59 PM
yeah. I think I'll send it just to him.
Title: Re: News, news, hot news!
Post by: Armin76 on December 22, 2005, 04:41:42 PM
it seems that no one wants aMule 2.1.0, only me.
Title: Re: News, news, hot news!
Post by: stefanero on December 22, 2005, 04:53:03 PM
hum?!
Title: Re: News, news, hot news!
Post by: wuischke on December 22, 2005, 04:56:03 PM
Even if CVS is good a stable release is better.
And I prefer to wait instead of aMule 2.1 being buggy or unstable.
Title: Re: News, news, hot news!
Post by: Kry on December 22, 2005, 08:28:42 PM
Of course, once released (and late), it'll be buggy AND unstable.

We're just that way.
Title: Re: News, news, hot news!
Post by: To on December 22, 2005, 11:18:56 PM
Quote
Originally posted by Kry
Of course, once released (and late), it'll be buggy AND unstable.

We're just that way.

Spanish ppl :] (Since I can't joke about chinese anymore...  :D :D)
Title: Re: News, news, hot news!
Post by: skolnick on December 28, 2005, 03:27:55 PM
In my opinion the only way a software behaves stably and works really as expected is when the Version string includes "Beta" or "Alpha" or "RCn" as part of it. Once you remove the string, all start to fail, nothing works anymore and even the things that had never failed, start failing. Computers work that way, no idea why :P

Regards.