Advertisement
Guest User

OpenGL Starbound log differences

a guest
Sep 24th, 2014
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. OpenGL's report:
  2.  
  3. Error: Exception raised during Root finishLoad: (VariantException) contains() called on improper variant type
  4. StarException::StarException(char*)
  5. Variant::contains(String)
  6. TreasureDatabase::TreasureDatabase()
  7. Root::load(bool)
  8. Root::finishLoad()
  9. _Function_handler<void (), _Bind<ClientApplication::preSplashInitialization()::{lambda()#1} ()> >::(_Any_data)
  10. ThreadImpl::runThread(void*)
  11. BaseThreadInitThunk
  12. RtlInitializeExceptionChain
  13. RtlInitializeExceptionChain
  14.  
  15. Info: OpenGL version: '3.1.0 - Build 9.17.10.3347' vendor: 'Intel' renderer: 'Intel(R) HD Graphics 3000' shader: '1.40 - Intel Build 9.17.10.3347'
  16. Info: Created initial window 1000x600
  17. Info: Renderer initialized
  18. Info: Renderer destroyed
  19. Info: Initializing SDL Window
  20. Info: OpenGL version: '3.1.0 - Build 9.17.10.3347' vendor: 'Intel' renderer: 'Intel(R) HD Graphics 3000' shader: '1.40 - Intel Build 9.17.10.3347'
  21. Info: Re-created window 1366x746
  22. Info: Renderer initialized
  23. Info: Writing Star::Configuration to '..\starbound.config'
  24. Info: Renderer destroyed
  25. Info: Shutting down Star::Root
  26. Error: Fatal Exception Caught: (StarException) An error occurred during loading: (VariantException) contains() called on improper variant type
  27. ClientApplication::postSplashInitialization()
  28. ClientApplication::update()
  29. StarApplicationBase::run()
  30. _SDL_main
  31. _console_main
  32.  
  33. Regular's Report:
  34.  
  35. Error: Could not load /treasure/avali.treasurepools asset, attempting to use default.
  36. (AssetException) Could not read variant asset /treasure/avali.treasurepools
  37. Caused by: (JsonParsingException) Cannot parse json file: /treasure/avali.treasurepools
  38. Caused by: (JsonParsingException) Error parsing json: bad object, should be ':' at 9:20
  39. Error: Could not load /treasure/kineptic.treasurepools asset, attempting to use default.
  40. (AssetException) Could not read variant asset /treasure/kineptic.treasurepools
  41. Caused by: (JsonParsingException) Cannot parse json file: /treasure/kineptic.treasurepools
  42. Caused by: (JsonParsingException) Error parsing json: bad string, should be '"' at 19:29
  43. Error: Exception raised during Root finishLoad: (VariantException) Improper conversion to VariantMap from null
  44. StarException::StarException(String)
  45. Variant::mapPtr()
  46. Variant::iterateMap()
  47. TreasureDatabase::TreasureDatabase()
  48. Root::load(bool)
  49. Root::finishLoad()
  50. _Function_handler<void (), _Bind<ClientApplication::preSplashInitialization()::{lambda()#1} ()> >::(_Any_data)
  51. ThreadImpl::runThread(void*)
  52. BaseThreadInitThunk
  53. RtlInitializeExceptionChain
  54. RtlInitializeExceptionChain
  55.  
  56. Info: Created initial window 1000x600
  57. Info: Renderer initialized
  58. Info: Renderer destroyed
  59. Info: Initializing SDL Window
  60. Info: Re-created window 1000x600
  61. Info: Renderer initialized
  62. Info: Renderer destroyed
  63. Info: Shutting down Star::Root
  64. Error: Fatal Exception Caught: (StarException) An error occurred during loading: (VariantException) Improper conversion to VariantMap from null
  65. ClientApplication::postSplashInitialization()
  66. ClientApplication::update()
  67. StarApplicationBase::run()
  68. _SDL_main
  69. _console_main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement