Advertisement
Guest User

Character select crash

a guest
Mar 18th, 2014
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 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 6' Protocol: 642
  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: Initializing SDL Window
  14. Info: Loading Star::Configuration from '..\starbound.config'
  15. Info: Created initial window 1000x600
  16. Info: Initializing SDL Window
  17. Info: Re-created window 1366x708
  18. Info: Loading ImageMetadataDatabase from file '..\image.cache'
  19. Warn: Missing inventoryIcon for chestplant1, using default
  20. Warn: Missing inventoryIcon for barvent, using default
  21. Warn: Missing inventoryIcon for wreckvent, using default
  22. Info: Done loading Star::Root.
  23. Info: Writing Star::Configuration to '..\starbound.config'
  24. Error: Error loading player file, ignoring! ..\player\0dfe078631d90ea43c2de0b4ef50a74d.player : IOException: Wrong magic bytes at start of versioned json file, expected 'SBVJ01'
  25. VersionedVariant::readFile(String)
  26. PlayerStorage::init()
  27. ClientApplication::postSplashInitialization()
  28. ClientApplication::update()
  29. StarApplicationBase::run()
  30. _SDL_main
  31. _console_main
  32.  
  33. Error: Error loading player file, ignoring! ..\player\28b51890ca204a973baca748b58c26fe.player : IOException: Wrong magic bytes at start of versioned json file, expected 'SBVJ01'
  34. VersionedVariant::readFile(String)
  35. PlayerStorage::init()
  36. ClientApplication::postSplashInitialization()
  37. ClientApplication::update()
  38. StarApplicationBase::run()
  39. _SDL_main
  40. _console_main
  41.  
  42. Error: Error loading player file, ignoring! ..\player\58a86ac759fc919c51ff2be1bd6ef6d5.player : IOException: Wrong magic bytes at start of versioned json file, expected 'SBVJ01'
  43. VersionedVariant::readFile(String)
  44. PlayerStorage::init()
  45. ClientApplication::postSplashInitialization()
  46. ClientApplication::update()
  47. StarApplicationBase::run()
  48. _SDL_main
  49. _console_main
  50.  
  51. Error: Error loading player file, ignoring! ..\player\e8568a11cf3894538ae86a1cb210dcc6.player : IOException: Wrong magic bytes at start of versioned json file, expected 'SBVJ01'
  52. VersionedVariant::readFile(String)
  53. PlayerStorage::init()
  54. ClientApplication::postSplashInitialization()
  55. ClientApplication::update()
  56. StarApplicationBase::run()
  57. _SDL_main
  58. _console_main
  59.  
  60. Info: Shutting down Star::Root
  61. Error: IOException: Internal exception! block 679 missing free index block marker!
  62. BlockStorage::checkFreeIndexBlock(unsigned int)
  63. BlockStorage::readFreeIndexBlock(unsigned int)
  64. void BlockStorage::reserveBlocks<back_insert_iterator<LinkedList<unsigned int> > >(unsigned int, back_insert_iterator<LinkedList<unsigned int> >)
  65. BTreeDatabase<ByteArray, ByteArray>::fixFreeCache()
  66. BTreeDatabase<ByteArray, ByteArray>::reserveBlock()
  67. BTreeDatabase<ByteArray, ByteArray>::BTreeImpl::storeLeaf(shared_ptr<SimpleBTreeLeaf<ByteArray, ByteArray, unsigned int> >)
  68. BTreeMixin<BTreeDatabase<ByteArray, ByteArray>::BTreeImpl>::modify(shared_ptr<SimpleBTreeLeaf<ByteArray, ByteArray, unsigned int> >, BTreeMixin<BTreeDatabase<ByteArray, ByteArray>::BTreeImpl>::ModifyInfo)
  69. BTreeMixin<BTreeDatabase<ByteArray, ByteArray>::BTreeImpl>::modify(shared_ptr<SimpleBTreeIndex<ByteArray, unsigned int> >, BTreeMixin<BTreeDatabase<ByteArray, ByteArray>::BTreeImpl>::ModifyInfo)
  70. BTreeMixin<BTreeDatabase<ByteArray, ByteArray>::BTreeImpl>::modify(shared_ptr<SimpleBTreeIndex<ByteArray, unsigned int> >, BTreeMixin<BTreeDatabase<ByteArray, ByteArray>::BTreeImpl>::ModifyInfo)
  71. BTreeMixin<BTreeDatabase<ByteArray, ByteArray>::BTreeImpl>::modify(BTreeMixin<BTreeDatabase<ByteArray, ByteArray>::BTreeImpl>::DataElement, BTreeMixin<BTreeDatabase<ByteArray, ByteArray>::BTreeImpl>::ModifyAction)
  72. BTreeDatabase<ByteArray, ByteArray>::insert(ByteArray, ByteArray)
  73. SimpleDatabase::insert(ByteArray, ByteArray)
  74. SimpleSha256Database::insert(ByteArray, ByteArray)
  75. __ZN4Star12LruCacheBaseINS_10OrderedMapINS_22CelestialChunkLocationESt4pairIxNS_14CelestialChunkEENS_3MapIS2_St14_List_iteratorIS3_IS2_S5_EESt3mapIS2_S9_St4lessIS2_ESaIS3_IKS2_S9_EEEEENS_10LinkedListIS8_EEEEE3getIZNS_12TtlCacheBaseISK_E3getIZNS_23CelestialMasterDatabase8getChunkERSD_EUlSR_E_EERS4_SR_T_EUlSR_E_EERS5_SR_SU_
  76. __ZN4Star12TtlCacheBaseINS_10OrderedMapINS_22CelestialChunkLocationESt4pairIxNS_14CelestialChunkEENS_3MapIS2_St14_List_iteratorIS3_IS2_S5_EESt3mapIS2_S9_St4lessIS2_ESaIS3_IKS2_S9_EEEEENS_10LinkedListIS8_EEEEE3getIZNS_23CelestialMasterDatabase8getChunkERSD_EUlSO_E_EERS4_SO_T_
  77. CelestialMasterDatabase::scanSystems(String, Box<int, 2u>)
  78. CelestialMasterDatabase::findRandomWorld(int, int, Maybe<String>, Maybe<float>, Maybe<String>, Maybe<Vector<float, 2u> >)
  79. UniverseServer::findStarterWorld()
  80. UniverseServer::UniverseServer(String, bool, CelestialCoordinate)
  81. ClientApplication::update()
  82. StarApplicationBase::run()
  83. _SDL_main
  84. _console_main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement