[Bug 575968] Re: Fullscreen doesn't work since Lucid

Sven Eckelmann sven.eckelmann at gmx.de
Tue Sep 14 09:44:29 BST 2010


** Changed in: mupen64plus (Ubuntu Lucid)
       Status: Incomplete => In Progress

** Patch added: "Debdiff with glib gvariant FTBFS fix"
   https://bugs.launchpad.net/ubuntu/+source/mupen64plus/+bug/575968/+attachment/1582024/+files/mupen64plus_1.5%2Bdfsg1-7ubuntu1.debdiff

-- 
Fullscreen doesn't work since Lucid
https://bugs.launchpad.net/bugs/575968
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.

Status in “mupen64plus” package in Ubuntu: Fix Released
Status in “mupen64plus” source package in Lucid: In Progress
Status in “mupen64plus” package in Debian: Fix Released

Bug description:
Binary package hint: mupen64plus

After an update to Lucid Lynx, the fullscreen mode in mupen64plus (1.5+dfsg1-7build1) doesn't work anymore. Neither can you switch to fullscreen by pressing Alt+Return, nor does the "Always start in fullscreen mode" option work.

Everything worked fine in Karmic Koala.

TEST CASE: To test the problem just use a driver with a very long vendor string. Just patch your libgl to output such a string (256 bytes should be sufficient). Use different random strings and test it on different platforms to create the different types of crashes/random misbehavior.

The m_strDeviceStats is only used in one place:

{{{
    sprintf(m_strDeviceStats, "%s - %s : %s", m_pVendorStr, m_pRenderStr, m_pVersionStr);
    TRACE0(m_strDeviceStats);
    printf("%s\n", m_strDeviceStats);
}}}







More information about the Ubuntu-sponsors mailing list