HydraIssues

hydraheadipad: crash at launch — OpenSSL.framework missing from rpath (v0.2.16-0.2.17, likely fixed)
open bug Project: hydraheadipad Reporter: 21 May 2026 19:43

Description

## Crash

App crashes immediately at launch in DYLD before any app code runs.

```
Termination Reason: DYLD 1 Library missing
Library not loaded: @rpath/OpenSSL.framework/OpenSSL
Reason: tried: '/usr/lib/swift/OpenSSL.framework/OpenSSL' (no such file, not in dyld cache), ...
(terminated at launch; ignore backtrace)
```

## Versions affected

- v0.2.16 (build 39) — issue #292 (comment: 'Crash after reinstall')
- v0.2.17 (build 40) — issues #291, #290, #289 (comments: 'Crash', 'Another crash')

## Status

Likely already fixed in subsequent versions — the crash only appears in these very early builds. OpenSSL was not embedded in the .app bundle, or the rpath was not set correctly for the TestFlight distribution. All later crash reports (v0.2.59+) show different crash types, not DYLD failures.

## Source issues

Crash reports #292 (canonical), #291, #290, #289 (duplicates, closed pointing to #292)