I have made a program to create a scorebug in a png file.
I update the file every time I need to change something, but some time OBS fail to load the image and it try to reload it only after a new file modification, so the image disapper for a few seconds or more.
I have encounter this problem with two system: one with windows 10 Pro for workstation and one with windows 11 Pro, all the two system have a ssd storage.
I understand that OBS try to reload the resource from the timestamp change of the file modification.
I suggest two implementation:
- when OBS failed to open the file modified to not clear the previous image in memory.
- when OBS failed to open the file modified retry to load the resource after a few time.
Thanks in advance
I update the file every time I need to change something, but some time OBS fail to load the image and it try to reload it only after a new file modification, so the image disapper for a few seconds or more.
20:50:45.263: Failed to open file 'D:/TT/LiveScoreBoard/Output.png': Invalid data found when processing input
20:50:45.264: WIC: Failed to create IWICBitmapDecoder from file: D:/TT/LiveScoreBoard/Output.png
20:50:45.264: gs_image_file_init_internal: Failed to load file 'D:/TT/LiveScoreBoard/Output.png'
20:50:45.264: [image_source: 'Score 1'] failed to load texture 'D:/TT/LiveScoreBoard/Output.png'
I have encounter this problem with two system: one with windows 10 Pro for workstation and one with windows 11 Pro, all the two system have a ssd storage.
I understand that OBS try to reload the resource from the timestamp change of the file modification.
I suggest two implementation:
- when OBS failed to open the file modified to not clear the previous image in memory.
- when OBS failed to open the file modified retry to load the resource after a few time.
Thanks in advance