xcin-cvs 的問題

Moderator: Forums Team

kiko555
Posts: 152
Joined: Mon May 26, 2003 4:33 pm
Contact:

Post by kiko555 »

benny wrote:需要重寫一份。:(
^^
I just try the way on the wiki....set utf8 on xorg-6.8.0-r1....
everything is all right...I can brow chinese on mozilla and saw the chinese on gnome.....
but after I had emerge xcin-cvs in got sucessfully.....
I can't execute xcin fine....It's always tell me the what lib error...
so .....I unmerge the xcin-cvs......and then emerge the xcin-cvs again....
But this time I got the trouble....message is:

Code: Select all

 * Copying xcin from /usr/portage/distfiles/cvs-src/xcin-cvs ...
 * CVS module xcin is now in /var/tmp/portage/xcin-cvs-20040217/work
 * Applying xcin-chewing.diff ...

 * Failed Patch: xcin-chewing.diff!
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/xcin-cvs-20040217/temp/xcin-chewing.diff-15631.out


!!! ERROR: app-i18n/xcin-cvs-20040217 failed.
!!! Function epatch, Line 402, Exitcode 0
!!! Failed Patch: xcin-chewing.diff!
!!! If you need support, post the topmost build error, NOT this status message.
then I rm /var/tmp/portage/xcin-cvs-20040217/temp/xcin-chewing.diff-15631.out ....
now emerge the xcin-cvs again!!
Anyone have the same error like me?
Last edited by kiko555 on Thu Oct 28, 2004 11:04 pm, edited 1 time in total.
paar
Posts: 1154
Joined: Thu Jan 30, 2003 10:53 am
Location: 打狗市
Contact:

Post by paar »

請再重新 gensync got 一次,
你裝到 xcin-cvs-20040217.ebuild <- 舊版
試試 xcin-cvs-20041009.ebuild <- 新版
我今天剛剛裝好 OK 的.
叫我老帕好了!
Image
kiko555
Posts: 152
Joined: Mon May 26, 2003 4:33 pm
Contact:

Post by kiko555 »

paar wrote:請再重新 gensync got 一次,
你裝到 xcin-cvs-20040217.ebuild <- 舊版
試試 xcin-cvs-20041009.ebuild <- 新版
我今天剛剛裝好 OK 的.
^^ thanks u~
but trouble after emerge xcin-cvs-20041009.ebuild....

Code: Select all

XCIN (中文 XIM 輸入法{式) 版本 2.5.3-pre3。
(模組版本: 20010918, syscin 版本: 20040928)
(使用 "-h" 選項顯示使用說明)

xcin: 區域化]定 "zh_TW.UTF-8" 內碼 "utf-8"
xcin 內部: 警告: 動態模組載入錯誤: (null)
xcin: 警告: 無法載入模組: chewing, 略過。
xcin: 警告: 無法載入輸入法: chewing@utf-8, 略過。
xcin: 錯誤: 不適用的 INDEX_FONT ]定: -misc-ming(for iso10646)-medium-r-normal--20-0-0-0-c-0-iso10646-1
paar
Posts: 1154
Joined: Thu Jan 30, 2003 10:53 am
Location: 打狗市
Contact:

Post by paar »

把 /etc/xcinrc 裡的那個字型那一段改成你有的字型.
用 xlsfont |grep xxx (sung, ming, arphic...) 來找
叫我老帕好了!
Image
kiko555
Posts: 152
Joined: Mon May 26, 2003 4:33 pm
Contact:

Post by kiko555 »

paar wrote:把 /etc/xcinrc 裡的那個字型那一段改成你有的字型.
用 xlsfont |grep xxx (sung, ming, arphic...) 來找
after modifyxcinrc....

Code: Select all

XCIN (中文 XIM 輸入法{式) 版本 2.5.3-pre3。
(模組版本: 20010918, syscin 版本: 20040928)
(使用 "-h" 選項顯示使用說明)

xcin: 區域化]定 "zh_TW.UTF-8" 內碼 "utf-8"
xcin 內部: 警告: 動態模組載入錯誤: (null)
xcin: 警告: 無法載入模組: chewing, 略過。
xcin: 警告: 無法載入輸入法: chewing@utf-8, 略過。
xcin: 警告: 無效的字型: BIG5-0。
xcin: 錯誤: 字型]定錯誤。
error like this!@@!
d2207197
Posts: 197
Joined: Sun Dec 21, 2003 5:46 pm
Location: 新竹市

Post by d2207197 »

會不會是你把他改成 Big5 的字型
另外,字形應該像這樣設定

Code: Select all

-misc-ming(for iso10646)-medium-r-normal--20-*-*-*-c-*-iso10646-1
wangjim
Posts: 116
Joined: Thu Jan 16, 2003 1:08 am

Post by wangjim »

除了字型外,你還得emerge libchewing
kiko555
Posts: 152
Joined: Mon May 26, 2003 4:33 pm
Contact:

Post by kiko555 »

d2207197 wrote:會不會是你把他改成 Big5 的字型
另外,字形應該像這樣設定

Code: Select all

-misc-ming(for iso10646)-medium-r-normal--20-*-*-*-c-*-iso10646-1
after emerge xcin-cvs....the original font set in xcinrc....is that u write one.....
but....It's had error message....so I follow the parr sir change the set ....
but still have trouble....
kiko555
Posts: 152
Joined: Mon May 26, 2003 4:33 pm
Contact:

Post by kiko555 »

wangjim wrote:除了字型外,你還得emerge libchewing
the xcin-cvs/xcin-cvs-20041009.ebuild
has this section:

Code: Select all

DEPEND="dev-libs/libchewing
        nls? ( sys-devel/gettext )
        >=app-i18n/libtabe-0.2.5
        unicode? ( media-fonts/hkscs-ming )
        !app-i18n/xcin"
so.....It's had emerged the libchewing.....
paar
Posts: 1154
Joined: Thu Jan 30, 2003 10:53 am
Location: 打狗市
Contact:

Post by paar »

kiko555 wrote:
wangjim wrote:除了字型外,你還得emerge libchewing
the xcin-cvs/xcin-cvs-20041009.ebuild
has this section:

Code: Select all

DEPEND="dev-libs/libchewing
        nls? ( sys-devel/gettext )
        >=app-i18n/libtabe-0.2.5
        unicode? ( media-fonts/hkscs-ming )
        !app-i18n/xcin"
so.....It's had emerged the libchewing.....
我是覺得不是 libchewing 的問題,
不過我還是有把它重 merge 一遍,
你還是跑一下好了..
還有新的錯誤訊息嗎?
還是都一樣?
叫我老帕好了!
Image
kiko555
Posts: 152
Joined: Mon May 26, 2003 4:33 pm
Contact:

Post by kiko555 »

paar wrote:
kiko555 wrote:
wangjim wrote:除了字型外,你還得emerge libchewing
the xcin-cvs/xcin-cvs-20041009.ebuild
has this section:

Code: Select all

DEPEND="dev-libs/libchewing
        nls? ( sys-devel/gettext )
        >=app-i18n/libtabe-0.2.5
        unicode? ( media-fonts/hkscs-ming )
        !app-i18n/xcin"
so.....It's had emerged the libchewing.....
我是覺得不是 libchewing 的問題,
不過我還是有把它重 merge 一遍,
你還是跑一下好了..
還有新的錯誤訊息嗎?
還是都一樣?
after remerge libchewing and xcin-cvs....
I still get this error message....
don't u get any error??

Code: Select all

kiko@kiko_notebook kiko $ xcin
XCIN (中文 XIM 輸入法{式) 版本 2.5.3-pre3。
(模組版本: 20010918, syscin 版本: 20040928)
(使用 "-h" 選項顯示使用說明)

xcin: 區域化]定 "zh_TW.UTF-8" 內碼 "utf-8"
xcin 內部: 警告: 動態模組載入錯誤: (null)
xcin: 警告: 無法載入模組: chewing, 略過。
xcin: 警告: 無法載入輸入法: chewing@utf-8, 略過。
xcin: 警告: 無效的字型: BIG5-0。
xcin: 錯誤: 字型]定錯誤。
d2207197
Posts: 197
Joined: Sun Dec 21, 2003 5:46 pm
Location: 新竹市

Post by d2207197 »

貼出你的 xcinrc
還有這個命令的訊息

Code: Select all

xlsfont |grep [xcinrc 中有的字型]
kiko555
Posts: 152
Joined: Mon May 26, 2003 4:33 pm
Contact:

Post by kiko555 »

d2207197 wrote:貼出你的 xcinrc
還有這個命令的訊息

Code: Select all

xlsfont |grep [xcinrc 中有的字型]
xcinrc:

Code: Select all

;
;  Xcin resource file for GNU/Linux
;
;  By T.H.Hsieh.
;

;
;  Directories.
;
(define XCIN_DEFAULT_DIR      "/usr/lib/X11/xcin25/")
(define XCIN_USER_DIR         ".xcin")

;
;  This defines GUI attribute.
;
#(define INDEX_FONT  		"-misc-ming(for iso10646)-medium-r-normal--20-0-0-0-c-0-iso10646-1")
(define INDEX_FONT              "-misc-ming for iso10646 -medium-r-normal--0-0-0-0-p-0-iso10646-1")
(define FG_COLOR    		"white")
(define BG_COLOR    		"blue")
(define M_FG_COLOR  		"yellow")
(define M_BG_COLOR  		"darkred")
(define ULINE_COLOR		"cyan")
(define GRID_COLOR		"white")
(define X_GEOMETRY  		"45x2+200-1")
(define START_MAINWIN2		"YES")
(define MAINWIN2_GEOMETRY	"50x1+200-1")
(define XCIN_HIDE   		"NO")
(define XKILL_DISABLE		"NO")
(define ICCHECK_DISABLE		"NO")
(define SINGLE_IM_CONTEXT	"NO")
(define IM_FOCUS_ON		"NO")
(define KEEP_POSITION_ON	"NO")
(define DISABLE_WM_CTRL		"NO")
(define DIFF_BEEP		"YES")
(define KEYBOARD_TRANSLATE	"NO")

(define LOCALE	'(zh_TW.Big5 zh_HK.Big5HKSCS zh_CN.GB2312 zh_CN.GBK zh_TW.UTF-8))

;
;  XIM Input Style Adjustments.
;
(define INPUT_STYLE		'(Root OverTheSpot OnTheSpot))
(define OVERSPOT_USE_USRCOLOR	"YES")
(define OVERSPOT_USE_USRFONTSET "YES")
(define OVERSPOT_WINDOW_ONLY	"NO")
(define ONSPOT_PREEDIT_MODE     "REVERSE")

;
;  Special Trigger Keys.
;
;(define FKEY_ZHEN		"ctrl space")
;(define FKEY_2BSB		"shift space")
;(define FKEY_CIRIM		"ctrl shift")
;(define FKEY_CIRRIM		"shift ctrl")
;(define FKEY_CHREP		"ctrl alt r")
;(define FKEY_SIMD		"ctrl alt i")
;(define FKEY_IMFOCUS		"ctrl alt f")
;(define FKEY_IMN		"ctrl alt")
;(define FKEY_QPHRASE		"shift alt")

;
;  IM module default resources.
;
(define gen_inp_default
        '((AUTO_COMPOSE         YES)
          (AUTO_UPCHAR          YES)
          (AUTO_FULLUP          NO)
          (SPACE_AUTOUP         NO)
          (SELKEY_SHIFT         NO)
          (SPACE_IGNORE         NO)
          (SPACE_RESET          YES)
          (AUTO_RESET           NO)
          (WILD_ENABLE          YES)
          (SINMD_IN_LINE1       NO)
          (END_KEY              NO)
          (QPHRASE_MODE         0)      ; 1:shift, 2:ctrl, 4:alt, 8:fallback
          (DISABLE_SEL_LIST     "NONE")
	  (KEYSTROKE_REMAP	"NONE")
          (BEEP_WRONG           YES)
          (BEEP_DUPCHAR         NO)
          (TSI_FNAME            "%tabe_data%tsi.db")
	  (HINT_SELECT		NO)
	  (HINT_TSI		NO)))

(define bimsphone_default
        '((N_SELECTION_KEY      9)
          (SELECTION_KEYS       0)      ; 0: "1234567890", 1: "asdfgjkl;"
          (PAGE_KEYS            5)      ; 1:<> 2:,. 4:(Rt)(Lt)
          (QPHRASE_MODE         1)      ; 1:shift, 2:ctrl, 4:alt, 8:fallback
        ;
        ; This is only valid for "bimsphone*" IM name.
          (AUTO_SELECTION       YES)
          (KEYMAP               0)      ; 0:zozy, 1:et, 2:et26, 3:hsu
        ;
        ; This is only valid for "bimspinyin*" IM name.
          (PINPHO_MAP           "bims_pinyin")
        ;
        ; The following has effect only when AUTO_SELECTION is YES
          (TSI_FNAME            "%tabe_data%tsi.db")
          (YIN_FNAME            "%tabe_data%yin.db")
	  (TSI_USERDEF_FNAME	"utsi.db")
	  (YIN_USERDEF_FNAME	"uyin.db")
          (SPACE_SELECTION      NO)
          (PHRASE_SELECTION     YES)
          (N_SELECTION_PHR      4)
        ;
        ; The following has effect only when AUTO_SELECTION is NO
          (AUTO_UPCHAR          YES)))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;  This is the global configuration of the zh_TW.UTF-8 locale
;
;(define zh_TW.UTF-8
;  '((DEFAULT_IM         "chewing")
;    (DEFAULT_IM_MODULE  "gen_inp")
;    (DEFAULT_IM_SINMD   "DEFAULT")
;    (PHRASE             "default.phr")
;    (CINPUT             (cj5 simplex5 phone jyutping chewing bimspinyin bimsphone
;                         array30 jyutping0 zh_hex))
;    (FONTSET            "-*-ming(for iso10646)-medium-r-normal--16-0-0-0-c-0-iso10646-1,-*-medium-*-24-*")
;    (OVERSPOT_FONTSET   "-*-ming(for iso10646)-medium-r-normal--16-0-0-0-c-0-iso10646-1,-*-medium-*-16-*")))

(define zh_TW.UTF-8
  '((DEFAULT_IM         "chewing")
    (DEFAULT_IM_MODULE  "gen_inp")
    (DEFAULT_IM_SINMD   "DEFAULT")
    (PHRASE             "default.phr")
    (CINPUT             (cj5 simplex5 phone jyutping chewing bimspinyin bimsphone
                         array30 jyutping0 zh_hex))
    (FONTSET            "-misc-ming for iso10646 -medium-r-normal--0-0-0-0-p-0-iso10646-1,-*-medium-*-24-*")
    (OVERSPOT_FONTSET   "-misc-ming for iso10646 -medium-r-normal--0-0-0-0-p-0-iso10646-1,-*-medium-*-16-*")))

(define cj5@utf-8
        '((SETKEY               1)))

(define simplex5@utf-8
        '((SETKEY               2)))

(define phone@utf-8
        '((SETKEY               3)
          (END_KEY              YES)
          (BEEP_DUPCHAR         YES)))

(define jyutping@utf-8
        '((SETKEY               4)
          (END_KEY              YES)
          (BEEP_DUPCHAR         YES)))

(define chewing@utf-8
	'((SETKEY		5)
	  (KB_TYPE		"KB_DEFAULT")
	  (MODULE		"chewing")))

(define bimsphone@utf-8
        '((SETKEY               6)
          (MODULE               "bimsphone")))

(define bimspinyin@utf-8
        '((SETKEY               7)
          (MODULE               "bimsphone")))

(define array30@utf-8
        '((SETKEY               8)
          (BEEP_DUPCHAR         YES)
          (DISABLE_SEL_LIST     "w")
          (KEYSTROKE_REMAP      "t:0xaaba;T:0xaaba;")))

(define jyutping0@utf-8
        '((SETKEY               9)
          (BEEP_DUPCHAR         YES)))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;  This is the global configuration of the zh_TW.Big5 locale 
;
(define zh_TW.Big5 
  '((DEFAULT_IM		"cj")
    (DEFAULT_IM_MODULE	"gen_inp")
    (DEFAULT_IM_SINMD	"DEFAULT")
    (PHRASE		"default.phr")
    (CINPUT		(cj simplex phone bimspinyin bimsphone jyutping chewing
			 array30 jyutping0 zh_hex))
    (FONTSET		"-sony-*-24-*-iso8859-1,-*-medium-r-*-24-*-big5-0")
    (OVERSPOT_FONTSET	"-sony-*-16-*-iso8859-1,-*-medium-r-*-16-*-big5-0")))
;
;  Here are detailed configuration of each IM (for zh_TW.Big5 locale).
;
(define cj@big5
	'((SETKEY		1)))

(define simplex@big5
	'((SETKEY		2)))

(define phone@big5
	'((SETKEY		3)
	  (END_KEY		YES)))

(define jyutping@big5
	'((SETKEY		4)
	  (END_KEY		YES)))

(define chewing@big5
        '((SETKEY               5)
          (KB_TYPE              "KB_DEFAULT")
          (MODULE               "chewing")))


(define bimsphone@big5
	'((SETKEY		6)
	  (MODULE		"bimsphone")))

(define bimspinyin@big5
	'((SETKEY		7)
	  (MODULE		"bimsphone")))

(define array30@big5
	'((SETKEY		8)
	  (DISABLE_SEL_LIST	"w")
	  (KEYSTROKE_REMAP	"t:0xaaba;T:0xaaba;")))

(define jyutping0@big5
	'((SETKEY		9)))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;  This is the global configuration of the zh_CN.GB2312 locale 
;
(define zh_CN.GB2312
  '((DEFAULT_IM		"pinyin")
    (DEFAULT_IM_MODULE	"gen_inp")
    (DEFAULT_IM_SINMD	"DEFAULT")
    (PHRASE		"default.phr")
    (CINPUT		(pinyin shuangpin jtcj_gb wubizixing phonegb2
			 zh_hex))
    (FONTSET		"-sony-*-24-*-iso8859-1,-*-medium-r-*-24-*-gb2312.1980-0")
    (OVERSPOT_FONTSET	"-sony-*-16-*-iso8859-1,-*-medium-r-*-16-*-gb2312.1980-0")))
;
;  Here are detailed configuration of each IM (for zh_CN.GB2312 locale).
;
(define pinyin@gb2312
	'((SETKEY		1)))

(define shuangpin@gb2312
	'((SETKEY		2)))

(define jtcj_gb@gb2312
	'((SETKEY		3)))

(define phonegb2@gb2312
	'((SETKEY		4)
	  (END_KEY		YES)))

(define wubizixing@gb2312
	'((SETKEY		5)))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;  This is the global configuration of the zh_HK.Big5HKSCS locale 
;
(define zh_HK.Big5HKSCS
  '((DEFAULT_IM		"cj")
    (DEFAULT_IM_MODULE	"gen_inp")
    (DEFAULT_IM_SINMD	"DEFAULT")
    (PHRASE		"default.phr")
    (CINPUT             (cj simplex phone bimspinyin bimsphone jyutping
			 array30 jyutping0 zh_hex))
    (FONTSET		"-sony-*-24-*-iso8859-1,-*-medium-r-*-24-*-big5hkscs-0,-*-24-*-c-*-big5hkscs-0")
    (OVERSPOT_FONTSET	"-sony-*-16-*-iso8859-1,-*-medium-r-*-16-*-big5hkscs-0,-*-16-*-c-*-big5hkscs-0")))
;
;  Here are detailed configuration of each IM (for zh_HK.Big5HKSCS locale).
;
(define cj@big5hkscs
	'((SETKEY		1)))

(define simplex@big5hkscs
	'((SETKEY		2)))

(define phone@big5hkscs
	'((SETKEY		3)
	  (END_KEY		YES)))

(define jyutping@big5hkscs
	'((SETKEY		4)
	  (END_KEY		YES)))

(define bimsphone@big5hkscs
	'((SETKEY		6)
	  (MODULE		"bimsphone")))

(define bimspinyin@big5hkscs
	'((SETKEY		7)
	  (MODULE		"bimsphone")))

(define array30@big5hkscs
	'((SETKEY		8)
	  (DISABLE_SEL_LIST	"w")
	  (KEYSTROKE_REMAP	"t:0xaaba;T:0xaaba;")))

(define jyutping0@big5hkscs
	'((SETKEY		9)
	  (END_KEY		YES)))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;  This is the global configuration of the zh_CN.GBK locale 
;
(define zh_CN.GBK
  '((DEFAULT_IM		"zh_hex")
    (DEFAULT_IM_MODULE	"gen_inp")
    (DEFAULT_IM_SINMD	"DEFAULT")
    (PHRASE		"default.phr")
    (CINPUT		(zh_hex))
    (FONTSET		"-sony-*-24-*-iso8859-1,-*-medium-r-*-24-*-gbk-0")
    (OVERSPOT_FONTSET	"NONE")))

;
;  The zh_hex module (zh_hex input method) is a special IM, which can be
;  used in many different encodings.
;
(define zh_hex 
	'((SETKEY		0)
	  (MODULE		zh_hex)
	  (INP_CNAME_big5	"0xa4ba+0xbd58")
	  (INP_CNAME_big5hkscs	"0xa4ba+0xbd58")
	  (INP_CNAME_gb2312	"0xc4da+0xc2eb")
	  (INP_CNAME_gbk	"0xc4da+0xc2eb")
	  (INP_CNAME_utf-8	"0xe585a7+0xe7a2bc")
	  (BEEP_WRONG		YES)))

xlsfonts|grep ming

Code: Select all

-misc-ming for iso10646 -medium-r-normal--0-0-0-0-p-0-big5-0
-misc-ming for iso10646 -medium-r-normal--0-0-0-0-p-0-big5.eten-0
-misc-ming for iso10646 -medium-r-normal--0-0-0-0-p-0-cns11643-1
-misc-ming for iso10646 -medium-r-normal--0-0-0-0-p-0-cns11643-2
-misc-ming for iso10646 -medium-r-normal--0-0-0-0-p-0-cns11643-3
-misc-ming for iso10646 -medium-r-normal--0-0-0-0-p-0-gb18030.2000-0
-misc-ming for iso10646 -medium-r-normal--0-0-0-0-p-0-gb2312.1980-0
-misc-ming for iso10646 -medium-r-normal--0-0-0-0-p-0-iso10646-1
-misc-ming for iso10646 -medium-r-normal--0-0-0-0-p-0-iso8859-1
-misc-ming for iso10646 -medium-r-normal--0-0-0-0-p-0-jisx0201.1976-0
-misc-ming for iso10646 -medium-r-normal--0-0-0-0-p-0-jisx0208.1983-0
-misc-ming for iso10646 -medium-r-normal--0-0-0-0-p-0-jisx0208.1990-0
-misc-ming for iso10646 -medium-r-normal--0-0-0-0-p-0-koi8-r
User avatar
oai79
Posts: 351
Joined: Tue Jun 17, 2003 7:59 pm
Contact:

Post by oai79 »

會不會是

Code: Select all

(TSI_FNAME            "%tabe_data%tsi.db")
這一行出問題?

至於 無效的字型: BIG5-0。 的問題,我懷疑你沒有 -24- size 的 big5-0,因為我的系統上只有 24 size 的 big5-1,big5-0 是沒設定 -24- 的(也就是 ming for iso10646 是 -0-0-...-big5-0)

從你的檔案猜的,沒中不負責 :lol:
disagreeing is much more fun than agreeing when backed up with thoughtful responses
kiko555
Posts: 152
Joined: Mon May 26, 2003 4:33 pm
Contact:

Post by kiko555 »

oai79 wrote:會不會是

Code: Select all

(TSI_FNAME            "%tabe_data%tsi.db")
這一行出問題?

至於 無效的字型: BIG5-0。 的問題,我懷疑你沒有 -24- size 的 big5-0,因為我的系統上只有 24 size 的 big5-1,big5-0 是沒設定 -24- 的(也就是 ming for iso10646 是 -0-0-...-big5-0)

從你的檔案猜的,沒中不負責 :lol:
@@ so now....@@ anyone....have any idea??
Post Reply