Hi guys,
This log (Error) is related to the fact that the mtl file is missing.
There is no big issue, and this error doesn't compromise your projects.
If you really want to remove this message from your log, please open your .obj file with a text editor and add "g default" just below these lines:
mtllib "obj name".mtl
mtllib "material name"
g default
Here is an example done on the obj file provided by hus.benyahya
# author: headus 3D tools
# using: ply2obj v1.8
# from: uvlayout v2.09.04
mtllib Toy_Edit.mtl
mtllib Wooden
g default
# 6818 vertices
v 0.00000 1.49000 -37.52300
v -18.76150 1.49000 -32.49591
v -32.49590 1.49000 -18.76150
v -37.52300 1.49000 0.00000
v -32.49590 1.49000 18.76150
v -18.76150 1.49000 32.49590
Regards,