SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2k stars 362 forks source link

Cannot launch skim #1553

Closed fewww closed 2 years ago

fewww commented 2 years ago

After updating my mac to Monterey 12.1, I cannot launch Skim from the Sublime Text window. Command+L, V does not work (the same with command+l, j). I am using Sublime Text 3, Build 3211. ( Some month ago I tried Sublime Text 4, then I had other problems.) Can somebody help me?

chiumichael commented 2 years ago

I have a similar issue. Forward sync no longer works for me. Not sure if it's the OS update or if it's something else.

catch22 commented 2 years ago

The call to /bin/sh .../LaTeXTools/skim/displayfile -r -g path/to/file.pdf fails with the following error:

150:168: syntax error: Internal table overflow. (-2707)

triggered by `tell application "Skim"' in the AppleScript code.

stanleybaran commented 2 years ago

I also have this issue after updating to Monterey 12.1. Has anybody found a solution yet?

lyrixderaven commented 2 years ago

Same here, triggered by updating to Monterey 12.1. My upgrade coincided with the latest skim upgrade 1.6.6, so I went down the rabbit hole of downgrading skim until the recommended version as given in the documentation (1.4.24), to no avail.

dgolovaty commented 2 years ago

Same issue here after updating to Monterey 12.1, plus the packages standalone and preview are shown as missing upon the system check (while they are installed in MacTex).

ikhanchoi commented 2 years ago

Same for me, after Monterey 12.1, sublime text 4.

catch22 commented 2 years ago

Skim 1.6.7 mentions "Work around scripting support bug in macOS 12.1." in the release notes, but does not work for me either.

bipson commented 2 years ago

Is this by any chance related to #1539?

stanleybaran commented 2 years ago

I tried the indentation fix in #1539, still doesn't work.

kdzhang commented 2 years ago

Same issue here. I tried multiple versions of Sublime Text, including rolling back to Sublime Text 3, none of them worked.

fewww commented 2 years ago

Installing the test version of Skim from https://skim-app.sourceforge.io/Skim.zip (following https://sourceforge.net/p/skim-app/bugs/1438/?limit=25&page=3 and) solved this for me.

lyrixderaven commented 2 years ago

Installing the test version of Skim from https://skim-app.sourceforge.io/Skim.zip (following https://sourceforge.net/p/skim-app/bugs/1438/?limit=25&page=3 and) solved this for me.

Can confirm, that fixed it for me as well!

kdzhang commented 2 years ago

Installing the test version of Skim from https://skim-app.sourceforge.io/Skim.zip (following https://sourceforge.net/p/skim-app/bugs/1438/?limit=25&page=3 and) solved this for me.

This also worked for me.

dgolovaty commented 2 years ago

Worked for me too - thanks!

abaccarini commented 2 years ago

Confirming it worked for me as well, thank you!!