<div><div>I have a .rel file and successfully create the boot/script files with systools:make_script but when I try to load the boot file it crashes with an error I can't find reference too anywhere online. Does anyone have an idea on what might be wrong?</div>
<div><br></div><div>$ erl</div><div>Erlang R14B04 (erts-5.8.5) [source] [64-bit] [smp:4:4] [rq:4] [async-threads:0] [kernel-poll:false]</div><div><br></div><div>Eshell V5.8.5  (abort with ^G)</div><div>1> systools:make_script("ctdemo", [local]).</div>
<div>ok</div><div>2> q().</div><div>ok</div><div><br></div><div>$ erl -boot ctdemo</div></div><div><div>{"init terminating in do_boot",{noproc,{gen_server,call,[file_server_2,{open,"./.erlang",[read]},infinity]}}}</div>
<div><br></div><div>Crash dump was written to: erl_crash.dump</div><div>init terminating in do_boot ()</div></div>