Black screen after build

Hi,

I amb developing a game but I can only get it running when I build with DisplayResolution Dialog enabled and enabling the Windowed option in the dialog…

If I try to run it with DisplayResolution Dialog disabled or with the windowed option disabled in the dialog I get a black screen. I can see my scene for 1 sec and then everything goes black…

I would like to have the DisplayResolution Dialog disabled.

Does anyone have a clue on what’s happening?
Thanks in advance.

Are you using camera effects? It looks like it might be related to this: Unity Issue Tracker - Camera with image effects throws error when certain game view aspect ratios are used

forum thread: http://forum.unity3d.com/threads/210374-Unity-4-3-error-rect-2-rt-gt-GetGLWidth()-amp-amp-rect-3-rt-gt-GetGLHeight()

Wow! Yesss I have a bunch of image effects in the camera :frowning:
I hadn’t seen this thread.
I will take a look at that and see if I can sort it out…

Thanks for the help!