Sg2.9
installation problem
Recent RSS
installation problem
From:  masix
Date:  15. February 2010, 14:17

Hello,

i downloaded the plugin, copied it like the instructions said, but i dont see any new windows in the illustrator filters.
im using windows 7 64 bit with illustrator cs4.

i there any way i can add the plugin manually through illustrator?

this plugin is realy amazing, i want it! :-)

thanks for the help

Re: installation problem
From:  Andi Chapple
Date:  9. April 2010, 11:54

hi -

I had a similar problem which your jvm.ini file seems to have fixed, thankyou!

I was running Scriptographer 2.0.025 for Illustrator CS2 on an XP SP2 computer quite happily (not using it much though - I wish I had more time to play!); when I updated Java to Java 6 update 18, when I ran Illustrator it started to give me error messages - "Unable to create Java VM" and then "Unable to create Scriptographer Engine" - and Scriptographer was no longer available.

updating to the latest version of Scriptographer didn't fix the problem, and neither did updating to Java 6 update 19 (and making sure I had a 32-bit version - I have to say java.com isn't much help on this).

your .ini file seems to have sorted everything out nicely. thanks again and best wishes,

Andi

Re: installation problem
From:  Psykonaut
Date:  25. April 2010, 12:06

Hi,
First of all: Thanks a lot for the support.

I've been experiencing the same problem.
After I tried your jvm.ini trick, now I have the Scriptographer tool button back in the toolbar, but the main scriptographer window is still missing. Under the window menu in illustrator I still don't have a scriptographer option.
Here's what it says in the native.log file after the jvm.ini file:

Starting Scriptographer with plugin path: C:\Program Files\Adobe\Adobe Illustrator CS4\Plug-ins\Scriptographer\

JVM Option: -Djava.class.path=C:\Program Files\Adobe\Adobe Illustrator CS4\Plug-ins\Scriptographer\\Core\Java\loader.jar

JVM Option: -Djava.library.path=C:\Program Files\Adobe\Adobe Illustrator CS4\Plug-ins\Scriptographer\\Core\Java\lib

JVM Option: -Xms16m

JVM Option: -Xmx64m

JVM Option: -Xdebug

JVM Option: -Xnoagent

JVM Option: -Djava.compiler=NONE

JVM Option: -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n

handleMessage: AI Notifier AI Notify

onPostStartupPlugin. Engine: 71121f8

Any ideas? Thanks in advance.

Re: installation problem
From:  Jürg Lehni
Date:  25. April 2010, 12:26

Great, that sounds like progress. What does the console.log show? Or any of the other log files?

Re: installation problem
From:  Psykonaut
Date:  25. April 2010, 12:28

Console.log file is totally empty, but here's what's written in the java.log file:

  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Sun Apr 25 13:35:50 EEST 2010
com.scratchdisk.script.rhino.RhinoScriptException: Wrapped java.util.NoSuchElementException
at com.scratchdisk.script.rhino.RhinoScript.execute(RhinoScript.java:78)
at com.scriptographer.ScriptographerEngine.execute(ScriptographerEngine.java:471)
at com.scriptographer.ScriptographerEngine.execute(ScriptographerEngine.java:450)
at com.scriptographer.ScriptographerEngine.compileInitScripts(ScriptographerEngine.java:197)
at com.scriptographer.ScriptographerEngine.compileInitScripts(ScriptographerEngine.java:189)
at com.scriptographer.ScriptographerEngine.init(ScriptographerEngine.java:132)
Caused by: org.mozilla.javascript.WrappedException: Wrapped java.util.NoSuchElementException (C:Program FilesAdobeAdobe Illustrator CS4Plug-insScriptographerCoreJavaScriptguiconsole.js#35)
at org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1781)
at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:203)
at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:287)
at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:205)
at com.scratchdisk.script.rhino.ExtendedJavaClass.construct(ExtendedJavaClass.java:135)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1639)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:845)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:164)
at com.scratchdisk.script.rhino.ExtendedJavaClass.construct(ExtendedJavaClass.java:145)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1639)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:845)
at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:178)
at com.scratchdisk.script.rhino.RhinoScript.execute(RhinoScript.java:72)
at com.scriptographer.script.rhino.TopLevel.executeScript(TopLevel.java:318)
at com.scriptographer.script.rhino.TopLevel.include(TopLevel.java:341)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:162)
at org.mozilla.javascript.FunctionObject.call(FunctionObject.java:413)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1593)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:845)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:164)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:426)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3157)
at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:175)
at com.scratchdisk.script.rhino.RhinoScript.execute(RhinoScript.java:72)
... 5 more
Caused by: java.util.NoSuchElementException
at java.util.AbstractList$Itr.next(Unknown Source)
at com.scratchdisk.util.EnumUtils.asSet(EnumUtils.java:58)
at com.scratchdisk.util.EnumUtils.asSet(EnumUtils.java:70)
at com.scriptographer.ui.TextEdit.(TextEdit.java:55)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:195)
... 31 more

  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Re: installation problem
From:  Jürg Lehni
Date:  25. April 2010, 21:23

Interesting. That's a very strange one. Could you give me more information about Windows and Java version? When you install / update Scriptographer, do you copy over the full folder into the plugins folder, or just the plugin file?

Re: installation problem
From:  Psykonaut
Date:  25. April 2010, 21:47

This is what I do:
I normally backup my scripts some place else, delete the whole [old] Scriptographer folder and put the new Scriptographer folder in. I try the new version, if it works with basic scripts, I put my scripts back in the Scriptographer folder again.

The same problem occurs in both of my computers. Details about Java and Windows are as follows:

PC1: Windows XP Pro SP3 32 bit + Java Version 6 Update 20
PC2: Windows Vista Home Premium SP2 32 bit + Java Version 6 Update 20

Re: installation problem
From:  Jürg Lehni
Date:  27. April 2010, 18:34

Could you try and replace the file scriptographer.jar inside the Scriptographer/Core/Java/lib with the one attached here? It should theoretically solve this, although I am not sure why the error happens on your Systems on the first place. It might also be that this fix just unveils another problem, so please make sure to check the log files again in case this does not fix it all.

Re: installation problem
From:  Psykonaut
Date:  3. May 2010, 14:11

Thanks again. Using this file Scriptographer is now working on my CS4+Vista system. Although I'm experiencing some random looking crashes, it works. But still no luck on XP. I'm away for a few days, as soon as I get back I'll post the log files.

Re: installation problem
From:  Jürg Lehni
Date:  3. May 2010, 14:42

Thanks. And could you also send the crash logs on Vista?

Re: installation problem
From:  Ed
Date:  3. June 2010, 18:55

Similar issues to others, but I managed to get scriptographer to start by backtracking to the last release of JRE5. With JRE 6 I've come up dry thus far. I haven't figured out where the previously posted jvm.ini file is supposed to go. I'm stepping a little out of my comfort zone by plopping files I don't clearly understand into Java folders whose purpose is foreign, so any tips on where to put it, or if I'm supposed to copy the contained text into another file in Java?

Running XP32.

Thanks.

Scripts
08.08.14, 15:24
15.05.14, 14:23
02.03.14, 19:16
18.11.13, 14:48
22.03.13, 03:05
22.02.13, 15:45
Posts
10.01.17, 16:37
19.02.16, 06:03
19.02.16, 06:00
17.01.16, 11:00
12.01.16, 13:10
25.11.15, 08:19
Script of the Moment
Stroke <-> Fill 09.01.08