Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Unity game for Xbox. Game crashes after start with error: 0x80000003.

Discussion in 'Windows' started by TomaszWozniak1981, Nov 6, 2019.

  1. TomaszWozniak1981

    TomaszWozniak1981

    Joined:
    Sep 20, 2019
    Posts:
    11
    Hi,

    I have issue with Unity game for Xbox. Game crashes after start with error: 0x80000003.

    However when launched from Visual Studio (with debug working) it works fine.
    I had developer mode activated on Xbox device and PC.
    It is deployed as UWP app package.

    Thanks in advance for help.
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,645
    0x80000003 means a breakpoint was hit. Is there anything in the player log suggesting what causes the crash?
     
  3. TomaszWozniak1981

    TomaszWozniak1981

    Joined:
    Sep 20, 2019
    Posts:
    11
    No, not at all. I see only this error message.
     
  4. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,645
    Can you paste the player log contents anyway? Does this happen when running on PC too?
     
  5. TomaszWozniak1981

    TomaszWozniak1981

    Joined:
    Sep 20, 2019
    Posts:
    11
    No, it was happening only on Xbox device. However I have solved it - in Xbox Device Portal I have enabled option: Treat UWP apps as games by default. It solved issue - probably there was not enough memory to maintain game without this option enabled.
     
    cjjeffery likes this.