opentomb / OpenTomb

An open-source Tomb Raider 1-5 engine remake
http://opentomb.github.io/
GNU Lesser General Public License v3.0
1.39k stars 145 forks source link

Bug report [missing audio] #602

Closed donno2048 closed 4 years ago

donno2048 commented 4 years ago

Using the last release I get this error:

libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB
cannot open scripts/level/tr1/TRIGGERS.lua: No such file or directory
OGG: Couldn't open file: data/tr1/audio/060.ogg.
vvs- commented 4 years ago

What do you mean by "last release"? And on which platform? Can you present your directory tree for OpenTomb files, e.g. by tree, ls -lR or find?

The last (semi-)official release happened two years ago on Windows. I can't say anything about it. But if you meant master branch on Linux then I'd guess that you have a broken/outdated OpenTomb installation. There is no such file as TRIGGERS.lua and you should install ogg audio tracks before running the executable. Did you follow the README instructions?

donno2048 commented 4 years ago

Oops missed it, thanks...