Hello Guest

[Solved] Crash when importing using Assimp on Mac Os

  • 2 Replies
  • 5743 Views
[Solved] Crash when importing using Assimp on Mac Os
« 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?
« Last Edit: August 20, 2018, 17:15:28 by orange451 »

Re: Crash when importing using Assimp on Mac Os
« Reply #1 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

Re: Crash when importing using Assimp on Mac Os
« Reply #2 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.