I'm trying to reproduce bug in tombstone interruption while loading game assets, but it's impossible - Application still loading assets when i pressed menu button. This issue is present only when I debugging application on real device.

Tombstone occur after load all assets (I checked it with Debug.WriteLine)

What could cause such issue? I rly need to debug that on device.

link|improve this question

62% accept rate
What's the question? – Matt Lacey Apr 11 '11 at 10:24
@Matt-Lacey updated – nilphilus Apr 11 '11 at 10:46
Do your assets load in under 5 seconds? Have you rendered atleast one frame before loading your assets? – Joel Apr 18 '11 at 12:30
@Joel Loading take some time (more then 5s) and yes, i render more then one frame (there is small animation - not fluent becouse of assets) and you need to go through menu. || I've tried load assets in separate thread and then i can do tombstone but can't start even one game (without tombstone) – nilphilus Apr 18 '11 at 14:19
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.