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: Crash playing a missing item (Read 293 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Crash playing a missing item

Attached 2 crash reports, but I can reproduce it anytime playing a missing item on a playlist. Have not been able to reproduce it on a clean install, but also zero clues about the problematic component.

Foobar 1.6.17

EDIT: removed logs.

 

Re: Crash playing a missing item

Reply #1
Both textual logs show foo_openlyrics activity right before the crash.

Re: Crash playing a missing item

Reply #2
Had a quick glance and it uses get_full_info_ref without try/catch. The SDK does warn that it will throw exceptions on failure...

https://github.com/jscript-panel/foobar2000-sdk/blob/8203adcce8efe20815d0dd93f5f48be5371a5aa4/foobar2000/SDK/metadb_handle.h#L131-L134