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

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.

0x80000003 means a breakpoint was hit. Is there anything in the player log suggesting what causes the crash?

No, not at all. I see only this error message.

Can you paste the player log contents anyway? Does this happen when running on PC too?

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.

1 Like