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]

Author Topic: Filenames are Unkown.  (Read 7350 times)

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Filenames are Unkown.
« Reply #15 on: June 27, 2009, 09:22:11 AM »

Hi,

please open a terminal program and type "locale". Then write the output here. :)
Logged

谦笔小新

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: Filenames are Unkown.
« Reply #16 on: June 27, 2009, 09:26:07 AM »

 ;)
LANG=zh_CN.UTF-8
LC_CTYPE="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=
Logged

woutermense

  • Full Member
  • ***
  • Karma: 18
  • Offline Offline
  • Posts: 154
Re: Filenames are Unkown.
« Reply #17 on: June 27, 2009, 03:44:25 PM »

ä and ü characters trigger this for example

locale amule is running in:
Code: [Select]
LANG=POSIX
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
« Last Edit: June 27, 2009, 03:46:06 PM by woutermense »
Logged

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: Filenames are Unkown.
« Reply #18 on: July 25, 2009, 07:44:33 AM »

woutermense: I think you should change your locale to some locale that will contain the characters you use. Maybe de_DE.iso88591 will work. To see your available locales, type "locale -a" (no quotes) in your terminal window.

Regards.
Logged

ralse

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 16
Re: Filenames are Unkown.
« Reply #19 on: September 21, 2010, 01:08:37 PM »

same problem on my linkstation

Debian
Linux Linkstation 2.6.30.5 #1 Wed Aug 19 06:29:20 CDT 2009 ppc GNU/Linux

amule 2.2.6 + wxgtx 2.8.11

my locale
Code: [Select]
LANG=zh_TW.UTF-8
LC_CTYPE="zh_TW.UTF-8"
LC_NUMERIC="zh_TW.UTF-8"
LC_TIME="zh_TW.UTF-8"
LC_COLLATE="zh_TW.UTF-8"
LC_MONETARY="zh_TW.UTF-8"
LC_MESSAGES="zh_TW.UTF-8"
LC_PAPER="zh_TW.UTF-8"
LC_NAME="zh_TW.UTF-8"
LC_ADDRESS="zh_TW.UTF-8"
LC_TELEPHONE="zh_TW.UTF-8"
LC_MEASUREMENT="zh_TW.UTF-8"
LC_IDENTIFICATION="zh_TW.UTF-8"
LC_ALL=zh_TW.UTF-8

use screen to run amuled after ssh login...
Code: [Select]
screen -dmS amuled amuled

Add command under amuled works fine and show dl looks good.
But after download completed, file will renamed to unknown~

configure for wxGTK
Code: [Select]
./configure --prefix=/usr --with-gtk --enable-unicode --disable-compat24 --enable-optimise

configure for amule
Code: [Select]
./configure --disable-debug --disable-monolithic --enable-optimize --enable-amule-daemon --enable-amulecmd --enable-webserver --enable-alcc --with-language=zh_TW
Logged

ralse

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 16
Re: Filenames are Unkown.
« Reply #20 on: September 22, 2010, 12:00:19 PM »

I fixed it.

After recompile wxgtk and amule with new configure, these problem were gone.

wxgtk 2.8.11
Code: [Select]
./configure --prefix=/usr --with-gtk --enable-unicode --disable-compat24 --enable-optimise --disable-gui --without-subdirs --without-expat

amule 2.2.6
Code: [Select]
./configure --disable-debug --enable-optimize --disable-monolithic --enable-amule-daemon --enable-amulecmd --enable-webserver --with-toolkit=base --with-language=zh_TW
Logged

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: Filenames are Unkown.
« Reply #21 on: September 22, 2010, 12:28:36 PM »

Good to know there exists a solution.
Logged
concordia cum veritate
Pages: 1 [2]