Description of problem: Fail to open chat window Version-Release number of selected component (if applicable): 0.97-1.fc8 How reproducible: always Steps to Reproduce: 1. try to chat with someone 2. 3. Actual results: can't open chat window, error Expected results: Additional info: Picture.tcl: Unable to colorize photo with TkCximage Wrong number of args. Should be "::CxImage::Colorize photoImage_name color" while executing "error "Picture.tcl: Unable to colorize photo with TkCximage \n$res"" (procedure "::picture::Colorize" line 5) invoked from within "::picture::Colorize $topimg [::skin::getKey topbarbg]" (procedure "CreateTopFrame" line 12) invoked from within "CreateTopFrame $w" (procedure "::ChatWindow::Open" line 34) invoked from within "::ChatWindow::Open" (procedure "::amsn::chatUser" line 10) invoked from within "::amsn::chatUser vm84tixxx" ("after" script) ------------------------------------------- Just upgraded my whole system from fc6 -> f8 It's possible my system is somehow messed up. I remember before there were amsn package for fedora I installed it manually, and at that time I also installed tcl and/or tk too, maybe there is still some config file messing things up?
could you run the command: $ locate pkgIndex.tcl |grep TkCximage and give me the output? also please start amsn, press CTRL+S on the contactlist and type: set ::auto_path and paste me the result.
$ locate pkgIndex.tcl |grep TkCximage /usr/share/amsn/utils/TkCximage/pkgIndex.tcl [20:53:59] Executing : set ::auto_path [20:53:59] utils utils/linux /home/one/.amsn/plugins /usr/share/tcl8.4 /usr/share /usr/lib /usr/lib/tcl8.4 /usr/lib/tcl8.4/tcllib-1.10 /usr/share/tcl8.4/tcllib-1.10 /usr/share/tk8.4
I downloaded the source from www.amsn-project.net and compiled it and it seems to work fine. So... well I don't know if that means anything? :) Maybe the upgrade I did from f6 to f8 didn't went so smoothly...?
OK, I think this is solved now. I removed some old TkCximage/ directory and now I can open chat window, I'll close this bug when some of my friends comes online so I can confirm everything works.
good, thanks for investigating yourself.