Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. Info: Preparing Star::Root...
  2. Info: Loading Star::Configuration from '..\starbound.config'
  3. Info: Done preparing Star::Root.
  4. Info: Client version 'Beta v. Enraged Koala - Update 8' Protocol: 643
  5. Info: Running from : C:\Program Files (x86)\Steam\steamapps\common\Starbound\win32\starbound.exe
  6. Info: Starting from the title screen
  7. Info: Initialized SDL
  8. Info: Initialized SDL Video
  9. Info: Initialized SDL Joystick
  10. Info: Initialized SDL Sound
  11. Info: Opened default audio device with 44khz / 16 bit stereo audio, 2048 sample size buffer
  12. Info: Loading Star::Root...
  13. Info: Loading Star::Configuration from '..\starbound.config'
  14. Info: Initializing SDL Window
  15. Info: Created initial window 1000x600
  16. Info: Initializing SDL Window
  17. Info: Re-created window 1000x600
  18. Warn: Missing inventoryIcon for chestplant1, using default
  19. Warn: Missing inventoryIcon for barvent, using default
  20. Warn: Missing inventoryIcon for wreckvent, using default
  21. Error: Exception raised during Root finishInitialization: VariantException: No such key in Variant::get("kind")
  22. Variant::get(String)
  23. String Variant::tget<String>(String)
  24. Variant::getString(String)
  25. SpeciesDefinition::SpeciesDefinition(Variant)
  26. SpeciesDatabase::load()
  27. Root::reload()
  28. _Function_handler<void (), _Bind<ClientApplication::preSplashInitialization()::{lambda()#1} ()> >::(_Any_data)
  29. ThreadImpl::runThread(void*)
  30. BaseThreadInitThunk
  31. RtlInitializeExceptionChain
  32. RtlInitializeExceptionChain
  33.  
  34. Info: Shutting down Star::Root
  35. Error: StarException: An error occurred during loading: VariantException: No such key in Variant::get("kind")
  36. Variant::get(String)
  37. String Variant::tget<String>(String)
  38. Variant::getString(String)
  39. SpeciesDefinition::SpeciesDefinition(Variant)
  40. SpeciesDatabase::load()
  41. Root::reload()
  42. _Function_handler<void (), _Bind<ClientApplication::preSplashInitialization()::{lambda()#1} ()> >::(_Any_data)
  43. ThreadImpl::runThread(void*)
  44. BaseThreadInitThunk
  45. RtlInitializeExceptionChain
  46. RtlInitializeExceptionChain
  47.  
  48. ClientApplication::postSplashInitialization()
  49. ClientApplication::update()
  50. StarApplicationBase::run()
  51. _SDL_main
  52. _console_main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement