CaTRoX_QWR icon indicating copy to clipboard operation
CaTRoX_QWR copied to clipboard

Panel Crash (Playlist Mode: Menu Button)

Open angomania opened this issue 2 years ago • 3 comments

When clicking the MENU button in playlist mode, the panel is crashing:

Error: Spider Monkey Panel v1.6.1 (Menu Bar: CaTRoX: Menu bar v5.0.0 by TheQwertiest)
_.menu is not a function

File: main.js
Line: 478, Column: 113
Stack trace:
  create_buttons/buttons.buttons.menu<@main.js:478:113
  _button/[email protected]:153:18
  _buttons/[email protected]:268:17
  Menu/[email protected]:267:17
  [email protected]:125:10

angomania avatar Sep 26 '22 09:09 angomania

I was able to fix the error myself.

Edit "Foobar2000\foo_spider_monkey_panel\packages\{FAA21F07-9B8F-416A-B106-E552221388B7}\main.js**" and replace "_.menu" with "_menu" in line 478.

angomania avatar Sep 26 '22 09:09 angomania

just made a pull request for this just need to wait for him to merge it

Sakooooo avatar Nov 13 '22 09:11 Sakooooo

It has another error though, after clicking menu button 6 times it crashes, any way to fix this?

Error: Spider Monkey Panel v1.6.1 (Menu Bar: CaTRoX: Menu bar v5.0.0 by TheQwertiest)
AppendTo failed:
WinAPI error:
  AppendMenu failed with error (0x579):
    Invalid menu handle.

File: helpers.js
Line: 652, Column: 13
Stack trace:
  [email protected]:652:13
  [email protected]:616:13
  create_buttons/buttons.buttons.menu<@main.js:478:111
  _button/[email protected]:153:18
  _buttons/[email protected]:268:17
  Menu/[email protected]:267:17
  [email protected]:125:10

da3dsoul1 avatar Oct 29 '23 21:10 da3dsoul1