Git Product home page Git Product logo

context's People

Contributors

ccrraaiigg avatar elimisteve avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

context's Issues

Cannot start Context on Linux

$ git clone 'https://github.com/ccrraaiigg/context.git'
$ context/context.app/Contents/RUNME/linux/context.sh
context/context.app/Contents/RUNME/linux/context.sh: line 3: ../Contents/Resources/Spoon 3 beta 5 processor.app/Contents/Linux/lib/spoon/4.4.7-2357/spoonvm: No such file or directory

OK, so there is a problem in the line 3 of context.sh. Here it is:

../Contents/Resources/Spoon\ 3\ beta\ 5\ processor.app/Contents/Linux/lib/spoon/4.4.7-2357/spoonvm ../Contents/Resources/Spoon\ 3\ beta\ 5\ processor.app/Contents/Resources/946BE974-48B7-4D11-B209-6355B3E49722.image &

Oh, it's wrong. The reason for that is, that you should be able to start the script from whichever directory you are now currently. Another reason is, that the path is wrong. And here is the corrected version:

"$(dirname "$0")/../../../Contents/Resources/context processor.app/Contents/Linux/lib/spoon/4.4.7-2357/spoonvm" "$(dirname "$0")/../../../Contents/Resources/context processor.app/Contents/Resources/context/memories/946BE974-48B7-4D11-B209-6355B3E49722.image" &

Now move the image:
$ mv "context/context.app/Contents/Resources/context processor.app/Contents/Resources/context/memories/946BE974-48B7-4D11-B209-6355B3E49722/946BE974-48B7-4D11-B209-6355B3E49722" "context/context.app/Contents/Resources/context processor.app/Contents/Resources/context/memories/946BE974-48B7-4D11-B209-6355B3E49722.image"

Let's try again:
$ context/context.app/Contents/RUNME/linux/context.sh

Hooray, at least the the VM starts correctly now. But why the window contents is all white. It opens the browser tab, but it only shows the message, that it cannot connect. And that's all.

demo workspace missing

The demo workspace of expressions for exercising remote browsing and Naiad (the module system) is missing.

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.