<div dir="ltr">Hi Kevin,<div><br></div><div>I finally build VTK on my mac (macOS Sierra 10.12.3 - 16D32)</div><div><br></div><div>I can run vtk.sample.Demo with the usual external window issue except on that time the actual rendering window is half the size of the actual JFrame. </div><div><br></div><div>For the Jogl I get a segfault right away.</div><div><br></div><div><div>$ java -cp vtk-7.1.jar:/Users/seb/.m2/repository/org/jogamp/gluegen/gluegen-rt/2.3.2/gluegen-rt-2.3.2.jar:/Users/seb/.m2/repository/org/jogamp/jogl/jogl-all/2.3.2/jogl-all-2.3.2.jar -Djava.library.path=$PWD/natives-Darwin-x86_64/ vtk.sample.rendering.JoglConeRendering</div><div>#</div><div># A fatal error has been detected by the Java Runtime Environment:</div><div>#</div><div>#  SIGSEGV (0xb) at pc=0x000000012cdaeb99, pid=51716, tid=7171</div><div>#</div><div># JRE version: Java(TM) SE Runtime Environment (8.0_25-b17) (build 1.8.0_25-b17)</div><div># Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode bsd-amd64 compressed oops)</div><div># Problematic frame:</div><div># C  [libawt_lwawt.dylib+0x44b99]  JNI_OnLoad+0x91</div><div>#</div><div># Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again</div><div>#</div><div># An error report file with more information is saved as:</div><div># /Users/seb/Documents/code/VTK/install/hs_err_pid51716.log</div><div>#</div><div># If you would like to submit a bug report, please visit:</div><div>#   <a href="http://bugreport.sun.com/bugreport/crash.jsp">http://bugreport.sun.com/bugreport/crash.jsp</a></div><div># The crash happened outside the Java Virtual Machine in native code.</div><div># See problematic frame for where to report the bug.</div><div>#</div><div>Abort trap: 6</div></div><div><br></div><div>I don't know if the issue come from jogl or VTK with macOS Sierra.</div><div><br></div><div>Anyway, wanted to let you know,</div><div><br></div><div>Seb</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 7, 2017 at 7:02 AM, Sean McBride <span dir="ltr"><<a href="mailto:sean@rogue-research.com" target="_blank">sean@rogue-research.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mon, 6 Feb 2017 14:10:03 -0800, Kevin Milner said:<br>
<br>
>Any ideas on how to get this working on new Macs?<br>
<br>
</span>So you have 2 differences now: different OS version, different screens (Retina vs not).  You should try to eliminate one.  You can force a non-Retina to act like a retina with Quartz Debug:<br>
<br>
<<a href="https://developer.apple.com/library/content/documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/Testing/Testing.html" rel="noreferrer" target="_blank">https://developer.apple.com/<wbr>library/content/documentation/<wbr>GraphicsAnimation/Conceptual/<wbr>HighResolutionOSX/Testing/<wbr>Testing.html</a>><br>
<br>
and/or upgrade that Mac from 10.9 (which BTW doesn't get security updates anymore) to something newer.<br>
<div class="HOEnZb"><div class="h5"><br>
Cheers,<br>
<br>
--<br>
______________________________<wbr>______________________________<br>
Sean McBride, B. Eng                 <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>
Rogue Research                        <a href="http://www.rogue-research.com" rel="noreferrer" target="_blank">www.rogue-research.com</a><br>
Mac Software Developer              Montréal, Québec, Canada<br>
<br>
<br>
</div></div></blockquote></div><br></div>