Problem when rearranging layout

General discussions
Locked
sergio
Posts: 2
Joined: Tue Sep 13, 2011 2:29 pm

Problem when rearranging layout

Post by sergio »

When I try to rearrange guayadeque tabs the player crashes with following message from gdb

What i was trying to do is put lyrics tab into right side of player just as anonbeat shows in videos section

Don't know if its guayadeque error, I know nothing about programming

Starting program: /usr/bin/guayadeque
[Thread debugging using libthread_db enabled]
23:00:48: Deleted stale lock file '/home/sergio/.guayadeque/.guayadeque-sergio'.
23:00:48: Initialized locale ( pt_PT )
23:00:48: Library Db Version 21
23:00:48: Library Paths:
23:00:48: /home/sergio/Música/
[New Thread 0xb5580b70 (LWP 3088)]
[Thread 0xb5580b70 (LWP 3088) exited]
[New Thread 0xb5580b70 (LWP 3089)]
[Thread 0xb5580b70 (LWP 3089) exited]
[New Thread 0xb5580b70 (LWP 3090)]
23:00:49: Updating the podcasts...
The program 'guayadeque' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 19077 error_code 3 request_code 18 minor_code 0)
(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.)
[Thread 0xb5580b70 (LWP 3090) exited]

Program exited with code 01.
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Problem when rearranging layout

Post by anonbeat »

This is a problem that a few ppl reported already. It is a wxWidgets wxAui problem in some environment. Specially KDE. You usually can fix it using guayadeque --sync to do the layout and after the layouts are done there should be no problems.

Please let me know if you need more help

Thanks for your help
sergio
Posts: 2
Joined: Tue Sep 13, 2011 2:29 pm

Problem when rearranging layout

Post by sergio »

You trick didn´t work for me. I can move VU meters, Now Playing and thats it. Although, if I try to arrange some of the mentioned to half guayadeque window, the app crashes. But the Lyrics tab, for me, it´s impossible to move.
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Problem when rearranging layout

Post by anonbeat »

Im sorry but I cant help you as this is a wxWidgets wxAui bug with some environments like KDE.

I read others solved the issue that way and this is why I told you. You can try to find other comments about this in the old ubuntuforums.org thread
http://ubuntuforums.org/showthread.php?t=1380811
Locked