Re: Issue Launching PostgreSQL on MacBook M4 – Error -10669‏

From: "Philipp Defner" <mail(at)notmyhostna(dot)me>
To: איתי זרחוביץ <etay192001(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Issue Launching PostgreSQL on MacBook M4 – Error -10669‏
Date: 2025-05-09 05:42:56
Message-ID: 40322c27-5f26-4138-baa4-bec725727d68@app.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hey, please use "Reply All" when you reply (As someone else already told you before I saw), as otherwise the response only goes to me directly and nobody else can follow along or help you.

After a quick online search it seems that this error means you don't have Rosetta installed, this is the emulation layer that Apple provides to run Apps built for Intel on Apple Silicon Mac.

If you run this in your Terminal, it might not say "rosetta installed": "if /usr/bin/pgrep -q oahd; then echo 'rosetta installed'; fi"

I'd try Postgres.app from the download page I mentioned, or install Rosetta: "`/usr/sbin/softwareupdate --install-rosetta --agree-to-license"`

On Fri, May 9, 2025, at 1:31 PM, איתי זרחוביץ wrote:
> Hey,
> I tried to install PostrgreSQL,version 17.5 via https://www.postgresql.org/download/macosx/.
> When the download was complete, the application opened. I clicked 'next' to process and finish the installation, and finally, when I tried to open the application,
> it showed me this error:
> _LSOpenURLsWithCompletionHandler() failed with error -10669 (1)
> I also tried to install version 16.9 and I got the same error
>
> ‫בתאריך יום ו׳, 9 במאי 2025 ב-8:12 מאת ‪Philipp Defner‬‏ <‪mail(at)notmyhostna(dot)me‬‏>:‬
>> __
>> Hey, you'll need to give a bit more information here. How did you install Postgres and what are you doing to see this error message?
>>
>> There's multiple ways recommended on https://www.postgresql.org/download/macosx/, personally I'd give Postgres.app a. try or the installation via Homebrew (A bit less easy than the GUI app)
>>
>> Philipp
>>
>> On Thu, May 8, 2025, at 8:17 PM, איתי זרחוביץ wrote:
>>> ,Hello
>>> I have a MacBook with an M4 chip. I tried installing PostgreSQL version 17.5, but after the
>>> installation, I received the following error
>>> _LSOpenURLsWithCompletionHandler() failed with error -10669 (1)
>>> .and the application fails to launch
>>>
>>> A screenshot of the error is attached for reference
>>>
>>>
>>>
>>>
>>> .I also tried installing older versions, but encountered the same error
>>> I contacted Apple Support, and they confirmed that my device is working properly
>>>
>>>
>>> Your software is very important for my studies, and I would greatly appreciate your help in resolving this issue
>>>
>>> Thanks,
>>>
>>> Etay
>>>
>>>
>>> *Attachments:*
>>> • WhatsApp Image 2025-05-07 at 08.23.48.jpeg
>>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message איתי זרחוביץ 2025-05-09 05:57:26 Re: Issue Launching PostgreSQL on MacBook M4 – Error -10669‏
Previous Message Philipp Defner 2025-05-09 05:12:13 Re: Issue Launching PostgreSQL on MacBook M4 – Error -10669‏