wjakob / instant-meshes

Interactive field-aligned mesh generator
Other
4.97k stars 579 forks source link

Build on centos6.7 completes but application crashes #54

Open ransariel opened 6 years ago

ransariel commented 6 years ago

Hi

Building on centos6.7 with gcc4.8.2

CMake tests go through (failing on CPP14_FLAG, and SUPPORT_FLIFETIME tests). configuring, generation and build files are done. I don't get any error during the compile or link of the make process.

In Gui Mode the app shoots a couple of warnings "libEGL warning: DRI2: failed to authenticate" and "gsettings command not found" (I assume it's benign and the pixel aspect ratio will default to 1)

and than the application crashes with " terminate called after throwing an instance of 'std::system_error' what():
Aborted (core dumped) "

Running the app in batch mode the process goes all the way to "Optimizing orientation field .. Propagating updated solution.. done." and freezes at that point.

Any advice about how to debug it further?

wjakob commented 6 years ago

Sounds like your machine is not properly set up for rendering with hardware-accelerated OpenGL.

ransariel commented 6 years ago

is there a test for the hardware-accelerated OpenGL? Or any specs for what's expected? we tested it on different machines in the studio with same results.

biscuitlad commented 5 years ago

I have the same issue? Is there a fix?

wjakob commented 5 years ago

What would be helpful is a backtrace (compile the binary in debug mode, attach via gdb, and type "bt" when it crashes).

biscuitlad commented 5 years ago

Tricky... running linux via crouton on a chromebook. Might be that I need to use xorg rather xiwi. I'll try that. Thanks

brennanOnTheMoor commented 4 years ago

I also have the same issue. Do you have a fix?