Search Unity

Weird error when i buil and run game "couldn't swtich to requested monitor resolutuon "help please

Discussion in 'Windows' started by SamiRehman1997, Apr 29, 2019.

  1. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    i am getting weird error when i buil and run my game

    Error is "couldn't swtich to requested monitor resolutuon
    swtiching to 1024x768 failed
    trying lower one swtiching to 1024x768
    failed trying lower one
    All resolution swtiches failed
    DX 11 could not switch resolution (1024x768 fs=1 hz=0)".

    i am only facing this problem in unity i tried to run limbo game on full screen mode for testing it worked prefect no error even fram rate was perfect so i am sure problem is not in GPU.

    i have lenovo W520(i know old)
    core i7-2820qm
    GPU :- Quadro 2000M 2GB(with update/latest drivers Version 390.75)

    4GB Ram

    And unity is crashing alot after build almost everytime

    UNITY VERSION THAT I AM USING:- 2019.1.0f2

    Pictures you may need if anyone reply
     

    Attached Files:

    • j.png
      j.png
      File size:
      62.8 KB
      Views:
      868
    • a.png
      a.png
      File size:
      160.4 KB
      Views:
      792
    • b.png
      b.png
      File size:
      172.8 KB
      Views:
      845
    Last edited: Apr 29, 2019
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Hey can you attach the player log from a failed run of the player?
     
  3. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    i found something i switched to openGL core and it worked(yep it's not working with directx 12 or 11),, btw where can i found logs. logs folder in project?
     
    Last edited: Aug 2, 2019
  4. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    also after a fail start this happens to unity
    upload_2019-8-2_23-27-33.png
     
  5. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    Log file
     

    Attached Files:

    • upm.txt
      File size:
      173 bytes
      Views:
      518
  6. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
  7. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74

    Attached Files:

  8. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
  9. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
  10. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    That's weird! Looks like either creating swapchain or switching it to exclusive full screen mode fails on your machine for some reason.

    In player settings, there's a setting called "Fullscreen Mode" under "Resolution and Presentation". What is that set to?

    Do you have Visual Studio installed? If you do, could you try running the game using "-force-d3d11-debug" cmd line argument while under a debugger? That might reveal more information.
     
  11. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74

    i have installed visual studio but i am new and never done this can you tell me the step for running "-force-d3qq-debug"


    something happening with screen switching i have set it to openGl and in player settings "Full screen mode" but build is running but at window mode
     
    Last edited: Aug 6, 2019
  12. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    upload_2019-8-7_4-7-58.png

    here's the player settings
     
  13. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Yeah I can work you through it.

    1. Open a new instance of Visual Studio and press File -> Open -> Project/Solution
    2. Point it to your game exe:
    upload_2019-8-6_14-7-39.png

    3. In the solution explorer, right click on your game "project" and open Properties (If you can't find solution explorer, click View -> Solution Explorer):
    upload_2019-8-6_14-9-0.png

    4. In the arguments field, type in "-force-d3d11-debug":
    upload_2019-8-6_14-10-36.png

    5. Press Ctrl + S to save changes
    6. Press the green "Start" button to launch your game:
    upload_2019-8-6_14-11-33.png

    7. After the game launches and you run into the same issue as before, open the output window (by going to View -> Output if it isn't already open), make sure that "Show output from" drop down menu is configured to "Debug" and copy/paste its contents:

    upload_2019-8-6_14-13-26.png

    If you can, also attach the player log that resulted from running the game under the debugger.
     
  14. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    'New Unity Project.exe' (Win32): Loaded 'C:\Users\samim\Downloads\BuildTest\New Unity Project.exe'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Users\samim\Downloads\BuildTest\UnityPlayer.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\win32u.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\gdi32full.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\msvcp_win.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\ole32.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\version.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\bcryptprimitives.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\shlwapi.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\setupapi.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\cfgmgr32.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\bcrypt.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\shell32.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\SHCore.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\windows.storage.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\profapi.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\powrprof.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\umpdc.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\cryptsp.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\opengl32.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\oleaut32.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\winmm.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\imm32.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\glu32.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\crypt32.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Unloaded 'C:\Windows\System32\winmmbase.dll'
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\msasn1.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\winhttp.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\hid.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\DXCore.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\WindowsCodecs.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\dwmapi.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\wsock32.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwi.inf_amd64_76eb4a2880331059\nvinitx.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\detoured.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\nvd3d9wrapx.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\nvdxgiwrapx.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\uxtheme.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Users\samim\Downloads\BuildTest\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\psapi.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\mswsock.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\msctf.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\d3d11.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\dxgi.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\ResourcePolicyClient.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Unloaded 'C:\Windows\System32\ResourcePolicyClient.dll'
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\devobj.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\wintrust.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwi.inf_amd64_76eb4a2880331059\nvumdshimx.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwi.inf_amd64_76eb4a2880331059\nvldumdx.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\imagehlp.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\rsaenh.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\cryptbase.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwi.inf_amd64_76eb4a2880331059\nvwgf2umx.dll'. Cannot find or open the PDB file.
    The thread 0x2f18 has exited with code 0 (0x0).
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\igd10umd64.dll'. Cannot find or open the PDB file.
    The thread 0x1584 has exited with code 0 (0x0).
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\clbcatq.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\wbem\wbemprox.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\wbemcomn.dll'. Cannot find or open the PDB file.
    Exception thrown at 0x00007FF91E29A839 (KernelBase.dll) in New Unity Project.exe: 0x800706B5: The interface is unknown.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\wbem\wbemsvc.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\wbem\fastprox.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\amsi.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\userenv.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.1907.4-0\MpOAV.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\MMDevAPI.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\AudioSes.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\WinTypes.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\ResourcePolicyClient.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\avrt.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Unloaded 'C:\Windows\System32\avrt.dll'
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\xinput1_3.dll'. Cannot find or open the PDB file.
    Exception thrown at 0x00007FF91E29A839 in New Unity Project.exe: Microsoft C++ exception: _com_error at memory location 0x0000002E85EFDD40.
    Exception thrown at 0x00007FF91E29A839 in New Unity Project.exe: Microsoft C++ exception: _com_error at memory location 0x0000002E85EFDE50.
    Exception thrown at 0x00007FF91E29A839 in New Unity Project.exe: Microsoft C++ exception: _com_error at memory location 0x0000002E85EFDEC8.
    Exception thrown at 0x00007FF91E29A839 in New Unity Project.exe: Microsoft C++ exception: _com_error at memory location 0x0000002E85EFE5E8.
    Exception thrown at 0x00007FF91E29A839 in New Unity Project.exe: Microsoft C++ exception: _com_error at memory location 0x0000002E85EFECA8.
    Exception thrown at 0x00007FF91E29A839 in New Unity Project.exe: Microsoft C++ exception: _com_error at memory location 0x0000002E85EFEA50.
    Exception thrown at 0x00007FF91E29A839 in New Unity Project.exe: Microsoft C++ exception: _com_error at memory location 0x0000002E85EFDD40.
    Exception thrown at 0x00007FF91E29A839 in New Unity Project.exe: Microsoft C++ exception: _com_error at memory location 0x0000002E85EFDE50.
    Exception thrown at 0x00007FF91E29A839 in New Unity Project.exe: Microsoft C++ exception: _com_error at memory location 0x0000002E85EFDEC8.
    Exception thrown at 0x00007FF91E29A839 in New Unity Project.exe: Microsoft C++ exception: _com_error at memory location 0x0000002E85EFE5E8.
    Exception thrown at 0x00007FF91E29A839 in New Unity Project.exe: Microsoft C++ exception: _com_error at memory location 0x0000002E85EFECA8.
    Exception thrown at 0x00007FF91E29A839 in New Unity Project.exe: Microsoft C++ exception: _com_error at memory location 0x0000002E85EFEA50.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.239_none_e6c7aebd130c7608\comctl32.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\TextInputFramework.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\CoreUIComponents.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\CoreMessaging.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\ntmarta.dll'. Cannot find or open the PDB file.
    'New Unity Project.exe' (Win32): Loaded 'C:\Windows\System32\iertutil.dll'. Cannot find or open the PDB file.
    The thread 0x2e74 has exited with code 0 (0x0).
    The thread 0x3260 has exited with code 0 (0x0).
    The thread 0x3254 has exited with code 0 (0x0).
    The thread 0x1f24 has exited with code 0 (0x0).


    copied from visual studio
     
  15. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    playerlog, i didn't under what you meant by "player log under debugger" so i atach player log with same process as before
     

    Attached Files:

  16. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    so what happend? find anything?
     
  17. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Sorry, I somehow managed to miss your post.

    That's so weird. I don't see anything out of the ordinary.

    I'm going to send you over a custom built game that we can use for debugging this. Stay tuned I'll PM you.
     
  18. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    alrigt man i will be waiting, and it'll be good if you atleast tell me what you think(you think), where problem can be unity or GPU, i'm asking cuz those support peoples closed my case by saying that "we can't reproduce this issue". everything else is working blender, games, photoshop, unity 2018(i'm currently using)
     
  19. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    I don't know at this point yet. I'm in process of making a build for you to test out right now.
     
  20. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    alright thanks for help. i will be waiting
     
  21. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Hey I sent you a build via a private message. Can you run it and paste the contents of the player log? It can be found at "%USERPROFILE%\AppData\LocalLow\DefaultCompany\New Unity Project (208)".

    It would also be helpful if you ran it through Visual Studio as well just like you did before and paste the contents of the Output window.
     
  22. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    i didn't run


    Initialize mono
    Mono path[0] = 'C:/Users/samim/Downloads/SwapchainCreationDebugging/bin/New Unity Project (208)_Data/Managed'
    Mono config path = 'C:/Users/samim/Downloads/SwapchainCreationDebugging/bin/MonoBleedingEdge/etc'
    PlayerConnection initialized from C:/Users/samim/Downloads/SwapchainCreationDebugging/bin/New Unity Project (208)_Data (debug = 0)
    PlayerConnection initialized network socket : 0.0.0.0 55085
    Multi-casting "[IP] 172.17.104.209 [Port] 55085 [Flags] 2 [Guid] 2379230798 [EditorId] 2350875899 [Version] 1048832 [Id] WindowsPlayer(DESKTOP-FE54OGM) [Debug] 0 [PackageName] WindowsPlayer [ProjectName] New Unity Project (208)" to [225.0.0.222:54997]...
    Started listening to [0.0.0.0:55085]
    PlayerConnection already initialized - listening to [0.0.0.0:55085]
    Initialize engine version: 2019.3.0a12 (ec0bf3da68ec)
    [XR] Discovering subsystems at path C:/Users/samim/Downloads/SwapchainCreationDebugging/bin/New Unity Project (208)_Data/UnitySubsystems
    GfxDevice: creating device client; threaded=1
    Failed to create d3d11 device with debug flag.
    Direct3D:
    Version: Direct3D 11.0 [level 11.0]
    Renderer: NVIDIA Quadro 2000M (ID=0xdda)
    Vendor:
    VRAM: 1990 MB
    Driver: 23.21.13.9065
    [AudioManager] InitNormal(tryDeviceDefaults = false, preferredOutputType = FMOD_OUTPUTTYPE_AUTODETECT) attempt with hardAudioDisable: false
    [AudioManager] Setting output to FMOD_OUTPUTTYPE_AUTODETECT
    [AudioManager] InitNormal succeeded with output "FMOD_OUTPUTTYPE_WASAPI". Driver name is "Speakers (High Definition Audio Device)". Speaker mode is "FMOD_SPEAKERMODE_STEREO"
    Begin MonoManager ReloadAssembly
    - Completed reload, in 1.792 seconds
    D3D11 device created for Microsoft Media Foundation video decoding.
    <RI> Initializing input.
    <RI> Input initialized.
    InitializeOrResetD3D11SwapChainHWND: Creating swapchain: 1920 x 1080 @ 0 (fullscreen: 0, stereo: 0, hdr: 0)
    d3d11: IDXGIFactor2::CreateSwapChainForHwnd(ID3D11DeviceContext1) failed (80070057).
    (Filename: D:\Projects\unity\Runtime/GfxDevice/d3d11/D3D11Swapchain.cpp Line: 951)
    d3d11: IDXGIFactory::CreateSwapChain(ID3D11Device) failed (887a0001).
    (Filename: D:\Projects\unity\Runtime/GfxDevice/d3d11/D3D11Swapchain.cpp Line: 910)
    Switching to resolution 1920x1080 failed
    Screen: DX11 could not switch resolution (1920x1080 fs=1 hz=0)



    Copied from Player log
     
  23. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    Copied from visual studio

    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\SwapchainCreationDebugging\bin\New Unity Project (208).exe'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\SwapchainCreationDebugging\bin\UnityPlayer.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\win32u.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\gdi32full.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msvcp_win.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ole32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\version.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\bcryptprimitives.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\shlwapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\setupapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\cfgmgr32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\bcrypt.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\shell32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\SHCore.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\windows.storage.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\profapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\powrprof.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\umpdc.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\cryptsp.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\oleaut32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winmm.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\opengl32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\imm32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\crypt32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\winmmbase.dll'
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\winmmbase.dll'
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msasn1.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\IPHLPAPI.DLL'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\glu32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dnsapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winhttp.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\hid.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\nsi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DXCore.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dwmapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\SwapchainCreationDebugging\bin\WinPixEventRuntime.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\vcruntime140.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msvcp140.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwi.inf_amd64_76eb4a2880331059\nvinitx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\detoured.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\nvd3d9wrapx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\nvdxgiwrapx.dll'. Cannot find or open the PDB file.
    The thread 0x369c has exited with code 0 (0x0).
    The thread 0x345c has exited with code 0 (0x0).
    The thread 0x28c8 has exited with code 0 (0x0).
    The program '[8800] New Unity Project (208).exe' has exited with code 0 (0x0).

     
  24. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Okay, this is very weird. In Visual Studio output, it doesn't even look like it tries to load d3d11.dll, and it doesn't contain any of Unity log messages. It also looks like the very first swapchain creation fails. Let's dig in.

    Go to "Optional features" in settings:

    upload_2019-8-16_11-20-15.png

    Then click "Add a feature" and select "Graphics Tools". Once you've done that and it's finished installing, rerun the app via Visual Studio and paste the log and Visual Studio output again.
     
  25. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    installs graphics tools
    upload_2019-8-17_10-1-0.png
     
  26. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74

    Copied from visual studio

    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\SwapchainCreationDebugging\bin\New Unity Project (208).exe'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\SwapchainCreationDebugging\bin\UnityPlayer.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\win32u.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\gdi32full.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msvcp_win.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ole32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\version.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\bcryptprimitives.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\shlwapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\setupapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\cfgmgr32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\bcrypt.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\shell32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\SHCore.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\windows.storage.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\profapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\powrprof.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\umpdc.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\cryptsp.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\oleaut32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\imm32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winmm.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\crypt32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msasn1.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\IPHLPAPI.DLL'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dnsapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winhttp.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\ws2_32.dll'
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\opengl32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\nsi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\winmmbase.dll'
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\hid.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dwmapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\glu32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DXCore.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\SwapchainCreationDebugging\bin\WinPixEventRuntime.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\vcruntime140.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msvcp140.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwi.inf_amd64_76eb4a2880331059\nvinitx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\detoured.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\nvd3d9wrapx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\nvdxgiwrapx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\apphelp.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\uxtheme.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\SwapchainCreationDebugging\bin\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\psapi.dll'. Cannot find or open the PDB file.
    Initialize mono
    Mono path[0] = 'C:/Users/samim/Downloads/SwapchainCreationDebugging/bin/New Unity Project (208)_Data/Managed'
    Mono config path = 'C:/Users/samim/Downloads/SwapchainCreationDebugging/bin/MonoBleedingEdge/etc'
    PlayerConnection initialized from C:/Users/samim/Downloads/SwapchainCreationDebugging/bin/New Unity Project (208)_Data (debug = 0)
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\mswsock.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dhcpcsvc6.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dhcpcsvc.dll'. Cannot find or open the PDB file.
    PlayerConnection initialized network socket : 0.0.0.0 55495
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\NapiNSP.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\pnrpnsp.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winrnr.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\nlaapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wshbth.dll'. Cannot find or open the PDB file.
    Multi-casting "[IP] 172.17.156.97 [Port] 55495 [Flags] 2 [Guid] 2237509194 [EditorId] 2350875899 [Version] 1048832 [Id] WindowsPlayer(DESKTOP-FE54OGM) [Debug] 0 [PackageName] WindowsPlayer [ProjectName] New Unity Project (208)" to [225.0.0.222:54997]...
    Started listening to [0.0.0.0:55495]
    The thread 0x34d4 has exited with code 0 (0x0).
    The thread 0x29d8 has exited with code 0 (0x0).
    The thread 0x1dc0 has exited with code 0 (0x0).
    The thread 0x1edc has exited with code 0 (0x0).
    The thread 0x2188 has exited with code 0 (0x0).
    The program '[2304] New Unity Project (208).exe' has exited with code 0 (0x0).


     
  27. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    copied from player log


    Initialize mono
    Mono path[0] = 'C:/Users/samim/Downloads/SwapchainCreationDebugging/bin/New Unity Project (208)_Data/Managed'
    Mono config path = 'C:/Users/samim/Downloads/SwapchainCreationDebugging/bin/MonoBleedingEdge/etc'
    PlayerConnection initialized from C:/Users/samim/Downloads/SwapchainCreationDebugging/bin/New Unity Project (208)_Data (debug = 0)
    PlayerConnection initialized network socket : 0.0.0.0 55495
    Multi-casting "[IP] 172.17.156.97 [Port] 55495 [Flags] 2 [Guid] 2237509194 [EditorId] 2350875899 [Version] 1048832 [Id] WindowsPlayer(DESKTOP-FE54OGM) [Debug] 0 [PackageName] WindowsPlayer [ProjectName] New Unity Project (208)" to [225.0.0.222:54997]...
    Started listening to [0.0.0.0:55495]


     
  28. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    Also Copied from player log when i run the project.exe file (same error)

    Initialize mono
    Mono path[0] = 'C:/Users/samim/Downloads/SwapchainCreationDebugging/bin/New Unity Project (208)_Data/Managed'
    Mono config path = 'C:/Users/samim/Downloads/SwapchainCreationDebugging/bin/MonoBleedingEdge/etc'
    PlayerConnection initialized from C:/Users/samim/Downloads/SwapchainCreationDebugging/bin/New Unity Project (208)_Data (debug = 0)
    PlayerConnection initialized network socket : 0.0.0.0 55269
    Multi-casting "[IP] 172.17.156.97 [Port] 55269 [Flags] 2 [Guid] 3045537846 [EditorId] 2350875899 [Version] 1048832 [Id] WindowsPlayer(DESKTOP-FE54OGM) [Debug] 0 [PackageName] WindowsPlayer [ProjectName] New Unity Project (208)" to [225.0.0.222:54997]...
    Started listening to [0.0.0.0:55269]
    PlayerConnection already initialized - listening to [0.0.0.0:55269]
    Initialize engine version: 2019.3.0a12 (ec0bf3da68ec)
    [XR] Discovering subsystems at path C:/Users/samim/Downloads/SwapchainCreationDebugging/bin/New Unity Project (208)_Data/UnitySubsystems
    GfxDevice: creating device client; threaded=1
    Successfully created d3d11 device with debug flag.
    Direct3D:
    Version: Direct3D 11.0 [level 11.0]
    Renderer: NVIDIA Quadro 2000M (ID=0xdda)
    Vendor:
    VRAM: 1990 MB
    Driver: 23.21.13.9065
    [AudioManager] InitNormal(tryDeviceDefaults = false, preferredOutputType = FMOD_OUTPUTTYPE_AUTODETECT) attempt with hardAudioDisable: false
    [AudioManager] Setting output to FMOD_OUTPUTTYPE_AUTODETECT
    [AudioManager] InitNormal succeeded with output "FMOD_OUTPUTTYPE_WASAPI". Driver name is "Speakers (High Definition Audio Device)". Speaker mode is "FMOD_SPEAKERMODE_STEREO"
    Begin MonoManager ReloadAssembly
    - Completed reload, in 0.293 seconds
    D3D11 device created for Microsoft Media Foundation video decoding.
    <RI> Initializing input.
    <RI> Input initialized.
    InitializeOrResetD3D11SwapChainHWND: Creating swapchain: 1920 x 1080 @ 0 (fullscreen: 0, stereo: 0, hdr: 0)
    d3d11: IDXGIFactor2::CreateSwapChainForHwnd(ID3D11DeviceContext1) failed (80070057).
    (Filename: D:\Projects\unity\Runtime/GfxDevice/d3d11/D3D11Swapchain.cpp Line: 951)
    d3d11: IDXGIFactory::CreateSwapChain(ID3D11Device) failed (887a0001).
    (Filename: D:\Projects\unity\Runtime/GfxDevice/d3d11/D3D11Swapchain.cpp Line: 910)
    Switching to resolution 1920x1080 failed
    Screen: DX11 could not switch resolution (1920x1080 fs=1 hz=0)
     
  29. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    What are these so many PDB files that are missing is it normal?
     
  30. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    That's normal. When you run it from VS, does it give you the same error? The log output seems to cut off early (ends with "Started listening to [0.0.0.0:55495]", instead of with "Screen: DX11 could not switch resolution"). Do you let it run until you hit that issue?
     
  31. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    yes error is same.
     

    Attached Files:

  32. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    That's not running it through Visual Studio. Can you run it through visual studio until you hit that error?

    The build I gave you enables D3D debug layer, so when you run it through VS it should tell you exactly what is failing. Unfortunately the log from VS you pasted earlier suggests that the app didn't run up to the point of the failure point for some reason.
     
  33. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    alright no i am not getting that error wheni run through vs but it's not running and these things appera in vs

    upload_2019-8-20_23-8-31.png
     
  34. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    and unity project exe looks like this in taskbar
     

    Attached Files:

    • l.png
      l.png
      File size:
      19 KB
      Views:
      560
  35. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    i can copy those lines again if you want becuase this break things was not coming before
     
  36. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Once you get to the breakpoint (the thing you showed), click "Continue". You might get those exceptions several times and that's okay. Keep hitting Continue until you get to that "Couldn't switch to requested resolution" error, and once you get it, copy paste the output from Visual Studio output window.
     
  37. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74

    Alrigt i click continue 2 times and get error heres the output

    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\SwapchainCreationDebugging\bin\New Unity Project (208).exe'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\SwapchainCreationDebugging\bin\UnityPlayer.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\win32u.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\gdi32full.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msvcp_win.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ole32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\version.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\bcryptprimitives.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\shlwapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\setupapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\cfgmgr32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\bcrypt.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\shell32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\SHCore.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\windows.storage.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\profapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\powrprof.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\umpdc.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\cryptsp.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\oleaut32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winmm.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\imm32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\opengl32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\crypt32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msasn1.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\winmmbase.dll'
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\winmmbase.dll'
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winhttp.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\glu32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\IPHLPAPI.DLL'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dnsapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\hid.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\SwapchainCreationDebugging\bin\WinPixEventRuntime.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\nsi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dwmapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DXCore.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\vcruntime140.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msvcp140.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\uxtheme.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\SwapchainCreationDebugging\bin\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\psapi.dll'. Cannot find or open the PDB file.
    Initialize mono
    Mono path[0] = 'C:/Users/samim/Downloads/SwapchainCreationDebugging/bin/New Unity Project (208)_Data/Managed'
    Mono config path = 'C:/Users/samim/Downloads/SwapchainCreationDebugging/bin/MonoBleedingEdge/etc'
    PlayerConnection initialized from C:/Users/samim/Downloads/SwapchainCreationDebugging/bin/New Unity Project (208)_Data (debug = 0)
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\mswsock.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dhcpcsvc6.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dhcpcsvc.dll'. Cannot find or open the PDB file.
    PlayerConnection initialized network socket : 0.0.0.0 55202
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\NapiNSP.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\pnrpnsp.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winrnr.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\nlaapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wshbth.dll'. Cannot find or open the PDB file.
    Multi-casting "[IP] 172.17.15.177 [Port] 55202 [Flags] 2 [Guid] 696940830 [EditorId] 2350875899 [Version] 1048832 [Id] WindowsPlayer(DESKTOP-FE54OGM) [Debug] 0 [PackageName] WindowsPlayer [ProjectName] New Unity Project (208)" to [225.0.0.222:54997]...
    Started listening to [0.0.0.0:55202]
    PlayerConnection already initialized - listening to [0.0.0.0:55202]
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msctf.dll'. Cannot find or open the PDB file.
    Initialize engine version: 2019.3.0a12 (ec0bf3da68ec)
    [XR] Discovering subsystems at path C:/Users/samim/Downloads/SwapchainCreationDebugging/bin/New Unity Project (208)_Data/UnitySubsystems
    GfxDevice: creating device client; threaded=1
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\d3d11.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dxgi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DXGIDebug.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ResourcePolicyClient.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\ResourcePolicyClient.dll'
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvumdshimx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\devobj.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wintrust.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvinitx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\detoured.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\nvd3d9wrapx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\nvdxgiwrapx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\nvdxgiwrapx.dll'
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvinitx.dll'
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvldumdx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\imagehlp.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\rsaenh.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\cryptbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvwgf2umx.dll'. Cannot find or open the PDB file.
    The thread 0x37c0 has exited with code 0 (0x0).
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\igd10umd64.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\d3d11_3SDKLayers.dll'. Cannot find or open the PDB file.
    The thread 0x2c30 has exited with code 0 (0x0).
    Successfully created d3d11 device with debug flag.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\clbcatq.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wbem\wbemprox.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wbemcomn.dll'. Cannot find or open the PDB file.
    Exception thrown at 0x00007FF9F30BA839 (KernelBase.dll) in New Unity Project (208).exe: 0x800706B5: The interface is unknown.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wbem\wbemsvc.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wbem\fastprox.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\amsi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\userenv.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.1907.4-0\MpOAV.dll'. Cannot find or open the PDB file.
    Direct3D:
    Version: Direct3D 11.0 [level 11.0]
    Renderer: Intel(R) HD Graphics 3000 (ID=0x126)
    Vendor:
    VRAM: 128 MB
    [AudioManager] InitNormal(tryDeviceDefaults = false, preferredOutputType = FMOD_OUTPUTTYPE_AUTODETECT) attempt with hardAudioDisable: false
    [AudioManager] Setting output to FMOD_OUTPUTTYPE_AUTODETECT
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\MMDevAPI.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\AudioSes.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\WinTypes.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ResourcePolicyClient.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\avrt.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\avrt.dll'
    [AudioManager] InitNormal succeeded with output "FMOD_OUTPUTTYPE_WASAPI". Driver name is "Speakers (High Definition Audio Device)". Speaker mode is "FMOD_SPEAKERMODE_STEREO"
    Begin MonoManager ReloadAssembly
    - Completed reload, in 0.454 seconds
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvinitx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvinitx.dll'
    The thread 0x2948 has exited with code 0 (0x0).
    D3D11 device created for Microsoft Media Foundation video decoding.
    <RI> Initializing input.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\xinput1_3.dll'. Cannot find or open the PDB file.
    <RI> Input initialized.
    InitializeOrResetD3D11SwapChainHWND: Creating swapchain: 1920 x 1080 @ 0 (fullscreen: 0, stereo: 0, hdr: 0)
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000FCD68EC050.
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000FCD68EC160.
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000FCD68EC1D8.
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000FCD68EC830.
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000FCD68EDB48.
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000FCD68EE208.
    d3d11: IDXGIFactor2::CreateSwapChainForHwnd(ID3D11DeviceContext1) failed (80070057).
    (Filename: D:\Projects\unity\Runtime/GfxDevice/d3d11/D3D11Swapchain.cpp Line: 951)
    New Unity Project (208).exe has triggered a breakpoint.
    DXGI WARNING: IDXGIFactory::CreateSwapChain: Blt-model swap effects (DXGI_SWAP_EFFECT_DISCARD and DXGI_SWAP_EFFECT_SEQUENTIAL) are legacy swap effects that are predominantly superceded by their flip-model counterparts (DXGI_SWAP_EFFECT_FLIP_SEQUENTIAL and DXGI_SWAP_EFFECT_FLIP_DISCARD). Please consider updating your application to leverage flip-model swap effects to benefit from modern presentation enhancements. More information is available at http://aka.ms/dxgiflipmodel. [ MISCELLANEOUS WARNING #294: ]
    DXGI ERROR: IDXGIFactory::CreateSwapChain: The flag DXGI_SWAP_CHAIN_FLAG_ALLOW_TEARING is only allowed for FLIP swapchains. [ MISCELLANEOUS ERROR #286: ]
    d3d11: IDXGIFactory::CreateSwapChain(ID3D11Device) failed (887a0001).
    (Filename: D:\Projects\unity\Runtime/GfxDevice/d3d11/D3D11Swapchain.cpp Line: 910)
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000FCD68EE070.
    New Unity Project (208).exe has triggered a breakpoint.
    Switching to resolution 1920x1080 failed
    Screen: DX11 could not switch resolution (1920x1080 fs=1 hz=0)
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.295_none_e6c3acbd13101292\comctl32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\TextInputFramework.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\CoreUIComponents.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\CoreMessaging.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ntmarta.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\iertutil.dll'. Cannot find or open the PDB file.
    The thread 0x3628 has exited with code 0 (0x0).
     
  38. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    There we go! That gives me something to work with. I'll investigate this.
     
  39. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    well i glad, but can you tell me what it is that you found
     
  40. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    I will once I have something!
     
  41. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Okay I think I have a vague idea of what's going on. I've uploaded another test build to the link I gave (the file name is "bin2.zip") that will confirm or deny my theory. Could you run that and give me full Visual Studio output?
     
  42. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    okay wait
     
  43. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    alr
    alright something new is happing also, when i get that breakpoint i click continue once this time then i get that resolution error

    coiped from VS when i get resolution error

    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\Unity Assets\bin\New Unity Project (208).exe'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\Unity Assets\bin\UnityPlayer.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\win32u.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\gdi32full.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msvcp_win.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ole32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\version.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\bcryptprimitives.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\shlwapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\setupapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\cfgmgr32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\bcrypt.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\shell32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\SHCore.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\windows.storage.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\profapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\powrprof.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\umpdc.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\cryptsp.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\oleaut32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winmm.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\opengl32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\imm32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\crypt32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\glu32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msasn1.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\winmmbase.dll'
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\IPHLPAPI.DLL'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winhttp.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dnsapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\Unity Assets\bin\WinPixEventRuntime.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\hid.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\nsi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dwmapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DXCore.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\vcruntime140.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msvcp140.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\uxtheme.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\Unity Assets\bin\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\psapi.dll'. Cannot find or open the PDB file.
    Initialize mono
    Mono path[0] = 'C:/Users/samim/Downloads/Unity Assets/bin/New Unity Project (208)_Data/Managed'
    Mono config path = 'C:/Users/samim/Downloads/Unity Assets/bin/MonoBleedingEdge/etc'
    PlayerConnection initialized from C:/Users/samim/Downloads/Unity Assets/bin/New Unity Project (208)_Data (debug = 0)
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\mswsock.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dhcpcsvc6.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dhcpcsvc.dll'. Cannot find or open the PDB file.
    PlayerConnection initialized network socket : 0.0.0.0 55098
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\NapiNSP.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\pnrpnsp.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winrnr.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\nlaapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wshbth.dll'. Cannot find or open the PDB file.
    Multi-casting "[IP] 172.17.15.177 [Port] 55098 [Flags] 2 [Guid] 1607001415 [EditorId] 2350875899 [Version] 1048832 [Id] WindowsPlayer(DESKTOP-FE54OGM) [Debug] 0 [PackageName] WindowsPlayer [ProjectName] New Unity Project (208)" to [225.0.0.222:54997]...
    Started listening to [0.0.0.0:55098]
    PlayerConnection already initialized - listening to [0.0.0.0:55098]
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msctf.dll'. Cannot find or open the PDB file.
    Initialize engine version: 2019.3.0a12 (09f25c922297)
    [XR] Discovering subsystems at path C:/Users/samim/Downloads/Unity Assets/bin/New Unity Project (208)_Data/UnitySubsystems
    GfxDevice: creating device client; threaded=1
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\d3d11.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dxgi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DXGIDebug.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ResourcePolicyClient.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\ResourcePolicyClient.dll'
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvumdshimx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\devobj.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wintrust.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvinitx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\detoured.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\nvd3d9wrapx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\nvdxgiwrapx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\nvdxgiwrapx.dll'
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvinitx.dll'
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvldumdx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\imagehlp.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\rsaenh.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\cryptbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvwgf2umx.dll'. Cannot find or open the PDB file.
    The thread 0x2d2c has exited with code 0 (0x0).
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\igd10umd64.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\d3d11_3SDKLayers.dll'. Cannot find or open the PDB file.
    The thread 0xf28 has exited with code 0 (0x0).
    Successfully created d3d11 device with debug flag.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\clbcatq.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wbem\wbemprox.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wbemcomn.dll'. Cannot find or open the PDB file.
    Exception thrown at 0x00007FF9F30BA839 (KernelBase.dll) in New Unity Project (208).exe: 0x800706B5: The interface is unknown.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wbem\wbemsvc.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wbem\fastprox.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\amsi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\userenv.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.1907.4-0\MpOAV.dll'. Cannot find or open the PDB file.
    Direct3D:
    Version: Direct3D 11.0 [level 11.0]
    Renderer: Intel(R) HD Graphics 3000 (ID=0x126)
    Vendor:
    VRAM: 128 MB
    [AudioManager] InitNormal(tryDeviceDefaults = false, preferredOutputType = FMOD_OUTPUTTYPE_AUTODETECT) attempt with hardAudioDisable: false
    [AudioManager] Setting output to FMOD_OUTPUTTYPE_AUTODETECT
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\MMDevAPI.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\AudioSes.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\WinTypes.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ResourcePolicyClient.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\avrt.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\avrt.dll'
    [AudioManager] InitNormal succeeded with output "FMOD_OUTPUTTYPE_WASAPI". Driver name is "Headphones (High Definition Audio Device)". Speaker mode is "FMOD_SPEAKERMODE_STEREO"
    Begin MonoManager ReloadAssembly
    - Completed reload, in 0.281 seconds
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvinitx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvinitx.dll'
    The thread 0x2ce8 has exited with code 0 (0x0).
    D3D11 device created for Microsoft Media Foundation video decoding.
    <RI> Initializing input.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\xinput1_3.dll'. Cannot find or open the PDB file.
    <RI> Input initialized.
    factory2->CreateSwapChainForHwnd args:
    device: 0x288D36F7400
    window: 0xC064E
    desc.Width: 1920
    desc.Height: 1080
    desc.Format: 28
    desc.Stereo: 0
    desc.BufferCount: 2
    desc.Flags: 2050
    desc.SwapEffect: 3
    fsd.RefreshRate: 0 / 1
    CreateSwapChainForHwnd function is in 'C:\WINDOWS\SYSTEM32\dxgi.dll'.
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000D51933C130.
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000D51933C240.
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000D51933C2B8.
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000D51933C910.
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000D51933DC28.
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000D51933E2E8.
    d3d11: IDXGIFactor2::CreateSwapChainForHwnd(ID3D11DeviceContext1) failed (80070057).
    (Filename: D:\Projects\unity\Runtime/GfxDevice/d3d11/D3D11Swapchain.cpp Line: 1184)
    New Unity Project (208).exe has triggered a breakpoint.
    factory->CreateSwapChain args:
    device: 0x288D36F7400
    window: 0xC064E
    desc.BufferDesc.Width: 1920
    desc.BufferDesc.Height: 1080
    desc.BufferDesc.Format: 28
    desc.BufferDesc.RefreshRate: 0 / 1
    desc.BufferCount: 1
    desc.Flags: 2050
    desc.SwapEffect: 0
    DXGI WARNING: IDXGIFactory::CreateSwapChain: Blt-model swap effects (DXGI_SWAP_EFFECT_DISCARD and DXGI_SWAP_EFFECT_SEQUENTIAL) are legacy swap effects that are predominantly superceded by their flip-model counterparts (DXGI_SWAP_EFFECT_FLIP_SEQUENTIAL and DXGI_SWAP_EFFECT_FLIP_DISCARD). Please consider updating your application to leverage flip-model swap effects to benefit from modern presentation enhancements. More information is available at http://aka.ms/dxgiflipmodel. [ MISCELLANEOUS WARNING #294: ]
    DXGI ERROR: IDXGIFactory::CreateSwapChain: The flag DXGI_SWAP_CHAIN_FLAG_ALLOW_TEARING is only allowed for FLIP swapchains. [ MISCELLANEOUS ERROR #286: ]
    Switching to resolution 1920x1080 failed
    Screen: DX11 could not switch resolution (1920x1080 fs=1 hz=0)
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000D51933E450.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.295_none_e6c3acbd13101292\comctl32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\TextInputFramework.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\CoreUIComponents.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\CoreMessaging.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ntmarta.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\iertutil.dll'. Cannot find or open the PDB file.

     
  44. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    when i close the error and hit continue again 3 new lines

    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\Unity Assets\bin\New Unity Project (208).exe'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\Unity Assets\bin\UnityPlayer.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\win32u.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\gdi32full.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msvcp_win.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ole32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\version.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\bcryptprimitives.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\shlwapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\setupapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\cfgmgr32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\bcrypt.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\shell32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\SHCore.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\windows.storage.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\profapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\powrprof.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\umpdc.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\cryptsp.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\oleaut32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winmm.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\opengl32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\imm32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\crypt32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msasn1.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\winmmbase.dll'
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\winmmbase.dll'
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\glu32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\IPHLPAPI.DLL'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winhttp.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\Unity Assets\bin\WinPixEventRuntime.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dnsapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\hid.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\nsi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dwmapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DXCore.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\vcruntime140.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msvcp140.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\uxtheme.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Users\samim\Downloads\Unity Assets\bin\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\psapi.dll'. Cannot find or open the PDB file.
    Initialize mono
    Mono path[0] = 'C:/Users/samim/Downloads/Unity Assets/bin/New Unity Project (208)_Data/Managed'
    Mono config path = 'C:/Users/samim/Downloads/Unity Assets/bin/MonoBleedingEdge/etc'
    PlayerConnection initialized from C:/Users/samim/Downloads/Unity Assets/bin/New Unity Project (208)_Data (debug = 0)
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\mswsock.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dhcpcsvc6.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dhcpcsvc.dll'. Cannot find or open the PDB file.
    PlayerConnection initialized network socket : 0.0.0.0 55460
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\NapiNSP.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\pnrpnsp.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\winrnr.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\nlaapi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wshbth.dll'. Cannot find or open the PDB file.
    Multi-casting "[IP] 172.17.15.177 [Port] 55460 [Flags] 2 [Guid] 192628329 [EditorId] 2350875899 [Version] 1048832 [Id] WindowsPlayer(DESKTOP-FE54OGM) [Debug] 0 [PackageName] WindowsPlayer [ProjectName] New Unity Project (208)" to [225.0.0.222:54997]...
    Started listening to [0.0.0.0:55460]
    PlayerConnection already initialized - listening to [0.0.0.0:55460]
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\msctf.dll'. Cannot find or open the PDB file.
    Initialize engine version: 2019.3.0a12 (09f25c922297)
    [XR] Discovering subsystems at path C:/Users/samim/Downloads/Unity Assets/bin/New Unity Project (208)_Data/UnitySubsystems
    GfxDevice: creating device client; threaded=1
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\d3d11.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\dxgi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DXGIDebug.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ResourcePolicyClient.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\ResourcePolicyClient.dll'
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvumdshimx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\devobj.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wintrust.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvinitx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\detoured.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\nvd3d9wrapx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\nvdxgiwrapx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Program Files\NVIDIA Corporation\coprocmanager\nvdxgiwrapx.dll'
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvinitx.dll'
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvldumdx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\imagehlp.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\rsaenh.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\cryptbase.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvwgf2umx.dll'. Cannot find or open the PDB file.
    The thread 0x42dc has exited with code 0 (0x0).
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\igd10umd64.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\d3d11_3SDKLayers.dll'. Cannot find or open the PDB file.
    The thread 0x1180 has exited with code 0 (0x0).
    Successfully created d3d11 device with debug flag.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\clbcatq.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wbem\wbemprox.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wbemcomn.dll'. Cannot find or open the PDB file.
    Exception thrown at 0x00007FF9F30BA839 (KernelBase.dll) in New Unity Project (208).exe: 0x800706B5: The interface is unknown.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wbem\wbemsvc.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\wbem\fastprox.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\amsi.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\userenv.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.1907.4-0\MpOAV.dll'. Cannot find or open the PDB file.
    Direct3D:
    Version: Direct3D 11.0 [level 11.0]
    Renderer: Intel(R) HD Graphics 3000 (ID=0x126)
    Vendor:
    VRAM: 128 MB
    [AudioManager] InitNormal(tryDeviceDefaults = false, preferredOutputType = FMOD_OUTPUTTYPE_AUTODETECT) attempt with hardAudioDisable: false
    [AudioManager] Setting output to FMOD_OUTPUTTYPE_AUTODETECT
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\MMDevAPI.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\AudioSes.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\WinTypes.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ResourcePolicyClient.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\avrt.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\avrt.dll'
    [AudioManager] InitNormal succeeded with output "FMOD_OUTPUTTYPE_WASAPI". Driver name is "Headphones (High Definition Audio Device)". Speaker mode is "FMOD_SPEAKERMODE_STEREO"
    Begin MonoManager ReloadAssembly
    - Completed reload, in 0.283 seconds
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvinitx.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Unloaded 'C:\Windows\System32\DriverStore\FileRepository\nvltwu.inf_amd64_c8da725822079174\nvinitx.dll'
    The thread 0xf5c has exited with code 0 (0x0).
    D3D11 device created for Microsoft Media Foundation video decoding.
    <RI> Initializing input.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\xinput1_3.dll'. Cannot find or open the PDB file.
    <RI> Input initialized.
    factory2->CreateSwapChainForHwnd args:
    device: 0x24C44176030
    window: 0x61676
    desc.Width: 1920
    desc.Height: 1080
    desc.Format: 28
    desc.Stereo: 0
    desc.BufferCount: 2
    desc.Flags: 2050
    desc.SwapEffect: 3
    fsd.RefreshRate: 0 / 1
    CreateSwapChainForHwnd function is in 'C:\WINDOWS\SYSTEM32\dxgi.dll'.
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000DD2ECEBBE0.
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000DD2ECEBCF0.
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000DD2ECEBD68.
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000DD2ECEC3C0.
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000DD2ECED6D8.
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000DD2ECEDD98.
    d3d11: IDXGIFactor2::CreateSwapChainForHwnd(ID3D11DeviceContext1) failed (80070057).
    (Filename: D:\Projects\unity\Runtime/GfxDevice/d3d11/D3D11Swapchain.cpp Line: 1184)
    New Unity Project (208).exe has triggered a breakpoint.
    factory->CreateSwapChain args:
    device: 0x24C44176030
    window: 0x61676
    desc.BufferDesc.Width: 1920
    desc.BufferDesc.Height: 1080
    desc.BufferDesc.Format: 28
    desc.BufferDesc.RefreshRate: 0 / 1
    desc.BufferCount: 1
    desc.Flags: 2050
    desc.SwapEffect: 0
    DXGI WARNING: IDXGIFactory::CreateSwapChain: Blt-model swap effects (DXGI_SWAP_EFFECT_DISCARD and DXGI_SWAP_EFFECT_SEQUENTIAL) are legacy swap effects that are predominantly superceded by their flip-model counterparts (DXGI_SWAP_EFFECT_FLIP_SEQUENTIAL and DXGI_SWAP_EFFECT_FLIP_DISCARD). Please consider updating your application to leverage flip-model swap effects to benefit from modern presentation enhancements. More information is available at http://aka.ms/dxgiflipmodel. [ MISCELLANEOUS WARNING #294: ]
    DXGI ERROR: IDXGIFactory::CreateSwapChain: The flag DXGI_SWAP_CHAIN_FLAG_ALLOW_TEARING is only allowed for FLIP swapchains. [ MISCELLANEOUS ERROR #286: ]
    Switching to resolution 1920x1080 failed
    Screen: DX11 could not switch resolution (1920x1080 fs=1 hz=0)
    Exception thrown at 0x00007FF9F30BA839 in New Unity Project (208).exe: Microsoft C++ exception: _com_error at memory location 0x000000DD2ECEDF00.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.295_none_e6c3acbd13101292\comctl32.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\TextInputFramework.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\CoreUIComponents.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\CoreMessaging.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\ntmarta.dll'. Cannot find or open the PDB file.
    'New Unity Project (208).exe' (Win32): Loaded 'C:\Windows\System32\iertutil.dll'. Cannot find or open the PDB file.
    The thread 0x2380 has exited with code 0 (0x0).
    The thread 0x2ab8 has exited with code 0 (0x0).
    New Unity Project (208).exe has triggered a breakpoint.
    New Unity Project (208).exe has triggered a breakpoint.
     
  45. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Okay, my theory checked out. I think I know how to fix this. I'll send you another build later today or tomorrow to see if my fix works.
     
  46. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    then it'll work on my build/project too right or just on that build? btw can you explain a bit where are you see problem? but i'm happy also thank you so much after so many months a hope
     
    Last edited: Aug 21, 2019
  47. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    It will not work with your project yet - if my test works, I'll put the fix into one of upcoming Unity patch releases. You will have to update your Unity version and then it will start working.

    Sure. So basically, we are using this DirectX API to create SwapChain:

    https://docs.microsoft.com/en-us/wi...-dxgi1_2-idxgifactory2-createswapchainforhwnd

    For some unknown reason, that fails on your machine. I have no idea why - it could be driver related, it could be OS settings related.

    When that fails, we fallback to this method:

    https://docs.microsoft.com/en-us/windows/win32/api/dxgi/nf-dxgi-idxgifactory-createswapchain

    However, the fall back path is broken: we pass DXGI_SWAP_CHAIN_FLAG_ALLOW_TEARING flag to it but it doesn't support that flag.
     
  48. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Alright I've uploaded another build to the same place, named "bin3". Can you see if it works for you? If it doesn't, can you paste Visual Studio output again?
     
  49. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74
    it is working. you said it could be the driver issue or system settings so how'll unity update fix it why how this build is working?
     
  50. SamiRehman1997

    SamiRehman1997

    Joined:
    Aug 13, 2018
    Posts:
    74