[Issue]How to load OBJ into PANDA3D

I have a problem when I try to load an .obj file, my game freeze and nothing is displayed



And then when i close it it say
:display:windisplay(warning): SetForegroundWindow() failed!

You need to convert your model to the .egg format. Panda3d does not open obj files. The error you mentioned at the end has nothing to do with the model not being loaded btw.

Panda does load obj files, via the assimp loader. We’ve determined via Discord that the freeze may be due to an outdated version of Assimp.

I read about this a long time ago on stackoverflow but I meant that it clearly isn’t the easiest way