Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Spider Monkey Panel (foo_spider_monkey_panel) (Read 254356 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

Re: Spider Monkey Panel (foo_spider_monkey_panel)

Reply #1325




An error constantly crashes, what should I do? Is it a problem in the covers or?

Re: Spider Monkey Panel (foo_spider_monkey_panel)

Reply #1326
I have the following error:

Error: Spider Monkey Panel v1.6.1 (Lastfm Cover: Lastfm Cover by zeremy)
CheckMenuRadioItem failed:
Index is out of bounds

File: thumbs.js
Line: 345, Column: 25
Stack traces:
  _thumbs/this.rbtn_up@thumbs.js:345:25
  _panel/this.rbtn_up@panel.js:85:11
  on_mouse_rbtn_up@lastfm_cover.js:197:18

The error occurs when I right-click on the "Panel properties" menu and change the value from 3 to 4 in the "THUMBS.ASPECT" field

The problem also occurs in the original smoralis footuner-master skin.






Re: Spider Monkey Panel (foo_spider_monkey_panel)

Reply #1327
I have the following error:

Error: Spider Monkey Panel v1.6.1 (Lastfm Cover: Lastfm Cover by zeremy)
CheckMenuRadioItem failed:
Index is out of bounds

File: thumbs.js
Line: 345, Column: 25
Stack traces:
  _thumbs/this.rbtn_up@thumbs.js:345:25
  _panel/this.rbtn_up@panel.js:85:11
  on_mouse_rbtn_up@lastfm_cover.js:197:18

The error occurs when I right-click on the "Panel properties" menu and change the value from 3 to 4 in the "THUMBS.ASPECT" field

The problem also occurs in the original smoralis footuner-master skin.







4 is an invalid value.
Valid values are 0,1,2,3.

Code: [Select]
panel.m.AppendMenuItem(MF_STRING, 1510, 'Crop (focus on centre)');
                panel.m.AppendMenuItem(MF_STRING, 1511, 'Crop (focus on top)');
                panel.m.AppendMenuItem(MF_STRING, 1512, 'Stretch');
                panel.m.AppendMenuItem(MF_STRING, 1513, 'Centre');
                panel.m.CheckMenuRadioItem(1510, 1513, this.properties.aspect.value + 1510);

Re: Spider Monkey Panel (foo_spider_monkey_panel)

Reply #1328
It is a problem of having the same size between the radio station logo cover and the album cover downloaded in real time.









Re: Spider Monkey Panel (foo_spider_monkey_panel)

Reply #1329
I can't answer if you don't provide with what script / panel you are using to display the radio station cover.


Re: Spider Monkey Panel (foo_spider_monkey_panel)

Reply #1331
You are using the same panel twice? one for the radio station cover and the other for last. fm cover?
The scripts in footuner are modified specifically for the layout, and I will not support any modifications needed to use otherwise.

Re: Spider Monkey Panel (foo_spider_monkey_panel)

Reply #1332
I was slow to answer because in the meantime after various attempts I managed to reduce the radio station logo panel so as to have uniformity between the radio logo cover and that of the album that downloads in real time.









Re: Spider Monkey Panel (foo_spider_monkey_panel)

Reply #1333
Why do I find 2 Spider Monkey Panels in Advance setting and what should I do to uninstall and reinstall?



I also have Out of Memory issues.

Can I implement memory?



Re: Spider Monkey Panel (foo_spider_monkey_panel)

Reply #1335
Yes, it is.

At the moment I leave the JSplitter (first entry)

For Out of Memory problems I had benefit to change the value (maximum eap size....) to 4294967295

The next value I added a leading 1 152428800

But that's not enough to handle the extra panels.


Re: Spider Monkey Panel (foo_spider_monkey_panel)

Reply #1336
Is it possible to make visualizations like this using SMP since I've created several Web Audio API visualizations that uses custom FFT instead of getByteFrequencyData() for the spectrum analyzer?

 

Re: Spider Monkey Panel (foo_spider_monkey_panel)

Reply #1337
Got this error when trying to import a theme:

Code: [Select]
Error: Spider Monkey Panel v1.6.1 (TitleBar: TitleBar v1.2.3b21 by Ottodix)
ShowHtmlDialog failed:
WinAPI error:
  put_designMode failed with error (0x80004001):
    Not implemented.

File: JStheme_common.js
Line: 314, Column: 8
Stack trace:
  NoticeBox@JStheme_common.js:314:8
  on_init/welcome_msg_timer<@WSHtitle_bar.js:2941:4
What is this? It also shows the "Aw, crashed :(" message in red but only on the top bar.