aMSN Forums
June 19, 2013, 12:10:26 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: New forum for aMSN !!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: File Send error with latest CVS..  (Read 4493 times)
Zap
Newbie

Offline Offline

Posts: 43


View Profile
« on: April 10, 2006, 11:37:44 pm »

Hello.

I've been using the CVS version for a while and file sends worked well, but since the login bug (MSNP13) I'm using the latest CVS version and I can't send files anymore. I'm getting the following error when clicking on the Send File item in the aMSN menu :

Code:
unknown subcommand "config": must be configurelist
    while executing
"$f1.menu config -takefocus 1 -highlightthickness 2"
    (procedure "::tk::dialog::file::Create" line 31)
    invoked from within
"::tk::dialog::file::Create $w TkFDialog"
    (procedure "::tk::dialog::file::" line 17)
    invoked from within
"::tk::dialog::file:: open -filetypes {{ "All Files" {*} }} -parent .container_0.msg_0 -initialdir /home/zap -initialfile {} -title {Send file}"
    ("eval" body line 1)
    invoked from within
"eval ::tk::dialog::file:: open $args"
    (procedure "tk_getOpenFile" line 5)
    invoked from within
"tk_getOpenFile -filetypes $types -parent $parent -initialdir $starting_dir -initialfile $initialfile -title $title"
    (procedure "chooseFileDialog" line 18)
    invoked from within
"chooseFileDialog "" [trans sendfile] $win_name"
    (procedure "::amsn::FileTransferSend" line 6)
    invoked from within
"::amsn::FileTransferSend [::ChatWindow::getCurrentTab .container_0]"
    ("eval" body line 1)
    invoked from within
"eval [$config($entry) cget -command]"
    (procedure "::pixmapmenu::Snit_methodinvoke" line 55)
    invoked from within
"$w invoke $index"
    ("command" arm line 7)
    invoked from within
"switch $itype {
"command" {
if { $MenuPosted != "" } {
MenuUnpost $MenuPosted
} else {
MenuUnpost $w
}
$w invoke $index
}
"..."
    (procedure "MenuInvoke" line 11)
    invoked from within
"MenuInvoke $containing [RootXToX $containing 62] [RootYToY $containing 93]"
    ("normal" arm line 2)
    invoked from within
"switch $type {
menubar {
if { $index == "none" && $MenuPosted != "" } {
MenuUnpost $MenuPosted
}
}
normal {
MenuInvoke $containing ..."
    (command bound to event)


Could you help me please ? I had to transfer a few files today and mailing them is far from being the ideal solution.. :?
Thanks.
Logged
viniciuscordeiro
Newbie

Offline Offline

Posts: 9


View Profile
« Reply #1 on: April 11, 2006, 02:48:24 am »

I get the same error on my Slackware 10.2 with the latest CVS
Logged
DelusionsMaster
Newbie

Offline Offline

Posts: 13


View Profile
« Reply #2 on: April 11, 2006, 09:26:49 am »

It's weeks another guy and I have this bug too, we posted it but so far the problem could not be solved... looks like it only happens to a few of us.
However just yesterday I moved back to Gaim, since the inability to send files was getting more and more annoying each day that passed.
Of course I hope it will be fixed soon to switch back to aMSN again, since I really like it and appreciate the work the guys are doing here Smiley
Logged
vivia
Administrator
Super Power User
*****
Offline Offline

Posts: 2464


View Profile
« Reply #3 on: April 11, 2006, 11:25:14 am »

You have two options :

1) Install the Desktop Integration plugin

2) Open file gui.tcl and comment the line that says: package require pixmapscroll

Only one of these two is enough. I'd recommend Desktop Integration Smiley
Logged
DelusionsMaster
Newbie

Offline Offline

Posts: 13


View Profile
« Reply #4 on: April 11, 2006, 02:02:37 pm »

Quote from: "vivia"
You have two options :

1) Install the Desktop Integration plugin

2) Open file gui.tcl and comment the line that says: package require pixmapscroll

Only one of these two is enough. I'd recommend Desktop Integration Smiley


Commenting out the pixmapscroll line gives me this error:

Quote
Error in startup script: bad window path name "reloadimages"
    while executing
"scrollbar reloadimages $psdir"
    (procedure "::skin::reloadSkin" line 50)
    invoked from within
"::skin::reloadSkin [::config::getGlobalKey skin]"
    invoked from within
"if { $initialize_amsn == 1 } {
        ###############################################################
        create_dir $HOME
        create_dir $HOME/plugins
        create_di..."
    (file "config.tcl" line 1467)
    invoked from within
"source config.tcl      "
    ("uplevel" body line 23)
    invoked from within
"uplevel \#0 {

        source ctthemes.tcl
        source progressbar.tcl  ;# Progressbar Megawidget
        source migmd5.tcl
        source des.tcl          ;# DES encryption
        source s..."
    (procedure "reload_files" line 2)
    invoked from within
"reload_files"
    (file "/usr/bin/amsn" line 233)


About the Desktop Integration plugin, I tried but it never worked fine to me  Sad
I have the same problem reported by other people too: the file dialog only appears the first time you open it and not anymore, and however the dialog does not return the file you select, it just disappears as if you had not done or chosen anything. I tried with the version that can be downloaded from the main site (0.9), are there any updated or corrected versions I could try?
Thanks for the reply, hope to hear you soon!
Lorenzo
Logged
vivia
Administrator
Super Power User
*****
Offline Offline

Posts: 2464


View Profile
« Reply #5 on: April 11, 2006, 02:16:22 pm »

It seems that the tarball on the site is outdated. Download module amsn-extras with cvs.

About disabling pixmapscroll, are you sure you are using latest-latest CVS? the tarball? Tom made a fix for this one, but SF is still down Sad
Logged
DelusionsMaster
Newbie

Offline Offline

Posts: 13


View Profile
« Reply #6 on: April 11, 2006, 02:35:10 pm »

Quote from: "vivia"
It seems that the tarball on the site is outdated. Download module amsn-extras with cvs.

About disabling pixmapscroll, are you sure you are using latest-latest CVS? the tarball? Tom made a fix for this one, but SF is still down Sad


I just downloaded amsn-extras from CVS too and now the plugin works great, thanks!
About pixmapscroll, yes, I'm using the latest CVS, I update it every day, not the nightly build but from the command line.
Thanks again for your help, keep up your great work Smiley
Logged
vivia
Administrator
Super Power User
*****
Offline Offline

Posts: 2464


View Profile
« Reply #7 on: April 11, 2006, 02:41:41 pm »

Oh OK, the command-line one is not updated... not until SF decides to come back to life :S and it hasn't still Tom's fix...
Logged
Zap
Newbie

Offline Offline

Posts: 43


View Profile
« Reply #8 on: April 11, 2006, 09:54:06 pm »

Well, first I tried commenting the line, but I got the same error as DelusionsMaster..
I installed the desktop integration plugin from the CVS and now it works fine, thanks a lot !

It's great seeing that the problems are solved that fast.. Great support !
Logged
vivia
Administrator
Super Power User
*****
Offline Offline

Posts: 2464


View Profile
« Reply #9 on: April 11, 2006, 09:59:53 pm »

It's great to hear good words from some people... Thanx Zap Smiley
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!