-
Notifications
You must be signed in to change notification settings - Fork 39
Weird error log after compiling #226
Description
Hi,
as I cant use omxplayer, I wanted to change the code to use vlc.
When I pull and compile the solution using the VS19/22 CLI "dotnet publish --runtime linux-arm --self-contained" the build runs with no issue. But if I start Dynaframe I get no image/window and the following in the error log:
Xlib: sequence lost (0x10431 > 0x433) in reply type 0x0!
Xlib: sequence lost (0x10436 > 0x438) in reply type 0x0!
1/11/2024 9:03 PM:Initializing database..
1/11/2024 9:03 PM:InitializeDatabase() - Building Database
1/11/2024 9:03 PM:Count of files in the database: 0
1/11/2024 9:03 PM:Count of files in the database: 0
1/11/2024 9:03 PM:Rebuilding playlist called...rebuilding the playlist...
1/11/2024 9:03 PM:Rebuilding playlist took: 285ms.
1/11/2024 9:03 PM:Playlist has: 0 items now.
1/11/2024 9:03 PM:Database initialized. Took: 3387 ms.
1/11/2024 9:03 PM:Timer_Tick: Reload settings was true... loading settings
1/11/2024 9:03 PM:InitializeDatabase() - Building Database
1/11/2024 9:03 PM:Count of files in the database: 0
1/11/2024 9:03 PM:Count of files in the database: 0
1/11/2024 9:03 PM:Rebuilding playlist called...rebuilding the playlist...
1/11/2024 9:03 PM:Rebuilding playlist took: 5ms.
1/11/2024 9:03 PM:Playlist has: 0 items now.
1/11/2024 9:03 PM:KillVideoPlayer - Entering Method.
1/11/2024 9:03 PM:VideoPlayer CheckStatus returning false..: Video has exited!
Stack overflow.
I know that issues are not for personal debugging. Jjust wanted to ask if this is a known issue, or if Im just to stupid to correctly build the project.