# Can any one tell me why do I get this error while quitting any P3D seketch

**URL:** https://discourse.processing.org/t/can-any-one-tell-me-why-do-i-get-this-error-while-quitting-any-p3d-seketch/13800
**Category:** Processing
**Created:** [September 4, 2019, 4:46pm UTC](https://discourse.processing.org/t/can-any-one-tell-me-why-do-i-get-this-error-while-quitting-any-p3d-seketch/13800 "2019-09-04T16:46:00Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![shoccho](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/shoccho/32/6356_2.png) [@shoccho](https://discourse.processing.org/u/shoccho)
#### Post date: [September 4, 2019, 4:46pm UTC](https://discourse.processing.org/t/can-any-one-tell-me-why-do-i-get-this-error-while-quitting-any-p3d-seketch/13800/1 "2019-09-04T16:46:00Z")

</div>

```auto
X11Util.Display: Shutdown (JVM shutdown: true, open (no close attempt): 2/2, reusable (open, marked uncloseable): 0, pending (open in creation order): 2)
X11Util: Open X11 Display Connections: 2
X11Util: Open[0]: NamedX11Display[:0.0, 0x7f2984006ea0, refCount 1, unCloseable false]
X11Util: Open[1]: NamedX11Display[:0.0, 0x7f2984017e60, refCount 1, unCloseable false]

```

---

<div class="post-metadata">

### Author: ![jeremydouglass](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jeremydouglass/32/20_2.png) [@jeremydouglass](https://discourse.processing.org/u/jeremydouglass)
#### Post date: [September 5, 2019, 6:39pm UTC](https://discourse.processing.org/t/can-any-one-tell-me-why-do-i-get-this-error-while-quitting-any-p3d-seketch/13800/2 "2019-09-05T18:39:49Z")

</div>

- What version of Processing?
- What operating system?
- Where is the error displayed – in PDE sketch console, from console with processing-java?
- By quitting do you mean closing a sketch editor window, or stopping a running sketch?

---

<div class="post-metadata">

### Author: ![shoccho](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/shoccho/32/6356_2.png) [@shoccho](https://discourse.processing.org/u/shoccho)
#### Post date: [September 6, 2019, 2:47am UTC](https://discourse.processing.org/t/can-any-one-tell-me-why-do-i-get-this-error-while-quitting-any-p3d-seketch/13800/3 "2019-09-06T02:47:54Z")

</div>

- Processing 3.5.3
- Arch linux
- In the console that is at the bottom of the IDE.
- Stopping a running sketch

---

<div class="post-metadata">

### Author: ![jeremydouglass](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jeremydouglass/32/20_2.png) [@jeremydouglass](https://discourse.processing.org/u/jeremydouglass)
#### Post date: [September 6, 2019, 4:45am UTC](https://discourse.processing.org/t/can-any-one-tell-me-why-do-i-get-this-error-while-quitting-any-p3d-seketch/13800/4 "2019-09-06T04:45:37Z")

</div>

I’m not sure. Here are some previous arch linux threads with helpful advice / links:

- [Anyone using Processing in Archlinux or Vim's plugin: Vim-processing?](https://discourse.processing.org/t/anyone-using-processing-in-archlinux-or-vims-plugin-vim-processing/8655)
- [[Linux] Unable to run - files and directories not found for java?](https://discourse.processing.org/t/linux-unable-to-run-files-and-directories-not-found-for-java/7547)

Another sometimes forum arch linux Processing user I know is @Architector_4

---

<div class="post-metadata">

### Author: ![Architector\_4](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/architector_4/32/813_2.png) [@Architector\_4](https://discourse.processing.org/u/Architector_4)
#### Post date: [September 6, 2019, 10:19am UTC](https://discourse.processing.org/t/can-any-one-tell-me-why-do-i-get-this-error-while-quitting-any-p3d-seketch/13800/5 "2019-09-06T10:19:51Z")

</div>

As far as I know, this is normal. I was getting this on Ubuntu too, and on now on Arch Linux, with any desktop environments and even when using Processing libraries in Eclipse.

While it is red, it says that it shuts down and nothing bad happens - all needed Processing hooks exit, the process closes, and all is good.

So yeah, as far as I know you can ignore this.

(@jeremydouglass great idea to tag me, that got me an email notification and I’m here. I think I can answer questions like that sometimes. Sorry for not being active on this forum much, free time becomes expensive :D)

---

<div class="post-metadata">

### Author: ![jeremydouglass](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jeremydouglass/32/20_2.png) [@jeremydouglass](https://discourse.processing.org/u/jeremydouglass)
#### Post date: [September 6, 2019, 5:29pm UTC](https://discourse.processing.org/t/can-any-one-tell-me-why-do-i-get-this-error-while-quitting-any-p3d-seketch/13800/6 "2019-09-06T17:29:53Z")

</div>

@Architector_4 – sure, thanks so much for responding, and please feel free to ignore being tagged any time, for any reason! Your time is your own – always still grateful for any help you volunteer here when and as you can, and understand if you cannot.
