colobot / colobot-data

Data files source for open-source Colobot: Gold Edition project developed by Epsitec and TerranovaTeam
http://colobot.info/
GNU General Public License v3.0
53 stars 46 forks source link

Restore shadow textures #94

Closed hexagonrecursion closed 3 weeks ago

hexagonrecursion commented 5 months ago

It appears the textures were deleted by mistake in 61d55ed92100b0e299df3a9c4be25f6daf4c73c9

Starting any level was causing errors to be logged to stderr (or maybe stdout):

[ERROR]: Error opening file with PHYSFS: "textures/shadow00.png" [ERROR]: Couldn't load texture 'textures/shadow00.png': Unable to open file, blacklisting [ERROR]: Error opening file with PHYSFS: "textures/shadow01.png" [ERROR]: Couldn't load texture 'textures/shadow01.png': Unable to open file, blacklisting [ERROR]: Error opening file with PHYSFS: "textures/shadow02.png" [ERROR]: Couldn't load texture 'textures/shadow02.png': Unable to open file, blacklisting [ERROR]: Error opening file with PHYSFS: "textures/shadow03.png" [ERROR]: Couldn't load texture 'textures/shadow03.png': Unable to open file, blacklisting [ERROR]: Error opening file with PHYSFS: "textures/shadow04.png" [ERROR]: Couldn't load texture 'textures/shadow04.png': Unable to open file, blacklisting [ERROR]: Error opening file with PHYSFS: "textures/shadow05.png" [ERROR]: Couldn't load texture 'textures/shadow05.png': Unable to open file, blacklisting [ERROR]: Error opening file with PHYSFS: "textures/shadow06.png" [ERROR]: Couldn't load texture 'textures/shadow06.png': Unable to open file, blacklisting [ERROR]: Error opening file with PHYSFS: "textures/shadow07.png" [ERROR]: Couldn't load texture 'textures/shadow07.png': Unable to open file, blacklisting [ERROR]: Error opening file with PHYSFS: "textures/shadow08.png" [ERROR]: Couldn't load texture 'textures/shadow08.png': Unable to open file, blacklisting [ERROR]: Error opening file with PHYSFS: "textures/shadow09.png" [ERROR]: Couldn't load texture 'textures/shadow09.png': Unable to open file, blacklisting [ERROR]: Error opening file with PHYSFS: "textures/shadow10.png" [ERROR]: Couldn't load texture 'textures/shadow10.png': Unable to open file, blacklisting [ERROR]: Error opening file with PHYSFS: "textures/shadow11.png" [ERROR]: Couldn't load texture 'textures/shadow11.png': Unable to open file, blacklisting [ERROR]: Error opening file with PHYSFS: "textures/shadow12.png" [ERROR]: Couldn't load texture 'textures/shadow12.png': Unable to open file, blacklisting [ERROR]: Error opening file with PHYSFS: "textures/shadow13.png" [ERROR]: Couldn't load texture 'textures/shadow13.png': Unable to open file, blacklisting [ERROR]: Error opening file with PHYSFS: "textures/shadow14.png" [ERROR]: Couldn't load texture 'textures/shadow14.png': Unable to open file, blacklisting [ERROR]: Error opening file with PHYSFS: "textures/shadow15.png" [ERROR]: Couldn't load texture 'textures/shadow15.png': Unable to open file, blacklisting

Zemogiter commented 1 month ago

I'm having a similiar issue but with different file:

[ERROR]: Error opening file with PHYSFS: "textures/interface/human.png"
[ERROR]: Couldn't load texture 'textures/interface/human.png': Unable to open file, blacklisting

ful log

hexagonrecursion commented 3 weeks ago
hexagonrecursion commented 3 weeks ago

I'm having a similiar issue but with different file:

[ERROR]: Error opening file with PHYSFS: "textures/interface/human.png"
[ERROR]: Couldn't load texture 'textures/interface/human.png': Unable to open file, blacklisting

ful log