Advertisement
Guest User

Untitled

a guest
Jul 16th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. System.Collections.Generic.KeyNotFoundException: De gegeven sleutel is niet aanwezig in het woordenboek.
  2. bij System.ThrowHelper.ThrowKeyNotFoundException()
  3. bij System.Collections.Generic.Dictionary`2.get_Item(TKey key)
  4. bij Cosmoteer.Simulation.MediaEffects.ParticleEffect.IsOnScreenForEmission() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\MediaEffects\ParticleEffect.cs:regel 205
  5. bij Cosmoteer.Simulation.MediaEffects.ParticleEffect.Update(SceneRoot root) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\MediaEffects\ParticleEffect.cs:regel 182
  6. bij Halfling.Scene.Dim2.SceneComponent.Halfling.Scene.Dim2.IUpdateableSceneObject.Update(SceneRoot root) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneComponent.cs:regel 822
  7. bij Halfling.Scene.Dim2.SceneRoot.Update() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneRoot.cs:regel 809
  8. bij Cosmoteer.Simulation.SimRoot.Update() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:regel 372
  9. bij Cosmoteer.Game.GameRoot.Update(StateMethodInvoker updateParent) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\GameRoot.cs:regel 1006
  10. bij Halfling.Application.AppStateEx.Halfling.Application.IAppState.Update(StateMethodInvoker updateParent) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\AppStateEx.cs:regel 187
  11. bij Halfling.Application.Director.CallUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:regel 777
  12. bij Halfling.Application.Director.DoUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:regel 693
  13. bij Halfling.Application.Director.<GetRunIterator>d__83.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:regel 334
  14. bij Halfling.Application.Bases.GenericApp.<ApplicationMainIterator>d__40.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:regel 241
  15. bij Halfling.Windows.D3D11.D3D11Window.RunGameLoop(String[] args, IEnumerable`1 iterator) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingPlatformWDX\Windows\D3D11\D3D11Window.cs:regel 863
  16. bij Halfling.Application.Bases.GenericApp.ApplicationMain(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:regel 112
  17. bij Cosmoteer.GameApp.Main(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\GameApp.cs:regel 71
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement