Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panel Crash (Playlist Mode: Menu Button) #24

Open
angomania opened this issue Sep 26, 2022 · 3 comments
Open

Panel Crash (Playlist Mode: Menu Button) #24

angomania opened this issue Sep 26, 2022 · 3 comments

Comments

@angomania
Copy link

angomania commented Sep 26, 2022

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/this.lbtn_up@helpers.js:153:18
  _buttons/this.lbtn_up@helpers.js:268:17
  Menu/this.on_mouse_lbtn_up@main.js:267:17
  on_mouse_lbtn_up@main.js:125:10
@angomania
Copy link
Author

angomania commented Sep 26, 2022

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.

@Sakooooo
Copy link

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

@da3dsoul1
Copy link

da3dsoul1 commented Oct 29, 2023

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:
  _main_menu_helper@helpers.js:652:13
  _menu@helpers.js:616:13
  create_buttons/buttons.buttons.menu<@main.js:478:111
  _button/this.lbtn_up@helpers.js:153:18
  _buttons/this.lbtn_up@helpers.js:268:17
  Menu/this.on_mouse_lbtn_up@main.js:267:17
  on_mouse_lbtn_up@main.js:125:10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants