Hi all. I have a problem. I’m trying to build my game under wp8. Device is lumia 530, unity 4.5.4, windows phone 8 build.
At the bigining all was good, but at some moment all have broken. Now if i deploy game to device it closes immidiatly after start. I can run it in debug mode. And i get this
Try doing a new build from Unity (i.e. in a new folder). You will have to copy across any code you have added in the Visual Studio solution (if you’ve done any).
In the screenshot you posted, there’s “Call stack” window, at the bottom middle-right-ish part of the screen. Only the top of it is exposed - I’d like to see it whole.
‘TaskHost.exe’ (Win32): Loaded ‘C:\Windows\system32\WINDOWS.NETWORKING.DLL’. Cannot find or open the PDB file.
‘TaskHost.exe’ (Win32): Loaded ‘C:\Windows\system32\FIREWALLAPI.DLL’. Cannot find or open the PDB file.
=======================================
VERIFIER STOP 00000253: pid 0xD2C: The SRW lock is being acquired recursively by the same thread.
0468A81C : SRW Lock
00C01AF4 : Address of the first acquire stack trace. Use dps to see where the SRW lock was acquired.
00000000 : Not used
00000000 : Not used
=======================================
This verifier stop is continuable.
After debugging it use `go’ to continue.
In the stacktrace window, can you right click on any UnityPlayer.dll entry, press load symbols, if it asks, point it to “<UNITY_INSTALLATION_DIR>\Editor\Data\PlaybackEngines\wp8support\Players\ARM\Release” and then post the stack trace again?
This looks to be profiler code - I would not worry about it too much. You can always disable it by selecting “Master” configuration in visual studio.
According to your screenshot, and pasted VS output, this is not a crash, but Application Verifier “STOP”. I suppose you have enabled it - since I see you have Windows Phone 8.1 Developer Power Tools open. If you disable it, those "STOP"s should no longer happen.
This error seems to occur inside of Windows networking layer, so I doubt it’s Unity that’s doing something wrong.
As i remember i’ve already tried “master” configuration, but effect is same. Also power tools not always working, effect same. But i’ll try at home in evening.
May be you know where i can to force disable this “verifier”?