Home › Forums › C++ Programming › Why Is The Wrong Function Being Called › Reply To: Why Is The Wrong Function Being Called
June 9, 2020 at 1:03 am
#7626
M. Saqib
Keymaster
Can you share the error log or call stack so that I can better look into this.
This calls NativeScummWrapperOSystem::logMessage when it should be calling OSystem::getFilesystemFactory.
May be the ScummVM library is calling the incorrect method internally.
No idea unless you share call stack or error logs you see in the IDE.