aMSN Forums
May 23, 2013, 11:59:51 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  
  Show Posts
Pages: 1 ... 8 9 [10]
136  aMSN Support / Linux / [solved, was music pluggin] bug? too many open files on: June 16, 2006, 10:18:49 am
I can't reproduce, running tcl/tk 8.5 as well.

Would you also want to run this?
Code:

foreach s [file channels] { status_log "$s -> [fconfigure $s]" }


It gives more information about all those sockets opened on your side,
might help us where to look (i see we use dummy sockets too, sometimes).

Be careful not to post sensitive data here (like ip numbers, if you care) Wink
137  Development / Amsn development related issues / Error in startup script: "::scrollbar" is not an e on: June 14, 2006, 12:53:41 pm
Chameleon seems to work fine for me when I load it. However, when amsn is restarted I get the
following error (which is not there if I don't load chameleon).
"Ensemble" and "snit" are things I never used yet, so I don't quite understand what is going on.

Code:

[jonne@dutiih trunk]$ amsn
Autopath = /usr/local/lib/tcl8.5 /usr/local/lib /usr/local/lib/tk8.5 /home/jonne/.amsn
Error in startup script: "::scrollbar" is not an ensemble command
    while executing
"namespace ensemble configure $type -map {}"
    (procedure "::snit::RT.TypecomponentTrace" line 14)
    invoked from within
"::snit::RT.TypecomponentTrace ::scrollbar horizontal_arrow1image horizontal_arrow1image {} write"
    (write trace on "horizontal_arrow1image")
    invoked from within
"set ${orientation}_${pic}image${hov} [image create photo ${orientation}_${pic}image${hov} -file [file join $dir $orientation/${pic}${hov}.gif]]"
    (procedure "::scrollbar::reloadimages" line 66)
    invoked from within
"::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 1465)
    invoked from within
"source config.tcl      "
    ("uplevel" body line 24)
    invoked from within
"uplevel \#0 {

        source amsncore.tcl
        source ctthemes.tcl
        source progressbar.tcl  ;# Progressbar Megawidget
        source migmd5.tcl
        source des.tcl          ;# DES..."
    (procedure "reload_files" line 2)
    invoked from within
"reload_files"
    (file "/home/jonne/Checkouts/Projects/amsn/trunk/amsn/amsn" line 234)
    invoked from within
"source "/home/jonne/Checkouts/Projects/amsn/trunk/amsn/amsn""
    (file "/home/jonne/bin/amsn" line 8)
138  Development / Amsn development related issues / Games plugin poll on: January 24, 2006, 10:40:39 am
The Games plugin can be found at the plugin tracker:
http://sourceforge.net/tracker/?group_id=54091&atid=733148

Since it won't take long anymore before the games plugin works correctly with two games
implemented (dots and boxes and sketch) and the protocol is getting quite ok,
I would like to have some feedback to see whether aMSN users think my plugin is
usefull and what they would like to see in the future.

That's why I created this poll. Voting will surely influence the future of this plugin.
JeeBee.
139  Development / Amsn development related issues / Games plugin on: January 13, 2006, 11:33:10 pm
To all aMSN users/developers,

 A plugin for Game support is currently under development.
 This includes a newly designed protocol, currently *ONLY* supported
 by aMSN (so you cannot play with MS-MSN or other chat clients users).

 When finished, there will be support for both two-player games
 and multi-player games.
 At this moment, it is only possible to play the game "Dots and Boxes"
 (this is a two-player game).

 I'm working on the first multi-player game, which probably will be called
 Sketch. This game (as all multi-player games) is played in a conference
 window. One player will be selected to draw a word (coming from a  
 language
 file, the dictionary). Other persons have to guess which word is being
 drawn.

 For drawing, I implemented both the Vertex Reduction and the
 Douglas-Peucker algorithm. Then, through the remaining points, I draw a
 quadratic spline (supported by Tcl 8.4, Tcl 8.5 also has support for  
 cubic
 Bezier curves).

 This might be relevant for other developers, I mean:
 utils/drawboard used by the HandDrawing ink plugin

 Find the plugin at:
 https://sourceforge.net/tracker/?group_id=54091&atid=733148
 The special Friday 13th version includes Sketch_demo.tcl
 (developers only!)
 Have fun playing Dots-and-Boxes! ("kamertjeverhuur" for the Dutch).

 Greets to all,
 JeeBee.
Pages: 1 ... 8 9 [10]
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!