Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Processing 2.0 fails to run on Windows 8 64 bits. #1883

Closed
ThomasLengeling opened this issue Jun 12, 2013 · 14 comments
Closed

Processing 2.0 fails to run on Windows 8 64 bits. #1883

ThomasLengeling opened this issue Jun 12, 2013 · 14 comments

Comments

@ThomasLengeling
Copy link

Hallo.
I can't run the new Processing 2.0 on Windows 8 64bits.
When I lunch processing I get the intro logo then it fades and nothing happens afterwards. It strange because the processing 2.0b9 64 bits and all 64bits betas works perfect on my machine.
I have windows 8 64bits, an NVidia graphics card, all the firewalls are disable.
I also have java 64 bits on my machine, this is what I get on the cmd using java -version
java version "1.7.0_21"
Java (TM) SE Runtime Environment (build 1.7.0_21-b11)
Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)

I don't know what other information could give.

thomas

@aengelke
Copy link
Contributor

Is there any console output? (How to get the output: Build and run Processing with ant, see the GitHub wiki. The output will be shown in the console window you started ant). Are you using the with Processing shipped java version?

@ThomasLengeling
Copy link
Author

I use the Processing shipped with java, in the Resource Monitor the CPU gets to 11% then goes down while the Processing Logo Fades.
I just tried tried lunching processing with the command line, and there was no output. I attach the memory process of java.exe and javaw.exe
resourcemonitor

@aengelke
Copy link
Contributor

Did you ran the debug function? (processing.exe --l4j-debug). Is there any not-zero exit code? (Perhaps 259??)

@ThomasLengeling
Copy link
Author

I get nothing in the debug command line, just the processing logo
processing

@aengelke
Copy link
Contributor

check for a launch4j.log file in your processing folder. There l4j stores the debug output.

@ThomasLengeling
Copy link
Author

ahh ok sorry it this

CmdLine: C:\Users\thommybaby\Programacion\Processing\processing-2.0\processing.exe --l4j-debug
WOW64: yes
Working dir: C:\Users\thommybaby\Programacion\Processing\processing-2.0.
Bundled JRE: java
Check launcher: C:\Users\thommybaby\Programacion\Processing\processing-2.0\java\bin\javaw.exe (OK)
Add classpath: lib\pde.jar
Add classpath: core\library\core.jar
Add classpath: lib\jna.jar
Add classpath: lib\antlr.jar
Add classpath: lib\ant.jar
Add classpath: lib\ant-launcher.jar
Add classpath: lib\org-netbeans-swing-outline.jar
Add classpath: lib\com.ibm.icu_4.4.2.v20110823.jar
Add classpath: lib\jdi.jar
Add classpath: lib\jdimodel.jar
Add classpath: lib\org.eclipse.osgi_3.8.1.v20120830-144521.jar
Launcher: C:\Users\thommybaby\Programacion\Processing\processing-2.0\java\bin\javaw.exe
Launcher args: -classpath "lib;lib\pde.jar;core\library\core.jar;lib\jna.jar;lib\antlr.jar;lib\ant.jar;lib\ant-launcher.jar;lib\org-netbeans-swing-outline.jar;lib\com.ibm.icu_4.4.2.v20110823.jar;lib\jdi.jar;lib\jdimodel.jar;lib\org.eclipse.osgi_3.8.1.v20120830-144521.jar" processing.app.Base
Args length: 277/32768 chars
Exit code: 0

@aengelke
Copy link
Contributor

  1. Does processing prints any console output? (Try .\java\bin\java -cp lib/pde.jar;core/library/core.jar;lib/jna.jar;lib/antlr.jar;lib/ant.jar;lib/ant-launcher.jar;lib/org-netbeans-swing-outline.jar;lib/com.ibm.icu_4.4.2.v20110823.jar;lib/jdi.jar;lib/jdimodel.jar;lib/org.eclipse.osgi_3.8.1.v20120830-144521.jar processing.app.Base from the command-line).
  2. See processing doesn't open w/ no error #1899 (thats the same l4j log). Try redownloading processing. Perhaps theres something wrong with your build. (Or try building yourself...)

@ThomasLengeling
Copy link
Author

I tried that in the console, it seems there is a problem with javascriptmode

processing02

@aengelke
Copy link
Contributor

Try restarting after removing every modes/tools.

@ThomasLengeling
Copy link
Author

as I know javascriptMode was remove from processing 2.0, so maybe there is still a link to that mode in the code from previous versions(betas).

@aengelke
Copy link
Contributor

move (or rename) the "USER/AppData/Roaming/Processing/" folder and rename the sketchbook to something else and then start processing.

@ThomasLengeling
Copy link
Author

Yeah that totally work, thanks!
So after running processing I pointed out where my sketchbook directory is, and restarted Processing. So it fail again. I went to my sketchbook directory and deleted the folder mode, the folder only has one mode and its not javascript. After doing that processing 2.0 runs again smoothly.
I think processing tries to find the javacriptMode in the sketchbook and doing so it fails to run.

@aengelke
Copy link
Contributor

@ThomasLengeling please close this issue.

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants