# Processing will not start

**URL:** https://discourse.processing.org/t/processing-will-not-start/5623
**Category:** Processing
**Created:** [November 17, 2018, 12:54pm UTC](https://discourse.processing.org/t/processing-will-not-start/5623 "2018-11-17T12:54:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dds](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/dds/32/2395_2.png) [@dds](https://discourse.processing.org/u/dds)
#### Post date: [November 17, 2018, 12:54pm UTC](https://discourse.processing.org/t/processing-will-not-start/5623/1 "2018-11-17T12:54:32Z")

</div>

# Description

When I double-click on `processing.exe`, the logo window of Processing shows up for a couple of seconds and then it disappears.

# My Environment

Processing version: 3.4  
Operating System and OS version: Windows 10  
Other information: 64bit, 16GB RAM, 4k display plus HD display, but also tried with single HD display.

Starting with Processing with `--l4j-debug` produces the following log file.

```auto
Version: 3.9
CmdLine: C:\Users\Dennis\Desktop\processing-3.4\processing.exe --l4j-debug
WOW64: yes
Working dir: C:\Users\Dennis\Desktop\processing-3.4\.
Bundled JRE: java
Check launcher: C:\Users\Dennis\Desktop\processing-3.4\java\bin\javaw.exe (OK)
Heap -Xmx: Requested 256 MB / 0%, Available: 12358 MB, Heap size: 256 MB
Substitute: EXEDIR = C:\Users\Dennis\Desktop\processing-3.4
Add classpath: lib\pde.jar
Add classpath: core\library\core.jar
Add classpath: lib\jna.jar
Add classpath: lib\jna-platform.jar
Add classpath: lib\antlr.jar
Add classpath: lib\ant.jar
Add classpath: lib\ant-launcher.jar
Launcher: C:\Users\Dennis\Desktop\processing-3.4\java\bin\javaw.exe
Launcher args: -Xmx256m -Djava.ext.dirs="C:\Users\Dennis\Desktop\processing-3.4\\java\\lib\\ext" -Djna.nosys=true -Djna.boot.library.path=lib -Djna.nounpack=true -Dsun.java2d.d3d=false -Dsun.java2d.ddoffscreen=false -Dsun.java2d.noddraw=true -classpath "lib;lib\pde.jar;core\library\core.jar;lib\jna.jar;lib\jna-platform.jar;lib\antlr.jar;lib\ant.jar;lib\ant-launcher.jar" processing.app.Base
Args length: 377/32768 chars
Exit code: 1

```

After enabling debugging information, I get the following in the `console/*.out` file:

```auto
Checking to see if Processing is already running
Processing is not already running (or could not connect)
About to create Base...
No properties file at C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode.properties
checking mode folder regarding class name processing.mode.java.JavaMode
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\antlr-src.zip for java
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\antlr.jar for java
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\classpath-explorer-1.0.jar for java
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\com.ibm.icu.jar for java
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\JavaMode.jar for java
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\jdi.jar for java
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\jdimodel.jar for java
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\jdtCompilerAdapter.jar for java
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\jsoup-1.7.1.jar for java
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\org.eclipse.core.contenttype.jar for java
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\org.eclipse.core.jobs.jar for java
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\org.eclipse.core.resources.jar for java
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\org.eclipse.core.runtime.jar for java
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\org.eclipse.equinox.common.jar for java
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\org.eclipse.equinox.preferences.jar for java
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\org.eclipse.jdt.core.jar for java
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\org.eclipse.osgi.jar for java
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\org.eclipse.text.jar for java
Found archive C:\Users\Dennis\Desktop\processing-3.4\modes\java\mode\org.netbeans.swing.outline.jar for java
loading above JARs with loader java.net.URLClassLoader@5e10cf7b
Got mode class class processing.mode.java.JavaMode
No properties file at C:\Users\Dennis\Desktop\processing-3.4\core\library.properties
Load PDEX prefs
Nothing set for last.sketch.mode, using default.
Calling handleNew() to open a new window

```

Clicking on an example `.pde` file changes the last line of the preceding log into the following sequence, but again the IDE fails to appear.

```auto
Parsing command line... args[0] = 'C:\Users\Dennis\Desktop\processing-3.4\modes\java\examples\Demos\Graphics\LowLevelGLVboInterleaved\LowLevelGLVboInterleaved.pde'
Changing 0 to canonical C:\Users\Dennis\Desktop\processing-3.4\modes\java\examples\Demos\Graphics\LowLevelGLVboInterleaved\LowLevelGLVboInterleaved.pde
No properties file at C:\Users\Dennis\Desktop\processing-3.4\tools\MovieMaker\tool.properties
checking mode folder regarding null
Found archive C:\Users\Dennis\Desktop\processing-3.4\tools\MovieMaker\tool\jai_imageio.jar for MovieMaker
Found archive C:\Users\Dennis\Desktop\processing-3.4\tools\MovieMaker\tool\MovieMaker.jar for MovieMaker
loading above JARs with loader java.net.URLClassLoader@3c1d2d9a
Error with font null for attribute console.font
PPS: Hi!
PPS: Starting
No handleNew(), something passed on the command line
Base() constructor succeeded
Opening SingleInstance socket
Starting SingleInstance thread
Done creating Base...

```

I have tried to follow the provided [troubleshooting instructions](https://github.com/processing/processing/wiki/Troubleshooting) and suggestions in the posts titled [Processing won’t launch 3.3.7 Windows 10](https://discourse.processing.org/t/processing-wont-launch-3-3-7-windows-10/1893), [Crashing a lot after updates](https://discourse.processing.org/t/crashing-a-lot-after-updates/702), [Processing wont start](https://discourse.processing.org/t/processing-wont-start/2193), [Processing Doesn’t Open](https://discourse.processing.org/t/processing-doesnt-open/2157), and the GitHub issue [Processing 3.3.5 (64-bit and 32-bit) startup errors on Windows 10](https://github.com/processing/processing/issues/5188).
