rodyager / RWTS-PDFwriter

An OSX print to pdf-file printer driver
GNU General Public License v2.0
798 stars 77 forks source link

Needs revision to work with OS 12 (Monterey) and M1 Macs #18

Closed JPDemers1 closed 2 years ago

JPDemers1 commented 2 years ago

Installation fails on an M1 Mac running Monterey OS.

rodyager commented 2 years ago

Can you please run the istaller again.

When the installation fails, go to the Installer’s Window menu and choose Installer Log (or Command-L)

On the right hand side, choose “Show Errors and Progress”

Then copy everything in the window and send it to me so that I can have some idea as to what failed.

Rod

On 27 Apr 2022, at 2:46 am, JPDemers1 @.**@.>> wrote:

Installation fails on an M1 Mac running Monterey OS.

— Reply to this email directly, view it on GitHubhttps://github.com/rodyager/RWTS-PDFwriter/issues/18, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAKSADKI2SKKQDURZL446JDVHAMWPANCNFSM5UMOTPTQ. You are receiving this because you are subscribed to this thread.Message ID: @.***>

GeorgiyDemo commented 2 years ago

Installation fails on an M1 Mac running Monterey OS.

Just tried to install the latest version v1.0.1 on my M1 Macbook Air with macOS Monterey 12.3 (21E230). Everything works like a charm 👍

If you have any logs, please share it

rodyager commented 2 years ago

Version 2 has Universal binaries (among other improvements)

AdamBrousseau commented 1 year ago

@rodyager I tried v2 on a mac m1 and it said it required Rosetta. Is this expected? I was assuming that the universal binary wouldn't need it.

rodyager commented 1 year ago

I expected that it would work. I don’t have an M1 machine, so I have no way to test.

Rod

Sent from my iPhone

On 16 Nov 2022, at 8:53 pm, AdamBrousseau @.***> wrote:



@rodyagerhttps://github.com/rodyager I tried v2 on a mac m1 and it said it required Rosetta. Is this expected? I was assuming that the universal binary wouldn't need it.

— Reply to this email directly, view it on GitHubhttps://github.com/rodyager/RWTS-PDFwriter/issues/18#issuecomment-1316713158, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAKSADJUEGS7ETRVELN3TW3WISVJHANCNFSM5UMOTPTQ. You are receiving this because you were mentioned.Message ID: @.***>

kbernhagen commented 1 year ago

You might qualify for an open-source account at MacStadium.

https://www.macstadium.com/opensource

JPDemers1 commented 1 year ago

Installed the latest revision (Version 2.0) on my M1 Mini (OS 12 Monterey) and it works perfectly.

sxa commented 1 year ago

Installed the latest revision (Version 2.0) on my M1 Mini (OS 12 Monterey) and it works perfectly.

WIth or without Rosetta 2 installed?

JPDemers1 commented 1 year ago

On my M1 Mini, Rosetta appears to be installed. At least, the components are present: /Library/Apple/usr/lib/libRosettaAot.dylib /Library/Apple/usr/libexec/oah/libRosettaRuntime /Library/Apple/usr/share/rosetta/rosetta

(That last item is a curious bit of Haiku, at least when opened with TextEdit!)

Note that the installer notice re needing Rosetta might be bogus: https://github.com/fish-shell/fish-shell/issues/8566

rodyager commented 1 year ago

Thanks for the clue. Once I knew it was the Installer that was asking for Rosetta, it became obvious that I needed to look at my installer packaging, and it was easy to discover that I had omitted to list arm64 as a supported architecture.

A new installer will appear shortly

Rod

AdamBrousseau commented 1 year ago

The new pkg is still saying it requires Rosetta unfortunately.

rodyager commented 1 year ago

I’m not confident that I built the new package correctly. I’ve replaced it wth a properly constructed package.

Could you please check if this one will install without requiring Rosetta and let me know.

Sorry to be a pain.

Rod

On 21 Nov 2022, at 5:51 pm, AdamBrousseau @.***> wrote:

The new pkg is still saying it requires Rosetta unfortunately.

— Reply to this email directly, view it on GitHubhttps://github.com/rodyager/RWTS-PDFwriter/issues/18#issuecomment-1321537160, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAKSADKRVTICPTEAASPT67DWJMLVLANCNFSM5UMOTPTQ. You are receiving this because you were mentioned.Message ID: @.***>

sxa commented 1 year ago

Looks ok to me now but I'll let Adam confirm that it's good on his system too - thanks @rodyager!

AdamBrousseau commented 1 year ago

I tried a different machine and it worked fine. Must be something wrong with the first machine I was trying. Thanks for updating the package @rodyager. Much appreciated!