Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - femol

#1
newLISP Graphics & Sound /
March 08, 2006, 05:20:50 AM
@Ryon: Sorry, didn't see that part.Yes, this is the installer I am using, but I also tried the development version with the same effects.



@nigelbrown: It could be the scrolling, judging by the messages there.Or the drawing code.Don't know...Will try debugging it.

I am using Windows XP Professional SP 2 32 bit AMD Athlon 1800+.

Character set is ISO-8859-1, locale Brazil, 1024x768/32 bpp



@Lutz: Nice, I will try running it in script form and debugging it.Anything else I need to run it like images, etc that are packed together in the exe?



Thanks!
#2
newLISP Graphics & Sound /
March 07, 2006, 07:27:11 PM
No, it doesn't mean anything special.I guess it is a directory created by the packing application used, freewrap (http://freewrap.sourceforge.net">http://freewrap.sourceforge.net), which turns a tcl script into a packed exe application.
#3
newLISP Graphics & Sound /
March 07, 2006, 06:27:06 PM
@newdep: The same happened with ZoneAlarm, it asked me to block or to allow, I choose allow, both for server and for client, but didn't work...



I can't understand why it only happens with me, must be something very particular with my setup...Only I can't figure out what it is.



@Lutz: I tried running newLISP console with the -p option and the same port (64001) and it connected just fine by telnet, just like you said it would.



Only when I run newLISP-tk it can't connect to neither one of the ports (64001 or 64002).



I want it to work so bad that I got the source of newLISP-tk and looked through it, but couldn't see the problem...I thought of trying to debug it, but don't know how I would go about it, I downloaded ActiveTCL distribution from ActiveState and a TCL debugger called RamDebugger to try and see where the error happens, but I don't know how to set a breakpoint since the script is inside newLISP-tk.exe.Is there some way to unpack it? If I rebuild it from source is there a way to not pack the script inside newLISP-tk.exe? And how would I go about rebuilding it? I have cygwin installed if that helps.



Sorry for the noise, but I really, really want newLISP to work.



Thanks to all that helped me so far.
#4
newLISP Graphics & Sound /
March 07, 2006, 09:10:50 AM
I don't have other install of TCL/TK in the same machine.Unless Ruby installed something in that respect.I will try uninstalling it just to be sure.



The config file seems exactly like mine.Strange.



I am more of an Emacs guy, do you know of any mode for it? One that has

some kind of interaction like SLIME?



Thanks.
#5
newLISP Graphics & Sound /
March 06, 2006, 04:14:14 PM
I must be the only one who has this problem in the world, really.



Searching google and the forums for answers came up empty.



I tried terminating the process tree from the process manager, but this didn't help also.



Tried also uninstalling, deleting the entire folder by hand and reinstalling, with both the stable and the development version, but neither worked.



I guess I must stick to Scheme or Common Lisp then? : (



Any other ideas? Or IDEs? Something like newLISP-tk that I can use?



Thanks to all.
#6
newLISP Graphics & Sound /
March 06, 2006, 02:46:55 PM
I am afraid this isn't the case, as i disabled it so it didn't conflict with ZoneAlarm.



Anyway, even when it disabled i tried opening up TCP 64001 (this is windows after all) but had no success.



Thanks for the tip though.
#7
newLISP Graphics & Sound /
March 06, 2006, 01:14:44 PM
From the console it runs just fine.



Checked for instances of newLISP running before starting, and there were none.



Elusive bug indeed.



Thanks again.
#8
newLISP Graphics & Sound /
March 06, 2006, 12:31:12 PM
Hi, thanks for replying.



The install went ok, no errors.

My system is a Windows XP Professional SP2

I tought it could have to do with ZoneAlarm since I read somewhere that

the communication between newLISP and the console occurs via TCP/IP, but

neither opening some ports or disabling ZoneAlarm helped much...



This occurs right after I start newLISP-tk.



Any ideas?



Thanks!
#9
I tried installing newLISP to try it out but after starting it gave me this:



Error sourcing /freewrap/newlisp-tk.tcl: error flushing "sock156": software caused connection abort

too many nested evaluations (infinite loop?)

too many nested evaluations (infinite loop?)

    while executing

".scroll set  0 0"

    (vertical scrolling command executed by text)

too many nested evaluations (infinite loop?)

    while executing

".scroll set  0 1"

    (vertical scrolling command executed by text)



I searched around but didn't find anything in that respect.

Anyone can help me with some pointers?



Thanks in advance.