aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 [2] 3 4 ... 7

Author Topic: aMule 2.2.6 (10.5+ | i386/Uni) [i386 RELEASED]  (Read 680033 times)

mirko.g

  • Global Moderator
  • Full Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 188
  • Grattatio pallorum omnia mala repellent!
    • Personal WebSite
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #15 on: September 29, 2009, 06:20:49 AM »

aMuleCore-2.2.6-x86-Leopard build 03 crash after a few hours...
:-\

Please paste the output:
Code: [Select]
$ ls -la /Users/$(whoami)/Library/Application Support/aMule
Logged

3nd3r

  • Approved Newbie
  • *
  • Karma: 1
  • Offline Offline
  • Posts: 13
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #16 on: September 29, 2009, 04:20:11 PM »

Code: [Select]
ls: /Users/3nd3r/Library/Application: No such file or directory
ls: Support/aMule: No such file or directory

Sorry I don't know anything about UNIX to get over this... :-\

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #17 on: September 29, 2009, 04:26:40 PM »

You have two possibilities:

Quotation marks around the path:
Code: [Select]
$ ls -la "/Users/$(whoami)/Library/Application Support/aMule"A backslash in front of the space:
Code: [Select]
$ ls -la /Users/$(whoami)/Library/Application\ Support/aMule
Logged

3nd3r

  • Approved Newbie
  • *
  • Karma: 1
  • Offline Offline
  • Posts: 13
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #18 on: September 29, 2009, 04:34:20 PM »

Thanks for enlight!

Now I'm using aMule 2.2.5, and this is the directory listing:
Code: [Select]
ls -la "/Users/$(whoami)/Library/Application Support/aMule"
total 363664
drwxr-xr-x  26 3nd3r  wheel       884 29 sep 16:31 .
drwx------  56 3nd3r  wheel      1904 15 sep 18:27 ..
-rw-r--r--@  1 3nd3r  wheel      6148 27 sep 15:57 .DS_Store
-rw-r--r--@  1 3nd3r  3nd3r       229 19 abr 00:51 addresses.dat
-rw-r--r--@  1 3nd3r  wheel      4801 29 sep 16:31 amule.conf
-rw-r-----   1 3nd3r  wheel  16002054 29 sep 16:25 clients.met
-rw-r-----   1 3nd3r  wheel  37313050 13 jul  2007 clients.met.BAK
-rw-r--r--   1 3nd3r  wheel       365 28 abr  2006 cryptkey.dat
-rw-r-----   1 3nd3r  wheel         5 27 sep 14:14 emfriends.met
-rw-r--r--@  1 3nd3r  3nd3r  19116932 17 may 23:55 ipfilter.dat
-rw-r--r--@  1 3nd3r  3nd3r  19081251 19 abr 18:43 ipfilter_static.dat
-rw-r--r--   1 3nd3r  wheel   1370423 27 sep 14:14 key_index.dat
-rw-r-----   1 3nd3r  wheel   1352701 29 sep 16:08 known.met
-rw-r--r--   1 3nd3r  wheel  91689365 29 sep 09:15 known2_64.met
-rw-r--r--   1 3nd3r  wheel        58 28 sep 16:08 lastversion
-rw-r-----@  1 3nd3r  wheel      3772 27 sep 14:13 load_index.dat
-rw-r--r--   1 3nd3r  wheel     11094 29 sep 16:10 logfile
-rw-r--r--   1 3nd3r  wheel      6516 28 sep 16:08 logfile.bak
-rw-------   1 3nd3r  wheel         6 28 sep 16:08 muleLock
-rw-r--r--   1 3nd3r  wheel      6812 27 sep 14:13 nodes.dat
-rw-r-----@  1 3nd3r  wheel        17 29 sep 09:15 preferences.dat
-rw-r-----@  1 3nd3r  wheel        23 27 sep 14:14 preferencesKad.dat
-rw-r--r--   1 3nd3r  wheel      1327 27 sep 14:14 server.met
-rw-r--r--   1 3nd3r  wheel      1327 27 sep 13:35 server_met.old
-rw-r--r--@  1 3nd3r  3nd3r       649 29 sep 09:15 shareddir.dat
-rw-r-----   1 3nd3r  wheel    142929 27 sep 14:13 src_index.dat

mirko.g

  • Global Moderator
  • Full Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 188
  • Grattatio pallorum omnia mala repellent!
    • Personal WebSite
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #19 on: September 29, 2009, 06:11:01 PM »

Sorry I don't know anything about UNIX to get over this... :-\

Don't worry, it was my fault...
These are the problem I guess:
-rw-r-----   1 3nd3r  wheel  16002054 29 sep 16:25 clients.met
-rw-r--r--@  1 3nd3r  3nd3r  19116932 17 may 23:55 ipfilter.dat
-rw-r--r--@  1 3nd3r  3nd3r  19081251 19 abr 18:43 ipfilter_static.dat
-rw-r--r--   1 3nd3r  wheel  91689365 29 sep 09:15 known2_64.met

I wonder how/why ipfilter.dat (and static dat) had got special permissions...
Logged

3nd3r

  • Approved Newbie
  • *
  • Karma: 1
  • Offline Offline
  • Posts: 13
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #20 on: September 29, 2009, 06:30:46 PM »

I don't know... I remember edited these files to remove some lines from the beggining, 'cause aMule doesn't read them (those with *** )

xja

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 37
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #21 on: September 30, 2009, 11:50:10 AM »

Hi there,
I upgraded to build 3, which says, has GeoIP database.
Unfortunately I can't see the flags next to the user name, which used to show in 2.2.5 with GeoIP.
I use a MacBook (1,1), so it's 32 bit, with MacOS X 10.6.1.

Bye.
Logged

mirko.g

  • Global Moderator
  • Full Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 188
  • Grattatio pallorum omnia mala repellent!
    • Personal WebSite
Re: aMule-2.2.6-x86-(Snow)Leopard [RELEASED]
« Reply #22 on: October 01, 2009, 07:48:28 PM »

wxCas crashes with same error of 2.2.5!

No way to fix this? I'm going to release a new build of "aMule Core"... I'd release aMule "full-featured" if someone could fix this issue...

P.S.: The crashlog was attached to the original post I quoted.
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #23 on: October 01, 2009, 07:55:26 PM »

That's a very weird crash. What's your /User/<username> folder, if I can ask? It crashes on converting your username to unicode it seems.
Logged

mirko.g

  • Global Moderator
  • Full Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 188
  • Grattatio pallorum omnia mala repellent!
    • Personal WebSite
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #24 on: October 01, 2009, 08:01:11 PM »

That's a very weird crash. What's your /User/<username> folder, if I can ask? It crashes on converting your username to unicode it seems.

It's simply mirko...
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #25 on: October 01, 2009, 08:52:37 PM »

Fun. I'll check on my mac later if wxCas works for me.
Logged

mirko.g

  • Global Moderator
  • Full Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 188
  • Grattatio pallorum omnia mala repellent!
    • Personal WebSite
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #26 on: October 01, 2009, 10:24:41 PM »

Fun. I'll check on my mac later if wxCas works for me.

Following your note I carefully read my crashlog. I can't find anything useful but it's not the first time I hear about a similar error with wxFileName::GetHomeDir () on Mac OS. Could we force another dir?
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #27 on: October 01, 2009, 11:33:15 PM »

It's not that. It fails for me too, and it's a more complicated problem that you may think. Someone decided that using static wxString for constant strings was a good idea, and it cascades in a problem with wxWidgets when it tries to instanciate them during the linking phase, because the static initialization of the string capabilities happens before the library is correctly initialized.

If you haven't understood any of that, congratulations. Your life is happier than mine.

I'll look into what we can do.
Logged

mirko.g

  • Global Moderator
  • Full Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 188
  • Grattatio pallorum omnia mala repellent!
    • Personal WebSite
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #28 on: October 02, 2009, 01:51:21 AM »

It's not that. It fails for me too, and it's a more complicated problem that you may think. Someone decided that using static wxString for constant strings was a good idea, and it cascades in a problem with wxWidgets when it tries to instanciate them during the linking phase, because the static initialization of the string capabilities happens before the library is correctly initialized.

ROTFL it sounds terrific...  :-X

Quote
I'll look into what we can do.

Great!
Logged

l3v3l

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 12
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #29 on: October 03, 2009, 10:24:29 AM »

Hi there,
I upgraded to build 3, which says, has GeoIP database.
Unfortunately I can't see the flags next to the user name, which used to show in 2.2.5 with GeoIP.
I use a MacBook (1,1), so it's 32 bit, with MacOS X 10.6.1.

Bye.

GeoIP is not working here too!
Build 03, MacBook Unibody, OS X 10.5.8.
Logged
Pages: 1 [2] 3 4 ... 7