SumnerBoy;333489 Wrote: > Should this work? I updated my install.xml to 7.2 so the plugin would > load but the server log is filling up with the following... > > > Code: -------------------- > > [08-08-29 11:48:23.6803] Slim::Buttons::Common::pushMode (2007) Error: Couldn't push into new mode: [SCREENSAVER.plugin_SaverSwitcher] !: Undefined subroutine &Slim::Buttons::Common::hash_of_savers called at /usr/share/squeezecenter/Plugins/SaverSwitcher/Plugin.pm line 1549. -------------------- > > > > And the plugin is definitely not working. I am also unable to > configure the plugin in the settings menu either - it hangs my SB3. > > Note this was an upgrade from 7.1 where SaverSwitcher was working > perfectly.
Thanks for the report. Please try the 7a9 release I just posted to http://www.tux.org/~peterw/slim/slim7/SaverSwitcher/ What happened: at one point in the development of SC 7.2, a significant API changed. My code was *supposed* to detect what source code revision you're running & use the appropriate API, but from your error message it's clear that logic isn't working on the official release. 7a9 doesn't try to be so smart -- if you're at 7.2 or newer it assumes the new API, so it definitely won't work on some older nightly/SVN releases of 7.2). It should work fine on 7.1 and older... -Peter -- peterw http://www.tux.org/~peterw/ free plugins: http://www.tux.org/~peterw/#slim AllQuiet BlankSaver ContextMenu FuzzyTime PlayLog PowerCenter/BottleRocket SaverSwitcher SettingsManager SleepFade StatusFirst SyncOptions VolumeLock ------------------------------------------------------------------------ peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107 View this thread: http://forums.slimdevices.com/showthread.php?t=51646 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
