[Solved] Crash when importing using Assimp on Mac Os

Started by orange451, August 20, 2018, 16:04:51

Previous topic - Next topic

orange451

In my project I am using Assimp to load models from the users computer.

I am loading a simple mitsuba obj mesh. On windows it works no problem. On Mac Os I am met with this JVM crash:
https://pastebin.com/8tbsuvhH

Am I doing something wrong?

mudlee

I think LWJGL guys need more info. What java version, debug trace, etc. I had problem with assimp too on CentOS, check it out here, if you find some useful piece of info: http://forum.lwjgl.org/index.php?topic=6735.msg35555#msg35555

orange451

I've found the issue. I was using a version of LWJGL from 7 months ago. I have updated, and no longer have this issue.