<div dir="ltr"><div>I'm having a problem running observer with 17.1. It previously ran ok with 17.0. This is OS X 10.9.3.</div><div><br></div><div>Apparently to do with the wx lib. As the error suggests, there's no /usr/local/lib/libwx_osx_cocoau_stc-3.0.dylib on the system.</div>

<div><br></div><div><br></div><div>~ $ erl -sname observer -hidden -setcookie foo -run observer</div><div>Erlang/OTP 17 [erts-6.1] [source-d2a4c20] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]</div><div>

 </div><div>Eshell V6.1  (abort with ^G)</div><div>(observer@dbrown)1> </div><div>=ERROR REPORT==== 18-Jul-2014::13:06:51 ===</div><div>WX Failed loading "wxe_driver"@"/usr/local/lib/erlang/lib/wx-1.3/priv" </div>

<div> </div><div>(observer@dbrown)1> observer:start().</div><div> </div><div>=ERROR REPORT==== 18-Jul-2014::13:06:56 ===</div><div>WX Failed loading "wxe_driver"@"/usr/local/lib/erlang/lib/wx-1.3/priv" </div>

<div>{error,{{load_driver,"dlopen(/usr/local/lib/erlang/lib/wx-1.3/priv/wxe_driver.so, 2): Library not loaded: /usr/local/lib/libwx_osx_cocoau_stc-3.0.dylib\n  Referenced from: /usr/local/lib/erlang/lib/wx-1.3/priv/wxe_driver.so\n  Reason: image not found"},</div>

<div>        [{wxe_server,start,1,[{file,"wxe_server.erl"},{line,64}]},</div><div>         {wx,new,1,[{file,"wx.erl"},{line,114}]},</div><div>         {observer_wx,init,1,[{file,"observer_wx.erl"},{line,91}]},</div>

<div>         {wx_object,init_it,6,[{file,"wx_object.erl"},{line,299}]},</div><div>         {proc_lib,init_p_do_apply,3,</div><div>                   [{file,"proc_lib.erl"},{line,239}]}]}}</div><div>(observer@dbrown)2> </div>

<div><br></div><div><br></div></div>