Hello I am currently working on a project which involves two scenes in the project. Lets call them phase1 and phase2.
The app launches with the scene phase1, user fill if there details and then proceed to phase 2.
In the phase2 scene there is an option for user to go back to phase1, but as soon as they try to do that we get an error in visual studio
Exception thrown at 0x00007FF9F806DF6B (UnityPlayer.dll) in AppName.exe: 0xC0000005: Access violation writing location 0x0000011B86000004.
To answer your question: no progress on the original bug mentioned in the forums link; QA is unable to repro the crash.
The bug in this thread (1332318) is still being investigated by QA (no update).
I recommend you file another bug and include as much information as you can: call stacks (with symbols), crash dumps, etc.There may be some weird race-condition, and the more info we have the more quickly can root-cause and fix the problem.
So, after some trial and error (my project, and even a reduced build, is too large to be sent via the bug reporter, so I could just send the dump and symbols), I successfully sent a bug. Like I said in the report, I can send more stuff if I get a way to transfer it.
So, I tried to reproduce the bug in a new project by baking some lighting and loading another scene async and it worked. I decided to send another bug report with the project and a build included, 1334415. So yeah, it’s a duplicate, but it should be easier to fix with this.
Thank you for filing another bug, as this does seem to be a problem that multiple people are hitting.
Duplicates cases are still useful because they can provide more info (helpful for tricky race-condition or memory corruption bugs) and also increase the priority of the issue so it’ll get resolved more quickly.