Code Monkey home page Code Monkey logo

Comments (27)

cyberfiend66 avatar cyberfiend66 commented on June 16, 2024 1

Alright thanks for all the help.

from eole-foobar-theme.

JadeTank avatar JadeTank commented on June 16, 2024

I have been unable to replicate this issue. Have you tried doing a clean install of the skin? Additionally, does anything appear in the console when this occurs? Foobar Menu > View > Console

from eole-foobar-theme.

cyberfiend66 avatar cyberfiend66 commented on June 16, 2024

Yea i did try reinstalling fresh with the latest version of foobar2k. I run into this when i enable the theme and all other issues persist as previously mentioned and yea nothing on the console.

foobar2000_Spk6dwzy9u

from eole-foobar-theme.

JadeTank avatar JadeTank commented on June 16, 2024

Because I cannot replicate this issue, I'd like you to add a few lines to the file JSTheme_common.js that will display the relevant variables in the console to better determine what is causing the issue. This will likely display as blank, but helps narrow down the source of the issue.

At line 342, add the line console.log("title: " + title + " inter_text: " + inter_text);

image

And similarly at line 420 console.log("title: " + title + " top_msg: " + top_msg + " bottom_msg: " + bottom_msg);

image

All of these input boxes use the same method of displaying a window using HTML, and have several variables passed to them that contain the title and message of the window along with some others. It seems like on your install, for whatever reason the variables being passed are null and display blank windows while leaving the default HTML intact.

from eole-foobar-theme.

cyberfiend66 avatar cyberfiend66 commented on June 16, 2024

foobar2000_mnAMDEi6uV

from eole-foobar-theme.

cyberfiend66 avatar cyberfiend66 commented on June 16, 2024

console-2024-02-13-19-14-00-P35692.txt

from eole-foobar-theme.

JadeTank avatar JadeTank commented on June 16, 2024

Ah, perhaps I should have clarified. You'll need to open one of the problematic displays or the info being written wont appear in the console.

from eole-foobar-theme.

cyberfiend66 avatar cyberfiend66 commented on June 16, 2024

i did there was nothing on the console.

from eole-foobar-theme.

cyberfiend66 avatar cyberfiend66 commented on June 16, 2024

foobar2000_PTyWux2wUU

from eole-foobar-theme.

JadeTank avatar JadeTank commented on June 16, 2024

Ok again my bad, I gave incorrect instructions. For the added console outputs, it'll specifically show up if you go to the memory settings page. Additionally, is this the first time you have installed the skin, or did the issue recently start occurring after an update?

from eole-foobar-theme.

cyberfiend66 avatar cyberfiend66 commented on June 16, 2024

Ok how do i go to the memory setting page. No this is not the first time and yea the issue popped up after an update specifically after updating the components. But figuring i messed up i did a fresh install of foobar2k (Portable) with the skin and the issue was present there as well, I even tried installing older versions of foobar2k and the skin to no avail. This makes me think the issue is on a systems level idk.

from eole-foobar-theme.

JadeTank avatar JadeTank commented on June 16, 2024

It could be a system issue, but if it is it can hopefully be resolved with an update to the skin. The memory settings can be accessed at "Foobar > Skin settings > Covers & Memory usage"

I hate to keep having you try different things, but its difficult to debug without being able to replicate the issue or any obvious error messages. Would you be able to upload a copy of the portable install and share it somehow? If it is an issue with the install, it could make debugging much easier, and if not would confirm it is system based.

from eole-foobar-theme.

cyberfiend66 avatar cyberfiend66 commented on June 16, 2024

The memory settings page gives me blank..sigh...anyway here's a copy of my portable install..

https://drive.google.com/drive/folders/1T9_bKj5LZoQewxJ7cU11Z48eLCpYSxU0?usp=drive_link

from eole-foobar-theme.

JadeTank avatar JadeTank commented on June 16, 2024

The memory settings page giving a blank is expected, but it should output something to the console. Also, I can't access the drive link without permission.

from eole-foobar-theme.

cyberfiend66 avatar cyberfiend66 commented on June 16, 2024

foobar2000_SZ6DY0Upf6

from eole-foobar-theme.

cyberfiend66 avatar cyberfiend66 commented on June 16, 2024

also gave you access

from eole-foobar-theme.

JadeTank avatar JadeTank commented on June 16, 2024

It is interesting that the message content is being sent correctly, just not displayed. However, I think there may just be something wrong with your baseline foobar installation?
When trying to run the version provided, it throws an error on my system about the side-by-side configuration which usually indicates an incompatibility or broken package of some kind and should not be the case here under normal circumstances. If I move the profile to a newly created install, it works fine. It seems that foobar has had an update to v2.1.2 since your install which is at v2.1, so I would first try installing the latest version and seeing if that resolves the issue.

from eole-foobar-theme.

cyberfiend66 avatar cyberfiend66 commented on June 16, 2024

tried it still throws up blank.

from eole-foobar-theme.

cyberfiend66 avatar cyberfiend66 commented on June 16, 2024

also on the latest version of the skin the text is too small for me, can text be enlarged perhaps or even made bold.

from eole-foobar-theme.

JadeTank avatar JadeTank commented on June 16, 2024

If you hold Ctrl and Scroll with the mouse you can increase / decrease the size of the text, or hold Shift and Scroll for some individual elements. You can also change it from "Foobar > Skin Settings > Font Size"

At this point I'm doubtful its an issue with the skin itself, but I'd still like to help you get it resolved. Because your shared foobar version had compatibility issues on all machines I tried it on, I suspect the problem is related. Here is a fresh install with the eole skin I created, would you be able to see if you can run this version, and if you can, does the blank issue still occur?

https://mega.nz/file/l7YATDoR#6lzMte3T38_6NtCiRVMCLHlMnY8prKfqjk835fUBGV4

from eole-foobar-theme.

cyberfiend66 avatar cyberfiend66 commented on June 16, 2024

Oh neat didnt know that....and yea just tried your version throws up blank...this has got to be something external not the skin or foobar in general.

from eole-foobar-theme.

JadeTank avatar JadeTank commented on June 16, 2024

Maybe should have asked this earlier, what OS are you running foobar on? I assumed Windows 10 or 11, but if you are using 7 or running it on Linux with WINE there are some compatibility issues with the Spider Monkey Panel used for displaying HTML

from eole-foobar-theme.

cyberfiend66 avatar cyberfiend66 commented on June 16, 2024

latest ver of Windows 11 i was thinking might be a faulty update or something

from eole-foobar-theme.

cyberfiend66 avatar cyberfiend66 commented on June 16, 2024

i just tried it on a VM worked flawlessly it has to be Windows. Are there any external dependencies for this skin or foobar in general?

from eole-foobar-theme.

JadeTank avatar JadeTank commented on June 16, 2024

Was going to suggest trying that or something similar. Can you check your update history in settings around the time this issue started? Neither foobar2000 nor the spider monkey panel have any stated requirements outside of the basic OS and CPU ones, and I'm at least not aware of any others.

According to the spider monkey panel documentation though, the HTML function "Displays an html dialog, rendered by IE engine. Utilizes the latest non-Edge IE that you have on your system." so its probably related to this. IE has been largely removed from Windows 11, so I wouldn't be surprised if any remaining traces of it were finally wiped out in a recent update.

from eole-foobar-theme.

cyberfiend66 avatar cyberfiend66 commented on June 16, 2024

Idk what to do honestly the only clear option seems to be a clean format which i dont want to do, i got my system up and running just fine. I love this skin and dont wanna switch to musicbee, using it as is for now until i can locate the source of the problem.

from eole-foobar-theme.

JadeTank avatar JadeTank commented on June 16, 2024

I don't think you need a format to fix this, and if a recent update is why that won't solve it anyways. It may be worth trying to reinstall IE for the HTML engine, but I would put in an issue regarding this on the Spider Monkey Panel repo here:

https://github.com/TheQwertiest/foo_spider_monkey_panel

Going to mark this as not planned for now, given the circumstances. If you are able to resolve this or figure something out, feel free to reopen it.

from eole-foobar-theme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.