[Solved] texture Loads but still shows Error logs

BlitzMax Forums/MiniB3D Module/[Solved] texture Loads but still shows Error logs

RustyKristi(Posted 2016) [#1]
I found a tiny weird bug using OpenB3D when I try to manually load a b3d model texture. The file is in a subfolder and usually I set LoadTexture('Assets/Images/texture.png',2)

It loads up perfectly but when I'm using the IDE I'm getting this:

Error: Can't Find Document File 'texture.png'

Is this something that is ok to be ignored?


markcw(Posted 2016) [#2]
It's nothing to worry about if the file loaded.

If it's "can't find document" it's from file.cpp in function Readfile which is called twice by Resourcefilepath as it trys to resolve the path.


RustyKristi(Posted 2016) [#3]
thanks munch. solved.