esl / erlang-osx-installer

Erlang Installer & Auto-Updater for macOS
https://www.erlang-solutions.com/resources/download.html
Apache License 2.0
5 stars 5 forks source link

Installer closes with no prior warning #49

Closed thomas-rc-hutchinson closed 8 years ago

thomas-rc-hutchinson commented 8 years ago

Run the dmg and drag across the ErlangInstaller to Applications, then run it. You are given a warning, click OK. The box closes and the ErlangInstaller process goes. Is this expected behaviour?

screen shot 2016-03-22 at 16 24 54

I'm running OS X El Capitan 10.11.1.

elbrujohalcon commented 8 years ago

@thomas-rc-hutchinson Just to confirm, it's not popping up here, isn't it?

security___privacy_and_applications
elbrujohalcon commented 8 years ago

Actually, I could reproduce the error in my machine. This is what shows up in the console:

3/22/16 13:47:51.632 ErlangInstaller[71530]: Sparkle: ===== ErlangInstaller =====
3/22/16 13:47:51.633 ErlangInstaller[71530]: Sparkle: WARNING: Serving updates over http without signing them with a DSA key is deprecated and may not be possible in a future release. Please serve your updates over https, or sign them with a DSA key, or do both. See Sparkle's documentation for more information.
3/22/16 13:47:51.645 com.apple.xpc.launchd[1]: (com.erlang-solutions.ErlangInstaller.1020192[71530]) Service exited due to signal: Illegal instruction: 4
3/22/16 13:47:51.645 diagnosticd[139]: error evaluating process info - pid: 71530, puniqueid: 370441
3/22/16 13:47:51.662 com.apple.xpc.launchd[1]: (com.apple.ReportCrash[71531]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash
3/22/16 13:47:51.912 ReportCrash[71531]: Saved crash report for ErlangInstaller[71530] version 1.0 (1) to /Users/elbrujohalcon/Library/Logs/DiagnosticReports/ErlangInstaller_2016-03-22-134751_Shady-Grove.crash
elbrujohalcon commented 8 years ago

This is the crash report ErlangInstaller_2016-03-22-134751_Shady-Grove.crash.zip

dexsda commented 8 years ago

Similar issue in 0.2: ErlangInstaller_2016-04-08-194059_Karols-MacBook-Pro.crash.zip

kentron commented 8 years ago

This should be now solved in version 0.3. Please test it.

dexsda commented 8 years ago

The installation works correctly in 0.4 and 0.5 over here.