2007-06-05 05:05 PM - last edited on 2023-05-24 12:45 PM by Rubia Torres
WHILE 1 DO PRINT "Hello World!" ENDWHILEThis had the same effect, apparently. ArchiCad locks up. I tried to monitor the ArchiCad process (on windows) while browsing for others with the same problem on my mac. The process grows in memory to about 1GB and is then flushed (probably by windows memory manager). It did like this some 5-10 times, and suddenly, responded again! The file was saved, but it took about half an hour.
2007-06-05 05:28 PM
jeppe.liisberg wrote:It doesn't usually crash (close). It does lock up (stop responding).
Does ArchiCad crash when trying to save code with an infinite loop?
2007-06-05 11:08 PM
when Archicad saves the object script, it tries to run the script once to check for errorsI realized this. I miss words. Somehow I'm starting to develop techniques to debug/save my objects even with these enormous limitations/bugs. But it sure ain't effective work hours.