Code M_4_3_01_TOOL

Komplexe Methoden –  M.4 Attraktoren –  M.4.3 Das Attraktoren-Tool –  M_4_3_01_TOOL

Pages


  • 400 - 401

  • 402 - 403

Comments

  • 2009-10-19 @ 4:22 pm   |  Comment and Gallery Post
    by Hartmut Bohnacker

    A smoke-like figure I've done with the attractor 2d tool.

     

    090204_144625.png

  • 2009-11-12 @ 10:44 pm   |  Comment by Peter König

    Hello, I tried to start this tool but get an OutOfMemoryException... do I need more than 3 GByte im my Processing preferences for this? ;-) Greetings, Peter

     

  • 2009-11-13 @ 9:09 am   |  Comment by Hartmut Bohnacker

    I tried it with 512 MB memory set in the Processing preferences and it worked. Did you check the checkbox in front of "Increase maximum available memory"? Because without, processing will not use the new settings.

  • 2009-11-13 @ 3:10 pm   |  Comment by Peter König

    Ooops ;-) In fact I failed checking the box. By the way I learned that Processing thinks memory sizes above 1000 MBytes are beyond every reasonable horizon...

    Thank you, Peter

  • 2009-11-13 @ 3:56 pm   |  Comment by Hartmut Bohnacker

    I'm happy I could help! Actually this is a mistake already made by some other people, including me :-)

  • 2010-01-20 @ 11:28 am   |  Comment by Jonas Deuter

     

    Hi,

    I started working with processing - I had no problems at first time. Then I reinstalled my mac and processing can't find my "generativedesign"-package anymore - but it's inside my libraries-folder. What happend? I think I did everything like times before. Can anybody help me?

    Thanks a lot,

    Jonas

     

  • 2010-03-17 @ 12:38 pm   |  Comment by chris

     

    hey i got the same error but i did check the box and increased the memory to 2gb.

     

    but still the error in all scetches.

     

    1.  

     

    it seems to me that something else must be wrong. i have version 1.1 and the libs should be installed correctly.

     

     

    at java.lang.Thread.run(Thread.java:619) at processing.app.Editor$DefaultRunHandler.run(Unknown Source) at processing.app.Sketch.build(Unknown Source) at processing.app.Sketch.build(Unknown Source) at processing.app.Sketch.preprocess(Unknown Source) at processing.app.Sketch.preprocess(Unknown Source) at processing.app.preproc.PdePreprocessor.write(Unknown Source) at processing.app.preproc.PdeRecognizer.pdeProgram(Unknown Source) at antlr.LLkParser.LA(LLkParser.java:52) at antlr.TokenBuffer.LA(TokenBuffer.java:80) at antlr.TokenBuffer.fill(TokenBuffer.java:69) at antlr.TokenStreamCopyingHiddenTokenFilter.nextToken(Unknown Source) at antlr.TokenStreamCopyingHiddenTokenFilter.consumeFirst(Unknown Source) at antlr.TokenStreamHiddenTokenFilter.consume(TokenStreamHiddenTokenFilter.java:38) at processing.app.preproc.PdeLexer.nextToken(Unknown Source) at processing.app.preproc.PdeLexer.mML_COMMENT(Unknown Source) at antlr.CharScanner.match(CharScanner.java:205) at antlr.CharScanner.consume(CharScanner.java:82) at antlr.CharScanner.append(CharScanner.java:64) at antlr.ANTLRStringBuffer.append(ANTLRStringBuffer.java:36)Exception in thread "Thread-6" java.lang.OutOfMemoryError: Java heap space

     

     

     

    btw why is the pasted text in the comments upside down?

     

     

     

  • 2010-03-17 @ 4:00 pm   |  Comment by Markus Klink

    It seems that processing 1.1 is broken. Try to remove the comment section on top of the sketch and run again. This is what made my sketches run again. I reverted to processing 1.0.9 and there everything works fine.

     

    Markus

  • 2010-03-17 @ 4:35 pm   |  Comment by chris

    yep its working with 1.09. thx

  • 2010-03-18 @ 5:39 pm   |  Comment by Hartmut Bohnacker

    Yes, there is a problem with Processing 1.1 and non-ascii chars in comments (like the 'ß' in 'Benedikt Groß'. Removing those chars solves the problem. Or using Processing 1.0.9. Or downloading the codes package again (I already removed those chars in the new version).

     

    I already posted that bug to the Processing developers and it seems that this bug will be fixed in the next release.

Leave a Comment

   (required)

  

Please enable JavaScript to post a comment.

(.zip, max. 1MB)  

Proof that you are human!
Please paste the snippet below in an empty Processing sketch!
What number does the Processing console show?

randomSeed(33018);
println(int(random(100000)));

  (required)