Advertisement
Guest User

Untitled

a guest
Nov 14th, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.04 KB | None | 0 0
  1. AL lib: (II) alc_initconfig: Initializing library v1.19.1-36a084a HEAD
  2. AL lib: (II) alc_initconfig: Supported backends: jack, pulse, alsa, oss, port, null, wave
  3. AL lib: (II) ReadALConfig: Loading config /etc/openal/alsoft.conf...
  4. AL lib: (II) LoadConfigFromFile: found 'drivers' = 'pulse,alsa'
  5. AL lib: (II) LoadConfigFromFile: found 'decoder/hq-mode' = 'false'
  6. AL lib: (II) LoadConfigFromFile: found 'decoder/distance-comp' = 'true'
  7. AL lib: (II) LoadConfigFromFile: found 'decoder/nfc' = 'true'
  8. AL lib: (II) LoadConfigFromFile: found 'decoder/nfc-ref-delay' = ''
  9. AL lib: (II) LoadConfigFromFile: found 'decoder/quad' = ''
  10. AL lib: (II) LoadConfigFromFile: found 'decoder/surround51' = ''
  11. AL lib: (II) LoadConfigFromFile: found 'decoder/surround61' = ''
  12. AL lib: (II) LoadConfigFromFile: found 'decoder/surround71' = ''
  13. AL lib: (II) ReadALConfig: Loading config /etc/xdg/alsoft.conf...
  14. AL lib: (II) ReadALConfig: Loading config /etc/xdg/xdg-ubuntu/alsoft.conf...
  15. AL lib: (II) ReadALConfig: Loading config /home/adevald/.alsoftrc...
  16. AL lib: (II) LoadConfigFromFile: found 'drivers' = 'pulse,alsa'
  17. AL lib: (II) ReadALConfig: Loading config /home/adevald/.config/alsoft.conf...
  18. AL lib: (II) GetProcBinary: Got path: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin
  19. AL lib: (II) ReadALConfig: Loading config /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/alsoft.conf...
  20. AL lib: (II) GetConfigValue: Key disable-cpu-exts not found
  21. AL lib: (II) FillCPUCaps: Detected max CPUID function: 0xd (ext. 0x8000001e)
  22. AL lib: (II) FillCPUCaps: Vendor ID: "AuthenticAMD"
  23. AL lib: (II) FillCPUCaps: Name: "AMD Athlon(tm) X4 750K Quad Core Processor "
  24. AL lib: (II) FillCPUCaps: Extensions: +SSE +SSE2 +SSE3 +SSE4.1
  25. AL lib: (II) GetConfigValue: Key rt-prio not found
  26. AL lib: (II) GetConfigValue: Key resampler not found
  27. AL lib: (II) GetConfigValue: Key trap-al-error not found
  28. AL lib: (II) GetConfigValue: Key trap-alc-error not found
  29. AL lib: (II) GetConfigValue: Key reverb/boost not found
  30. AL lib: (II) GetConfigValue: Found drivers = "pulse,alsa"
  31. AL lib: (II) GetConfigValue: Key pulse/spawn-server not found
  32. AL lib: (II) GetProcBinary: Got filename: java
  33. AL lib: (II) alc_initconfig: Initialized backend "pulse"
  34.  
  35. // ВОТ ОНА ИНИЦИАЛИЗИРУЕТСЯ
  36.  
  37.  
  38. AL lib: (II) alc_initconfig: Added "pulse" for playback
  39. AL lib: (II) alc_initconfig: Added "pulse" for capture
  40. AL lib: (II) GetConfigValue: Key excludefx not found
  41. AL lib: (II) GetConfigValue: Key default-reverb not found
  42. AL lib: (II) GetConfigValue: Key channels not found
  43. AL lib: (II) GetConfigValue: Key sample-type not found
  44. AL lib: (II) GetConfigValue: Key frequency not found
  45. AL lib: (II) GetConfigValue: Key periods not found
  46. AL lib: (II) GetConfigValue: Key period_size not found
  47. AL lib: (II) GetConfigValue: Key sources not found
  48. AL lib: (II) GetConfigValue: Key slots not found
  49. AL lib: (II) GetConfigValue: Key sends not found
  50. AL lib: (II) GetProcBinary: Got filename: java
  51. AL lib: (II) GetConfigValue: Key pulse/allow-moves not found
  52. AL lib: (II) ALCpulsePlayback_open: Connecting to "(default)"
  53. AL lib: (II) GetConfigValue: Key ambi-format not found
  54. AL lib: (II) alcOpenDevice: Created device 0x7fbd1020e460, "Встроенное аудио Аналоговый стерео"
  55. AL lib: (II) GetConfigValue: Key hrtf not found
  56. AL lib: (II) UpdateDeviceParams: Pre-reset: Stereo, Float, 44100hz, 1024 update size x3
  57. AL lib: (II) ALCpulsePlayback_sinkInfoCallback: Active port: analog-output-lineout (Линейный выход)
  58. AL lib: (II) GetConfigValue: Key pulse/fix-rate not found
  59. AL lib: (II) GetConfigValue: Key pulse/allow-moves not found
  60. AL lib: (II) ALCpulsePlayback_bufferAttrCallback: minreq=8192, tlength=25560, prebuf=0
  61. AL lib: (II) UpdateDeviceParams: Post-reset: Stereo, Float, 44100hz, 1024 update size x3
  62. AL lib: (II) GetConfigValue: Key stereo-mode not found
  63. AL lib: (II) aluInitRenderer: HRTF disabled
  64. AL lib: (II) GetConfigValue: Key cf_level not found
  65. AL lib: (II) aluInitRenderer: BS2B disabled
  66. AL lib: (II) GetConfigValue: Key stereo-encoding not found
  67. AL lib: (II) aluInitRenderer: UHJ disabled
  68. AL lib: (II) UpdateDeviceParams: Channel config, Dry: 2, FOA: 0, Real: 0
  69. AL lib: (II) UpdateDeviceParams: Allocating 2 channels, 16384 bytes
  70. AL lib: (II) UpdateDeviceParams: Max sources: 256 (255 + 1), effect slots: 64, sends: 2
  71. AL lib: (II) GetConfigValue: Key dither not found
  72. AL lib: (II) GetConfigValue: Key dither-depth not found
  73. AL lib: (II) UpdateDeviceParams: Dithering disabled
  74. AL lib: (II) GetConfigValue: Key output-limiter not found
  75. AL lib: (II) UpdateDeviceParams: Output limiter enabled
  76. AL lib: (II) UpdateDeviceParams: Fixed device latency: 997732ns
  77. AL lib: (II) GetConfigValue: Key volume-adjust not found
  78. AL lib: (II) alcCreateContext: Created context 0x7fbd10c7d4a0
  79. AL lib: (II) FreeContext: 0x7fbd10c7d4a0
  80. AL lib: (II) FreeContext: Freed 1 context property object
  81. AL lib: (II) FreeContext: Freed 0 AuxiliaryEffectSlot property objects
  82. AL lib: (II) FreeContext: Freed 1 voice property object
  83. AL lib: (II) FreeContext: Freed 2 listener property objects
  84. AL lib: (II) FreeDevice: 0x7fbd1020e460
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98. AL lib: (II) alc_initconfig: Initializing library v1.19.1-36a084a HEAD
  99. AL lib: (II) alc_initconfig: Supported backends: jack, pulse, alsa, oss, port, null, wave
  100. AL lib: (II) ReadALConfig: Loading config /etc/openal/alsoft.conf...
  101. AL lib: (II) LoadConfigFromFile: found 'drivers' = 'pulse,alsa'
  102. AL lib: (II) LoadConfigFromFile: found 'decoder/hq-mode' = 'false'
  103. AL lib: (II) LoadConfigFromFile: found 'decoder/distance-comp' = 'true'
  104. AL lib: (II) LoadConfigFromFile: found 'decoder/nfc' = 'true'
  105. AL lib: (II) LoadConfigFromFile: found 'decoder/nfc-ref-delay' = ''
  106. AL lib: (II) LoadConfigFromFile: found 'decoder/quad' = ''
  107. AL lib: (II) LoadConfigFromFile: found 'decoder/surround51' = ''
  108. AL lib: (II) LoadConfigFromFile: found 'decoder/surround61' = ''
  109. AL lib: (II) LoadConfigFromFile: found 'decoder/surround71' = ''
  110. AL lib: (II) ReadALConfig: Loading config /etc/xdg/alsoft.conf...
  111. AL lib: (II) ReadALConfig: Loading config /etc/xdg/xdg-ubuntu/alsoft.conf...
  112. AL lib: (II) ReadALConfig: Loading config /home/adevald/.alsoftrc...
  113. AL lib: (II) LoadConfigFromFile: found 'drivers' = 'pulse,alsa'
  114. AL lib: (II) ReadALConfig: Loading config /home/adevald/.config/alsoft.conf...
  115. AL lib: (II) GetProcBinary: Got path: /home/adevald/.jdks/openjdk-15.0.1/bin
  116. AL lib: (II) ReadALConfig: Loading config /home/adevald/.jdks/openjdk-15.0.1/bin/alsoft.conf...
  117. AL lib: (II) GetConfigValue: Key disable-cpu-exts not found
  118. AL lib: (II) FillCPUCaps: Detected max CPUID function: 0xd (ext. 0x8000001e)
  119. AL lib: (II) FillCPUCaps: Vendor ID: "AuthenticAMD"
  120. AL lib: (II) FillCPUCaps: Name: "AMD Athlon(tm) X4 750K Quad Core Processor "
  121. AL lib: (II) FillCPUCaps: Extensions: +SSE +SSE2 +SSE3 +SSE4.1
  122. AL lib: (II) GetConfigValue: Key rt-prio not found
  123. AL lib: (II) GetConfigValue: Key resampler not found
  124. AL lib: (II) GetConfigValue: Key trap-al-error not found
  125. AL lib: (II) GetConfigValue: Key trap-alc-error not found
  126. AL lib: (II) GetConfigValue: Key reverb/boost not found
  127. AL lib: (II) GetConfigValue: Found drivers = "pulse,alsa"
  128. AL lib: (II) GetConfigValue: Key pulse/spawn-server not found
  129. AL lib: (II) GetProcBinary: Got filename: java
  130. AL lib: (WW) alc_initconfig: Failed to initialize backend "pulse"
  131.  
  132. // А вот тут нет.
  133.  
  134.  
  135.  
  136.  
  137. AL lib: (II) alc_initconfig: Initialized backend "alsa"
  138. AL lib: (II) alc_initconfig: Added "alsa" for playback
  139. AL lib: (II) alc_initconfig: Added "alsa" for capture
  140. AL lib: (II) GetConfigValue: Key excludefx not found
  141. AL lib: (II) GetConfigValue: Key default-reverb not found
  142. AL lib: (II) GetConfigValue: Key channels not found
  143. AL lib: (II) GetConfigValue: Key sample-type not found
  144. AL lib: (II) GetConfigValue: Key frequency not found
  145. AL lib: (II) GetConfigValue: Key periods not found
  146. AL lib: (II) GetConfigValue: Key period_size not found
  147. AL lib: (II) GetConfigValue: Key sources not found
  148. AL lib: (II) GetConfigValue: Key slots not found
  149. AL lib: (II) GetConfigValue: Key sends not found
  150. AL lib: (II) GetConfigValue: Key alsa/device not found
  151. AL lib: (II) ALCplaybackAlsa_open: Opening device "default"
  152. ALSA lib pcm_dmix.c:1089:(snd_pcm_dmix_open) unable to open slave
  153. AL lib: (EE) ALCplaybackAlsa_open: Could not open playback device 'default': Нет такого файла или каталога
  154. AL lib: (II) FreeDevice: 0x7fcbfdc9e590
  155. AL lib: (WW) alcSetError: Error generated on device (nil), code 0xa005
  156. AL lib: (II) GetConfigValue: Key channels not found
  157. AL lib: (II) GetConfigValue: Key sample-type not found
  158. AL lib: (II) GetConfigValue: Key frequency not found
  159. AL lib: (II) GetConfigValue: Key periods not found
  160. AL lib: (II) GetConfigValue: Key period_size not found
  161. AL lib: (II) GetConfigValue: Key sources not found
  162. AL lib: (II) GetConfigValue: Key slots not found
  163. AL lib: (II) GetConfigValue: Key sends not found
  164. AL lib: (II) GetConfigValue: Key alsa/device not found
  165. AL lib: (II) ALCplaybackAlsa_open: Opening device "default"
  166. ALSA lib pcm_dmix.c:1089:(snd_pcm_dmix_open) unable to open slave
  167. AL lib: (EE) ALCplaybackAlsa_open: Could not open playback device 'default': Нет такого файла или каталога
  168. AL lib: (II) FreeDevice: 0x7fcbfdc9e590
  169. AL lib: (WW) alcSetError: Error generated on device (nil), code 0xa005
  170. AL lib: (II) GetConfigValue: Key channels not found
  171. AL lib: (II) GetConfigValue: Key sample-type not found
  172. AL lib: (II) GetConfigValue: Key frequency not found
  173. AL lib: (II) GetConfigValue: Key periods not found
  174. AL lib: (II) GetConfigValue: Key period_size not found
  175. AL lib: (II) GetConfigValue: Key sources not found
  176. AL lib: (II) GetConfigValue: Key slots not found
  177. AL lib: (II) GetConfigValue: Key sends not found
  178. AL lib: (II) GetConfigValue: Key alsa/device not found
  179. AL lib: (II) ALCplaybackAlsa_open: Opening device "default"
  180. ALSA lib pcm_dmix.c:1089:(snd_pcm_dmix_open) unable to open slave
  181. AL lib: (EE) ALCplaybackAlsa_open: Could not open playback device 'default': Нет такого файла или каталога
  182. AL lib: (II) FreeDevice: 0x7fcbfdc9e590
  183. AL lib: (WW) alcSetError: Error generated on device (nil), code 0xa005
  184.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement