LWJGL Forum

Programming => Bug Reports / RFE => Topic started by: orange451 on August 20, 2018, 16:04:51

Title: [Solved] Crash when importing using Assimp on Mac Os
Post by: orange451 on August 20, 2018, 16:04:51
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?
Title: Re: Crash when importing using Assimp on Mac Os
Post by: mudlee on August 20, 2018, 17:11:40
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 (http://forum.lwjgl.org/index.php?topic=6735.msg35555#msg35555)
Title: Re: Crash when importing using Assimp on Mac Os
Post by: orange451 on August 20, 2018, 17:14:44
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.