Coder Social home page Coder Social logo

Comments (3)

stam66 avatar stam66 commented on May 28, 2024

In way of update - this is still an issue. Please see discussion and input from Mark Waddingham here:
https://forums.livecode.com/viewtopic.php?f=9&t=37437#p219265

from vscode-livecodescript.

stam66 avatar stam66 commented on May 28, 2024

To answer my own issue: This turned out not to be a problem with the add-on, but with the increased security restrictions on MacOS Ventura, as the server executables fail to adhere to requirements now.

See the thread linked above for solution.

in brief, both the server executable and all 10 included .dylib files need to undergo re-application of an ad-hoc (tied to local machine) signature.
For each of these you need to run the following commends in the terminal

cp server <file> <file-copy>
codesign -s - -f <file-copy>
rm <file>
mv <file-copy> <file>

and then each individual file/executable needs to be opened by right-click -> open then click on the 'open' button to get GateKeeper to accept...

Hopefully LiveCode will sort this out so the above is not needed, but for now this is the only way to get LiveCode server to run properly on MacOS Ventrura - and hence the add-on (which now works flawlessly again... yay!)

from vscode-livecodescript.

stam66 avatar stam66 commented on May 28, 2024

And now... it don't work no more. I'm at a loss.
LCS error

what port is LCS meant to be running on?

from vscode-livecodescript.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.