video not playing and splash version say version 1.0.3 #14

Closed
opened 2026-05-12 16:28:51 +00:00 by michael · 1 comment
Owner

video not working

--- DEBUG LOG ---

[2026-05-12 11:27:26.783] [INFO ] --- Logger Initialized --- (unknown:0)
[2026-05-12 11:27:26.784] [INFO ] App Version: "1.0.5" (unknown:0)
[2026-05-12 11:27:26.784] [INFO ] Log Path: "C:/Users/Michael Howard/AppData/Roaming/PastorsSermonPro/debug.log" (unknown:0)
[2026-05-12 11:27:26.784] [INFO ] App Path: "C:/Program Files/PastorsSermonPro" (unknown:0)
[2026-05-12 11:27:26.784] [INFO ] OS Type: "Windows 10 Version 22H2" (unknown:0)
[2026-05-12 11:27:26.785] [INFO ] OS Version: "10" (unknown:0)
[2026-05-12 11:27:26.785] [INFO ] Architecture: "x86_64" (unknown:0)
[2026-05-12 11:27:26.785] [INFO ] Username: "Michael Howard" (unknown:0)
[2026-05-12 11:27:26.785] [INFO ] Starting Pastors Sermon Pro v "1.0.5" (unknown:0)
[2026-05-12 11:27:26.785] [INFO ] Library Paths: QList("C:/Program Files/PastorsSermonPro") (unknown:0)
[2026-05-12 11:27:27.939] [DEBUG] Loading bibles from: "C:/Program Files/PastorsSermonPro/bibles" (unknown:0)
[2026-05-12 11:27:27.940] [DEBUG] Loading dictionaries from: "C:/Program Files/PastorsSermonPro/dict" (unknown:0)
[2026-05-12 11:27:44.123] [WARN ] QObject::connect: No such slot SettingsTab::updateRecommendation() (unknown:0)
[2026-05-12 11:27:58.798] [WARN ] No QtMultimedia backends found. Only QMediaDevices, QAudioDevice, QSoundEffect, QAudioSink, and QAudioSource are available. (unknown:0)
[2026-05-12 11:27:58.798] [WARN ] Failed to create QVideoSink "Not available" (unknown:0)
[2026-05-12 11:27:58.799] [WARN ] Failed to initialize QMediaPlayer "Not available" (unknown:0)
[2026-05-12 11:27:58.812] [INFO ] WelcomeWizard: Attempting to load video... (unknown:0)
[2026-05-12 11:27:58.812] [DEBUG] WelcomeWizard: Checking path: "C:/Program Files/PastorsSermonPro/welcome.mp4" (unknown:0)
[2026-05-12 11:27:58.813] [INFO ] WelcomeWizard: Found video at: "C:/Program Files/PastorsSermonPro/welcome.mp4" (unknown:0)
[2026-05-12 11:27:58.813] [INFO ] WelcomeWizard: Source set to: "C:/Program Files/PastorsSermonPro/welcome.mp4" (unknown:0)
[2026-05-12 11:27:58.813] [INFO ] WelcomeWizard: Play() called. (unknown:0)

video not working --- DEBUG LOG --- [2026-05-12 11:27:26.783] [INFO ] --- Logger Initialized --- (unknown:0) [2026-05-12 11:27:26.784] [INFO ] App Version: "1.0.5" (unknown:0) [2026-05-12 11:27:26.784] [INFO ] Log Path: "C:/Users/Michael Howard/AppData/Roaming/PastorsSermonPro/debug.log" (unknown:0) [2026-05-12 11:27:26.784] [INFO ] App Path: "C:/Program Files/PastorsSermonPro" (unknown:0) [2026-05-12 11:27:26.784] [INFO ] OS Type: "Windows 10 Version 22H2" (unknown:0) [2026-05-12 11:27:26.785] [INFO ] OS Version: "10" (unknown:0) [2026-05-12 11:27:26.785] [INFO ] Architecture: "x86_64" (unknown:0) [2026-05-12 11:27:26.785] [INFO ] Username: "Michael Howard" (unknown:0) [2026-05-12 11:27:26.785] [INFO ] Starting Pastors Sermon Pro v "1.0.5" (unknown:0) [2026-05-12 11:27:26.785] [INFO ] Library Paths: QList("C:/Program Files/PastorsSermonPro") (unknown:0) [2026-05-12 11:27:27.939] [DEBUG] Loading bibles from: "C:/Program Files/PastorsSermonPro/bibles" (unknown:0) [2026-05-12 11:27:27.940] [DEBUG] Loading dictionaries from: "C:/Program Files/PastorsSermonPro/dict" (unknown:0) [2026-05-12 11:27:44.123] [WARN ] QObject::connect: No such slot SettingsTab::updateRecommendation() (unknown:0) [2026-05-12 11:27:58.798] [WARN ] No QtMultimedia backends found. Only QMediaDevices, QAudioDevice, QSoundEffect, QAudioSink, and QAudioSource are available. (unknown:0) [2026-05-12 11:27:58.798] [WARN ] Failed to create QVideoSink "Not available" (unknown:0) [2026-05-12 11:27:58.799] [WARN ] Failed to initialize QMediaPlayer "Not available" (unknown:0) [2026-05-12 11:27:58.812] [INFO ] WelcomeWizard: Attempting to load video... (unknown:0) [2026-05-12 11:27:58.812] [DEBUG] WelcomeWizard: Checking path: "C:/Program Files/PastorsSermonPro/welcome.mp4" (unknown:0) [2026-05-12 11:27:58.813] [INFO ] WelcomeWizard: Found video at: "C:/Program Files/PastorsSermonPro/welcome.mp4" (unknown:0) [2026-05-12 11:27:58.813] [INFO ] WelcomeWizard: Source set to: "C:/Program Files/PastorsSermonPro/welcome.mp4" (unknown:0) [2026-05-12 11:27:58.813] [INFO ] WelcomeWizard: Play() called. (unknown:0)
Author
Owner

Fixed in v1.0.6.

  1. Added missing FFmpeg engine DLLs (avcodec, avformat, etc.) which were preventing the multimedia backend from loading.
  2. Removed hardcoded Version 1.0.3 string from main.cpp.
  3. Fixed slot connection warning in SettingsTab.

Please update to v1.0.6 via the network share.

Fixed in v1.0.6. 1. Added missing FFmpeg engine DLLs (avcodec, avformat, etc.) which were preventing the multimedia backend from loading. 2. Removed hardcoded Version 1.0.3 string from main.cpp. 3. Fixed slot connection warning in SettingsTab. Please update to v1.0.6 via the network share.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: michael/Pastors-Sermon-Pro-Bug-Reports#14
No description provided.