erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

Release problems on Windows #517

Closed fedor-rusak closed 8 years ago

fedor-rusak commented 8 years ago

Hello.

Thanks for cool release creation tool!

I have used this How I Start tutorial to create simple OTP application on Windows.

Release is working only with include_erts set to true.

Configuration for vm.args is not working via relx.config and --vm_args.

I am using latest Erlang distribution(R19) and erl -version shows 8.1 number. Relx I built myself from master branch.

Can you help where to start analysis of this problem?

lrascao commented 8 years ago

can you confirm if this is similar to #237 ?

fedor-rusak commented 8 years ago

The only common thing is solution with erts setting to true.

If I start through generated script I get crash dump. Slogan is:

Slogan: init terminating in do_boot ()

And I reproduced it many time during last two days.