Log in
Register
Menu
Log in
Register
Home
What's new
Latest activity
Authors
Forums
New posts
Search forums
What's new
New posts
Latest activity
Members
Current visitors
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
neumoDVB
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="RobVK8FOES" data-source="post: 1162507" data-attributes="member: 420593"><p>Greetings, this is my first post on this forum, so thanks for having me! <img src="https://www.satellites.co.uk/styles/default/xenforo/smilies/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p><p></p><p>I recently had some luck in compiling NeumoDVB in DragonOS FocalX R35 (built upon Lubuntu 22.04). There were no errors in the build process.</p><p></p><p>However, when trying to launch the application, the GUI appears briefly and then crashes with the following error:</p><p></p><p>[CODE]</p><p>username@drgnos-fclx-r35:~/neumodvb/gui$ ./neumodvb.py</p><p>loading options from /home/username/neumodvb/config/neumodvb.cfg</p><p>loading options from /etc/neumodvb/neumodvb.cfg</p><p></p><p>(neumodvb.py:56481): Gtk-CRITICAL **: 13:44:26.717: gtk_distribute_natural_allocation: assertion 'extra_space >= 0' failed</p><p></p><p>(neumodvb.py:56481): Gtk-WARNING **: 13:44:26.990: Negative content width -6 (allocation 2, extents 4x4) while allocating gadget (node entry, owner GtkEntry)</p><p></p><p>(neumodvb.py:56481): Gtk-WARNING **: 13:44:26.990: Negative content height -7 (allocation 1, extents 4x4) while allocating gadget (node entry, owner GtkEntry)</p><p></p><p>(neumodvb.py:56481): Gtk-WARNING **: 13:44:26.990: Negative content width -7 (allocation 1, extents 4x4) while allocating gadget (node entry, owner GtkEntry)</p><p></p><p>(neumodvb.py:56481): Gtk-WARNING **: 13:44:26.990: Negative content height -7 (allocation 1, extents 4x4) while allocating gadget (node entry, owner GtkEntry)</p><p></p><p>(neumodvb.py:56481): Gtk-WARNING **: 13:44:27.006: Negative content height -7 (allocation 1, extents 4x4) while allocating gadget (node entry, owner GtkEntry)</p><p></p><p>(neumodvb.py:56481): Gtk-WARNING **: 13:44:27.006: Negative content height -7 (allocation 1, extents 4x4) while allocating gadget (node entry, owner GtkEntry)</p><p></p><p>(neumodvb.py:56481): Gdk-ERROR **: 13:44:27.033: The program 'neumodvb.py' received an X Window System error.</p><p>This probably reflects a bug in the program.</p><p>The error was 'BadAccess (attempt to access private resource denied)'.</p><p> (Details: serial 836 error_code 10 request_code 152 (GLX) minor_code 26)</p><p> (Note to programmers: normally, X errors are reported asynchronously;</p><p> that is, you will receive the error a while after causing it.</p><p> To debug your program, run it with the GDK_SYNCHRONIZE environment</p><p> variable to change this behavior. You can then get a meaningful</p><p> backtrace from your debugger if you break on the gdk_x_error() function.)</p><p>Trace/breakpoint trap (core dumped)</p><p>username@drgnos-fclx-r35:~/neumodvb/gui$ </p><p>[/CODE]</p><p></p><p>Does anybody know the magic command to rectify this issue? Thanks very much in advance! <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /></p></blockquote><p></p>
[QUOTE="RobVK8FOES, post: 1162507, member: 420593"] Greetings, this is my first post on this forum, so thanks for having me! :) I recently had some luck in compiling NeumoDVB in DragonOS FocalX R35 (built upon Lubuntu 22.04). There were no errors in the build process. However, when trying to launch the application, the GUI appears briefly and then crashes with the following error: [CODE] username@drgnos-fclx-r35:~/neumodvb/gui$ ./neumodvb.py loading options from /home/username/neumodvb/config/neumodvb.cfg loading options from /etc/neumodvb/neumodvb.cfg (neumodvb.py:56481): Gtk-CRITICAL **: 13:44:26.717: gtk_distribute_natural_allocation: assertion 'extra_space >= 0' failed (neumodvb.py:56481): Gtk-WARNING **: 13:44:26.990: Negative content width -6 (allocation 2, extents 4x4) while allocating gadget (node entry, owner GtkEntry) (neumodvb.py:56481): Gtk-WARNING **: 13:44:26.990: Negative content height -7 (allocation 1, extents 4x4) while allocating gadget (node entry, owner GtkEntry) (neumodvb.py:56481): Gtk-WARNING **: 13:44:26.990: Negative content width -7 (allocation 1, extents 4x4) while allocating gadget (node entry, owner GtkEntry) (neumodvb.py:56481): Gtk-WARNING **: 13:44:26.990: Negative content height -7 (allocation 1, extents 4x4) while allocating gadget (node entry, owner GtkEntry) (neumodvb.py:56481): Gtk-WARNING **: 13:44:27.006: Negative content height -7 (allocation 1, extents 4x4) while allocating gadget (node entry, owner GtkEntry) (neumodvb.py:56481): Gtk-WARNING **: 13:44:27.006: Negative content height -7 (allocation 1, extents 4x4) while allocating gadget (node entry, owner GtkEntry) (neumodvb.py:56481): Gdk-ERROR **: 13:44:27.033: The program 'neumodvb.py' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAccess (attempt to access private resource denied)'. (Details: serial 836 error_code 10 request_code 152 (GLX) minor_code 26) (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.) Trace/breakpoint trap (core dumped) username@drgnos-fclx-r35:~/neumodvb/gui$ [/CODE] Does anybody know the magic command to rectify this issue? Thanks very much in advance! :D [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
neumoDVB
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top