<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>33033</bug_id>
          
          <creation_ts>2017-01-23 19:32:14 +0300</creation_ts>
          <short_desc>Не запускается</short_desc>
          <delta_ts>2017-12-25 19:22:29 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>Distributions</classification>
          <product>Branch p8</product>
          <component>cura</component>
          <version>не указана</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>33035</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Dmytro">d20052005</reporter>
          <assigned_to name="Антон Мидюков">antohami</assigned_to>
          <cc>antohami</cc>
    
    <cc>ekorneechev</cc>
    
    <cc>faf</cc>
    
    <cc>lav</cc>
          
          <qa_contact name="qa-p8@altlinux.org">qa-p8</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>161430</commentid>
    <comment_count>0</comment_count>
    <who name="Dmytro">d20052005</who>
    <bug_when>2017-01-23 19:32:14 +0300</bug_when>
    <thetext>$ apt-cache show cura | grep Ver
Version: 15.04.4-alt2

Ругается в консоль:
$ cura
load preferences from /home/dmytro/.cura/15.04.4/preferences.ini
Traceback (most recent call last):
  File &quot;/usr/bin/cura&quot;, line 5, in &lt;module&gt;
    cura.main()
  File &quot;/usr/lib/python2.7/site-packages/Cura/cura.py&quot;, line 86, in main
    app.CuraApp(args).MainLoop()
  File &quot;/usr/lib/python2.7/site-packages/Cura/gui/app.py&quot;, line 61, in __init__
    self.splash = splashScreen.splashScreen(self.afterSplashCallback)
  File &quot;/usr/lib/python2.7/site-packages/Cura/gui/splashScreen.py&quot;, line 11, in __init__
    super(splashScreen, self).__init__(bitmap, wx.SPLASH_CENTRE_ON_SCREEN, 0, None)
AttributeError: &apos;module&apos; object has no attribute &apos;SPLASH_CENTRE_ON_SCREEN&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>161449</commentid>
    <comment_count>1</comment_count>
    <who name="Evgeniy Korneechev">ekorneechev</who>
    <bug_when>2017-01-24 11:50:33 +0300</bug_when>
    <thetext>C версией модуля python-module-wx3.0 из Сизифа (https://bugzilla.altlinux.org/33035) другая проблема:

Traceback (most recent call last):
  File &quot;/usr/lib64/python2.7/site-packages/wx-3.0-gtk3/wx/_core.py&quot;, line 16762, in &lt;lambda&gt;
    lambda event: event.callable(*event.args, **event.kw) )
  File &quot;/usr/lib/python2.7/site-packages/Cura/gui/splashScreen.py&quot;, line 15, in DoCallback
    self.callback()
  File &quot;/usr/lib/python2.7/site-packages/Cura/gui/app.py&quot;, line 103, in afterSplashCallback
    from Cura.gui import mainWindow
  File &quot;/usr/lib/python2.7/site-packages/Cura/gui/mainWindow.py&quot;, line 17, in &lt;module&gt;
    from Cura.gui import sceneView
  File &quot;/usr/lib/python2.7/site-packages/Cura/gui/sceneView.py&quot;, line 28, in &lt;module&gt;
    from Cura.gui.util import previewTools
  File &quot;/usr/lib/python2.7/site-packages/Cura/gui/util/previewTools.py&quot;, line 12, in &lt;module&gt;
    from Cura.gui.util import openglHelpers
  File &quot;/usr/lib/python2.7/site-packages/Cura/gui/util/openglHelpers.py&quot;, line 17, in &lt;module&gt;
    glutInit() #Hack; required before glut can be called. Not required for all OS.
  File &quot;/usr/lib/python2.7/site-packages/OpenGL/GLUT/special.py&quot;, line 333, in glutInit
    _base_glutInit( ctypes.byref(count), holder )
  File &quot;/usr/lib/python2.7/site-packages/OpenGL/platform/baseplatform.py&quot;, line 407, in __call__
    self.__name__, self.__name__,
OpenGL.error.NullFunctionError: Attempt to call an undefined function glutInit, check for bool(glutInit) before calling</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>161451</commentid>
    <comment_count>2</comment_count>
    <who name="Evgeniy Korneechev">ekorneechev</who>
    <bug_when>2017-01-24 12:47:56 +0300</bug_when>
    <thetext>(В ответ на комментарий №1)
&gt; OpenGL.error.NullFunctionError: Attempt to call an undefined function glutInit,
&gt; check for bool(glutInit) before calling

Данная проблема решается установкой пакета libfreeglut (после этого приложение запускается без ошибок).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>161469</commentid>
    <comment_count>3</comment_count>
    <who name="Dmytro">d20052005</who>
    <bug_when>2017-01-24 17:50:56 +0300</bug_when>
    <thetext>(В ответ на комментарий №2)
&gt; (В ответ на комментарий №1)
&gt; &gt; OpenGL.error.NullFunctionError: Attempt to call an undefined function glutInit,
&gt; &gt; check for bool(glutInit) before calling
&gt; 
&gt; Данная проблема решается установкой пакета libfreeglut (после этого приложение
&gt; запускается без ошибок).

Но другие остаются и приложение не стартует? Я правильно понял?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>161470</commentid>
    <comment_count>4</comment_count>
    <who name="Evgeniy Korneechev">ekorneechev</who>
    <bug_when>2017-01-24 18:01:05 +0300</bug_when>
    <thetext>(В ответ на комментарий №3)
&gt; &gt; Данная проблема решается установкой пакета libfreeglut (после этого приложение
&gt; &gt; запускается без ошибок).
&gt; 
&gt; Но другие остаются и приложение не стартует? Я правильно понял?

после установки libfreeglut и python-module-wx3.0 (последний с Сизифа) - ошибок при запуске нет, программа запускается.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>161711</commentid>
    <comment_count>5</comment_count>
    <who name="Dmytro">d20052005</who>
    <bug_when>2017-02-04 14:45:09 +0300</bug_when>
    <thetext>Обновил из Сизифа cura (подтянула по зависимостям еще и 3dprinter-udev-rules) и python-module-wx3.0, версии libfreeglut совпали. При первом запуске стартовал мастер настройки, но сама программа не запустилась. Чего-то еще ему не хватает.
В консоль пишет:
$ cura
load preferences from /home/dmytro/.cura/15.04.4/preferences.ini
/usr/lib64/python2.7/site-packages/wx-3.0-gtk3/wx/_core.py:16629: UserWarning: wxPython/wxWidgets release number mismatch
  warnings.warn(&quot;wxPython/wxWidgets release number mismatch&quot;)
Traceback (most recent call last):
  File &quot;/usr/lib64/python2.7/site-packages/wx-3.0-gtk3/wx/_core.py&quot;, line 16762, in &lt;lambda&gt;
    lambda event: event.callable(*event.args, **event.kw) )
  File &quot;/usr/lib/python2.7/site-packages/Cura/gui/splashScreen.py&quot;, line 15, in DoCallback
    self.callback()
  File &quot;/usr/lib/python2.7/site-packages/Cura/gui/app.py&quot;, line 151, in afterSplashCallback
    self.mainWindow = mainWindow.mainWindow()
  File &quot;/usr/lib/python2.7/site-packages/Cura/gui/mainWindow.py&quot;, line 72, in __init__
    i = self.fileMenu.Append(-1, _(&quot;Load model file...\tCTRL+L&quot;))
  File &quot;/usr/lib64/python2.7/site-packages/wx-3.0-gtk3/wx/_core.py&quot;, line 12003, in Append
    return _core_.Menu_Append(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion &quot;Assert failure&quot; failed at ./src/common/stockitem.cpp(213) in wxGetStockLabel(): invalid stock item ID</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>161828</commentid>
    <comment_count>6</comment_count>
    <who name="Dmytro">d20052005</who>
    <bug_when>2017-02-10 20:31:16 +0300</bug_when>
    <thetext>Для проверки поставил alt-p8-sysv-xfce-20161212-x86_64.iso и обновил его до текущего Сизифа. Установил cura и libfreeglut.

При попытке запуска то же, что и на p8: дальше мастера настройки не идет.

$ cura
load preferences from /home/dmytro/.cura/15.04.4/preferences.ini
/usr/lib64/python2.7/site-packages/wx-3.0-gtk3/wx/_core.py:16629: UserWarning: wxPython/wxWidgets release number mismatch
  warnings.warn(&quot;wxPython/wxWidgets release number mismatch&quot;)
Traceback (most recent call last):
  File &quot;/usr/lib64/python2.7/site-packages/wx-3.0-gtk3/wx/_core.py&quot;, line 16762, in &lt;lambda&gt;
    lambda event: event.callable(*event.args, **event.kw) )
  File &quot;/usr/lib/python2.7/site-packages/Cura/gui/splashScreen.py&quot;, line 15, in DoCallback
    self.callback()
  File &quot;/usr/lib/python2.7/site-packages/Cura/gui/app.py&quot;, line 151, in afterSplashCallback
    self.mainWindow = mainWindow.mainWindow()
  File &quot;/usr/lib/python2.7/site-packages/Cura/gui/mainWindow.py&quot;, line 72, in __init__
    i = self.fileMenu.Append(-1, _(&quot;Load model file...\tCTRL+L&quot;))
  File &quot;/usr/lib64/python2.7/site-packages/wx-3.0-gtk3/wx/_core.py&quot;, line 12003, in Append
    return _core_.Menu_Append(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion &quot;Assert failure&quot; failed at ./src/common/stockitem.cpp(213) in wxGetStockLabel(): invalid stock item ID</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>161829</commentid>
    <comment_count>7</comment_count>
    <who name="Dmytro">d20052005</who>
    <bug_when>2017-02-10 20:40:47 +0300</bug_when>
    <thetext>Перевесил на Сизиф</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>161854</commentid>
    <comment_count>8</comment_count>
    <who name="Dmytro">d20052005</who>
    <bug_when>2017-02-12 11:20:52 +0300</bug_when>
    <thetext>(In reply to comment #4)
&gt; (В ответ на комментарий №3)
&gt; &gt; &gt; Данная проблема решается установкой пакета libfreeglut (после этого приложение
&gt; &gt; &gt; запускается без ошибок).
&gt; &gt; 
&gt; &gt; Но другие остаются и приложение не стартует? Я правильно понял?
&gt; 
&gt; после установки libfreeglut и python-module-wx3.0 (последний с Сизифа) - ошибок
&gt; при запуске нет, программа запускается.

А Вы на какую версию ставили? 32х или 64х?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>161867</commentid>
    <comment_count>9</comment_count>
    <who name="Evgeniy Korneechev">ekorneechev</who>
    <bug_when>2017-02-13 13:02:07 +0300</bug_when>
    <thetext>(В ответ на комментарий №8)
&gt; А Вы на какую версию ставили? 32х или 64х?

$ uname -m
x86_64
$ rpm -q libfreeglut 
libfreeglut-3.0.0-alt1
$ rpm -q python-module-wx3.0 
python-module-wx3.0-3.0.2.0-alt1
$ rpm -q cura
cura-15.04.4-alt3

Первичный запуск (в мастере настройки далее-&gt;далее-&gt;финиш) - OK:
$ cura
load preferences from /home/HQ/linux/.cura/15.04.4/preferences.ini
/usr/lib64/python2.7/site-packages/wx-3.0-gtk3/wx/_core.py:16629: UserWarning: wxPython/wxWidgets release number mismatch
  warnings.warn(&quot;wxPython/wxWidgets release number mismatch&quot;)
Listening for engine communications on 49674</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>161887</commentid>
    <comment_count>10</comment_count>
    <who name="Dmytro">d20052005</who>
    <bug_when>2017-02-14 13:28:22 +0300</bug_when>
    <thetext>(In reply to comment #9)

&gt; Первичный запуск (в мастере настройки далее-&gt;далее-&gt;финиш) - OK:

Возможно, разгадка именно в этом. Я в мастере конкретный принтер выбирал.
Проверю.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>167912</commentid>
    <comment_count>11</comment_count>
    <who name="Антон Мидюков">antohami</who>
    <bug_when>2017-12-13 11:14:24 +0300</bug_when>
    <thetext>В Сизиф ушла версия 2.4, к которой эти ошибки относиться не могут никак, так как ни от libglut.so.3, ни от wxpython cura-2.4 не зависит.

Прошу проверить, воспроизводится ли ещё проблема в p8?

Перевешиваю баг на p8 и беру на себя.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>168122</commentid>
    <comment_count>12</comment_count>
    <who name="Dmytro">d20052005</who>
    <bug_when>2017-12-22 04:20:52 +0300</bug_when>
    <thetext>Не стартует:

$ cura
load preferences from /home/dmytro/.cura/15.04.4/preferences.ini
/usr/lib64/python2.7/site-packages/wx-3.0-gtk3/wx/_core.py:16629: UserWarning: wxPython/wxWidgets release number mismatch
  warnings.warn(&quot;wxPython/wxWidgets release number mismatch&quot;)

(cura:27237): Gdk-ERROR **: The program &apos;cura&apos; received an X Window System error.
This probably reflects a bug in the program.
The error was &apos;BadValue (integer parameter out of range for operation)&apos;.
  (Details: serial 23372 error_code 2 request_code 154 (GLX) minor_code 24)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Ловушка трассировки/останова</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>168124</commentid>
    <comment_count>13</comment_count>
    <who name="Антон Мидюков">antohami</who>
    <bug_when>2017-12-22 11:52:19 +0300</bug_when>
    <thetext>(In reply to comment #12)
&gt; Не стартует:
&gt; 
&gt; $ cura
&gt; load preferences from /home/dmytro/.cura/15.04.4/preferences.ini
&gt; /usr/lib64/python2.7/site-packages/wx-3.0-gtk3/wx/_core.py:16629: UserWarning:
&gt; wxPython/wxWidgets release number mismatch
&gt;   warnings.warn(&quot;wxPython/wxWidgets release number mismatch&quot;)
&gt; 
&gt; (cura:27237): Gdk-ERROR **: The program &apos;cura&apos; received an X Window System
&gt; error.
&gt; This probably reflects a bug in the program.
&gt; The error was &apos;BadValue (integer parameter out of range for operation)&apos;.
&gt;   (Details: serial 23372 error_code 2 request_code 154 (GLX) minor_code 24)
&gt;   (Note to programmers: normally, X errors are reported asynchronously;
&gt;    that is, you will receive the error a while after causing it.
&gt;    To debug your program, run it with the GDK_SYNCHRONIZE environment
&gt;    variable to change this behavior. You can then get a meaningful
&gt;    backtrace from your debugger if you break on the gdk_x_error() function.)
&gt; Ловушка трассировки/останова

Вот не может cura-15.04.4-alt2.M80P.2 такого выдавать!

rpm -q cura

что выдаёт?

Не может выдавать, так как в спеке есть такие строки:
# Not started with wxpython-3.0
Requires: python-module-wx &lt; 2.9 

А у вас установлен python-module-wx3.0</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>168125</commentid>
    <comment_count>14</comment_count>
    <who name="Dmytro">d20052005</who>
    <bug_when>2017-12-22 12:42:06 +0300</bug_when>
    <thetext>&gt;&gt;А у вас установлен python-module-wx3.0

Я его на этой машине отдельно из Сизифа ставил.

Оказывается, Cura тоже:
$ rpm -q cura
cura-15.04.4-alt3

Давно пытался запустить, забыл уже.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>168126</commentid>
    <comment_count>15</comment_count>
    <who name="Dmytro">d20052005</who>
    <bug_when>2017-12-22 12:52:28 +0300</bug_when>
    <thetext>Установил правильную версию (разумеется, конфиги удалил. Но не думаю, что это показатель. В ближайшие дни на чистых виртуалках проверю. 

$ cura
load preferences from /home/dmytro/.cura/15.04.4/preferences.ini
The program &apos;python&apos; received an X Window System error.
This probably reflects a bug in the program.
The error was &apos;BadValue (integer parameter out of range for operation)&apos;.
  (Details: serial 3112 error_code 2 request_code 154 minor_code 24)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>168147</commentid>
    <comment_count>16</comment_count>
    <who name="Антон Мидюков">antohami</who>
    <bug_when>2017-12-23 18:58:15 +0300</bug_when>
    <thetext>Возможно, проблема сейчас в том, что у вас часть пакетов из Сизифа родом.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>168164</commentid>
    <comment_count>17</comment_count>
    <who name="Dmytro">d20052005</who>
    <bug_when>2017-12-24 17:24:10 +0300</bug_when>
    <thetext>Именно поэтому я и упомянул чистые виртуалки.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>168165</commentid>
    <comment_count>18</comment_count>
    <who name="Vitaly Lipatov">lav</who>
    <bug_when>2017-12-24 17:33:04 +0300</bug_when>
    <thetext>(В ответ на комментарий №17)
&gt; Именно поэтому я и упомянул чистые виртуалки.
Единственное доказательство, которое нужно предъявить, это список установленных пакетов:
$ rpm -q cura python-module-wx wxGTK
cura-15.04.4-alt2.M80P.2
python-module-wx-2.8.12.1-alt3.svn20120530.1
wxGTK-2.8.12-alt1.svn20131012.3.M80P.1

Я сделал epmi cura
и всё отлично поставилось и работает.

Вообще большого смысла говорить о программе, которая не может быть собрана с новым wx, нет.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>168178</commentid>
    <comment_count>19</comment_count>
    <who name="Антон Мидюков">antohami</who>
    <bug_when>2017-12-25 05:06:56 +0300</bug_when>
    <thetext>(In reply to comment #18)
&gt; Вообще большого смысла говорить о программе, которая не может быть собрана с
&gt; новым wx, нет.

Версия 2.4 и выше переписана на pyQT5. В Сизиф собрал 2.4, так как 2.5 и выше для работы требуют python 3.5.2, а у нас 3.5.1. В p8 2.4 пока никак не собрать, так как требуется бэкпортировать protobuf 3.4.1 из Сизифа.

Раз проблем нет, багу закрываю.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>168200</commentid>
    <comment_count>20</comment_count>
    <who name="Dmytro">d20052005</who>
    <bug_when>2017-12-25 16:10:59 +0300</bug_when>
    <thetext>Благодарю за устранение. Сегодня поставил на реальные машина. Работает как на х32, так и на х64.

Есть еще проблема с меню выбора устройств (не все видны)... Но даже не знаю, стоит ли заводить баг, т.к. решаться проблема, уверен, в этой версии уже не будет. Разве что &quot;для отчетности&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>168204</commentid>
    <comment_count>21</comment_count>
    <who name="Антон Мидюков">antohami</who>
    <bug_when>2017-12-25 18:11:27 +0300</bug_when>
    <thetext>(In reply to comment #20)
&gt; Благодарю за устранение. Сегодня поставил на реальные машина. Работает как на
&gt; х32, так и на х64.
&gt; 
&gt; Есть еще проблема с меню выбора устройств (не все видны)... Но даже не знаю,
&gt; стоит ли заводить баг, т.к. решаться проблема, уверен, в этой версии уже не
&gt; будет. Разве что &quot;для отчетности&quot;

Проверьте на регулярке, будет воспроизводиться баг или нет. Если будет, то на Сизиф вешайте. Если нет, то на p8. Я конечно постараюсь обновить cura в p8, но не факт, что у меня это получится. А так, может победим в этой версии. Баг в любом случае вешайте на меня.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>168205</commentid>
    <comment_count>22</comment_count>
    <who name="Dmytro">d20052005</who>
    <bug_when>2017-12-25 19:19:42 +0300</bug_when>
    <thetext>(In reply to comment #18)
&gt; (В ответ на комментарий №17)
&gt; &gt; Именно поэтому я и упомянул чистые виртуалки.
&gt; Единственное доказательство, которое нужно предъявить, это список установленных
&gt; пакетов:
&gt; $ rpm -q cura python-module-wx wxGTK
&gt; cura-15.04.4-alt2.M80P.2
&gt; python-module-wx-2.8.12.1-alt3.svn20120530.1
&gt; wxGTK-2.8.12-alt1.svn20131012.3.M80P.1
&gt; 
&gt; Я сделал epmi cura
&gt; и всё отлично поставилось и работает.
&gt; 
&gt; Вообще большого смысла говорить о программе, которая не может быть собрана с
&gt; новым wx, нет.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>168206</commentid>
    <comment_count>23</comment_count>
    <who name="Dmytro">d20052005</who>
    <bug_when>2017-12-25 19:22:29 +0300</bug_when>
    <thetext>(In reply to comment #18)
&gt; (В ответ на комментарий №17)
&gt; &gt; Именно поэтому я и упомянул чистые виртуалки.
&gt; Единственное доказательство, которое нужно предъявить, это список установленных
&gt; пакетов:
&gt; $ rpm -q cura python-module-wx wxGTK
&gt; cura-15.04.4-alt2.M80P.2
&gt; python-module-wx-2.8.12.1-alt3.svn20120530.1
&gt; wxGTK-2.8.12-alt1.svn20131012.3.M80P.1
&gt; 
&gt; Я сделал epmi cura
&gt; и всё отлично поставилось и работает.
&gt; 
&gt; Вообще большого смысла говорить о программе, которая не может быть собрана с
&gt; новым wx, нет.

Пакеты все те же, а на 1 конкретной машине не заводится:

$ rpm -q cura python-module-wx wxGTK
cura-15.04.4-alt2.M80P.2
python-module-wx-2.8.12.1-alt3.svn20120530.1
wxGTK-2.8.12-alt1.svn20131012.3.M80P.1

Но ее во внимание брать не стоит, т.к. на ней мне уже больше года лень ОС с нуля переставить ))), и на ней другие проблемы есть. Она пережила очень много сбоев и экспериментов.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>