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: foobar2000 v2 service issue (Read 1366 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

foobar2000 v2 service issue

I tried the latest public 2.0 sdk and build a x86 version, my component crashes when startup using foobar2000 v2(x86). It seems foobar2000 call my impl servcie when core_api::is_service_available return false. Anything I missed? here is my code:
Code: [Select]
class my_mainmenu_commands : public mainmenu_commands_v2
{
    GUID get_command(uint32_t p_index) override
    {
        return hasher_md5::get()->process_single_string(...).asGUID(); // ASSERT failed when get service pointer
    }
}

P.S The built component works in 1.6.x

 

Re: foobar2000 v2 service issue

Reply #1
Thanks for reporting.
Problem noted, will look into for the next beta.
Microsoft Windows: We can't script here, this is bat country.