CaTRoX_QWR
CaTRoX_QWR copied to clipboard
Panel Crash (Playlist Mode: Menu Button)
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
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.
just made a pull request for this just need to wait for him to merge it
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