Opened 18 years ago
Closed 18 years ago
#2860 closed defect (invalid)
Changing Theme I get "fb->Attachment[BUFFER_BACK_LEFT].RenderBuffer" and Mythfrontend dies
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | 0.20 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Hello,
I've just recompiled the latest svn version and still I get this error. After changing the Theme in Setup/Appearance? I get the Assertion failed from via_context.c: "fb->Attachment[BUFFER_BACK_LEFT].RenderBuffer?" and mythfrontend dies. Then after restarting the frontend the new theme is in place. it's just a bit annoying but not blocking.
Change History (4)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [12373]) This fixes a problem where exiting the Appearance settings sometimes causes a segfault. It actually only affects the classic menu layout but it was only by luck the DVR and default layouts worked.
Basically this commit makes sure the AppearanceSettings? dialog is deleted and cleaned up before doing the JumpTo?("Reload Theme") so that when its detached from the MythMainWindow? it doesn't send an ExitToMainMenuEvent? which was causing all the problems.
It also only reloads the theme if the user completed the settings dialog by pressing "Finish".
comment:3 Changed 18 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
hello,
I've just recompiled revision 12377 from trunk and still I get the following error when exiting from the Appearance menu in frontend.
2007-01-02 17:29:40.815 Received a remote 'Clear Cache' request 2007-01-02 17:29:40.820 Total desktop dim: 720x576, with 1 screen[s]. 2007-01-02 17:29:40.827 Using screen 0, 720x576 at 0,0 2007-01-02 17:29:40.835 Switching to square mode (MythCenter?) mythfrontend: via_context.c:246: calculate_buffer_parameters: Asserzione 'fb->Attachment[BUFFER_BACK_LEFT].Renderbuffer' fallita. Aborted (core dumped)
I've tried with both default and DVR menu theme but with no result.
What do you have the Menu Theme setting set to?
I think this is the same error as in #2580 and #2738 which only affects the classic menu layout.