Author Topic: Logitech LCD  (Read 47087 times)

Big Mons

  • Newbie
  • *
  • Posts: 15
I didn't get this prior to installing this plugin, but I don't know for sure that it's related to the plugin. Frequently, the first time that I launch MusicBee, I get the following and have to restart MusicBee:
MusicBee v2.5.5516.27806 (Win6.1), 16 Feb 2015 14:31:

System.NullReferenceException: Object reference not set to an instance of an object.
   at MusicBeePlugin.Plugin.refreshLoop(Object state)
   at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.TimerQueueTimer.CallCallback()
   at System.Threading.TimerQueueTimer.Fire()
   at System.Threading.TimerQueue.FireNextTimers()
   at System.Threading.TimerQueue.AppDomainTimerCallback()

slimmeke

  • Jr. Member
  • **
  • Posts: 51
Version 2.4.2 is released today.

You can download it at:
https://bitbucket.org/jimmyD/musicbee-logitech-applet/downloads

Changelog of 2.4.2:
- Fixed MusicBee crashes when Logitech driver crashed or when keyboard disconnect from computer
- Auto connect to keyboard when MusicBee is running and keyboard is connected to computer

Have fun with it.

If you find any bugs please report them on:
https://bitbucket.org/jimmyD/musicbee-logitech-applet/issues?status=new&status=open
and I can fix this.

slimmeke

  • Jr. Member
  • **
  • Posts: 51
I'm migrating this project from Bitbucket to GitHub. All files can be download from the Github page
https://github.com/lonelobo0070/MusicBee-Logitech-applet

KangNi

  • Full Member
  • ***
  • Posts: 175
Hi slimmeke,

I just got some Logitech Z10 active speakers and immediately tried to get working them with this plug-in.
Unfortunately I couldn't get it to work; the plug-in tells me that no device was found.

I've understood that obviously this plug-in is only intended to work with the G15 & G19 Keyboard,
but for me it seems that the G13, G15 and the Z10 devices should be compatible somehow in terms of control the LCD in these devices.

Maybe It already could work and I just forgot to configure something.
Otherwise, do you think you still would or could have a look on the code here?

IMHO, that plugin just SHOULD work together with the Z10 speakers.
I mean - Speaker, Music, MusicBee - don't we have an match here?  ;)

Would be nice to get any feedback.

Thank You in advance.
Greetings

Madmaxneo

  • Jr. Member
  • **
  • Posts: 102
I'm migrating this project from Bitbucket to GitHub. All files can be download from the Github page
https://github.com/lonelobo0070/MusicBee-Logitech-applet

Cool, I downloaded it but can't find where I am supposed to install the files to. Can you please point me in the right area?

I had this installed once before but hadn't used my G13 in a long while and also moved to a new PC with a fresh windows 10 install.......

KangNi

  • Full Member
  • ***
  • Posts: 175
It's a year ago already, but I thought you may like this:



Greetings

pitkon

  • Newbie
  • *
  • Posts: 15
Thanks for your efforts!
I have the first, original G15. Any chance of this working for me?

KangNi

  • Full Member
  • ***
  • Posts: 175
Hi pitkon,

there is a very good chance for that.
You will need ...

- Logitech GamePanel Software 3.04.137 (should be the latest built of Version 3)
This should be used if ONLY LCD drivers are required to install. Otherwise you should install the latest drivers of your keyboard.
https://ftp.lp0.dk/pub/archives/ftp-sites/ftp.logitech.com/pub/techsupport/keyboards/
https://ftp.lp0.dk/pub/archives/ftp-sites/ftp.logitech.com/pub/techsupport/keyboards/lgps304_x64.exe
(Just run the Setup. The Installer contains the "Windows SideShow Driver for Logitech monochrome devices")

- MB Logitech LCD Plugin
https://github.com/jimmyd-be/MusicBee-Logitech-applet
https://github.com/jimmyd-be/MusicBee-Logitech-applet/releases/tag/2.4.2

Hope that will help you out.
Greetings
Last Edit: April 11, 2021, 05:29:56 PM by KangNi

CutCreator

  • Newbie
  • *
  • Posts: 1
I'm using the most recent build of MusicBee plus a Logitech G13 and their LGS 9.02.65 software. I made sure to install the required dependencies.

The plugin is in MusicBee's plugin panel and when I check the config on it, it doesn't see any Logitech device. I try to save the config and get the below message which makes sense since it can't see the G13. I'm on Windows 11 Pro if that matters...

Any help appreciated... I got the android remote working and the XBL Gamebar plugins, so this one isn't as critical, but with my G13 always on, it would be a "nice to have". TIA

MusicBee v3.4.8033.18564D  (Win10.0), 1 Jul 2022 23:32:

System.NullReferenceException: Object reference not set to an instance of an object.
   at MusicBeePlugin.Plugin.openScreens()
   at MusicBeePlugin.Plugin.settingsChanged()
   at MusicBeePlugin.Settings.saveButton_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)