Re: [Pipmak-Devel] Strange error...
Status: Alpha
Brought to you by:
cwalther
From: Andrea V. <and...@gm...> - 2007-09-05 15:51:37
|
Hi, Fab I tried your code, but I didn't get the error message!!! Can you send me a pipmak project which generate the error? Some note: 1) There aren't message written in italian inside the code of build 160 modified by me, I think that the language of the message depend from language of your OS (Windows), Also I get some error message in Italian... 2) Do you have a node "31" in your project? (or the error is relative to node "-31" which I have added to official build 160) 3) I image that you are in running mode and not in authoring mode, it's true? 4) Did you use txtSystem in other part of the project? 5) Had you tried with my previous build 155 (you can found it on my site) ? Andrea 2007/8/18, Fabrizio Pistonesi <fpi...@li...>: > > Hi Christian, > If doesn't the metter or is already fixed, sorry to bother you... > I've encountered a strange error message in Pipmak-SVN-157 for Windows > built by Andrea. > It say: *"Error loading image "31/[Salva | Carica | Esci]": The sintax of > file name or directory or volume is incorrect".* > The string above is only a Text to draw into an image. All is displayed > correctly and this message is shown only once. > > [...] > local imgSystem = pipmak.newimage(640,20) > imgSystem:color(0,0,0) > local txtSystem = "[Salva | Carica | Esci]" > imgSystem:drawtext(320, 0, txtSystem, "../fonts/anger.ttf", 12, pipmak. > center) > local System = patch {image = imgSystem, x = -5, y = 75} > [...] > executed on an overlaying node. > > Fabrizio. > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Pipmak-Devel mailing list > Pip...@li... > news://news.gmane.org/gmane.games.devel.pipmak.devel > https://lists.sourceforge.net/lists/listinfo/pipmak-devel > |