TheAssemblyArmada / Chronoshift

An open source re-implementation of Red Alert written in C++.
GNU General Public License v2.0
171 stars 23 forks source link

Debug log missing files when accessing though MixFile. #272

Open tomsons26 opened 4 years ago

tomsons26 commented 4 years ago

Right now it ends up crashing somewhere in std code, only way of knowing what happened is walking well back to where the mixfile function was called. Would be good to log missing files so we know when a non existing file is attempted to be accessed.