Advertisement
Guest User

crash_Startup

a guest
Sep 30th, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. [2014-09-29T22:39:55] First call to Menu::getInstance() - initing menu.
  2. [2014-09-29T22:39:56] NodeList socket is listening on 62892
  3. [2014-09-29T22:39:56] Changed socket "send" buffer size from 8192 to 1048576 bytes
  4. [2014-09-29T22:39:56] Changed socket "receive" buffer size from 8192 to 1048576 bytes
  5. [2014-09-29T22:39:56] URL for node authentication has been changed to https://data.highfidelity.io
  6. [2014-09-29T22:39:56] Re-setting authentication flow.
  7. [2014-09-29T22:39:56] Logging activity "launch"
  8. [2014-09-29T22:39:56] No valid access token present. Bailing on authenticated invoked request.
  9. [2014-09-29T22:39:56] DEBUG [ "NONE" ] [ "Default Input Device" ]
  10. [2014-09-29T22:39:56] The default audio input device is "Default Input Device"
  11. [2014-09-29T22:39:56] The audio input device "Default Input Device" is available.
  12. [2014-09-29T22:39:56] The desired format for audio I/O is QAudioFormat(24000Hz, 16bit, channelCount=1, sampleType=SignedInt, byteOrder=LittleEndian, codec="audio/pcm")
  13. [2014-09-29T22:39:56] The desired audio format is not supported by this device
  14. [2014-09-29T22:39:56] Created Display Window.
  15. [2014-09-29T22:39:56] The format to be used for audio input is QAudioFormat(48000Hz, 16bit, channelCount=1, sampleType=SignedInt, byteOrder=LittleEndian, codec="audio/pcm")
  16. [2014-09-29T22:39:56] Status: Using GLEW 1.10.0
  17.  
  18. [2014-09-29T22:39:56] QAudioInput: failed to open audio device
  19. [2014-09-29T22:39:56] QObject::connect: Cannot connect (null)::readyRead() to Audio::handleAudioInput()
  20. [2014-09-29T22:39:56] output device: "Digital Audio (S/PDIF) (High De"
  21. [2014-09-29T22:39:56] DEBUG [ "Digital Audio (S/PDIF) (High De" ] [ "Default Output Device" ]
  22. [2014-09-29T22:39:56] The default audio output device is "Default Output Device"
  23. [2014-09-29T22:39:56] The audio output device "Default Output Device" is available.
  24. [2014-09-29T22:39:56] The desired format for audio I/O is QAudioFormat(24000Hz, 16bit, channelCount=2, sampleType=SignedInt, byteOrder=LittleEndian, codec="audio/pcm")
  25. [2014-09-29T22:39:56] The desired audio format is not supported by this device
  26. [2014-09-29T22:39:56] The format to be used for audio output is QAudioFormat(48000Hz, 16bit, channelCount=2, sampleType=SignedInt, byteOrder=LittleEndian, codec="audio/pcm")
  27. [2014-09-29T22:39:56] Output Buffer capacity in frames: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement