We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to run some .kfn files, this error appears
2024-10-31 17:34:07 DEBUG Background objects: 5 loaded 2024-10-31 17:34:07 DEBUG Background objects: 5 loaded 2024-10-31 17:34:07 DEBUG WebServer: listening at port 80 2024-10-31 17:34:14 DEBUG Queue: Adding file 0 C:/xxx.kfn by into queue id 2: ready 2024-10-31 17:34:14 DEBUG KaraokeWidget::playCurrent C:/xxx.kfn 2024-10-31 17:34:14 DEBUG KaraokeSong: found music file xxx.mp3 and lyric file Song.ini 2024-10-31 17:34:14 DEBUG KaraokeSong: music file is being loaded 2024-10-31 17:34:14 DEBUG GstMediaPlayer: setting GST_PLUGIN_PATH=C:\Users\alex9\Downloads\Караоке\gstreamer\ 2024-10-31 17:34:14 DEBUG Autodetected lyrics text encoding: UTF-8 2024-10-31 17:34:14 DEBUG KaraokeSong: lyrics loaded 2024-10-31 17:34:14 DEBUG KaraokeWidget: waiting for the song being loaded 2024-10-31 17:34:14 DEBUG PluginManager: attempting to load plugin plugin_pitchchanger from C:/Users/alex9/Downloads/Караоке/plugins\plugin_pitchchanger.dll 2024-10-31 17:34:14 ERROR PluginManager: failed to load plugin plugin_pitchchanger from C:/Users/alex9/Downloads/Караоке/plugins\plugin_pitchchanger.dll: The shared library was not found. 2024-10-31 17:34:14 DEBUG GstMediaPlayer: pipeline state changed from NULL to READY, pending PAUSED 2024-10-31 17:34:14 ERROR GstMediaPlayer: Reported error: GStreamer error received from element source: Your GStreamer installation is missing a plug-in., debug info: gsturidecodebin.c(1006): no_more_pads_full (): /GstPipeline:karaokepipeline/GstURIDecodeBin:source: no suitable plugins found: gstdecodebin2.c(4581): gst_decode_bin_expose (): /GstPipeline:karaokepipeline/GstURIDecodeBin:source/GstDecodeBin:decodebin0: no suitable plugins found: Missing decoder: APE tag (application/x-apetag) 2024-10-31 17:34:14 DEBUG KaraokeWidget: song failed to load, or aborted: GStreamer error received from element source: Your GStreamer installation is missing a plug-in., debug info: gsturidecodebin.c(1006): no_more_pads_full (): /GstPipeline:karaokepipeline/GstURIDecodeBin:source: no suitable plugins found: gstdecodebin2.c(4581): gst_decode_bin_expose (): /GstPipeline:karaokepipeline/GstURIDecodeBin:source/GstDecodeBin:decodebin0: no suitable plugins found: Missing decoder: APE tag (application/x-apetag) 2024-10-31 17:34:14 ERROR GstMediaPlayer: Reported error: GStreamer error received from element source: Your GStreamer installation is missing a plug-in., debug info: gsturidecodebin.c(1006): no_more_pads_full (): /GstPipeline:karaokepipeline/GstURIDecodeBin:source: no suitable plugins found: gstdecodebin2.c(4581): gst_decode_bin_expose (): /GstPipeline:karaokepipeline/GstURIDecodeBin:source/GstDecodeBin:decodebin0: no suitable plugins found: Missing decoder: APE tag (application/x-apetag) 2024-10-31 17:34:14 ERROR GstMediaPlayer: Reported error: GStreamer error received from element id3demux0: GStreamer encountered a general stream error., debug info: gsttagdemux.c(1512): gst_tag_demux_element_loop (): /GstPipeline:karaokepipeline/GstURIDecodeBin:source/GstDecodeBin:decodebin0/GstID3Demux:id3demux0: Stream stopped, reason not-linked 2024-10-31 17:34:24 DEBUG karaokeSongFinished 2024-10-31 17:34:24 DEBUG KaraokeWidget::stop 2024-10-31 17:34:24 DEBUG KaraokeWidget::stopKaraoke 2024-10-31 17:34:24 DEBUG KaraokeWidget::stopKaraoke finished 2024-10-31 17:34:24 DEBUG KaraokeWidget::stopped 2024-10-31 17:34:24 DEBUG ActionHandler: next Karaoke requested 2024-10-31 17:34:24 DEBUG KaraokeWidget::stop 2024-10-31 17:34:24 DEBUG KaraokeWidget::stopped 2024-10-31 17:34:26 DEBUG KaraokeWidget::stop 2024-10-31 17:34:26 DEBUG KaraokeWidget::stopped
What can I do to solve this error?
The text was updated successfully, but these errors were encountered:
Also on Ubuntu everything works, but on Windows there is such an error. Maybe I can install the missing libraries for Windows?
Sorry, something went wrong.
No branches or pull requests
When I try to run some .kfn files, this error appears

What can I do to solve this error?
The text was updated successfully, but these errors were encountered: