Search Unity

UnityPlayer_UAP_x86_release_il2cpp.pdb not loaded

Discussion in 'Windows' started by DrunkReaperMatt, Jul 12, 2017.

  1. DrunkReaperMatt

    DrunkReaperMatt

    Joined:
    Feb 11, 2013
    Posts:
    38
    I'm trying to deploy my hololens app and visual studio keeps giving me that error.

    Any Idea how to fix that?
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,674
    It's not an error, it's just telling you that it cannot find that PDB file. You can ignore it if you don't care about its symbols. If you want to load it, it should be next to UnityPlayer.dll in <UNITY_INSTALL_DIR>\Editor\Data\PlaybackEngines\MetroSupport\Players\UAP\il2cpp\x86\release. Alternately, you could add our symbol server (https://symbolserver.unity3d.com) to the symbol server path settings in VS and it will load it automatically.
     
  3. DrunkReaperMatt

    DrunkReaperMatt

    Joined:
    Feb 11, 2013
    Posts:
    38
    i found the pdb with the file... I might have been deploying with debugging and it crashes.
     
  4. atelios

    atelios

    Joined:
    Dec 5, 2017
    Posts:
    26
    Hi I have a similar problem but adding the symbolserver doesn't work for me either.
    https://forum.unity.com/threads/uni...eption-hololens-2-webrtc.957854/#post-6241844

    This is also about the only thread on this issue i can find...
     
  5. AliElbaradie

    AliElbaradie

    Joined:
    Apr 20, 2022
    Posts:
    1
    Can you please tell me how you solved this problem because i can't understand the solution in the comments