The Player.ini generates an endless series of errors stating that it cannot open the 'play.png' file. The path depicted in the error message within the log shows the beginning portion of the file path prepended to the actual path. It is also calling for both 'Play.png' file AND the 'Pause37.png. The log begins generating endless error messages the moment I load 'player.ini'.

r/Rainmeter - Request Help to Resolve player.ini error in Mond Skin
The correct path for both of these files should be as follows:
C:\Users\Bear4137\Documents\Rainmeter\Skins\Mond\@Resources\Pause.png37
C:\Users\Bear4137\Documents\Rainmeter\Skins\Mond\@Resources\Play.png
(Mond\Player\Player.ini)
I believe that the problematic section in player.ini is this one;
Code: Select all
[MeasureStateButton]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=STATE
Substitute="0":"#@#Play.png","1":"#@#Pause.png","2":"#@#Play.png"
I have searched every configuration file in Rainmeter and more specifically in the Mond skin, and cannot find anything that reasonably explains this.
Lastly, when I open the player.ini file to edit, the pasted section above is highlighted in gray. There is apparently an error, but I cannot find it. I read carefully through the 'substitution' portion of the Rainmeter manual, but I still cannot identify the error.

r/Rainmeter - Request Help to Resolve player.ini error in Mond Skin
I have since found an unedited copy of player.ini HERE-->> https://forum.rainmeter.net/viewtopic.php?p=184010&hilit=mond+player# and replaced the player.ini that I had with it. Saved and refreshed, and upon opening it... I get the exact same cascade of errors stating that Mond/Rainmeter is unable to open the Play and/or pause images. So.. I am now certain that this is not something that I inadvertently did by putting a typo or a bad edit into the configuration file. The problem is elsewhere, but I haven't got a clue where else to look.
Any help would be most greatly appreciated. Thanks!