Crash on opening screen

Title is not correct, should be: Crash on opening full screen application.

I didn’t use Unity since some time but started dev again and now when I try to deploy for Windows the app just crashes on screen opening.
Windowed it works well though, it’s only a full screen problem.
Gave the app to one of my friends and he has the same problem.

Should I reinstall Unity?

I tried to reinstall DirectX but it says that they are up to date and don’t do anything.

I am on Windows 7 64b.

Here is the crash log:

Unity Player [version: Unity 3.5.7f6_795a449bc926]


d3d9.dll caused an Access Violation (0xc0000005)
  in module d3d9.dll at 0033:f1782b51.


Error occurred at 2013-04-08_204652.
C:\Users\Corto\Desktop\H_64.exe, run by Corto.
73% memory in use.
8105 MB physical memory [2157 MB free].
16207 MB paging file [8875 MB free].
8388608 MB user address space [8388303 MB free].
Read from location 00000000 caused an access violation.


Context:
RDI:    0x0b300060  RSI: 0x00000000  RAX:   0x00000000
RBX:    0x0b3004b8  RCX: 0x00000000  RDX:   0x00007163
RIP:    0xf1782b51  RBP: 0x00000000  SegCs: 0x00000033
EFlags: 0x00010246  RSP: 0x0012ee50  SegSs: 0x0000002b
R8:    0x00000127  R9: 0x00000000  R10:   0x00000001
R11:    0xf1819900  R12: 0x08c29408  R13:   0x00000000
R14:    0x08926380  R15: 0x0012f130


Bytes at CS:EIP:
48 8b 01 ff 50 60 83 bb 38 00 0c 00 00 76 20 85 Module 1
C:\Windows\system32\igdumd64.dll
Image Base: 0x80000000  Image Size: 0x00805000
File Size:  8313856     File Time:  2012-01-10_142830
Version:
   Company:    Intel Corporation
   Product:    Intel Graphics Accelerator Drivers for Windows 7(R)
   FileDesc:   LDDM User Mode Driver for Intel(R) Graphics Technology
   FileVer:    8.15.10.2622
   ProdVer:    8.15.10.2622


Module 2
C:\Program Files\AVAST Software\Avast\snxhk64.dll
Image Base: 0x665b0000  Image Size: 0x0004a000
File Size:  291472      File Time:  2012-10-30_235030
Version:
   Company:    AVAST Software
   Product:    avast! Antivirus
   FileDesc:   avast! snxhk
   FileVer:    7.0.1474.765
   ProdVer:    7.0.1474.765


Module 3
C:\Windows\system32\ksuser.dll
Image Base: 0x74400000  Image Size: 0x00006000
File Size:  5120        File Time:  2009-07-14_034114
Version:
   Company:    Microsoft Corporation
   Product:    Microsoft® Windows® Operating System
   FileDesc:   User CSA Library
   FileVer:    6.1.7600.16385
   ProdVer:    6.1.7600.16385


Module 4
C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\MSVCR90.dll
Image Base: 0x74410000  Image Size: 0x000a3000
File Size:  641360      File Time:  2011-10-09_210450
Version:
   Company:    Microsoft Corporation
   Product:    Microsoft® Visual Studio® 2008
   FileDesc:   Microsoft® C Runtime Library
   FileVer:    9.0.30729.6161
   ProdVer:    9.0.30729.6161


Module 5
C:\Windows\system32\USER32.dll
Image Base: 0x76c20000  Image Size: 0x000fa000
File Size:  1008128     File Time:  2010-11-20_152728
Version:
   Company:    Microsoft Corporation
   Product:    Microsoft® Windows® Operating System
   FileDesc:   Multi-User Windows USER API Client DLL
   FileVer:    6.1.7601.17514
   ProdVer:    6.1.7601.17514


Module 6
C:\Windows\system32\KERNEL32.dll
Image Base: 0x76d20000  Image Size: 0x0011f000
File Size:  1161216     File Time:  2012-11-30_074108
Version:
   Company:    Microsoft Corporation
   Product:    Microsoft® Windows® Operating System
   FileDesc:   Windows NT BASE API Client DLL
   FileVer:    6.1.7601.18015
   ProdVer:    6.1.7601.18015


Module 7
C:\Windows\SYSTEM32\ntdll.dll
Image Base: 0x76e40000  Image Size: 0x001a9000
File Size:  1731920     File Time:  2011-11-17_084120
Version:
   Company:    Microsoft Corporation
   Product:    Microsoft® Windows® Operating System
   FileDesc:   NT Layer DLL
   FileVer:    6.1.7601.17725
   ProdVer:    6.1.7601.17725


Module 8
C:\Windows\system32\PSAPI.DLL
Image Base: 0x77000000  Image Size: 0x00007000
File Size:  9216        File Time:  2009-07-14_034154
Version:
   Company:    Microsoft Corporation
   Product:    Microsoft® Windows® Operating System
   FileDesc:   Process Status Helper
   FileVer:    6.1.7600.16385
   ProdVer:    6.1.7600.16385




== [end of error.log] ==

Update: I tracked down the problem to the ANTIALIASING SETTING in the QUALITY SETTINGS.
I had to turn it off to have working builds.

Can you friends at Unity solve this issue please?