# Gray or blank screen when export :(

**URL:** https://discourse.processing.org/t/gray-or-blank-screen-when-export/12163
**Category:** Processing
**Created:** [June 18, 2019, 5:16pm UTC](https://discourse.processing.org/t/gray-or-blank-screen-when-export/12163 "2019-06-18T17:16:42Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Pan](https://avatars.discourse-cdn.com/v4/letter/p/b5e925/32.png) [@Pan](https://discourse.processing.org/u/Pan)
#### Post date: [June 18, 2019, 5:16pm UTC](https://discourse.processing.org/t/gray-or-blank-screen-when-export/12163/1 "2019-06-18T17:16:42Z")

</div>

Hi, when i export my sketch the result is a gray or blank screen but when i am processing the sketch, this works, can someone help me please?  
Thank you for reading.

I am using Windows 8 with 64 bits and Processing 3.5.3

---

<div class="post-metadata">

### Author: ![glv](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/glv/32/18785_2.png) [@glv](https://discourse.processing.org/u/glv)
#### Post date: [June 18, 2019, 11:53pm UTC](https://discourse.processing.org/t/gray-or-blank-screen-when-export/12163/2 "2019-06-18T23:53:31Z")

</div>

This worked for me on W10 64bit:

> void setup()  
> {  
> }
> 
> void draw()  
> {  
> background(255, 255, 0);  
> }

Try it and let us know what results are.

🙂

---

<div class="post-metadata">

### Author: ![8BitRift](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/8bitrift/32/3495_2.png) [@8BitRift](https://discourse.processing.org/u/8BitRift)
#### Post date: [June 19, 2019, 12:45am UTC](https://discourse.processing.org/t/gray-or-blank-screen-when-export/12163/3 "2019-06-19T00:45:46Z")

</div>

There are multiple issues that can cause this, you will need to post your code if you want us to help you pinpoint your specific issue…

---

<div class="post-metadata">

### Author: ![Pan](https://avatars.discourse-cdn.com/v4/letter/p/b5e925/32.png) [@Pan](https://discourse.processing.org/u/Pan)
#### Post date: [June 20, 2019, 12:20am UTC](https://discourse.processing.org/t/gray-or-blank-screen-when-export/12163/4 "2019-06-20T00:20:35Z")

</div>

I found my problem and are when i have a PFont or PImage ☹, when i delethe the pfont and pimage the sketch exporting don’t have problems, and i don’t know how fix this having a pfonts or pimages 😕

---

<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: [June 22, 2019, 1:03pm UTC](https://discourse.processing.org/t/gray-or-blank-screen-when-export/12163/5 "2019-06-22T13:03:49Z")

</div>

Are you able to run/export the Example PFont/PImage sketches from the PDE example sketchbook menu?
